diff --git a/README.md b/README.md index dc04702c..a0971ee3 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,6 @@ npm start ### Downloading weather data -1. Install [GRIB-API](https://software.ecmwf.int/wiki/display/GRIB/Releases). +1. Install [ecCodes](https://confluence.ecmwf.int//display/ECC/ecCodes+Home) (e.g. `brew install eccodes`). 2. Edit constants in `data/download.sh` for desired date, time and resolution. 3. Run `./data/download.sh ` to generate wind data files (`png` and `json`) for use with the library.