forked from bcgov/bcmaps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.8 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: scotmaps
Title: Open Licence Map Layers and Spatial Utilities for Scotland
Version: 0.0.0.1
Authors@R: c(person("Tim", "Foster", email = "[email protected]",
role = c("aut", "cre")),
person("Andy", "Teucher", email = "[email protected]",
role = "aut", comment = "bcmaps author"),
person("Stephanie", "Hazlitt", email = "[email protected]",
role = "aut", comment = "bcmaps author"),
person("Sam", "Albers", email = "[email protected]", role = "aut",
comment = "bcmaps author"),
person("Province of British Columbia", role = "cph", comment = "bcmaps copyright"))
Description: Provides access to various spatial layers for Scotland, such as
administrative boundaries, neighbourhood statistical units, etc.
Layers are imported from <https://www.spatialdata.gov.scot/> spatialdata.gov.scot
catalogue as 'sf' through function calls in this package. All layers are in
British National Grid 27700 <https://spatialreference.org/ref/epsg/27700/>.
Deeply indebted to 'bcmaps' package. This is a modified fork of 'bcmaps'
Version 0.18.1.9000 <https://CRAN.R-project.org/package=bcmaps>.
License: Apache License (== 2.0) | file LICENSE
URL: https://github.com/fozy81/scotmaps
BugReports: https://github.com/fozy81/scotmaps/issues
Depends:
sf (>= 0.9),
R (>= 3.5.0)
Imports:
httr (>= 1.3.1),
methods,
rappdirs (>= 0.3.1),
stats,
utils,
readr
Suggests:
future.apply (>= 1.2.0),
future (>= 1.12.0),
ggplot2 (>= 3.0),
glue (>= 1.1.1),
knitr,
raster (>= 2.5-8),
rgdal (>= 1.2-13),
rgeos (>= 0.3-25),
rmarkdown,
sp (>= 1.2-5),
lwgeom (>= 0.2-2),
testthat (>= 2.1.0),
roxygen2
VignetteBuilder: knitr
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Encoding: UTF-8