Skip to content

Error in queryables additional_properties value for cop_marine #1642

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
anesson-cs opened this issue Apr 29, 2025 · 0 comments
Open

Error in queryables additional_properties value for cop_marine #1642

anesson-cs opened this issue Apr 29, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@anesson-cs
Copy link
Collaborator

Describe the bug
While it is not possible to use queryables different from productType, id, start, end and geom with cop_marine, additional_properties attribute of its queryables is always set to True.

Code To Reproduce

from eodag import EODataAccessGateway
from eodag.utils.logging import setup_logging

setup_logging(verbose=3)

dag = EODataAccessGateway()

cop_marine_queryables = dag.list_queryables(
    provider="cop_marine"
)
print(cop_marine_queryables.additional_properties)

Output
2025-04-29 11:51:53,780 eodag.config [DEBUG ] Loading configuration from /home/anesson/workspace/EODAG/dev/eodag/eodag/resources/providers.yml
2025-04-29 11:51:55,278 eodag.config [INFO ] Loading user configuration from: /home/anesson/.config/eodag/eodag.yml
2025-04-29 11:51:55,312 eodag.core [INFO ] geodes_s3: provider needing auth for search has been pruned because no credentials could be found
2025-04-29 11:51:55,335 eodag.core [DEBUG ] Opening product types index in /home/anesson/.config/eodag/.index
2025-04-29 11:51:55,374 eodag.core [INFO ] Locations configuration loaded from /home/anesson/.config/eodag/locations.yml
True

Environment:

  • Python version: 3.12.3
  • EODAG version: 3.1.0b3.dev63+g42677b56.d20250416
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant