Skip to content

MIERUNE/tinygrib2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tinygrib2

GRIB2 Sections

https://codes.ecmwf.int/grib/format/grib2/overview/

flowchart TB
    0[0: Indicator]
    1[1: Identification]
    2[2: Local Use]
    3[3: Grid Definition]
    4[4: Product Definition]
    5[5: Data Representation]
    6[6: Bit-Map]
    7[7: Data]
    8[8: End]
    0 --> 1
    1 --> 2
    1 --> 3
    2 --> 3
    3 --> 4
    4 --> 5
    5 --> 6
    6 --> 7
    7 --> 2
    7 --> 3
    7 --> 4
    7 --> 8
Loading

Code tables and templates

About

(experimental) A tiny toolkit for parsing JMA's GRIB2 files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages