We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87a0946 commit 17ffb90Copy full SHA for 17ffb90
earthaccess/search.py
@@ -77,10 +77,12 @@ def get_results(
77
78
79
class DataCollections(CollectionQuery):
80
- """???+ Info "Placeholder"
81
- The DataCollection class queries against
82
- https://cmr.earthdata.nasa.gov/search/collections.umm_json,
83
- the response has to be in umm_json to use the result classes.
+ """Placeholder.
+
+ ???+ Info
+ The DataCollection class queries against
84
+ https://cmr.earthdata.nasa.gov/search/collections.umm_json,
85
+ the response has to be in umm_json to use the result classes.
86
"""
87
88
_fields: Optional[List[str]] = None
0 commit comments