-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
41 lines (41 loc) · 1.34 KB
/
DESCRIPTION
File metadata and controls
41 lines (41 loc) · 1.34 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
38
39
40
41
Package: WEMo
Title: Wave Energy Model
Version: 0.0.0.9000
Authors@R:
person("Quentin", "Walker", , "quetin.walker@noaa.gov", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1375-822X"))
Description: WEMo is a model for quantifying the wave energy environment at a given location based on wind-generated waves. It uses wind history, bathymetry, and shoreline geometry to estimate wave conditions. This package provides tools to calculate fetch, determine effective fetch, extract bathymetry along vector rays, and model wind-wave properties. It also includes helper functions to locate, download, and prepare inputs such as wind data, bathymetry, and shoreline polygons.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Suggests:
carrier (>= 0.2.0),
knitr,
mirai (>= 2.4.0),
pkgload,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
dplyr,
ggplot2,
scales,
leaflet,
lubridate,
magrittr,
remotes,
rlang,
sf,
terra,
tibble,
tidyterra
Remotes:
openair-project/worldmet
URL: https://github.com/MSE-NCCOS-NOAA/WEMo, https://mse-nccos-noaa.github.io/WEMo/
BugReports: https://github.com/MSE-NCCOS-NOAA/WEMo/issues
Depends:
R (>= 3.5)
LazyData: true
VignetteBuilder: knitr
Config/Needs/website: rmarkdown