wellknown

knitr::opts_chunk$set(
  comment = "#>",
  collapse = TRUE,
  warning = FALSE,
  message = FALSE,
  eval = FALSE
)

Project Status: Active – The project has reached a stable, usable state and is being actively developed. cran checks R-check codecov.io rstudio mirror downloads cran version

wellknown - convert WKT to GeoJSON and vice versa, and other WKT utilities.

Inspiration partly comes from Python's geomet (https://github.com/geomet/geomet) - and the name from Javascript's wellknown (https://github.com/mapbox/wellknown) (it's a good name).

Docs: https://docs.ropensci.org/wellknown/

Install

Stable version

install.packages("wellknown")

Dev version

pak::pkg_install("ropensci/wellknown")
# OR
install.packages("wellknown", repos="https://dev.ropensci.org")
library("wellknown")

Meta



ropensci/wellknown documentation built on April 8, 2023, 11:54 p.m.