Skip to content

Commit

Permalink
netcdf note
Browse files Browse the repository at this point in the history
  • Loading branch information
khufkens committed Aug 27, 2024
1 parent b56c5ba commit 66ce300
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ remotes::install_github("bluegreen-labs/ecmwfr", build_vignettes = TRUE)
library("ecmwfr")
```

### Breaking changes (>= 2.0.0)
### breaking changes (>= 2.0.0)

#### querying data

With the introduction of version 2.0.0 and the migration to the new API some
changes to the package were implemented which will cause breaking changes. In particular
Expand All @@ -88,6 +90,13 @@ wf_request(
The requests themselves should translate mostly without intervention
and remain nested lists of parameters.

#### netCDF data format

In comparison with the original services the new `beta` API [regresses in terms
of netCDF support](https://forum.ecmwf.int/t/changes-to-grib-to-netcdf-converter-on-cds-beta-ads-beta/4322). Those relying on common netCDF support such as ecosystem modellers will find this troubling. Note that both CDS and ADS have different policies and use different methods. Note that this regression in usability is not caused
by this package. Please forward any issues you have with formatting of the data
to the ECMWF using [the public forum](https://forum.ecmwf.int/t/changes-to-grib-to-netcdf-converter-on-cds-beta-ads-beta/4322). We suggest to fall back to grib files, and convert internally if netCDF driver files are needed. Sadly, consistency for now is not, and will not be, guaranteed it seems.

## Use: ECMWF Data Store services

Create a ECMWF account by [self
Expand Down

0 comments on commit 66ce300

Please sign in to comment.