stat-stpete/citizen-calls-for-service-6373-bvti
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 1 month ago
Indexed 5 hours ago

Citizen Calls for Service

Statistics include all active calls assigned to Patrol units and the top four categories of response urgency, such as violent crimes and crimes in progress.

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 \"stat-stpete/citizen-calls-for-service-6373-bvti\".\"citizen_calls_for_service\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • citizen_calls_for_service
     
     
     
     
     
Upstream Metadata