This repository has been archived by the owner on Mar 30, 2023. It is now read-only.
wellknown v0.7.0
NEW FEATURES
- Dropped import package V8 used in
wkt_wkb()
andwkb_wkt()
functions; now using packagewk
for those functions. Javascript no longer used in the package; should make installation of this package easier on some platforms that had trouble installing V8 (#24) (#31) - Gains new functions for working with WKT:
bounding_wkt
,wkt_bounding
,sf_convert
,validate_wkt
,wkt_centroid
,wkt_coords
,wkt_reverse
. As part of this, package now uses Rcpp and BH (boost headers), so installation from source requires compilation (#32)
MINOR IMPROVEMENTS
- vignette available on docs site only now