-
Couldn't load subscription status.
- Fork 4
Description
Hi All! I've followed the steps listed here to run the Local Data Cube version.
Steps 1 and 2 ran without problem, but in Step 3 I had an issue with the last part "Now index some datasets", specifically with the last command:
docker-compose exec jupyter bash -c "dc-index-from-tar --protocol https --ignore-lineage -p linescan /scripts/data/linescan.tar.gz"
When tried to run it, I received this error message:
indexing /scripts/data/linescan.tar.gz Traceback (most recent call last): File "/env/bin/dc-index-from-tar", line 8, in <module> sys.exit(cli()) File "/env/lib/python3.6/site-packages/click/core.py", line 829, in __call__ return self.main(*args, **kwargs) File "/env/lib/python3.6/site-packages/click/core.py", line 782, in main rv = self.invoke(ctx) File "/env/lib/python3.6/site-packages/click/core.py", line 1066, in invoke return ctx.invoke(self.callback, **ctx.params) File "/env/lib/python3.6/site-packages/click/core.py", line 610, in invoke return callback(*args, **kwargs) File "/env/lib/python3.6/site-packages/odc/apps/dc_tools/index_from_tar.py", line 207, in cli doc_transform=transform, File "/env/lib/python3.6/site-packages/odc/apps/dc_tools/index_from_tar.py", line 157, in process_file **ds_resolve_args, File "/env/lib/python3.6/site-packages/odc/index/_index.py", line 32, in from_metadata_stream doc2ds = Doc2Dataset(index, **kwargs) File "/env/lib/python3.6/site-packages/datacube/index/hl.py", line 249, in __init__ raise ValueError(err_msg) ValueError: Supplied product name "linescan" not present in the database ERROR: 1
I'm running it on a Windows 10 PowerSheel, as Administrator.
Also, I've tried to manually download this specificlinescan.tar.gz file directly from the GitHub repository and to copy it into the /scripts/data/ folder but still received the same error message.
¿What could be wrong?
Thank you in advance!