Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 991 Bytes

README.rst

File metadata and controls

41 lines (26 loc) · 991 Bytes

EMIT Data loading driver

Python environment Setup

Obtain earth-data access token from earthdata. Save it to earth-data.tk.

echo "Paste token below, then press Ctrl-D"
cat | install -m 600 /dev/stdin earth-data.tk

Run script:

env EARTHDATA_TOKEN="$(cat earth-data.tk)" ./scripts/setup-py-env.sh

This will:

  1. Create emit environment in ~/.envs/emit
  2. Register with jupyter (with extra environment variables)
  3. Install packages

Data Preparation

  • emit-stac.zip STAC items generated from .cmr.json and .nc.dmrpp
  • Generate this using collect-stac-md notebook

Run Example Notebook