error when adding datacube product 'Unknown metadata type: 'eo3_landsat_ard'' #58
Zina-Kamel
started this conversation in
1.0 Getting started on the Data Challenge Platform - https://datascience.ey.com/
Replies: 2 comments 1 reply
-
|
@alexgleith @codeindulgence any ideas on how to resolve this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hello again! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using my local environment to get started. I have followed the instructions provided on GitHub and have set up the environment correctly. However, in the final step of step 3 ( “Now index some datasets”) I am getting this error: ValueError: Supplied product name "ga_ls7e_ard_3" not present in the database
I have cloned the GitHub repository correctly and my docker container is running. However, when I try to add
ga_ls7e_ard_3.odc-product.yamlorga_ls8c_ard_3.odc-product.yamlproducts I am getting the following errorraise InvalidDocException('Unknown metadata type: %r' % definition['metadata_type']) datacube.utils.documents.InvalidDocException: Unknown metadata type: 'eo3_landsat_ard' datacube-product ERROR Invalid product definition: /scripts/data/ga_ls7e_ard_3.odc-product.yamlThe other products (such as the linescan) are working perfectly and I have indexed the datasets for them
I also tried to redownload the ls78.tar.gz and ga_ls7e_ard_3.odc-product but it is still giving me the same error
Beta Was this translation helpful? Give feedback.
All reactions