eo-learn
eo-learn copied to clipboard
Earth observation processing framework for machine learning in Python
**Describe the bug** I have BEAM-DIMAP files which after some processing in SNAP I "convert" them to EOPatch (with their corresponding BBox and EPSG). An example of EOPatch can be...
**What is the problem? Please describe.** I'm running a mowing algorithm which produces rich information for each pixel. This information cannot be described with the current features. You have a...
Installing eo-learn 0.10.0 with pip caused the code to stop working on runtime when importing LinearWorkflow ### **Steps to reproduce:** In a clean env (python 3.9) install eo-learn 0.10.0: ```bash...
Dear SH team Could you please create a (set of) eo-learn builds for Apple Silicon (m1 / osx-arm64) on conda-forge, please? https://anaconda.org/conda-forge/eo-learn-geometry doesn't seem to have it, so it can't...
**What is the problem? Please describe.** The notebook and the blog posts should be synced
**Wrong link in documentation** In the documentation example showing how to create a Time Lapse: `TimeLapse.ipynb`, the link to the notebook (top right of the page) is the following: [Edit...
Currently SentinelHubImputTask support sentinelhub.BBox for fetching data. It should also support sentinelhub.Geometry to support polynomial.
A class that samples points from multiple patches and returns a balanced set depending on the class label. This is done by sampling the desired amount on each patch and...
This is different edge task from the previous one. It has different approach (Canny) to computing edges and it computes a timeless mask of of edges from single patch based...
Added a subset of the stream-temporal feature extraction task from D4.6. Surface and derivative-based features are split into two smaller eotasks. `TemporalRollingWindowTask` is also included as it generalizes calculation of...