-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 loc) · 1.49 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
Package: cmapgeo
Title: R-Friendly Geodata for the Chicago Region
Version: 0.2.2
Authors@R: c(
person("Daniel", "Comeaux",
role = c("aut", "cre"),
email = "dcomeaux@cmap.illinois.gov",
comment = c(ORCID = "0000-0002-8412-9092")),
person("Noel", "Peterson",
role = c("aut"),
comment = c(ORCID = "0000-0003-1290-2362")),
person("Chicago Metropolitan Agency for Planning",
role = c("cph", "fnd")))
Description: The cmapgeo package is a repository of geodata files representing
various geographic and administrative boundaries in the Chicago region,
maintained by the Chicago Metropolitan Agency for Planning (CMAP). Data is
in the sf (simple features) format, and includes boundaries for: counties;
municipalities; Chicago community areas (CCAs) and wards; Census tracts,
block groups, blocks, public use microdata areas (PUMAs) and ZIP code
tabulation areas (ZCTAs); CMAP travel modeling zones and subzones; CMAP
subregional Councils of Mayors (COMs); legislative districts (state and
federal); IDOT districts; and Facility Planning Areas (FPAs).
URL: https://cmap-repos.github.io/cmapgeo, https://github.com/CMAP-REPOS/cmapgeo
BugReports: https://github.com/CMAP-REPOS/cmapgeo/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
LazyDataCompression: gzip
Depends:
R (>= 2.10)
Imports:
sf,
tibble
Suggests:
dplyr,
ggplot2,
tidycensus
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3