Skip to content
This repository has been archived by the owner on Oct 29, 2020. It is now read-only.

Cookie cutter template for creating the folder structure for setting up and running AWSM

Notifications You must be signed in to change notification settings

USDA-ARS-NWRC/awsm_cookiecutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Cookie Cutter for Setting up a New Basin for AWSM

This cookie cutter template can be use for modeling a new basin in AWMS.

Features

  • Delineating basins
  • Topo.nc (static images for AWSM) file generation
  • Docker management
  • QGIS project files for looking at basins

Project Structure

{{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

File Description

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

Usage

To start the dialog to setup your basin simply run

cookiecutter gh:USDA-ARS-NWRC/awsm_cookiecutter

About

Cookie cutter template for creating the folder structure for setting up and running AWSM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published