nasa / python_cmr

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

adding instance_format to variable query #60

Closed briannapagan closed 1 month ago

briannapagan commented 3 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.

frankinspace commented 2 months ago

Also please add an entry to the changelog

chuckwondo commented 2 months ago

@briannapagan, do you have time to address the change requests and add the appropriate changelog entry, so we can get this into the next release?

chuckwondo commented 1 month ago

@briannapagan, are you able to address the changes requested on the PR, including adding a changelog entry? There have been a few other PRs merged into the develop branch since you opened this one, so you'll have to get your branch up to date with the develop branch as well.