noritada / grib-rs

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

Add support for computation of latitudes and longitudes of grid points (for the lat/lon grid (Template 3.0)) #39

Closed noritada closed 1 year ago

noritada commented 1 year ago

This PR adds support for computation of latitudes and longitudes of grid points in the library. Among the various grids available in GRIB, this PR adds support for the latitude/longitude grid (Template 3.0), which I believe is the most commonly used.

With the addition of initial support for Section 3, initial support for all sections is now complete.