Hi, I am trying to use the worldcereal_classification_app (following notebook: worldcereal-classification/notebooks/worldcereal_classification_app.ipynb at main · WorldCereal/worldcereal-classification · GitHub), but I am receiving this error (see attached screen) when I try to log in to Terrascope. Could you please help me? Thanks a lot!
Hi Filippo!
Thanks for reaching out!
This is indeed an issue that popped up after a major recent update and is only affecting users which have previously worked with WorldCereal notebooks.
The only way to fix this, is to delete the WorldCereal resources from your Terrascope account and start fresh. Please find below a step-by-step guide on how to proceed:
-
Browse tohttps://notebooks.terrascope.be and login with your Terrascope account
-
Go to File > New Launcher and open the command line tool ("Terminal’) in the Other section
-
Check your current working directory by enteringpwd command
-
Make sure to navigate to the folder where “worldcereal-classification” folder is located, e.g.cd /home/jeroendegerickx
-
In the next step we will delete the entire worldcereal-classification folder. If you want to keep this folder because you added some custom scripts or generated some maps, you can first zip its contents usingzip -r backup.zip worldcereal-classificationà then make sure to download the zipped folder to your computer (using the file browsing pane on the left, right-clicking and press Download) and double-check its contents before proceeding!
-
Delete the entire worldcereal-classification folder using the following command:
rm -rf worldcereal-classification
-
Verify the folder has indeed been deleted completely
-
Go to the * WorldCereal github, browse to your notebook and press the “Run on Terrascope” button again
-
Everything should be fine now!
Please let me know in case you encounter any problems!
Jeroen
