-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
40 lines (40 loc) · 1.27 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
Type: Package
Package: nycgeo
Title: Spatial Data Files for NYC
Version: 0.1.0.9000
Authors@R:
person(given = "Matt",
family = "Herman",
role = c("aut", "cre"),
email = "mfherman@gmail.com")
Maintainer: Matt Herman <mfherman@gmail.com>
Description: Spatial data files for various geographic and administrative
boundaries in New York City as well as tools for working with NYC spatial
data. Data is in the in the sf (simple features) format and includes
boundaries for boroughs (counties), public use microdata areas, community
districts, neighborhood tabulation areas, census tracts, and census blocks,
city council districts, school districts, and police precincts. In addition,
selected demographic, social, and economic estimates from the U.S. Census
Bureau American Community Survey are included.
License: MIT + file LICENSE
Depends:
R (>= 2.10)
Suggests:
dplyr,
knitr,
pkgdown,
rmarkdown,
scales,
sf,
spelling,
testthat,
tibble,
tidyverse
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Roxygen: list(markdown = TRUE)
URL: https://nycgeo.mattherman.info, https://github.com/mfherman/nycgeo
BugReports: https://github.com/mfherman/nycgeo/issues
Language: en-US
VignetteBuilder: knitr