An open API service indexing awesome lists of open source software.

https://github.com/rustyconover/ncep-grib2-definitions

Parse NCEP data for GRIB.jl local definitions.
https://github.com/rustyconover/ncep-grib2-definitions

Last synced: about 1 year ago
JSON representation

Parse NCEP data for GRIB.jl local definitions.

Awesome Lists containing this project

README

          

# NCEP Grib2 Definitions Parser

This script parses various disciplines and category webpages from
NCEP and outputs definitions for GRIB messages for use with GRIB.jl

### Install

```
npm install
```

### Run

You may wish to edit the list of missing message parameters in `src/index.ts`.

Then run the script with:

```
npm run go
```