This repository was archived by the owner on Mar 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME.Rmd
53 lines (39 loc) · 1.88 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
wellknown
=========
```{r echo=FALSE}
knitr::opts_chunk$set(
comment = "#>",
collapse = TRUE,
warning = FALSE,
message = FALSE,
eval = FALSE
)
```
[](https://www.repostatus.org/#active)
[](https://cranchecks.info/pkgs/wellknown)
[](https://github.com/ropensci/wellknown/actions?query=workflow%3AR-check)
[](https://codecov.io/github/ropensci/wellknown?branch=master)
[](https://github.com/r-hub/cranlogs.app)
[](https://cran.r-project.org/package=wellknown)
`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
```{r}
install.packages("wellknown")
```
Dev version
```{r}
pak::pkg_install("ropensci/wellknown")
# OR
install.packages("wellknown", repos="https://dev.ropensci.org")
```
```{r}
library("wellknown")
```
## Meta
* Please [report any issues or bugs](https://github.com/ropensci/wellknown/issues).
* 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](https://ropensci.org/code-of-conduct/). By contributing to this project, you agree to abide by its terms.