podaac / hydrocron

API for retreiving time series of SWOT data
https://podaac.github.io/hydrocron/
Apache License 2.0
17 stars 4 forks source link

Provide option to query on a temporal range to determine what has not been ingested #230

Open nikki-t opened 2 months ago

nikki-t commented 2 months ago

In order to initialize the track ingest tables and/or to determine any gaps in the Hydrocron time series, the track ingest operations should be modified to:

  1. Query all Hydrocron granules from a CMR query on temporal range (could be entire time series).
  2. Count feature of granules and compare to expected number for pass (Requires pass/feature count map).
  3. Send CNM messages for those not ingested.
  4. Update track ingest table with granule status.