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.
- Host: GitHub
- URL: https://github.com/rustyconover/ncep-grib2-definitions
- Owner: rustyconover
- Created: 2020-10-17T03:52:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-17T15:23:39.000Z (over 5 years ago)
- Last Synced: 2025-03-28T18:11:41.606Z (about 1 year ago)
- Language: TypeScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```