This cookie cutter template can be use for modeling a new basin in AWMS.
- Delineating basins
- Topo.nc (static images for AWSM) file generation
- Docker management
- QGIS project files for looking at basins
{{project}}
├── model (under development)
│ ├── input
│ ├── output
│ └── scripts
│ └── runner.sh
├── README.md
└── topo
├── dem_sources.txt
├── docker-compose.yml
├── Makefile
├── pour_points.bna
├── README.md
└── scripts
├── run.ps1
└── run.sh
topo
- dem_sources.txt - Text file containing urls to DEM tiles
- docker-compose.yml - Manages the docker images used for delineating
- Makefile - Composition of commands to generate the basin topo files
- pour_points.bna - UTM pour points for delineation
- README.md - Markdown file describing the Makefile
- scripts -
- run.ps1 - Windows script to run the Makefile in the docker
- run.sh - Unix script to run the Makefile in the docker
To start the dialog to setup your basin simply run
cookiecutter gh:USDA-ARS-NWRC/awsm_cookiecutter