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

As a swodlr UI user, I want to have a convenient tool to get scene ID so that I can use it to submit the raster request #57

Open viviant100 opened 1 year ago

viviant100 commented 1 year ago

In v1 of swodlr UI, an user puts in cycle/pass/sceneID to submit a request to generate customized L2 raster products. The scene ID can be found from the SDP SWOT_L2_HR_Raster granule in its file naming convention, iso metadata, CMR, or is calculated using an equation.

The code that calculates the scene ID via an equation is already developed in the backend service. Create a convenient tool that leverage the existing backend code to provide the end user the scene IDs using the equation.

joshgarde commented 1 year ago

I believe the exact issue was whether or not EDS would be handing off a concept id or a granule id for the smart handoff on SDPs. The API would then be expected to extract the cycle/pass/scene from the granule/concept id and hand it back.

The endpoint would also provide the area the granule covers which is taken from CMR.

viviant100 commented 1 year ago

The smart handoff capability will be in v2 UI. For v1 UI, an user will enter cycle/pass/sceneID directly without going through EDS and thus the request for a convenient tool.