Bundled Vancouver Open Data crime-adjacent civic datasets
Source:R/datasets_vancouver.R
vancouver_crime_adjacent.RdPhase 3DDD1. Five small fixtures harvested live from
opendata.vancouver.ca for offline reproducibility – chosen to
surface neighbourhood-level civic context useful in carceral /
policing analysis even though VPD itself publishes crime data
separately (see morie_datasets_vpd_crime()).
Phase 3EEE3. Bundled 27-row snapshot of City-run community centres. Useful as an "anchor institutions" overlay for analyses of neighbourhood-level crime + social-service access.
Phase 3EEE3. Bundled 91-row snapshot of community + farmers markets across Vancouver. Useful for food-access / quality-of-life overlays.
Phase 3EEE3. Bundled 100-row sample of designated disability parking locations across Vancouver (out of 159 total).
Phase 3EEE3. Bundled 100-row sample of Vancouver's public art registry (out of 747 total) – artist, install year, neighbourhood, primary material. Useful as a CPTED-style "place-making" overlay variable.
Usage
morie_datasets_vancouver_graffiti(offline = TRUE, max_features = NULL)
morie_datasets_vancouver_noise_control_areas(
offline = TRUE,
max_features = NULL
)
morie_datasets_vancouver_homeless_shelters(offline = TRUE, max_features = NULL)
morie_datasets_vancouver_property_use_inspection_districts(
offline = TRUE,
max_features = NULL
)
morie_datasets_vancouver_fire_halls(offline = TRUE, max_features = NULL)
morie_datasets_vancouver_community_centres(offline = TRUE, max_features = NULL)
morie_datasets_vancouver_community_food_markets(
offline = TRUE,
max_features = NULL
)
morie_datasets_vancouver_disability_parking(
offline = TRUE,
max_features = NULL
)
morie_datasets_vancouver_public_art(offline = TRUE, max_features = NULL)Details
| Loader | Dataset slug | Rows |
morie_datasets_vancouver_graffiti() | graffiti | 100 (of 7683) |
morie_datasets_vancouver_noise_control_areas() | noise-control-areas | 3 |
morie_datasets_vancouver_homeless_shelters() | homeless-shelter-locations | 17 |
morie_datasets_vancouver_property_use_inspection_districts() | property-use-inspection-districts | 23 |
morie_datasets_vancouver_fire_halls() | fire-halls | 20 |
All loaders accept the same offline = TRUE (default) /
max_features interface as the other morie dataset wrappers.