nilsmagnus / grib

Golang GRIB2 parser
Other
57 stars 19 forks source link

Reduce ends up with invalid grid #2

Closed nilsmagnus closed 6 years ago

nilsmagnus commented 6 years ago

When reducing file, the grid is left untouched even if the filter-options for coordinates is used.

Fix: update latitude/longitude start/stop when reducing on coordinates.

nilsmagnus commented 6 years ago

Fixed by c9144