{"library":"python-cmr","title":"python-cmr","description":"Python wrapper to the NASA Common Metadata Repository (CMR) API. Version 0.13.0, supports Python 3.8-3.12. Active development, irregular releases.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install python-cmr"],"cli":null},"imports":["from cmr import CMR","from cmr import GranuleQuery","from cmr import CollectionQuery"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from cmr import CMR\n# Initialize CMR client with optional auth\ncmr = CMR(environment='prod')\n# Search for collections\ncollections = cmr.collection_query().keyword('temperature').get()\nprint(collections[:2])\n# Search for granules\ngranules = cmr.granule_query().short_name('MOD11A1').get()\nprint(granules[:2])","lang":"python","description":"Basic usage: instantiate CMR client, run collection or granule query, get results.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}