You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The message that results from the --dry-run option in combination with --subset can be misleading. Listing "Granules: None" and "Success Count: 0" has mislead users to think that the search has found zero granules and that the subset will not work. Can we keep the listing of Harmony subsetting parameters, but somehow change or remove the Granules and Success Count part?
Example:
podaac-data-downloader -c SWOT_L2_LR_SSH_2.0 -d ./data --start-date 2023-10-16T00:00:00Z --end-date 2023-11-23T00:00:00Z -b="-125.4,36.3,-122.9,38.1" --subset --dry-run
[2024-05-10 16:21:07,268] {subsetting.py:65} INFO - Dry-run option specified. Listing Harmony subsetting parameters.
[2024-05-10 16:21:07,268] {subsetting.py:66} INFO - Collection ID: C2799438306-POCLOUD
[2024-05-10 16:21:07,276] {subsetting.py:67} INFO - Start Time: 2023-10-16T00:00:00Z
[2024-05-10 16:21:07,276] {subsetting.py:68} INFO - End Time: 2023-11-23T00:00:00Z
[2024-05-10 16:21:07,277] {subsetting.py:69} INFO - BBox: -125.4,36.3,-122.9,38.1
[2024-05-10 16:21:07,277] {subsetting.py:70} INFO - Granules: None
[2024-05-10 16:21:07,278] {podaac_data_downloader.py:177} INFO - Success Count: 0
[2024-05-10 16:21:07,279] {podaac_data_downloader.py:186} INFO - END
The text was updated successfully, but these errors were encountered:
The message that results from the --dry-run option in combination with --subset can be misleading. Listing "Granules: None" and "Success Count: 0" has mislead users to think that the search has found zero granules and that the subset will not work. Can we keep the listing of Harmony subsetting parameters, but somehow change or remove the Granules and Success Count part?
Example:
podaac-data-downloader -c SWOT_L2_LR_SSH_2.0 -d ./data --start-date 2023-10-16T00:00:00Z --end-date 2023-11-23T00:00:00Z -b="-125.4,36.3,-122.9,38.1" --subset --dry-run
[2024-05-10 16:21:07,268] {subsetting.py:65} INFO - Dry-run option specified. Listing Harmony subsetting parameters.
[2024-05-10 16:21:07,268] {subsetting.py:66} INFO - Collection ID: C2799438306-POCLOUD
[2024-05-10 16:21:07,276] {subsetting.py:67} INFO - Start Time: 2023-10-16T00:00:00Z
[2024-05-10 16:21:07,276] {subsetting.py:68} INFO - End Time: 2023-11-23T00:00:00Z
[2024-05-10 16:21:07,277] {subsetting.py:69} INFO - BBox: -125.4,36.3,-122.9,38.1
[2024-05-10 16:21:07,277] {subsetting.py:70} INFO - Granules: None
[2024-05-10 16:21:07,278] {podaac_data_downloader.py:177} INFO - Success Count: 0
[2024-05-10 16:21:07,279] {podaac_data_downloader.py:186} INFO - END
The text was updated successfully, but these errors were encountered: