Skip to contents

Toronto PS ArcGIS Hub dataset wrapper. Thin dispatch to morie_datasets_tps_arcgis_hub_by_id() with the canonical hub item_id fda21b25213c4c07b08c5162cba5081f.

Phase 3CCC3. Bundled snapshot of the TPS Hub fda21b25213c4c07b08c5162cba5081f (TPS_POLICE_DIVISIONS) – the 16 post-amalgamation TPS divisions (D11, D12, D13, D14, D22, D23, D31, D32, D33, D41, D42, D43, D51, D52, D53, D55) with unit name, address, and area_sqkm.

Usage

morie_datasets_tps_police_divisions(offline = TRUE, max_features = NULL)

morie_datasets_tps_police_divisions(offline = TRUE, max_features = NULL)

Arguments

offline

If TRUE (default), reads the bundled CSV.

max_features

Optional row cap.

Value

A data.frame / GeoJSON list / file path; see morie_datasets_tps_arcgis_hub_by_id() for per-format semantics.

A data.frame with DIV, UNIT_NAME, ADDRESS, CITY, AREA_SQKM, plus shape area / perimeter fields.

Details

Police divisions (post D54/D55 amalgamation).

Tags: City of Toronto; Toronto; Open Data; Feature Class; Update; Data Load; Divisions; Police Divisions

Examples

df <- morie_datasets_tps_police_divisions(offline = TRUE)
nrow(df)  # 16
#> [1] 16