mpiannucci / gribberish

Read GRIB files with Rust
MIT License
49 stars 2 forks source link

Parse Code Tables from spec when possible #4

Open mpiannucci opened 2 years ago

mpiannucci commented 2 years ago

https://github.com/wmo-im/GRIB2

mpiannucci commented 2 years ago

Specifically for the product tables cuz there's too many to ever want to code by hand

https://github.com/wmo-im/GRIB2/blob/master/GRIB2_CodeFlag_4_2_CodeTable_en.csv

mpiannucci commented 2 years ago

MRMS tables https://www.nssl.noaa.gov/projects/mrms/operational/tables.php

mpiannucci commented 2 years ago

Allow users to pass additional code tables at runtime for dynamic lookup

mpiannucci commented 11 months ago

Parse wgribs tables

https://github.com/erget/wgrib2/blob/60da590ca67df8aa2e37f4512fea7b59f761c19d/wgrib2/gribtab#L400

mpiannucci commented 11 months ago

Example: https://github.com/baptiste0928/rosetta/blob/main/rosetta-build/Cargo.toml