ecmwf / cfgrib

A Python interface to map GRIB files to the NetCDF Common Data Model following the CF Convention using ecCodes
Apache License 2.0
398 stars 75 forks source link

unknown 'gridType': 'space_view'. Using GRIB2 template #211

Open cecile-betmont opened 3 years ago

cecile-betmont commented 3 years ago

Hi,

I need to create a grib file with cfgrib 0.9.9.x branch/eccode 2.20.0 in a space_view grid and I got this error :

"unknown 'gridType': 'space_view'. Using GRIB2 template"

I would like to know if the space_view key will be implemented in a future release ?

cecile-betmont commented 3 years ago

Maybe the same issue as #210