forked from YsoSirius/windfarmGA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.81 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
46
47
48
49
50
51
Package: windfarmGA
Title: Genetic Algorithm for Wind Farm Layout Optimization
Version: 2.2.2
Date: 2019-02-19
Author: Sebastian Gatscha
Maintainer: Sebastian Gatscha <sebastian_gatscha@gmx.at>
Description: The genetic algorithm is designed to optimize small wind farms with
irregular shapes. The algorithm works with a fixed amount of turbines, a fixed
rotor radius and a mean wind speed value for every incoming wind direction.
If required, it can include a terrain effect model which downloads an
'SRTM' elevation model automatically and loads a Corine Land Cover raster,
which has to be downloaded previously. Further information can be found in the
description of the function 'windfarmGA'. To start an optimization run, either the
function 'windfarmGA' or 'genAlgo' can be used. The function 'windfarmGA' checks
the user inputs interactively and then runs the function 'genAlgo'. If the input
parameters are already known, an optimization can be run directly via the function
'genAlgo'. Their output is identical.
Depends:
R (>= 3.2.3)
Imports:
rgdal (>= 1.3.6),
Rcpp (>= 1.0.0),
raster (>= 2.8.19),
sf (>= 0.7.2),
plyr (>= 1.8.4),
rworldmap (>= 1.3.6),
sp (>= 1.2-2),
maptools (>= 0.8-36),
calibrate (>= 1.7.2),
gstat (>= 1.0-26),
ggplot2 (>= 2.2.0),
RColorBrewer (>= 1.1.2),
magrittr (>= 1.5),
foreach (>= 1.4.3),
parallel (>= 3.4.1),
doParallel (>= 1.0.11),
leaflet (>= 1.1.0),
methods (>= 3.2.5),
spatstat (>= 1.42-2),
grDevices,
graphics,
stats,
utils
LinkingTo: Rcpp
LazyData: TRUE
License: MIT + file LICENSE
URL: https://github.com/YsoSirius/windfarmGA
BugReports: https://github.com/YsoSirius/windfarmGA/issues
RoxygenNote: 6.0.1
Suggests: testthat, rgeos (>= 0.3-8), dplyr (>= 0.8.0.1)
Encoding: UTF-8