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 STARS data fusion product. This software package will serve as an ECOSTRESS Collection 2 reference for the development of the ECOSTRESS Collection 3 STARS PGE and the SBG Collection 1 JET PGE.
Gregory H. Halverson (they/them)
gregory.h.halverson@jpl.nasa.gov
NASA Jet Propulsion Laboratory 329G
Margaret C. Johnson (she/her)
maggie.johnson@jpl.nasa.gov
NASA Jet Propulsion Laboratory 398L
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
Claire Villanueva-Weeks (she/her)
claire.s.villanueva-weeks@jpl.nasa.gov
NASA Jet Propulsion Laboratory 329G
This is a Python package that calls Julia code. Julia must be installed in order to run this package.
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-L2T-STARS -c conda-forge python=3.11 jupyter pykdtree
mamba activate ECOv002-L2T-STARS
Install this package from PyPi using the name ECOv002-L2T-STARS
with dashes:
pip install ECOv002-L2T-STARS
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_L2T_STARS
with underscores:
import ECOv002_L2T_STARS