NOAA-MDL / grib2io

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

Add ability to pass method_options keyword when using xarray backend interpolation #97

Closed EricEngle-NOAA closed 1 year ago

EricEngle-NOAA commented 1 year ago

grib2io interpolation functions accept a method_options keyword argument that gets passed to NCEPLIBS-ip. Right now, there is no way for these method options to be passed when using grib2io's xarray backend interpolation accessor functions.

This request is to add this keyword to the grib2io xarray backend interpolation accessor functions and pass to grib2io proper.

EricEngle-NOAA commented 1 year ago

Fixed in v2.0.1.