eo-learn-workshop
eo-learn-workshop copied to clipboard
Bridging Earth Observation data and Machine Learning in Python
Adds MIT license to the repo.
Hello, For the water_level_extraction.ipynb, I get this error when executing the workflow. I check my geopandas version and it seems up to date. Any ideas? thank you!
I'm trying to follow the tutorial but executing the first code of eolearn_basics.ipynb, I get the following error. ...` ---> 28 if path.startswith('s3://'): 29 return load_s3_filesystem(path, *kwargs) 30 AttributeError: 'PosixPath'...
I am getting a error in the "land_cover.ipynb" calling `country_shape = country.geometry.values.tolist()[-1]` **AttributeError: 'GeometryArray' object has no attribute 'tolist'** Any idea why?