- Fix future warnings from CRAN checks on R-devel (#10)
- You can now specify up to 1 direction per degree on the compass rose
(
n_directions = 90).
-
Site names are automatically read from the data associated with the shapefile. The names have to be in a column with a name matching the regular expression;
^[Nn]ames{0,1}$. -
Created a shiny application for fetchR.
-
Use
on.exitto close the KML file connection inkml,Fetchmethod.
- fetchR is now generalised to incorporate
SpatialPolyonsrepresenting any marine location on Earth (#6). As a result, fetchR 2.0 is no longer limited to calculating wind fetch within New Zealand coastal areas.
-
The
rgeos::gBufferfunction is used to calculate the end points of the fetch vectors at their maximum distance. -
The interactions between the fetch vectors and the coastlines, or any of the polygons, are calculated with the
rgeos::gIntersectionfunction as opposed to the slow, iterative algorithm used by the package's predecessors. -
Computation times have dramatically decreased.
- Create a vignette for the package;
vignette("introduction-to-fetchR").