mike-gangl
mike-gangl
My use case is given a CMR granule in stac format, i want to download the data files locally for processing. Given a collection with **multiple data files**, we are...
## Environment * the version of the software with which you are encountering an issue * TDS Docker container 5.3 * Environment AWS EC2 behind a load balancer (important) ```...
Currently the subscriber uses the bounding box information to search for granules of interest. With the addition of subset capabilities in harmony and our use of that, it would be...
“The simple use case is to preserve the archive data (ie, remote server datestamp) when downloading the file - is this possible with the data downloader? This works with wget.“...
And since I’m emailing, I may as well ask about the problem I expected to meet. The GRACE series has four files per month: https://urldefense.us/v3/__https:/archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/GRACEFO_L2_CSR_MONTHLY_0060/GSM-2_2018152-2018181_GRFO_UTCSR_BA01_0600__;!!PvBDto6Hs4WbVuu7!fkCBBvOS_eUQeDZNU3GiZ6z2fwP1D3v2U1KrurcGsD0Ymkrt3az62vBuTQaAxr1Zaap4SSzUtw$ https://urldefense.us/v3/__https:/archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/GRACEFO_L2_CSR_MONTHLY_0060/GAC-2_2018152-2018181_GRFO_UTCSR_BC01_0600__;!!PvBDto6Hs4WbVuu7!fkCBBvOS_eUQeDZNU3GiZ6z2fwP1D3v2U1KrurcGsD0Ymkrt3az62vBuTQaAxr1Zaaqs4JY7SQ$ https://urldefense.us/v3/__https:/archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/GRACEFO_L2_CSR_MONTHLY_0060/GSM-2_2018152-2018181_GRFO_UTCSR_BB01_0600__;!!PvBDto6Hs4WbVuu7!fkCBBvOS_eUQeDZNU3GiZ6z2fwP1D3v2U1KrurcGsD0Ymkrt3az62vBuTQaAxr1Zaap1qjG6fA$ https://urldefense.us/v3/__https:/archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/GRACEFO_L2_CSR_MONTHLY_0060/GAD-2_2018152-2018181_GRFO_UTCSR_BC01_0600__;!!PvBDto6Hs4WbVuu7!fkCBBvOS_eUQeDZNU3GiZ6z2fwP1D3v2U1KrurcGsD0Ymkrt3az62vBuTQaAxr1ZaapwXWrIyQ$ Is there...
A user may want to specify the variables they want from a subsetter/harmony request. This should be an option from the CLI subscriber/downlaoder tools. Perhaps: a command to generate a...
URS auth is baked into the subscriber code. Refactor this to its own library- major driver for this is re-usability, but also causes issues in regression testing when it relies...
saw this during regression testing: ``` WARNING root:podaac_data_subscriber.py:307 2022-08-04 14:20:03.485885 FAILURE: https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/JASON_CS_S6A_L2_ALT_LR_STD_OST_NRT_F/S6A_P4_2__LR_STD__NR_042_083_20220101T104242_20220101T123506_F04.nc Traceback (most recent call last): File "/Users/runner/work/data-subscriber/data-subscriber/subscriber/podaac_data_subscriber.py", line 302, in run urlretrieve(f, output_path) File "/Users/runner/hostedtoolcache/Python/3.9.13/x64/lib/python3.9/urllib/request.py", line 239, in...
run ing the following command: ``` podaac-data-subscriber -c AU_Ocean_NRT_R01 -sd 2021-06-10T00:00:00Z -e '.he5' -p LANCEAMSR2 -d ./LANCE --verbose ``` we get no search results. the underlying query is setting a...
Not much guidance from CMR if a collection doesn't exist. We should add a check if 0 files are found to ensure that a collection exists. This could save time...