Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dry-run messaging may be misleading #171

Open
celiaou-podaac opened this issue May 10, 2024 · 0 comments
Open

Dry-run messaging may be misleading #171

celiaou-podaac opened this issue May 10, 2024 · 0 comments

Comments

@celiaou-podaac
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant