Changelog
Source:NEWS.md
version 0.2-15
fix default for argument
digits
inst_astext()
version 0.2-14
CRAN release: 2024-02-21
-
st_perimeter()
is deprecated in favor ofst_perimeter_lwgeom()
, assf
takes over withsf::st_perimeter()
.
version 0.2-5
CRAN release: 2020-06-12
- GEOS requirement lowered to 3.5.0, which also seems to work; #59.
version 0.2-4
CRAN release: 2020-05-20
require sf >= 0.9-3, and use C API PROJ path setting (to work on CRAN windows binaries)
update to new GEOS (3.8.0) and PROJ (6.3.1) versions for CRAN windows binary builds
require GEOS 3.6.0 (required by PostGIS 3.0.0), and add check to configure
version 0.2-3
CRAN release: 2020-04-12
fix configure script to work with ubuntu/bionic and PROJ 4.9.3; #28
fix configure script to work with PROJ 5.x versions
version 0.2-2
CRAN release: 2020-04-11
adjust to sf >= 0.9-0 new crs representation
use
st_make_valid()
generic from package sf; https://github.com/r-spatial/sf/issues/1300
version 0.2-1
CRAN release: 2020-01-31
- fix PROJ 5.x installation issue (has proj.h, but shouldn’t use it)
version 0.2-0
CRAN release: 2020-01-31
export
lwgeom_make_valid()
, to gradually movest_make_valid()
fromlwgeom
tosf
; https://github.com/r-spatial/sf/issues/989constrain argument
crs
inst_transform_proj()
to take one or two character stringsupdate to POSTGIS 3.0.0 liblwgeom version
update to modern PROJ, use proj.h when available
version 0.1-5
CRAN release: 2018-12-07
check for user interrupts on
st_geod_distance()
, #29 by Dan Bastonadd
st_astext()
for fast WKT writing, #25 by Etienne Racineadd
st_is_polygon_cw()
, #21 by Andy Teucher @ateucher; add Andy Teucher to contributorsadd
st_perimeter()
andst_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, asc(input_p4s, output_p4s)
, ignoring the CRS of x
version 0.1-4
CRAN release: 2018-01-28
- tries to fix the CRAN error for r-release-osx (datum files missing in sf; removed test)
version 0.1-1
CRAN release: 2017-12-17
add
st_length()
attempt to fix Solaris and OSX
report proj.4 and GEOS versions on startup, and on
lwgeom_extSoftwareVersions
; #10add
st_subdivide()
, see https://github.com/r-spatial/sf/issues/597