Metadata-Version: 2.1
Name: etrainee_m4_utils
Version: 0.2.1
Summary: A package containing utilities for classification exercises in module 4 of e-trainee.
Author-email: Jakub Dvorak <jacobdvorakcz@gmail.com>
Project-URL: Homepage, https://github.com/jakub-dvorak-geo/etrainee_m4_utils
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>1.17.0
Requires-Dist: scipy>1.4.1
Requires-Dist: gdal>3.0.0

# E-TRAINEE_M4_UTILS
A package containing utilities for classification exercises in module 4 of [e-trainee](https://3dgeo-heidelberg.github.io/etrainee/module4/module4.html).

Includes tools for preprocessing gdal-compatible rasters and ingesting them into the classification workflows,
combining classified tiles after deep learning, visualising the process and exporting results. Also included are
Spectral Angle Mapper (SAM) and Spectral Information Divergence (SID) classifiers (implementation based on pysptools).
