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
Describe the bug
I've tried to access the CAMS_GLOBAL_EMISSIONS through the cop_ads provider but I'm getting the following error:
DownloadError: the request you have submitted is not valid. Value '2021' not valid for parameter 'year', valid values are: 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, ....
However, should exist as the dag.search returns a EOProduct
The error raises from 2021 on.
Code To Reproduce
CLI commands or Python code snippet to reproduce the bug. Please use maximum verbosity using:
Hello @InigoReizabal , this provider does not provide a search API, so in eodag we use the search method to build a ready-to-download EO Product. See CDS API tuturial or CdsApi plugin developer documentation.
However, now that queryables using provider's constraints are implemented, we can plan to add a check during the search step. A feature request is already implemented for that: #942
Describe the bug
I've tried to access the CAMS_GLOBAL_EMISSIONS through the
cop_ads
provider but I'm getting the following error:However, should exist as the
dag.search
returns aEOProduct
The error raises from 2021 on.
Code To Reproduce
CLI commands or Python code snippet to reproduce the bug. Please use maximum verbosity using:
Output
Environment:
The text was updated successfully, but these errors were encountered: