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
We didn't originally support wildcards for -gr, meaning that param would only be used when requesting a specific granule. (temporal bounds were not relevant). Once we added support for wildcards in -gr , we did not consider that temporal bounds are now relevant as -gr may refer to multiple granules if a wildcard is used.
We should update the code so that -gr works with temporal bounds.
Examples (from user who reported this issue):
This command correctly matches with data within the provided temporal bounds:
We didn't originally support wildcards for
-gr
, meaning that param would only be used when requesting a specific granule. (temporal bounds were not relevant). Once we added support for wildcards in-gr
, we did not consider that temporal bounds are now relevant as-gr
may refer to multiple granules if a wildcard is used.We should update the code so that
-gr
works with temporal bounds.Examples (from user who reported this issue):
This command correctly matches with data within the provided temporal bounds:
This command corrrect matches NH3 granules, but temporal bounds are ignored:
The text was updated successfully, but these errors were encountered: