Skip to content
New issue

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

Error when executing python inputs-collect/download-data-EO4SIBS-chl.py and python inputs-collect/download-data-EO4SIBS-SSS.py #17

Open
AliceBalfanz opened this issue Jan 5, 2023 · 0 comments
Assignees

Comments

@AliceBalfanz
Copy link
Member

When executing the scripts to collect EO4SIBS data, two of them fail:

# Download Chlorophyll
$ python inputs-collect/download-data-EO4SIBS-chl.py
 33%|██████████████████████████████▋                                                             | 7/21 [30:00<1:00:01, 257.26s/it]
Traceback (most recent call last):
  File "/home/alicebalfanz/cube-gen/black-sea/inputs-collect/download-data-EO4SIBS-chl.py", line 64, in <module>
    download_dataset_by_date(
  File "/home/alicebalfanz/cube-gen/black-sea/inputs-collect/utils.py", line 26, in download_dataset_by_date
    response.raise_for_status()
  File "/home/conda/deepesdl/envs/cube-gen/lib/python3.9/site-packages/requests/models.py", line 1021, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://www.eo4sibs.uliege.be/map/netcdf_export/eo4sibs6.nc

and

# Download Sea Surface Salinity
python inputs-collect/download-data-EO4SIBS-SSS.py
  0%|                                                                                                       | 0/24 [00:00<?, ?it/s]
Traceback (most recent call last):
  File "/home/alicebalfanz/cube-gen/black-sea/inputs-collect/download-data-EO4SIBS-SSS.py", line 36, in <module>
    download_dataset_by_date(
  File "/home/alicebalfanz/cube-gen/black-sea/inputs-collect/utils.py", line 26, in download_dataset_by_date
    response.raise_for_status()
  File "/home/conda/deepesdl/envs/cube-gen/lib/python3.9/site-packages/requests/models.py", line 1021, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://www.eo4sibs.uliege.be/map/netcdf_export/eo4sibs7.nc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants