-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.38 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
Package: geojson
Type: Package
Title: Classes for 'GeoJSON'
Description: Classes for 'GeoJSON' to make working with 'GeoJSON' easier.
Includes S3 classes for 'GeoJSON' classes with brief summary output,
and a few methods such as extracting and adding bounding boxes,
properties, and coordinate reference systems; working with
newline delimited 'GeoJSON'; and serializing to/from 'Geobuf' binary 'GeoJSON'
format.
Version: 0.3.5.9000
Authors@R: c(
person("Scott", "Chamberlain", role = c("aut"),
email = "myrmecocystus@gmail.com",
comment = c(ORCID="0000-0003-1444-9135")),
person("Jeroen", "Ooms", role = "aut"),
person("Michael", "Sumner", role = "cre", email = "mdsumner@gmail.com")
)
License: MIT + file LICENSE
URL: https://docs.ropensci.org/geojson/, https://github.com/ropensci/geojson
BugReports: https://github.com/ropensci/geojson/issues
LazyData: true
VignetteBuilder: knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Imports:
methods,
sp,
jsonlite (>= 1.6),
protolite (>= 1.8),
jqr (>= 1.1.0),
magrittr,
lazyeval
Suggests:
tibble,
testthat,
knitr,
rmarkdown,
sf,
stringi,
covr
X-schema.org-applicationCategory: Geospatial
X-schema.org-keywords: geojson, geospatial, conversion, data, input-output, bbox, polygon, geobuf
X-schema.org-isPartOf: https://ropensci.org
RoxygenNote: 7.2.3