GRIB1 Reader
Read a GRIB1 file and search for data based on parameter and level values. The results can either be decoded or extracted as a binary blob so it can be saved to a separate file.
Currently only the Grid 10 (RotatedLatLon) data representation type is supported
Usage
Add this to your Cargo.toml:
[]
= "0.2.0"
and this to your source code:
use ;
Example
let file = open.await?;
let mut reader = new;
let result = reader.read.await?;
println!;
for grib in result