Re: [gdal-dev] Problem opening new format ECMWF grib files

2023-07-12 Thread Even Rouault
Simon, please find an issue about that to https://github.com/OSGeo/gdal/issues/new and attach a dataset reproducing the issue or a convenient link to such a dataset Even Le 11/07/2023 à 21:01, Simon Proud - STFC UKRI via gdal-dev a écrit : Hello, I'm trying to open a grib format file fro

[gdal-dev] Problem opening new format ECMWF grib files

2023-07-11 Thread Simon Proud - STFC UKRI via gdal-dev
Hello, I'm trying to open a grib format file from ECMWF. The file is generated using the ECMWF open data python library as follows: from ecmwf.opendata import Client client = Client() result = client.retrieve( type="fc", param="skt", step="0", target="data.grb2", ) This produces