Metadata-Version: 2.1
Name: eo-learn-core
Version: 1.1.0
Summary: Core Machine Learning Framework at Sinergise
Home-page: https://github.com/sentinel-hub/eo-learn
Author: Sinergise EO research team
Author-email: eoresearch@sinergise.com
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: attrs (>=19.2.0)
Requires-Dist: boto3
Requires-Dist: fs
Requires-Dist: fs-s3fs
Requires-Dist: geopandas (>=0.8.1)
Requires-Dist: numpy (>=1.20.0)
Requires-Dist: python-dateutil
Requires-Dist: sentinelhub (>=3.4.4)
Requires-Dist: tqdm (>=4.27)
Provides-Extra: ray
Requires-Dist: ray[default] ; extra == 'ray'

# eolearn.core subpackage

The main subpackage which implements basic building blocks (EOPatch, EOTask and EOWorkflow) and commonly used functionalities.

For more information on the package content, visit [readthedocs](https://eo-learn.readthedocs.io/en/latest/eolearn.core.html).


