Skip to content

Releases: blasee/fetchR

fetchR v2.1-1

26 Jun 22:59

Choose a tag to compare

Minor changes

  • You can now specify up to 1 direction per degree on the compass rose
    (n_directions = 90).

fetchR v2.1-0

02 May 21:56

Choose a tag to compare

Minor changes

  • 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}$".

  • Check out the
    online web application for fetchR.

  • Use on.exit to close the KML file connection in kml,Fetch method.

fetchR v2.0-0

16 Mar 09:55

Choose a tag to compare

Major changes

  • fetchR is now generalised to incorporate SpatialPolyons representing 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.

Rewrite the entire algorithm for calculating wind fetch.

  • The rgeos::gBuffer function 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::gIntersection function as opposed to
    the slow, iterative algorithm used by the package's predecessors.

  • Computation times are dramatically decreased.

Minor changes

Create a vignette for the package; vignette("introduction-to-fetchR").

fetchR v1.3-0

15 Feb 12:16

Choose a tag to compare

Bug Fixes

  • Fixed #5

Minor Improvements

  • Speed up computation time when at least one direction doesn't hit land

fetchR v1.2-1

08 Feb 23:13

Choose a tag to compare

First Release