podaac / swodlr-ui

User Interface for On-Demand Raster Generation System
2 stars 1 forks source link

Optimize the Granule Lookup Process for Improved Performance #102

Closed viviant100 closed 1 month ago

viviant100 commented 2 months ago

Current: each footprint is resolved in its own request, which means we get lag time on each footprint being displayed. Goal: The polygon lookup should be one request which gets the footprints and filenames all in one go.

related issue: Add filename to each selected granule #101