Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/environmental-modeling-workflows/watershed-workflow
Python workflows for data-rich, hyper-resolution simulations of hydrologic models on watersheds.
https://github.com/environmental-modeling-workflows/watershed-workflow
Last synced: 3 months ago
JSON representation
Python workflows for data-rich, hyper-resolution simulations of hydrologic models on watersheds.
- Host: GitHub
- URL: https://github.com/environmental-modeling-workflows/watershed-workflow
- Owner: environmental-modeling-workflows
- License: other
- Created: 2019-09-26T12:48:59.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-18T21:05:32.000Z (4 months ago)
- Last Synced: 2024-08-04T09:54:10.857Z (3 months ago)
- Language: Python
- Size: 160 MB
- Stars: 65
- Watchers: 3
- Forks: 29
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS.rst
Awesome Lists containing this project
- open-sustainable-technology - Watershed Workflow - Python workflows for data-rich, hyper-resolution simulations of hydrologic models on watersheds. (Hydrosphere / Freshwater and Hydrology)
README
# Watershed Workflow
[![Docs](https://img.shields.io/badge/docs-link-blue?style=for-the-badge)](https://environmental-modeling-workflows.github.io/watershed-workflow/build/html/index.html)
[![Release](https://img.shields.io/github/v/release/environmental-modeling-workflows/watershed-workflow?display_name=release&style=for-the-badge)](https://github.com/environmental-modeling-workflows/watershed-workflow/releases/tag/watershed-workflow-1.1.0)[![Build Status](https://img.shields.io/github/actions/workflow/status/environmental-modeling-workflows/watershed-workflow/main.yml?label=tests&style=for-the-badge)](https://github.com/environmental-modeling-workflows/watershed-workflow/actions)
[![Issues](https://img.shields.io/github/issues/environmental-modeling-workflows/watershed-workflow?style=for-the-badge)](https://github.com/environmental-modeling-workflows/watershed-workflow/issues)
[![Issues](https://img.shields.io/github/issues-pr/environmental-modeling-workflows/watershed-workflow?style=for-the-badge)](https://github.com/environmental-modeling-workflows/watershed-workflow/pulls)![sample image](https://environmental-modeling-workflows.github.io/watershed-workflow/build/html/_images/watershed_workflow.png "Example output of the Coweeta Hydrologic Lab watersheds across scales.")
[Please prefer to see our documentation.](https://environmental-modeling-workflows.github.io/watershed-workflow/build/html/index.html)
Watershed Workflow is a python-based, open source chain of tools for generating meshes and other data inputs for hyper-resolution hydrology, anywhere in the (conterminous + Alaska?) US.
Hyper-resolution hydrologic models have huge data requirements, thanks to their large extent (full river basins) and very high resolution (often ~10-100 meters). Furthermore, most process-rich models of integrated, distributed hydrology at this scale require meshes that understand both surface land cover and subsurface structure. Typical data needs for simulations such as these include:
* Watershed delineation (what is your domain?)
* Hydrography data (river network geometry, hydrographs for model evaluation)
* A digital elevation model (DEM) for surface topography
* Surface land use / land cover
* Subsurface soil types and properties
* Meterological data,and more.
This package is a python library of tools and a set of jupyter notebooks for interacting with these types of data streams using free and open (both free as in freedom and free as in free beer) python and GIS libraries and data. Critically, this package provides a way for **automatically and quickly** downloading, interpreting, and processing data needed to **generate a "first" hyper-resolution simulation on any watershed** in the conterminous United States (and most of Alaska/Hawaii/Puerto Rico).
To do this, this package provides tools to automate downloading a wide range of **open data streams,** including data from United States governmental agencies, including USGS, USDA, DOE, and others. These data streams are then colocated on a mesh which is generated based on a watershed delineation and a river network, and that mesh is written in one of a variety of mesh formats for use in hyper-resolution simulation tools.
Note: Hypothetically, this package works on all of Linux, Mac, and Windows. It has been tested on the first two, but not the third.
## Installation
[Visit our Installation documentation.](https://environmental-modeling-workflows.github.io/watershed-workflow/build/html/install.html)
## For more...
* [See the documentation](https://environmental-modeling-workflows.github.io/watershed-workflow)
* [See a gallery of data product images (work in progress)](https://environmental-modeling-workflows.github.io/watershed-workflow/build/html/gallery.html)## Funding, attribution, etc
This work was supported by multiple US Department of Energy projects, and was mostly developed at the Oak Ridge National Laboratory. Use of this codebase in the academic literature should cite:
[Coon, E. T., & Shuai, P. (2022). Watershed Workflow: A toolset for parameterizing data-intensive, integrated hydrologic models. Environmental Modelling & Software, 157, 105502.](https://doi.org/10.1016/j.envsoft.2022.105502)
Collaborators and contributions are very welcome!