Skip to content

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 Auth instance.

None

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