mpiannucci / gribberish

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

Add optional serde support #54

Open mpiannucci opened 3 months ago

mpiannucci commented 3 months ago

Add ability to serialize and deseriealize sections and templates. This allows for exporting sections and tempaltes and reusing them without having to read anything but the binary data sections. It also helps with debugging and introspecting the files themselves..

For example see https://github.com/JackKelly/hypergrib/issues/2#issuecomment-2256497723 or #51