All Projects → USEPA → lakemorpho

USEPA / lakemorpho

Licence: other
Calculate metrics about a lake using just its shape

Programming Languages

r
7636 projects

Labels

Projects that are alternatives of or similar to lakemorpho

StreamCat
Landscape features for ~2.65 million streams
Stars: ✭ 41 (+105%)
Mutual labels:  ord
standardizedinventories
Standardized Release and Waste Inventories
Stars: ✭ 18 (-10%)
Mutual labels:  ord
epa r workshop 2019
Materials from an R User Group workshop
Stars: ✭ 21 (+5%)
Mutual labels:  ord
ElectricityLCI
No description or website provided.
Stars: ✭ 19 (-5%)
Mutual labels:  ord
elevatr
An R package for accessing elevation data
Stars: ✭ 0 (-100%)
Mutual labels:  ord
CityWaterBalance
Visualize and model urban water flows and storages
Stars: ✭ 15 (-25%)
Mutual labels:  ord
EPANET2.2
Perform extended-period simulation of the hydraulic and water quality behavior within drinking water distribution systems
Stars: ✭ 89 (+345%)
Mutual labels:  ord
LakeTrophicModelling
Applying data-mining approaches to predict lake health
Stars: ✭ 28 (+40%)
Mutual labels:  ord
Federal-LCA-Commons-Elementary-Flow-List
No description or website provided.
Stars: ✭ 20 (+0%)
Mutual labels:  ord
SWMM-EPANET User Interface
User interface for the Stormwater-Management-Model
Stars: ✭ 90 (+350%)
Mutual labels:  ord

R build status

F1000Research

DOI

RStudio_CRAN_Downloads

lakemorpho

The purpose of lakemorpho is to provide a suite of tools that can be used to calculate basic lake morphometry metrics from an input SpatialPolygonsDataframe of a lake and a digital elevation model, as a RasterLayer, for the terrain surrounding that lake. These tools are being used to calculate lake morphometry metrics for all "lakepond" waterbodies in the NHDPlus V2.

For a detailed description of the package and its use, see:

Hollister J and Stachelek J. lakemorpho: Calculating lake morphometry metrics in R [version 1; referees: 2 approved]. F1000Research 2017, 6:1718 (doi: 10.12688/f1000research.12512.1)

Metrics Included

lakemorpho calculates the following metrics

  • Surface Area
  • Shoreline Length
  • Shoreline Development
  • Maximum Depth
  • Mean Depth
  • Lake Volume
  • Maximum Lake Length
  • Mean Lake Width
  • Maximum Lake Width
  • Major and Minor Axis
  • Fetch from a specified bearing

To install

Install version 1.1.0 of lakemorpho from CRAN:

install.packages("lakemorpho")
require(lakemorpho)

Install development version of lakemorpho from GitHub:

install.packages("devtools")
require(devtools)
install_github("USEPA/lakemorpho")
require(lakemorpho)

EPA Disclaimer

The United States Environmental Protection Agency (EPA) GitHub project code is provided on an "as is" basis and the user assumes responsibility for its use. EPA has relinquished control of the information and no longer has responsibility to protect the integrity, confidentiality, or availability of the information. Any reference to specific commercial products, processes, or services by service mark, trademark, manufacturer, or otherwise, does not constitute or imply their endorsement, recommendation or favoring by EPA. The EPA seal and logo shall not be used in any manner to imply endorsement of any commercial product or activity by EPA or the United States Government.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].