Documentation for Collection Services
Bases: ServiceQuery
A Service client for NASA CMR that returns data on collection services.
Api
https://cmr.earthdata.nasa.gov/search/site/docs/search/api.html#service
Build an instance of DataService to query CMR.
auth is an optional parameter for queries that need authentication, e.g. restricted datasets.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
auth
|
Optional[Auth]
|
An authenticated |
None
|
Source code in earthaccess/services.py
get(limit=2000)
Get all service results up to some limit.
Parameters limit (int): The number of results to return
Returns:
Type | Description |
---|---|
List
|
Query results as a list |