Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 842 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 842 Bytes

GRIB Reader, and Routing (in progress)

Exposes Routing features through REST.
See how it can be put to work in RESTNavServer.

The GRIB part is assumed by JGRIB (sibling of this module, copied from JGRIB)

The server generates a json document, as in poc.GRIBBulk, representing the GRIB file's data. The rendering is (to be) done on the client (HTML5/CSS/ES6) over a map. See in RESTNavServer/web.

And later, add the faxes.

Run ./runGRIBserver.sh

Then reach http://localhost:1234/web/index.html :

Test API

TODO