Skip to content

Releases: YsoSirius/windfarmGA

3.0.0

06 May 12:45
6fe523e
Compare
Choose a tag to compare
  • The dependencies sp, spatstat were removed and replaced by sf. All spatial outputs are now Simple Features. A Shapefile Polygon can still be passed as input to genetic_algorithm / windfarmGA, but more underlying functions now require the Polygon to be of type Simple Feature.
  • The functions grid_area & hexa_area are now calculated with sf::st_make_grid.
  • The new dependency elevatr has been added because it provides elevation data with a higher resolution compared to raster::getData.
  • Several dependencies that are not essential for the algorithm were moved to Suggests.
  • Bugfix for the calculation of the visibility analysis. #17
  • The viewshed parameter h1 can now also be a numeric vector with different height offsets. #18
  • The grid_area argument resol changed to size.
  • The arguments for get_dist_angles have changed to match the arguments of turbine_influences.

v.2.2.3: Merge pull request #13 from trafficonese/master

16 Dec 18:49
d213c9d
Compare
Choose a tag to compare

v.2.2.2

15 Mar 17:18
c39fa34
Compare
Choose a tag to compare

This package was submitted to CRAN on 2019-02-21.

Performance Tuning / Restructuring / Viewshed Analysis