grib2json-reader
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

Grib2 Json File Reader

Example Usage

import reader from 'grib2json-reader';
import data from './gfs.json';
 
console.log('field value is', reader(data).field(20, 20));

/grib2json-reader/

    Package Sidebar

    Install

    npm i grib2json-reader

    Weekly Downloads

    16

    Version

    0.1.1

    License

    MIT

    Last publish

    Collaborators

    • jimexist