We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using collection ID without version will cause catalog to fail e.g."collection": "urn:nasa:unity:unity:dev:nga-unity-dev-output"
"collection": "urn:nasa:unity:unity:dev:nga-unity-dev-output"
2024-10-29 21:07:30,287 [ERROR] [cumulus_lambda_functions.granules_cnm_ingester.granules_cnm_ingester_logic::154] missing collection. (failed to create): urn:nasa:unity:unity:dev:nga-unity-dev-output
collection ID needs to include version e.g. "collection": "urn:nasa:unity:unity:dev:nga-unity-dev-output___1"
"collection": "urn:nasa:unity:unity:dev:nga-unity-dev-output___1"
stage out should check that collection id stac items include version
Note: It appears that if no version is provided, a collection with default version of 001 is created.
The text was updated successfully, but these errors were encountered:
wphyojpl
No branches or pull requests
Using collection ID without version will cause catalog to fail e.g.
"collection": "urn:nasa:unity:unity:dev:nga-unity-dev-output"
2024-10-29 21:07:30,287 [ERROR] [cumulus_lambda_functions.granules_cnm_ingester.granules_cnm_ingester_logic::154] missing collection. (failed to create): urn:nasa:unity:unity:dev:nga-unity-dev-output
collection ID needs to include version e.g.
"collection": "urn:nasa:unity:unity:dev:nga-unity-dev-output___1"
stage out should check that collection id stac items include version
Note: It appears that if no version is provided, a collection with default version of 001 is created.
The text was updated successfully, but these errors were encountered: