-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
111 lines (111 loc) · 2.77 KB
/
_pkgdown.yml
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
url: https://elipousson.github.io/mapbaltimore/
template:
bootstrap: 5
home:
title: An R package for mapping in Baltimore
description: Data and mapping functions for Baltimore, Maryland.
reference:
- title: Data
- subtitle: Area boundary data
contents:
- '`baltimore_city`'
- '`baltimore_bbox`'
- '`baltimore_city_detailed`'
- '`baltimore_msa_counties`'
- '`neighborhoods`'
- '`neighborhoods_2020`'
- '`council_districts`'
- '`legislative_districts`'
- '`legislative_districts_2012`'
- '`congressional_districts`'
- '`planning_districts`'
- '`csas`'
- '`police_districts`'
- '`police_districts_2023`'
- '`park_districts`'
- subtitle: U.S. Census area boundary data
contents:
- '`baltimore_blocks`'
- '`baltimore_block_groups`'
- '`baltimore_tracts`'
- '`baltimore_pumas`'
- subtitle: Streets and transportation data
contents:
- '`streets`'
- starts_with("mta")
- starts_with("circulator")
- subtitle: Education data
contents:
- starts_with("bcps")
- subtitle: Assorted housing, land use, and other local data
contents:
- '`adopted_plans`'
- '`zoning`'
- '`hmt_2017`'
- '`baltimore_mihp`'
- '`baltimore_water`'
- '`baltimore_msa_water`'
- '`parks`'
- '`explore_baltimore`'
- '`wards_1797_1918`'
- '`public_art`'
- '`inspire_plans`'
- ends_with("_21stc")
- '`chap_districts`'
- '`main_streets`'
- '`rec_centers`'
- subtitle: Additional non-spatial reference data
contents:
- '`request_types`'
- '`balt_tbl_labs`'
- '`respagency_codes`'
- subtitle: Crosswalk tables and other reference data
contents:
- starts_with("xwalk")
- ends_with("xwalk")
- '`baltimore_gis_index`'
- title: Functions for areas and data
- subtitle: Get areas
contents:
- '`get_area`'
- '`get_nearby_areas`'
- '`check_area`'
- subtitle: Get local data for area
contents:
- '`get_area_data`'
- '`get_area_census_geography`'
- '`get_area_bcps_programs`'
- '`get_area_zoning`'
- '`get_area_streets`'
- '`get_streets`'
- '`filter_streets`'
- '`named_intersections`'
- '`get_intersection`'
- '`get_data_batch`'
- '`erase_baltimore`'
- subtitle: Get remote data
contents:
- '`get_baltimore_esri_data`'
- '`get_area_property`'
- '`get_area_vacants`'
- '`get_area_crime`'
- '`get_area_911_calls`'
- '`get_area_permits`'
- '`maryland_open_data_api_key`'
- '`get_area_requests`'
- '`get_area_citations`'
- '`get_baltimore_worker_flows`'
- subtitle: Download and cache data locally
contents:
- starts_with("cache")
- title: Functions for mapping data
- subtitle: Map local data using ggplot2 and sf
contents:
- starts_with("map_area")
- subtitle: Add a layer to a ggplot2 map
contents:
- starts_with("layer")
- subtitle: Set a map theme or scale
contents:
- starts_with("set")
- '`scale_mapbaltimore`'