bluegreen-labs / ecmwfr

Interface to the public ECMWF API Web Services
https://bluegreen-labs.github.io/ecmwfr/
Other
106 stars 30 forks source link

Inconsistency in request sanitation - fails downloads #147

Closed khufkens closed 2 months ago

khufkens commented 2 months ago

Requests to CAMS EU air quality data fail when the dataset_short_name and targets fields are retained within the main request JSON string. This is in contrast to other product where this seems to be silently ignored. Working under this assumption, the package does not remove these fields.

khufkens commented 2 months ago

Fixed per #148