Open repository in Console
Readme
Updated 7 months ago
‧ Indexed 20 minutes ago
APD Arrests Dataset by Patrol Zone
Dataset highlighting arrests by Albany PD Officers for the past year to date GeoCoded by Patrol Zone. It is the same data as Arrests by Neighborhood
For purposes of crime statistics, the FBI Uniform Crime Report Hierarchy Rule requires when more than one offense occurs in an incident the highest priority crime is selected as the primary offense.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \ -H "Content-Type: application/json" \ -d@-<<EOF {"sql": " SELECT * FROM \"albanyny-gov/apd-arrests-dataset-by-patrol-zone-6683-yrxc\".\"apd_arrests_dataset_by_patrol_zone\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.