You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.
I'm interested in using this project in my thesis. I am willing to run this before making any modifications to the same. However, I've been running into quite a few issues.
While running python download_features.py --features data/features.csv
I get the following error ImportError: cannot import name 'S2L1CWCSInput' from 'eolearn.io'
Also. I get the unresolved variables error before even running the files on this line
I'm trying to make this work too for a project, but it seems that the repo is based on an old version of eo-learn.
When running, python download_scene.py --scene=scenes/Gulf.json
I first had an import error: ImportError: cannot import name 'get_s2_pixel_cloud_detector' from 'eolearn.mask'
Using eo-learn's documentation I tried to use the new syntax for cloud masking, but now I'm faced with the same error as you.
I tried with both the last version of eo-learn, and the one given in Pipfile.lock, 0.7.4. But none of them work. I have absolutely no experience with that package, and I had no luck trying to find the correct version by looking for the missing function in the release logs...
I think the easiest fix would be to get from @stuartlynn the correct version to use for eo-learn
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm interested in using this project in my thesis. I am willing to run this before making any modifications to the same. However, I've been running into quite a few issues.
While running
python download_features.py --features data/features.csv
I get the following error
ImportError: cannot import name 'S2L1CWCSInput' from 'eolearn.io'
Also. I get the unresolved variables error before even running the files on this line
PMLDataPipeline/download_features.py
Line 72 in b6678e0
The variable bounds, bbox_list aren't defined in the above line
PMLDataPipeline/download_features.py
Lines 78 to 81 in b6678e0
The variable USE_BANDS, band_names aren't defined in the above line.
@stuartlynn if you could help me set this up, it'd be very helpful for my thesis.
The text was updated successfully, but these errors were encountered: