forked from ateucher/rmapshaper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
33 lines (33 loc) · 1.09 KB
/
Copy pathDESCRIPTION
File metadata and controls
33 lines (33 loc) · 1.09 KB
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
Package: rmapshaper
Type: Package
Title: Edit 'GeoJSON' and Spatial Objects
Version: 0.1.0.9000
Date: 2016-06-25
Authors@R: person("Andy", "Teucher", role = c("aut", "cre"),
email = "andy.teucher@gmail.com")
Description: Edit and simplify 'geojson' and 'Spatial' objects.
This is wrapper around the 'mapshaper' 'javascript' library
<https://github.com/mbloch/mapshaper/> to perform topologically-aware
polygon simplification, as well as other operations such as clipping,
erasing, dissolving, and converting 'multi-part' to 'single-part' geometries.
It relies on the 'geojsonio' package for working with 'geojson' objects,
and the 'sp' and 'rgdal' packages for working with 'Spatial' objects.
License: MIT + file LICENSE
URL: https://github.com/ateucher/rmapshaper
BugReports: http://www.github.com/ateucher/rmapshaper/issues
LazyData: TRUE
Imports:
rgdal (>= 1.1-10),
sp (>= 1.2-1),
V8 (>= 1.0.2),
geojsonio (>= 0.1.8),
readr (>= 0.2.2),
methods
Suggests:
testthat,
rgeos,
knitr,
rmarkdown,
magrittr
RoxygenNote: 5.0.1
VignetteBuilder: knitr