-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
37 lines (37 loc) · 1.28 KB
/
DESCRIPTION
File metadata and controls
37 lines (37 loc) · 1.28 KB
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
Package: fetchR
Type: Package
Title: Calculate Wind Fetch
Version: 2.1-2
Date: 2020-02-13
Authors@R: person("Blake", "Seers", role = c("aut", "cre"),
email = "blake.seers@gmail.com")
Imports:
rgdal,
sp,
methods,
rgeos,
plotKML,
utils
Suggests:
knitr,
ggplot2,
maps,
rmarkdown
URL: https://cran.r-project.org/package=fetchR
BugReports: https://github.com/blasee/fetchR/issues
Description: Wind fetch is the unobstructed length of water over which wind can
blow from a certain direction. The wind fetch is typically calculated for many directions
around the compass rose for a given location, which can then be incorporated
into a larger model, or simply averaged for a reasonable measure of
the overall wind exposure for a specific location. The process of calculating
wind fetch can be tedious, particularly if a large
number of fetch vectors are required at many locations. The 'fetchR' package
calculates wind fetch and summarises the information efficiently. There are
also plot methods to help visualise the wind exposure at the various
locations, and methods to output the fetch vectors to a KML file for further
investigation.
License: GPL-2
Encoding: UTF-8
Language: en-gb
RoxygenNote: 7.0.2
VignetteBuilder: knitr