WKT utilities in R

wicket is a little package to make handling Well-Known Text (WKT) data easier in R, letting you easily:

  1. Validate WKT data;
  2. Generate WKT bounding boxes from R data types, and;
  3. Convert sp objects (particularly SpatialPolygons and SpatialPolygonDataFrames) into WKT.

The package is mostly built out of C++, and as such can perform all of these operations extremely fast, to the tune of 100,000 sp-to-WKT conversions in just over a second. For more information, see the introductory vignette.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Installation

The package can be installed via:

install.packages("wicket")

For the release version, and:

devtools::install_github("ropensci/wicket")

For the development version.

Copy Link

Version

Down Chevron

Install

install.packages('wicket')

Monthly Downloads

31

Version

0.4.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

November 19th, 2017

Functions in wicket (0.4.0)