← All datasets
# curated.boundary_police_district
HPD patrol districts (25 rows; category: Boundaries & demographics; geometry column `geom` (MultiPolygon, EPSG:4326))
Fields (expression | type | filled/distinct in a sample | values or examples):
- objectid | bigint | 25/25 | e.g.: 18; 2; 4
- attrs->>'Area_sq_mi' | number | 25/25 | e.g.: 20.32428579; 31.30920574; 17.90750863
- attrs->>'District' | number | 25/25 | e.g.: 18; 2; 4
- attrs->>'Division' | string | 25/17 | e.g.: Northeast; Central; Southeast
- attrs->>'Perimet_mi' | number | 25/25 | e.g.: 97.44676559; 39.45545865; 29.6422868
- attrs->>'Region' | string | 25/4 | values: 1; 3; 2; Homeland
attrs values are text: cast when comparing numbers, e.g. (attrs->>'PCI')::numeric.