Warning
The data setup downloads roughly ~25 GB from the internet. This can take an hour or longer, depending on your internet connection. Be sure you have adequate storage and bandwidth.
Download the scripts into an empty directory and run
# Sets up a ./data file with input and output directories.
sh ./setup_data.sh
# Runs container workflow from end to end.
docker compose up
# Output to ./data/output. All containers will show "Exited with status code 0" when complete.
# And cleanup once your run is complete.
docker compose down
# To cleanup, delete ./data to remove all input and output data.
Projected data and output from various modules is in ./data/output
.
The containerized modules used in this example are prototypes with code available at:
- https://github.com/stcaf-org/fair-temperature
- https://github.com/stcaf-org/ssp-landwaterstorage
- https://github.com/stcaf-org/tlm-sterodynamics
See these repositories for additional information on each module.