Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1014 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 1014 Bytes

Common Metadata Repository (CMR) Search for ECOSTRESS Collection 2

The ECOv002-CMR Python package is a utility for searching and downloading ECOSTRESS Collection 2 tiled data product granules using the Common Metadata Repository (CMR) API.

Gregory H. Halverson (they/them)
[email protected]
NASA Jet Propulsion Laboratory 329G

Pre-Requisites

This package uses wget for file transfers.

On macOS, install wget with Homebrew:

brew install wget

Installation

Install the ECOv002-CMR package, with a dash in the name, from PyPi using pip:

pip install ECOv002-CMR

Usage

Import the ECOv002_CMR package, with an underscore in the name:

import ECOv002_CMR