Checking for non-preferred file/folder path names (may take a long time depending on the number of files/folders) ...

Spatially distributed estimates of Manning’s roughness within floodplain areas of the conterminous United States [scripts and datasets]


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 713.8 MB
Created: Nov 01, 2024 at 6:45 p.m. (UTC)
Last updated: Jun 13, 2025 at 1:38 p.m. (UTC) (Metadata update)
Published date: Jan 30, 2025 at 9:08 p.m. (UTC)
DOI: 10.4211/hs.5656632a4a4c4b2e96d591b7fc0e2a94
Citation: See how to cite this resource
Sharing Status: Published
Views: 593
Downloads: 2
+1 Votes: Be the first one to 
 this.
Comments: No comments (yet)

Abstract

Reach-Scale Floodplain Manning’s Roughness Dataset for the Conterminous United States Derived from Remote Sensing and Machine Learning
Gabriel Barinas1,2, Stephen Good1,2, Samuel Rivera1,3
1Water Resources Graduate Program, Oregon State University, Corvallis OR, USA
2Department of Biological and Ecological Engineering, Oregon State University, Corvallis OR, USA
3School of Civil and Construction Engineering, Oregon State University, Corvallis OR, USA
Correspondence to: Gabriel Barinas (barinasg@oregonstate.edu)

Floodplain roughness, quantified through Manning’s coefficient n, is a critical parameter in hydrological models for predicting flood dynamics and managing water resources. Traditional methods to determine n rely on generalized land cover types and often fail to capture the spatial and structural variability of floodplains, resulting in limited understanding of floodplain roughness variation at regional scales. This study integrates high-resolution remotely sensed canopy height and biomass data from NASA’s Global Ecosystem Dynamics Investigation with other spatially distributed data to map Manning’s roughness at reach scales across the conterminous United States. After evaluation of six machine learning models, the best performing approach (Random Forest) was trained on 4,927 roughness estimates from 804 sites and applied to estimate n at 17.8 million reaches within the National Hydrography Database (NHDPlus HR). These n estimates have an R² of 0.51, a root mean squared error of 0.084, and a mean absolute percentage error of 122, capturing spatial variability in floodplain roughness that traditional static methods fail to represent. We find the sparsely vegetated southwest US region exhibits the lowest mean roughness, while the Appalachian region and parts of the southeast US exhibit moderate to high mean values due to denser and more varied floodplain vegetation. Canopy height and biomass were identified as influential non-linear predictors of n, highlighting the importance of vegetation structure on floodplain roughness. This integration of remote sensing data with machine learning models provides spatially distributed estimates of Manning’s n that elucidate patterns in floodplain roughness variability from reach to continental scales. The dataset and companion code are openly available here.

Subject Keywords

Coverage

Spatial

Coordinate System/Geographic Projection:
WGS 84 EPSG:4326
Coordinate Units:
Decimal degrees
North Latitude
50.0736°
East Longitude
-64.3359°
South Latitude
24.0598°
West Longitude
-129.5508°

Content

readme.txt

Spatially Distributed Estimates of Manning’s Roughness within Floodplain Areas of the Conterminous United States [scripts and datasets]

Overview
This repository contains the code and data associated with the research project titled "Spatially Distributed Estimates of Manning’s Roughness within Floodplain Areas of the Conterminous United States."

Contents

1. Output Files

- fpMannings_prediction.csv: Folder with 18 prediction files, each representing a HUC2 level basin in the WBDHU8 layer of the NHDPlus dataset.
  Columns:
  - NHDPlusID: Reach-level feature ID from the NHDFlowline layer.
  - huc4: HUC4 level basin identifier (WBDHU8 layer).
  - n: Floodplain Manning’s n prediction from the model.

- fpMannings_PredictionStatistics.csv: Statistical summary at the HUC8 level.
  Columns:
  - HUC8: HUC8 level basin identifier.
  - Name: Basin name.
  - n: Predicted Manning’s roughness n.
  - std: Standard deviation.
  - count: Prediction count within HUC8.
  - q25, q50, q75: 25th, 50th (median), and 75th percentiles.

2. Required Files (provided)
- fpMannings_predictionModel.py: Main script to reproduce output datasets and figures.
- getPredictors.py: Supporting script for creating predictor files (requires GEDI, MODIS, and NHD data files).
- fp_mannings.csv: Main Floodplain Manning's n dataset from Barinas et al., 2024.
- VEG_data.csv: GEDI and MODIS sampling data. Columns: site, lat, lon, elev, elevSTD, vegh, veghSTD, MU, PE, PS, SE, V1, V2, FPAR, LAI, FPARstd, LAIstd, IGBP.
- NHD_data.csv: NHD data sampling. Columns: site, lat, lon, NHDPlusID, QEMA, VEMA, VPUID (equivalent to HUC4).

3. Required Files (not provided)
- NHDPlus Data: Reach and watershed features. Available at https://doi.org/10.3133/ofr20191096.
- GEDI Data: Vegetation data. Available at https://doi.org/10.3334/ORNLDAAC/2299 and https://doi.org/10.3334/ORNLDAAC/1952.
- MODIS Data: Additional vegetation data. Available at https://doi.org/10.5067/MODIS/MCD15A2H.061 and https://doi.org/10.5067/MODIS/MCD12Q1.061.

Credits

Funding Agencies

This resource was created using funding from the following sources:
Agency Name Award Title Award Number
National Aeronautics and Space Administration GEDI
Oregon State University

Contributors

People or Organizations that contributed technically, materially, financially, or provided general support for the creation of the resource's content but are not considered authors.

Name Organization Address Phone Author Identifiers
Stephen P. Good Oregon State University ORCID
Samuel Rivera Oregon State University

How to Cite

Barinas, G. (2025). Spatially distributed estimates of Manning’s roughness within floodplain areas of the conterminous United States [scripts and datasets], HydroShare, https://doi.org/10.4211/hs.5656632a4a4c4b2e96d591b7fc0e2a94

This resource is shared under the Creative Commons Attribution CC BY.

http://creativecommons.org/licenses/by/4.0/
CC-BY

Comments

There are currently no comments

New Comment

required