ecmwf / cfgrib

A Python interface to map GRIB files to the NetCDF Common Data Model following the CF Convention using ecCodes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

broken link in example grib file in github Readme "Usage" section

Timothy-W-Hilton opened this issue · comments

What maintenance does this project need?

The link to download a well-formed grib file in the first sentence of the Usage section of the cfgrib GitHub repository seems to be broken:

└─[$] wget http://download.ecmwf.int/test-data/cfgrib/era5-levels-members.grib --2024-01-17 10:56:28-- http://download.ecmwf.int/test-data/cfgrib/era5-levels-members.grib Resolving download.ecmwf.int (download.ecmwf.int)... 136.156.180.69 Connecting to download.ecmwf.int (download.ecmwf.int)|136.156.180.69|:80... failed: Connection refused.
I get the same result using curl or typing the URL into my browser

Organisation

GNS Science, Te Pū Ao

The correct link is:

wget  https://get.ecmwf.int/repository/test-data/cfgrib/era5-levels-members.grib

Thanks for bringing that to our attention