noritada / grib-rs

GRIB format parser for Rust
Apache License 2.0
57 stars 9 forks source link

Add a feature to return the short name defined for the grid, based on ecCodes `gridType` strings #87

Closed noritada closed 2 months ago

noritada commented 2 months ago

This PR adds a feature to return the short name defined for the grid. Short names are based on ecCodes gridType strings, such as "regular_ll" and "lambert".

This PR also changes CLI and demo web app to show that grid type string in the submessage list view.