nasa / python_cmr

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

updated adding instance_format to variable query #83

Closed briannapagan closed 2 months ago

briannapagan commented 2 months ago

Following the conversation here: https://github.com/nasa/python_cmr/issues/59 NASA GES DISC is releasing public zarr stores for specific variables of collections. The only way to discover what available zarr stores at variable level is via the CMR parameter instance_format. This simple PR adds this as a search parameter in VariablesQuery.

Closed last PR as it fell behind other commits: https://github.com/nasa/python_cmr/pull/60

Should encompass all feedback

briannapagan commented 2 months ago

Changed thank you @chuckwondo !