-
Notifications
You must be signed in to change notification settings - Fork 1
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
Ingest Level 2A WV02 MSI_L2A into cumulus #389
Comments
Here for debugging: #415 |
2010- has been ingested on the 6th. Does not show up in search.earthdata; Helen contacted ESDIS and it is the result of a bug which is under investigation. 9624 granules will be ingested for 2011-2015 when the Earthdata bug is fixed by ESDIS |
2009-2015 # of ingested granules (WV02 Level 2A ): |
2016-2021 # of granules ingested: There were errors in IngestAndPublish step in the state machine at PostToCMR : Need to investigate these failures. Size in DB records and S3 match for the granule |
Ingest granules in collection WV02_MSI_L2A to CBA Prod by discovering/ingesting from MCP account.
main
:git checkout main && git pull
git checkout -b issue389/ingest-wv02-msi_l2a
app/stacks/cumulus/resources/rules/WV02_MSI_L2A/v1/WV02_MSI_L2A___1.json
:"WV02_MSi_L2A___1"
"maxar"
"'css/nga/WV02/2A/'yyyy/DDD"
"2009-11-15T00:00:00Z"
"2022-01-01T00:00:00Z"
DOTENV=.env.cba.prod make bash
)cumulus collections add --data app/stacks/cumulus/resources/collections/WV02_MSI_L2A___1.json
cumulus rules add --data app/stacks/cumulus/resources/rules/WV02_MSI_L2A/v1/WV02_MSI_L2A___1.json
cumulus rules enable --name WV02_MSI_L2A___1
cumulus rules run --name WV02_MSI_L2A___1
Acceptance criteria
data.csdap.earthdata.nasa.gov
[note:csdap
, notcsda
])csdap
, notcsda
) -- Cognito auth should be triggeredWV02_Pan_L2A
have been ingest into CBA Prod, with the exception of perhaps a small percentage of errors.To determine how many granules have been processed, first enter the Docker container:
In the container, run the following:
(note: due to a Cumulus bug, sometimes the status does not get properly updated. Try running these to match the numbers)
You should see output similar to the following:
In particular, look at the value for
body
and within it, locate the value of"count"
. In the output above, the count should match the Earthdata Search granule count obtained in the very first step.The text was updated successfully, but these errors were encountered: