NEWS
tigers 0.1-3.3
NEW FEATURES
- The new function buffer() defines a (homogeneous) buffer zone
around a polygon.
- The functions ECEF2lonlat, lonlat2ECEF, lonlat2UTM, UTM2lonlat,
fast2waytable, BlackBodySpectrum, spectrum2col, wl2col, axisMap,
and rose have been moved from the package sentinel (which is now
defunct).
- redundantVertices() gains the option 'colinear = TRUE'.
- A data set has been included: the coordinates of the limits of
the Anduki Forest Reserve (Brunei).
BUG FIXES
- polygon2mask() has a modified internal C code with larger
buffers which should make the function more stable.
tigers 0.1-3 (2024-01-31)
BUG FIXES
- is.insidePolygon() returned two values when 'points' was not a
matrix: the vector is now converted as a one-row matrix.
tigers 0.1-2 (2024-01-26)
OTHER CHANGES
- The calculations of polygon area with lon-lat coordinates has
been removed because of errors in the formulas.
tigers 0.1-1 (2023-10-19)
BUG FIXES
- distance_to_arc() now returns the correct answer when the point
(x,y) is close to an end-point of the arc.
- A memory leak in the C code of polygon2raster() has been
fixed. Thin polygons (i.e., spread on a single row of polygons)
are also correctly handled.