Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A Python interface to the eccodes library. It is one of the supported backends of Xarray. Please consult the Open CEMS-Flood data page for example of using CFGRIB with CEMS-Flood data.

Code Block
languagebash
titleEFAS NetCDF data structure for historical river discharge
collapsetrue
<xarray.Dataset>
Dimensions:     (step: 2, y: 950, x: 1000)
Coordinates:
    number      int64 ...
    time        datetime64[ns] ...
  * step        (step) timedelta64[ns] 00:00:00 06:00:00
    surface     int64 ...
    valid_time  (step) datetime64[ns] ...
Dimensions without coordinates: y, x
Data variables:
    dis06       (step, y, x) float32 ... 


NetCDF4  

The Network Common Data Format (NetCDF), is a machine-independent data format widely used in the scientific community to store array-oriented multi-dimensional data. CEMS-Flood datasets are conformant with the version 4 data model (NetCDF-4) and Version 1.7 of the CF convention.

...