This software package has been refactored from the ECOSTRESS Collection 2 Gridded & Tiled Products Generator as an independent product pipeline for the ECOSTRESS Collection 2 JPL Evapotranspiration (JET), Evaporative Stress Index (ESI), and Water-Use Efficiency (WUE) products. This software package will serve as an ECOSTRESS Collection 2 reference for the development of the ECOSTRESS Collection 3 JET PGE and the SBG Collection 1 JET PGE.
Gregory H. Halverson (they/them)
gregory.h.halverson@jpl.nasa.gov
NASA Jet Propulsion Laboratory 329G
Evan Davis (he/him)
evan.w.davis@jpl.nasa.gov
NASA Jet Propulsion Laboratory 397K
Kerry Cawse-Nicholson (she/her)
kerry-anne.cawse-nicholson@jpl.nasa.gov
NASA Jet Propulsion Laboratory 329G
Madeleine Pascolini-Campbell (she/her)
madeleine.a.pascolini-campbell@jpl.nasa.gov
NASA Jet Propulsion Laboratory 329F
Claire Villanueva-Weeks (she/her)
claire.s.villanueva-weeks@jpl.nasa.gov
NASA Jet Propulsion Laboratory 329G
This package requires an EarthData account and reads EarthData credentials from ~/.netrc
in the following format:
machine urs.earthdata.nasa.gov
login <USERNAME>
password <PASSWORD>
On macOS, there are issues with installing pykdtree
using pip, so it's better to use a mamba environment and install the pykdtree
mamba package.
mamba create -y -n ECOv002-L3T-L4T-JET -c conda-forge python=3.11 jupyter pykdtree
mamba activate ECOv002-L3T-L4T-JET
Install this package from PyPi using the name ECOv002-L3T-L4T-JET
with dashes:
pip install ECOv002-L3T-L4T-JET
You can also install development versions of this package directly from a clone of this repository:
pip install .
Import this package with the name ECOv002_L3T_L4T_JET
with underscores:
import ECOv002_L3T_L4T_JET