podaac / swodlr

swodlr (swaa·dler) is a system for generating on demand raster products from SWOT L2 data
Apache License 2.0
4 stars 2 forks source link

Pre-verification of cycle/pass/scene combo #75

Closed viviant100 closed 11 months ago

viviant100 commented 1 year ago

Use existing dynamoDB to check if the user's cycle/pass/scene inputs are valid at the "Generation" step.

joshgarde commented 1 year ago

By piggybacking off an existing process that we have within ingest-to-sds, we're aiming to remove the dependency on another microservice to provide indexing of ingested granules. Aside from minor changes to ingest-to-sds last week, this work also encapulates work within swodlr-api in order to utilize the indices generated to provide a valid/invalid check for frontend use

joshgarde commented 11 months ago

PRs open - in-review

joshgarde commented 11 months ago

Merged