-
Notifications
You must be signed in to change notification settings - Fork 178
Open
Description
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/.
Metadata
Metadata
Assignees
Labels
No labels