Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Latest commit

 

History

History
48 lines (30 loc) · 1.74 KB

README-not.md

File metadata and controls

48 lines (30 loc) · 1.74 KB

wellknown

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

  • Please report any issues or bugs.
  • License: MIT
  • Get citation information for wellknown in R doing citation(package = 'wellknown')
  • Please note that this package is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.