-
add
st_geom_from_geohash()
; #37 -
fix default for argument
digits
inst_astext()
st_perimeter()
is deprecated in favor ofst_perimeter_lwgeom()
, assf
takes over withsf::st_perimeter()
.
- replace
sprintf()
instances withsnprintf()
- fix -Wstrict-prototypes warnings
- fix formatting issues for long long int
- remove PROBLEM ... ERROR constructs from C code
- GEOS requirement lowered to 3.5.0, which also seems to work; #59.
-
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
-
fix configure script to work with ubuntu/bionic and PROJ 4.9.3; #28
-
fix configure script to work with PROJ 5.x versions
-
adjust to sf >= 0.9-0 new crs representation
-
use
st_make_valid()
generic from package sf; r-spatial/sf#1300
- fix PROJ 5.x installation issue (has proj.h, but shouldn't use it)
-
export
lwgeom_make_valid()
, to gradually movest_make_valid()
fromlwgeom
tosf
; r-spatial/sf#989 -
constrain argument
crs
inst_transform_proj()
to take one or two character strings -
update to POSTGIS 3.0.0 liblwgeom version
-
update to modern PROJ, use proj.h when available
-
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()
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
- tries to fix the CRAN error for r-release-osx (datum files missing in sf; removed test)
- add
st_geod_covered_by()
binary geometry predicate
- try to fix OSX compile on CRAN, tuning configure.ac
-
add
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 r-spatial/sf#597
- first CRAN submission