Skip to content

Commit

Permalink
Link
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau committed Nov 29, 2023
1 parent 46814f7 commit 880f45e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions earthaccess/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ def _normalize_location(location: Union[str, None]) -> Union[str, None]:
followed by capital letters, numbers, or an underscore. Here we
uppercase all strings to handle the case when users provide
lowercase values (e.g. "pocloud" instead of "POCLOUD").
https://wiki.earthdata.nasa.gov/display/ED/CMR+Data+Partner+User+Guide?src=contextnavpagetreemode
"""
if location is not None:
location = location.upper()
Expand Down

0 comments on commit 880f45e

Please sign in to comment.