-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
41 lines (41 loc) · 1.5 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Package: lakemorpho
Type: Package
Title: Lake Morphometry Metrics
Version: 1.3.4.9999
Authors@R: c(
person(given = "Jeffrey W.", family = "Hollister",
role = c("aut","cre"),
email = "[email protected]",
comment = c(ORCID = c("0000-0002-9254-9740"))),
person(given = "Jemma", family = "Stachelek",
role = "aut",
comment = c(ORCID = c("0000-0002-5924-2464")))
)
URL: https://github.com/jhollist/lakemorpho/
BugReports: https://github.com/jhollist/lakemorpho/issues/
Maintainer: Jeffrey W. Hollister <[email protected]>
License: CC0
Encoding: UTF-8
Description: Lake morphometry metrics are used by limnologists to understand,
among other things, the ecological processes in a lake. Traditionally, these
metrics are calculated by hand, with planimeters, and increasingly with
commercial GIS products. All of these methods work; however, they are either
outdated, difficult to reproduce, or require expensive licenses to use. The
'lakemorpho' package provides the tools to calculate a typical suite
of these metrics from an input elevation model and lake polygon. The metrics
currently supported are: fetch, major axis, minor axis, major/minor axis
ratio, maximum length, maximum width, mean width, maximum depth, mean depth,
shoreline development, shoreline length, surface area, and volume.
Depends:
R (>= 3.5.0)
Imports:
methods,
stats,
grDevices,
raster,
sp,
sf,
geosphere,
cluster,
fasterize
RoxygenNote: 7.2.3