Skip to content

Commit

Permalink
Update earthaccess/search.py
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Fisher <[email protected]>
  • Loading branch information
Sherwin-14 and mfisher87 authored May 31, 2024
1 parent 87a0946 commit 17ffb90
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions earthaccess/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,12 @@ def get_results(


class DataCollections(CollectionQuery):
"""???+ Info "Placeholder"
The DataCollection class queries against
https://cmr.earthdata.nasa.gov/search/collections.umm_json,
the response has to be in umm_json to use the result classes.
"""Placeholder.
???+ Info
The DataCollection class queries against
https://cmr.earthdata.nasa.gov/search/collections.umm_json,
the response has to be in umm_json to use the result classes.
"""

_fields: Optional[List[str]] = None
Expand Down

0 comments on commit 17ffb90

Please sign in to comment.