1% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/wk-package.R
3\docType{package}
4\name{wk-package}
5\alias{wk}
6\alias{wk-package}
7\title{wk: Lightweight Well-Known Geometry Parsing}
8\description{
9Provides a minimal R and C++ API for parsing
10  well-known binary and well-known text representation of
11  geometries to and from R-native formats.
12  Well-known binary is compact
13  and fast to parse; well-known text is human-readable
14  and is useful for writing tests. These formats are only
15  useful in R if the information they contain can be
16  accessed in R, for which high-performance functions
17  are provided here.
18}
19\seealso{
20Useful links:
21\itemize{
22  \item \url{https://paleolimbot.github.io/wk/}
23  \item \url{https://github.com/paleolimbot/wk}
24  \item Report bugs at \url{https://github.com/paleolimbot/wk/issues}
25}
26
27}
28\author{
29\strong{Maintainer}: Dewey Dunnington \email{dewey@fishandwhistle.net} (\href{https://orcid.org/0000-0002-9415-4582}{ORCID})
30
31Authors:
32\itemize{
33  \item Edzer Pebesma \email{edzer.pebesma@uni-muenster.de} (\href{https://orcid.org/0000-0001-8049-7069}{ORCID})
34}
35
36}
37\keyword{internal}
38