bignbit is a Cumulus module that can be installed as a post-ingest workflow to generate browse imagery via Harmony and then transfer that imagery to GIBS.
See an example of how to use this cumulus module in browse_image_workflow.tf.
Visual representation of the bignbit step function state machine:
- Using
ContentBasedDeduplication
strategy for GITC input queue
- Install miniconda (or conda) and poetry
- Run
conda env create -f conda-environment.yaml
to install GDAL - Activate the bignbit conda environment
conda activate bignbit
- Install python package and dependencies
poetry install
- Verify tests pass
poetry run pytest tests/