Skip to content

Estimate a bankfull width for streams and rivers in Downeast Maine based on their watershed area.

License

Notifications You must be signed in to change notification settings

salmonhabitat/structure-width

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

structure-width

Estimate a bankfull width for streams and rivers in Downeast Maine based on their catchment sizes (in square miles). This module is based on a regression of over 100 projects completed in Downeast Maine. It will not be applicable elsewhere, as the physical characteristics of the landscape will be different.

Usage

Install with npm:

npm install structure-width

Require it, and use it:

var structure = require('./index.js');
structure(5); => 18.16

About

Estimate a bankfull width for streams and rivers in Downeast Maine based on their watershed area.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published