From 021759412d7e8536225820787a77e62f933dc26e Mon Sep 17 00:00:00 2001 From: James Seppi Date: Mon, 6 Nov 2017 10:45:13 -0600 Subject: [PATCH 1/2] Fix demo URL (#8) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e75e4bc5..dc04702c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ in particular [A GPU Approach to Particle Physics](http://nullprogram.com/blog/2 npm install npm run build npm start -# open http://127.0.0.1:1337 +# open http://127.0.0.1:1337/demo/ ``` ### Downloading weather data From 9e60d65477b55a3e6d5493d3d866fd43ed1656c0 Mon Sep 17 00:00:00 2001 From: Vladimir Agafonkin Date: Thu, 25 Apr 2019 11:33:28 +0300 Subject: [PATCH 2/2] grib-api -> eccodes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.