You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default value is still present in the response:
"properties": {"ecmwf:product_type": {"default": ["reanalysis"/* <-- this should not be there */],"items": {"enum": ["ensemble_mean","ensemble_members","ensemble_spread","reanalysis"],"type": "string"},"title": "product_type","type": "array"},
Note that it works as expected for other products, for example:
"properties": {"ecmwf:variable": {/* No default value, as expected */"description": "Please, consult the product user guide in the documentation section for more information on these variables.","items": {"enum": ["10m_u_component_of_wind","10m_v_component_of_wind","2m_dewpoint_temperature",
The text was updated successfully, but these errors were encountered:
When making this request to eodag server:
http://127.0.0.1:5000/collections/ERA5_PL/queryables?provider=cop_cds&ecmwf:product_type
The default value is still present in the response:
Note that it works as expected for other products, for example:
http://127.0.0.1:5000/collections/CAMS_EAC4/queryables?provider=cop_ads&ecmwf:variable
Gives this result:
The text was updated successfully, but these errors were encountered: