nasa / python_cmr

Python library for querying the common metadata repository.
MIT License
24 stars 22 forks source link

Support searching for collection and granule by platform #77

Closed WardBrian closed 1 month ago

WardBrian commented 1 month ago

See https://cmr.earthdata.nasa.gov/search/site/docs/search/api.html#c-platform

This is already implemented for granules: https://github.com/nasa/python_cmr/blob/fb58457f39276baa8814ec052ab03283522ac32b/cmr/queries.py#L816

So moving it into GranuleCollectionBaseQuery should be sufficient