-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.38 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
42
43
44
45
Package: windfarmGA
Title: Genetic Algorithm for Wind Farm Layout Optimization
Version: 4.0.0.9000
Authors@R: c(
person("Sebastian", "Gatscha", , email="sebastian_gatscha@gmx.at", c("aut", "cre", "cph"))
)
Maintainer: Sebastian Gatscha <sebastian_gatscha@gmx.at>
Description: The genetic algorithm is designed to optimize wind farms of any shape. It requires a predefined amount of turbines, a unified rotor radius and an average wind speed value for each incoming wind direction. A terrain effect model can be included that downloads an 'SRTM' elevation model and loads a Corine Land Cover raster to approximate surface roughness.
Depends:
R (>= 4.1.0)
Imports: Rcpp,
terra,
sf,
RColorBrewer,
calibrate,
grDevices,
graphics,
magrittr,
methods,
stats,
utils
LinkingTo: Rcpp
LazyData: TRUE
License: MIT + file LICENSE
URL: https://ysosirius.github.io/windfarmGA/index.html
BugReports: https://github.com/YsoSirius/windfarmGA/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
testthat (>= 3.0.0),
foreach,
parallel,
doParallel,
progress,
stars,
raster,
leaflet,
elevatr (>= 0.99.0),
ggplot2,
gstat,
rworldmap
X-schema.org-keywords: windfarm-layout, optimization, genetic-algorithm, renewable-energy, r, rstats, r-package
Config/testthat/edition: 3
Config/testthat/parallel: true