-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.52 KB
/
DESCRIPTION
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
Package: geojsonio
Title: Convert Data from and to 'GeoJSON' or 'TopoJSON'
Version: 0.11.3.9000
Authors@R: c(
person("Scott", "Chamberlain", , "myrmecocystus@gmail.com", role = c("aut")),
person("Andy", "Teucher", , "andy.teucher@gmail.com", role = "aut"),
person("Michael", "Mahoney", , "mike.mahoney.218@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2402-304X"))
)
Description: Convert data to 'GeoJSON' or 'TopoJSON' from various R
classes, including vectors, lists, data frames, shape files, and
spatial classes. 'geojsonio' does not aim to replace packages like
'sp', 'rgdal', 'rgeos', but rather aims to be a high level client to
simplify conversions of data from and to 'GeoJSON' and 'TopoJSON'.
License: MIT + file LICENSE
URL: https://github.com/ropensci/geojsonio, https://docs.ropensci.org/geojsonio/
BugReports: https://github.com/ropensci/geojsonio/issues
Depends:
R (>= 3.5)
Imports:
crul,
geojson (>= 0.2.0),
geojsonsf,
jqr,
jsonlite (>= 0.9.21),
magrittr,
methods,
readr (>= 0.2.2),
sf (>= 0.6),
sp,
V8
Suggests:
covr,
DBI,
gistr,
leaflet,
maps,
RPostgres,
testthat (>= 3.0.0),
withr
Enhances:
RColorBrewer
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
X-schema.org-applicationCategory: Geospatial
X-schema.org-isPartOf: https://ropensci.org
X-schema.org-keywords: geojson, topojson, geospatial, conversion, data,
input-output
Config/testthat/edition: 3