Checking for non-preferred file/folder path names (may take a long time depending on the number of files/folders) ...
This resource contains some files/folders that have non-preferred characters in their name. Show non-conforming files/folders.
This resource contains content types with files that need to be updated to match with metadata changes. Show content type files that need updating.
Authors: |
|
|
---|---|---|
Owners: |
|
This resource does not have an owner who is an active HydroShare user. Contact CUAHSI (help@cuahsi.org) for information on this resource. |
Type: | Resource | |
Storage: | The size of this resource is 712.6 KB | |
Created: | Feb 12, 2024 at 11:41 p.m. | |
Last updated: | Feb 12, 2024 at 11:53 p.m. | |
Citation: | See how to cite this resource | |
Content types: | Single File Content |
Sharing Status: | Public |
---|---|
Views: | 383 |
Downloads: | 17 |
+1 Votes: | Be the first one to this. |
Comments: | No comments (yet) |
Abstract
For hydrological and hydraulic modeling, the bankfull width and depth are
important parameters that are challenging to measure in the field and/or
estimate a priori. Many studies suggested different methodologies for estimating
these parameters based on various geomorphological and hydrological characteristics.
One such study is by [Bieger et al. (2015)](https://doi.org/10.1111/jawr.12282)
which proposed a methodology to estimate bankfull width and depth for the conterminous
United States (CONUS) using regression equations. They gathered hydraulic geometry
data from hundreds of sites across the CONUS and developed regional regression
equations for the
[Physiographic Regions of CONUS](https://www.sciencebase.gov/catalog/item/631405bbd34e36012efa304e).
The general form of the regression equations is:
\begin{equation}
Y = a * A^b,
\end{equation}
where `Y` is the bankfull width or depth, `A` is the drainage area, and `a` and `b`
are the coefficients of the regression equation. The coefficients `a` and `b` are
specific to each physiographic region. Thus, bankfull width and depth can be
estimated for any location in the CONUS using the drainage area and the coefficients
of the corresponding physiographic region.
However, the dataset provided by Bieger et al. (2015) is not readily available
for use in hydrological and hydraulic modeling. This repository aims to provide
a methodology to generate a geospatial dataset for the bankfull width and depth of the CONUS using the regression equations provided by Bieger et al. (2015).
So, users can easily query the bankfull width and depth for any location in the
CONUS using the drainage area and the coefficients of the corresponding physiographic.
Subject Keywords
Coverage
Spatial
Content
readme.md
Bankfull Regression Equations for CONUS
The dataset generated by the methodology presented in this repository can
be directly downloaded from this repository (bankfull_physio.parquet
) or
HydroShare.
Motivation
For hydrological and hydraulic modeling, the bankfull width and depth are important parameters that are challenging to measure in the field and/or estimate a priori. Many studies suggested different methodologies for estimating these parameters based on various geomorphological and hydrological characteristics. One such study is by Bieger et al. (2015) which proposed a methodology to estimate bankfull width and depth for the conterminous United States (CONUS) using regression equations. They gathered hydraulic geometry data from hundreds of sites across the CONUS and developed regional regression equations for the Physiographic Regions of CONUS. The general form of the regression equations is:
\begin{equation} Y = a * A^b, \end{equation}
where Y
is the bankfull width or depth, A
is the drainage area, and a
and b
are the coefficients of the regression equation. The coefficients a
and b
are
specific to each physiographic region. Thus, bankfull width and depth can be
estimated for any location in the CONUS using the drainage area and the coefficients
of the corresponding physiographic region.
However, the dataset provided by Bieger et al. (2015) is not readily available for use in hydrological and hydraulic modeling. This repository aims to provide a methodology to generate a geospatial dataset for the bankfull width and depth of the CONUS using the regression equations provided by Bieger et al. (2015). So, users can easily query the bankfull width and depth for any location in the CONUS using the drainage area and the coefficients of the corresponding physiographic
Methodology
You can run bankfull_physio.py
to reproduce the dataset. The script depends on
pandas
, geopandas
, pyogrio
, and openpyxl
packages. Here is a brief overview
of the methodology to generate the bankfull width and depth dataset:
- From the supplementary material of Bieger et al. (2015), which is a Microsoft
Word file, convert SUPPLEMENTARY TABLE 1 to an Excel file. Save the results
to
bankfull_equations.xlsx
. - Extract the coefficients of the regression equations for each physiographic region.
- Download the Physiographic Regions of CONUS shapefile from the ScienceBase.
- Ensure the keywords for the regions in the shapefile match the keywords in the Excel file.
- Use the shapefile and the coefficients to generate the bankfull width and depth dataset for the CONUS.
- Save the dataset to a GeoParquet file.
How to Cite
This resource is shared under the Creative Commons Attribution CC BY.
http://creativecommons.org/licenses/by/4.0/
Comments
There are currently no comments
New Comment