-
Notifications
You must be signed in to change notification settings - Fork 17
/
DESCRIPTION
58 lines (58 loc) · 1.96 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
52
53
54
55
56
57
58
Package: bcmaps
Title: Map Layers and Spatial Utilities for British Columbia
Version: 2.2.0.9000
Authors@R: c(
person("Andy", "Teucher", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7840-692X")),
person("Sam", "Albers", , "[email protected]", role = c("aut", "ctb"),
comment = c(ORCID = "0000-0002-9270-7884")),
person("Stephanie", "Hazlitt", , "[email protected]", role = c("aut", "ctb"),
comment = c(ORCID = "0000-0002-3161-2304")),
person("Province of British Columbia", role = "cph")
)
Description: Various layers of B.C., including administrative boundaries,
natural resource management boundaries, census boundaries etc. All
layers are available in BC Albers
(<https://spatialreference.org/ref/epsg/3005/>) equal-area
projection, which is the B.C. government standard. The layers are
sourced from the British Columbia and Canadian government under open
licenses, including B.C. Data Catalogue (<https://data.gov.bc.ca>),
the Government of Canada Open Data Portal
(<https://open.canada.ca/en/using-open-data>), and Statistics Canada
(<https://www.statcan.gc.ca/en/reference/licence>).
License: Apache License (== 2.0) | file LICENSE
URL: https://github.com/bcgov/bcmaps, https://bcgov.github.io/bcmaps/
BugReports: https://github.com/bcgov/bcmaps/issues
Depends:
R (>= 2.10),
sf (>= 1.0)
Imports:
bcdata (>= 0.4.1),
httr (>= 1.3.1),
jsonlite (>= 1.7.0),
lifecycle (>= 1.0.3),
methods,
progress,
rappdirs (>= 0.3.1),
stats,
utils,
xml2
Suggests:
future (>= 1.12.0),
future.apply (>= 1.2.0),
ggplot2 (>= 3.0),
glue (>= 1.1.1),
knitr,
lwgeom (>= 0.2.13),
raster (>= 3.6-3),
terra (>= 1.7.0),
rmarkdown,
sp (>= 2.0.0),
stars (>= 0.6.3),
testthat (>= 2.1.0),
withr (>= 2.3)
VignetteBuilder:
knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.0