-
Hello,
I have a problem when opening a grib file, reading a field and rewriting it.
It seems that when writing the file it has some encoding problem.
```python
import os
import shutil
…
-
I am having issues with fields with `typeOfFirstFixedSurface=101`, they are not decoding correctly.
I have attached a file, [a.zip](https://github.com/SciTools/iris-grib/files/13883135/a.zip), whic…
-
Hi,
I'm working with subseasonal data of ECMWF. I download the data of the TIGGE page for the NCEP model, for real time data:
(http://apps.ecmwf.int/datasets/data/s2s-realtime-instantaneous-accum-k…
-
https://github.com/wmo-im/GRIB2
-
The following test program segfaults:
```
$ cat test4.2.f90
program test42
implicit none
integer ierr
character(len=20) :: fl_nametbl='params_grib2_tbl_new'
call open_and…
-
I first open a GRIB2 file named d2m.grib with cfgrib.open_file(), which produces the index file d2m.grib.923a8.idx. In a different application I open the same GRIB2 file with cfgrib.open_dataset(). I …
-
## Source Dataset
- Link to the website: https://rda.ucar.edu/datasets/ds084.1/ (full archive ~2015 - present). Another source is `s3://noaa-gfs-bdp-pds/gfs.*` although it's ~20210226 o…
-
A program has been written to read GRIB2 data by the latest nctoolbox . It could be run in MATLAB 2017a and before. However, when I update MATLAB to 2017b, an error has occured as this:
> Error usi…
-
I am using Python 2.7.13 (64 bit) in windows 7 and I have successfully installed gdal, rasterio (following https://mapbox.github.io/rasterio/installation.html) and gribdoctor (using pip). So, whenever…
-
Hello,
I'm accessing ECMWF real-time open data hosted for example at this url: `https://ai4edataeuwest.blob.core.windows.net/ecmwf/20240201/06z/0p25/scda/20240201060000-6h-scda-fc.grib2`. However, …