Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 887 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 887 Bytes

emit-utils

Welcome to the EMIT utils science data system repository. To understand how this repository is linked to the rest of the emit-sds repositories, please see the repository guide.

The emit utils repository provides general convenience utilities used broadly throughout the emit-sds. This repository can be installed locally by:

git clone [email protected]:emit-sds/emit-utils.git
pip install --editable [email protected]:emit-sds/emit-utils.git

In addition to integrated utilities, this repository includes a reformatting script to convert EMIT netCDF files (as delivered to the LP DAAC) to ENVI files. Simply run:

python emit_utils/reformat.py example.nc OUTPUT_DIR

Optionally, the '--orthorectify' option can be added to use the embedded GLT for rapid orthorectification.