Releases: bluegreen-labs/ecmwfr
ecmwfr v2.0.2
Programmatic interface to the two European Centre for Medium-Range Weather Forecasts API services. The package provides easy access to all available Data Stores from within R, matching and expanding upon the ECMWF python tools. Support is provided for the Climate Data Store, the Atmosphere Data Store and the Early Warning Data Store (from the Copernicus Emergency Management Services).
This release updates data request sanitation to ensure correct downloads from the atmospheric data store data. No other issues were addressed.
ecmwfr v2.0.1
Programmatic interface to the two European Centre for Medium-Range Weather Forecasts API services. The package provides easy access to all available Data Stores from within R, matching and expanding upon the ECMWF python tools. Support is provided for the Climate Data Store, the Atmosphere Data Store and the Early Warning Data Store (from the Copernicus Emergency Management Services).
This release uses the new API and fixes an additional bug in the batch processing of requests.
ecmwfr v1.5.1
Note
This is the last release before the new CDS/ADS beta platform. Use this version for fallback purposes such as MARS/WebAPI access if still required.
Small patches to polling logic:
- Logic patch for 202 http error on long runs
- Dynamic retry polling to avoid API rate limiting (default = 30s)
ecmwfr
Programmatic interface to the European Centre for Medium-Range Weather Forecasts dataset web services (ECMWF; https://www.ecmwf.int/) and Copernicus's Climate Data Store (CDS; https://cds.climate.copernicus.eu/). Allows for easy downloads of weather forecasts and climate reanalysis data in R.
Added support for:
wf_request_batch()
to support parallel requests using R6 classes by @eliocamp- updated citation (pointing to global doi)
ecmwfr
Programmatic interface to the European Centre for Medium-Range Weather Forecasts dataset web services (ECMWF; https://www.ecmwf.int/) and Copernicus's Climate Data Store (CDS; https://cds.climate.copernicus.eu). Allows for easy downloads of weather forecasts and climate reanalysis data in R.
Added support for:
- file based keyring
- the Atmosphere Data Store (ADS)
- various small fixes
ecmwfr
Programmatic interface to the European Centre for Medium-Range Weather Forecasts dataset web services (ECMWF; https://www.ecmwf.int/) and Copernicus's Climate Data Store (CDS; https://cds.climate.copernicus.eu). Allows for easy downloads of weather forecasts and climate reanalysis data in R.