We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I run the E3CI Python notebook of the Ocean & Climate module and got three HTTP 404 errors.
The URLs are incomplete. Everything works if the three URLs are changed from
wget https://raw.githubusercontent.com/ecmwf-projects/mooc-machine-learning-weather-climate/main/tier_3/ocean_climate/requirements.txt -O requirements.txt wget https://github.com/ecmwf-projects/mooc-machine-learning-weather-climate/raw/main/tier_3/ocean_climate/data/e3ci_dataset_workshop.xlsx -O data/e3ci_dataset_workshop.xlsx wget https://raw.githubusercontent.com/ecmwf-projects/mooc-machine-learning-weather-climate/main/tier_3/ocean_climate/data/europe.geojson -O data/europe.geojson
to
wget https://raw.githubusercontent.com/ecmwf-projects/mooc-machine-learning-weather-climate/main/tier_3/ocean_climate/e3ci/requirements.txt -O requirements.txt wget https://github.com/ecmwf-projects/mooc-machine-learning-weather-climate/raw/main/tier_3/ocean_climate/e3ci/data/e3ci_dataset_workshop.xlsx -O data/e3ci_dataset_workshop.xlsx wget https://raw.githubusercontent.com/ecmwf-projects/mooc-machine-learning-weather-climate/main/tier_3/ocean_climate/e3ci/data/europe.geojson -O data/europe.geojson
It is missing e3ci after /ocean_climate/.
e3ci
/ocean_climate/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I run the E3CI Python notebook of the Ocean & Climate module and got three HTTP 404 errors.
The URLs are incomplete. Everything works if the three URLs are changed from
to
It is missing
e3ci
after/ocean_climate/
.The text was updated successfully, but these errors were encountered: