Matej Batič
Matej Batič
@willmcgugan Any chance this could be merged and a new version released?
Similar problem is with `sync` when file is larger than 5G.
Hi @UrielM21 The 1.0 version introduced some code-breaking changes, as described in the [release notes](https://github.com/sentinel-hub/eo-learn/releases/tag/v1.0.0). If your code was something along the lines of: ```python workflow = LinearWorkflow(tasks) ``` the...
Hi Julien, Unfortunately, the conda-forge `eo-learn` recipes are not maintained by us, so you will have to open an issue there (e.g. https://github.com/conda-forge/eo-learn-io-feedstock) Can you use the eo-learn [docker image](https://hub.docker.com/r/sentinelhub/eolearn)?
What you say works for me on latest Monteray and QGIS 3.26.1-Buenos Aires. Any chance you could try upgrading your QGIS?
From the information you have provided I'd say your vector data has no CRS set up. Could you try something along the lines: ```python print(geo_data_frame.crs) ``` to see if the...
This workshop unfortunately has not been updated (yet), and there have been quite some changes in the sentinelhub and eolearn packages, some of which (the one you found included) because...
I am not sure I am answering your question, but if you are comparing the cloud masks from Sentinel Hub service, and cloud masks computed from locally downloaded Sentinel-2 scene,...
Happy to hear that!
Hi @j-desloires That's great! Could I ask you to properly add `eo-crops` to the pull request (folder?), not just the link? Best, Matej