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.
FIX: sanitize the final request for the dataset and target fields
Requests to CAMS EU air quality data fail when the
dataset_short_name
andtargets
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.