NOAA-MDL / grib2io

Python interface to the NCEP G2C Library for reading and writing GRIB2 messages.
https://noaa-mdl.github.io/grib2io
MIT License
30 stars 11 forks source link

Properly mask output data when interpolating from smaller to larger domain #132

Closed EricEngle-NOAA closed 8 months ago

EricEngle-NOAA commented 8 months ago

When interpolating from a grid whose domain (i.e. geographic extent) is smaller than that of the output grid, grib2io currently does not properly get areas of output grid to missing/NaN that are not a part of the source grid.