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

If granule name is provided, temporal CMR search is not done #143

Closed
stephenykp opened this issue Aug 9, 2023 · 1 comment
Closed

If granule name is provided, temporal CMR search is not done #143

stephenykp opened this issue Aug 9, 2023 · 1 comment
Assignees

Comments

@stephenykp
Copy link
Contributor

Current behavior is that, if a granule name is provided through the --granule-name param, we don't provide the temporal range in the CMR query, even if given by the user. This did make sense previously, before --granule-name wildcards were introduced. Now, this is problematic because the temporal range is still relevant. For instance:

podaac-data-downloader -c SWOT_L2_NALT_IGDR_1.0 -sd 2023-08-05T00:00:00Z -ed 2023-08-06T00:00:00Z -g "SWOT_IPR*" -d ./data

The above search returns way too many granules, because the provided temporal range is ignored.

@hkryeung hkryeung self-assigned this Mar 10, 2025
@hkryeung
Copy link

Fixed as part of PR: #178

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

2 participants