nasa / python_cmr

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

Add option to search by revision_date #68

Closed nikki-t closed 4 months ago

nikki-t commented 4 months ago

Github Issue: #67

Description

Add option to search for granules by revision_date. The revision_date parameter allows a search to be performed on the granule or collection level for any granules or collections that have been updated.

Overview of work done

Overview of verification done

Created two new unit tests

1) Test query of CMR by revision date for collections 2) Test query of CMR by revision date for granules

New and existing unit tests pass.

frankinspace commented 4 months ago

Nice work @nikki-t !