Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 5 hours ago
APD Field Interview Cards Dataset by Patrol Zone
Dataset highlighting Field Interview Cards as gathered by Albany PD Officers for the past year to date geocoded by Patrol Zone. It is the same data as Neighborhood Association
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-field-interview-cards-dataset-by-patrol-zone-eeyq-x3x6\".\"apd_field_interview_cards_dataset_by_patrol_zone\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.