check for user interrupts on st_geod_distance
, #29 by Dan Baston
add st_astext
for fast WKT writing, #25 by Etienne Racine
add st_is_polygon_cw
, #21 by Andy Teucher @ateucher; add Andy Teucher to contributors
add st_perimeter
and st_perimeter_2d
functions to compute the length measurement of the boundary of a surface.
allow st_transform_proj
to take two proj4 strings as crs, as c(input_p4s, output_p4s)
, ignoring the CRS of x
st_geod_covered_by
binary geometry predicateadd st_length
attempt to fix Solaris and OSX
report proj.4 and GEOS versions on startup, and on lwgeom_extSoftwareVersions
; #10
add minimum bounding circle, by @rundel; #7
add st_subdivide
, see https://github.com/r-spatial/sf/issues/597