Example data is missing? #2463
Closed
LeoNull101
started this conversation in
General
Replies: 1 comment
-
|
Hi @LeoNull101 , we can't recreate your issue. If you run import parcels
for name in parcels.list_example_datasets():
parcels.download_example_dataset(name)it shows all datasets downloading correctly. The individual links do not 404 (e.g., www.parcels-code.org/examples-data/NemoNorthSeaORCA025-N006_data/ORCA025-N06_20000104d05U.nc ) which is the important thing for the scripts to work. If you're still encountering problems, can you:
Then we can re-open the issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently learning how to use Parcels. Unfortunately, when I tried to run some of the demos from the tutorials, I found that the example data could not be downloaded. I traced the download function and the associated link, but the webpage returns a 404 error (“This page could not be found”).
Has the link been updated or moved recently? I would appreciate any help or guidance. Thank you very much. By the way, the url is :https://parcels-code.org/examples-data/
Beta Was this translation helpful? Give feedback.
All reactions