Generates suite of Vegetation Indices (VI) for HLS Products.
vi_generate_indices -i INPUT_DIR -o OUTPUT_DIR -s ID_STRING
where:
INPUT_DIR
is expected to contain L30 or S30 band geotiffs.OUTPUT_DIR
is the directory to write VI geotiffs, and will be created if it does not already exist.ID_STRING
is the HLS granule ID basename with a pattern ofHLS.{instrument}.{tile_id}.{acquisition_date}.v{version}
vi_generate_metadata -i INPUT_DIR -o OUTPUT_DIR
where:
INPUT_DIR
is expected to be the same as for thevi_generate_indices
command, and must contain a.cmr.xml
file containing the granule's CMR metadata.OUTPUT_DIR
is expected to be the same as for thevi_generate_indices
command, and this is where the new CMR XML metadata file is written, named the same as the input XML file, but with the prefixHLS
replaced withHLS-VI
.
You can run tests using Docker:
docker compose run --build tox