Metadata-Version: 2.2
Name: s11-classifier
Version: 3.9.0
Summary: Classifier
Home-page: https://gitlab.com/satelligence/classifier
Author: Satelligence
Author-email: team@satelligence.com
License: Apache-2.0
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: boto3~=1.37.1
Requires-Dist: click~=8.1.3
Requires-Dist: dacite~=1.9.0
Requires-Dist: dtaidistance~=2.3.10
Requires-Dist: fiona~=1.10.1
Requires-Dist: folium~=0.19.0
Requires-Dist: geojson~=3.2.0
Requires-Dist: geopandas~=1.0.1
Requires-Dist: h5py~=3.13.0
Requires-Dist: marshmallow~=3.26.0
Requires-Dist: matplotlib~=3.10.0
Requires-Dist: numpy~=2.2.3
Requires-Dist: python-dateutil~=2.9.0
Requires-Dist: rasterio~=1.4.3
Requires-Dist: rasterstats~=0.20.0
Requires-Dist: rtree~=1.3.0
Requires-Dist: scikit_learn~=1.6.1
Requires-Dist: tqdm~=4.67.0
Requires-Dist: xarray~=2025.1.2
Requires-Dist: xgboost~=2.1.4
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Classifier

A scalable land cover classification tool for humans

Go to [the documentation](https://satelligence.gitlab.io/classifier) for more
 info on how to install and run Classifier!

## Note on performance

For now, the multithreading of XGboost is not properly implemented. If you have
a lot of input files the XGBoost method is MUCH slower than e.g. scikit-learn's
random forest. With single input files (so not a lot of IO operations), the
difference in performance is small.

## issues and bugs

Issues are tracked on the [issue list of this
repo](https://gitlab.com/satelligence/classifier/issues).

## Development

Please follow the [Satelligence development guidelines](https://gitlab.com/satelligence/workflow/blob/master/dev_workflow.md)
when adding features or fixing bugs.

(Fork) Clone this repo:

```sh
git clone git@gitlab.com:satelligence/classifier.git
```

Make sure you are running the latest docker image.

Run docker with a binding to the source files:

```sh
docker run  -v $(pwd):/app -t -i classifier
```
