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

Interpolation #52

Closed EricEngle-NOAA closed 1 year ago

EricEngle-NOAA commented 1 year ago

Implement grid interpolation via the NCEPLIBS-ip library. This is a Fortran library so the appropriate interface will need to be created using f2py.

Also, NCEPLIBS IP and sp libraries must support shared object libraries.

EricEngle-NOAA commented 1 year ago

The interpolation functionality in grib2io is working. The interpolation depends on new releases of the NCEP ip and sp libraries that support shared-object libraries. Work to support shared-object libraries has been done. See PRs below.

https://github.com/NOAA-EMC/NCEPLIBS-ip/pull/128

https://github.com/NOAA-EMC/NCEPLIBS-sp/pull/68