Skip to contents

Phase 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)

Arguments

offline

If TRUE (default), reads the bundled CSV; if FALSE, paginates the live catalog endpoint.

max_features

Optional row cap.

Details

LoaderDataset slugRows
morie_datasets_vancouver_graffiti()graffiti100 (of 7683)
morie_datasets_vancouver_noise_control_areas()noise-control-areas3
morie_datasets_vancouver_homeless_shelters()homeless-shelter-locations17
morie_datasets_vancouver_property_use_inspection_districts()property-use-inspection-districts23
morie_datasets_vancouver_fire_halls()fire-halls20

All loaders accept the same offline = TRUE (default) / max_features interface as the other morie dataset wrappers.