Skip to main content

EO-learn tutorial example

  • April 17, 2024
  • 30 replies
  • 0 views

Show first post

30 replies

We reproduced your issue on Windows 10. On Linux Ubuntu and MacOS the notebook runs fine. We’d need some time to look into why this is happening. Thank you for reporting this.


Thanks a lot. I’ll keep waiting for an upgrade in the eolearn.features package to re-install it and try again the notebook execution.


Dear @vicenc.pala,

the issue was isolated and is now waiting for a merge in this PR.

If you want to try/test it yourself, just look at the changes, it’s a really quick fix and has to do with automatic upcasting from int32 to int64 on Linux/Unix, but not on Windows. More info on the issue here.

Thanks!


Hi @laribisalma74

I believe you only need to update the values in the LULC enum class. This means setting appropriate classes which you would like to have, and assigning to them the proper strings, labels and color. You need to know what the LCCCode in your data is, and after that I would suggest you map all the different values to sorted integer values.

Hope this helps.

Regards,
Matic


how to modify this code to execute the following reference files :