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/
Stable version
install.packages("wellknown")
Dev version
pak::pkg_install("ropensci/wellknown")
# OR
install.packages("wellknown", repos="https://dev.ropensci.org")
library("wellknown")
- Please report any issues or bugs.
- License: MIT
- Get citation information for
wellknown
in R doingcitation(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.