nasa / opera-sds-pcm

Observational Products for End-Users from Remote Sensing Analysis (OPERA)
Apache License 2.0
16 stars 12 forks source link

861 disp s1 use asf s3 #869

Closed philipjyoon closed 5 months ago

philipjyoon commented 5 months ago

For CSLC burst and static file downloads if the protocol is not https, the download code will use the ASF S3 paths as the local storage and bypass the download. All other download functionality, including CSLC https download, have been preserved.

CSLC ionosphere files are only available via http so those are still downloaded.

This code has been tested with HLS, SLC, RTC, and CSLC S3 and https download/SCIFLO and all are working correctly.

philipjyoon commented 5 months ago

@collinss-jpl Minding taking a quick look at the static download portion of this code change? Pretty simple and I've tested it but just good to have a second set of eyes.

philipjyoon commented 5 months ago

All comments resolved and ready for merge