We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f0cc4b commit 58d4077Copy full SHA for 58d4077
xcube_cmems/cmems.py
@@ -56,7 +56,7 @@ def __init__(
56
57
@classmethod
58
def get_datasets_with_titles(cls) -> List[dict]:
59
- catalogue: dict = cm.describe()
+ catalogue: CopernicusMarineCatalogue = cm.describe()
60
datasets_info: List[dict] = []
61
for product in catalogue.products:
62
product_title = product.title
0 commit comments