oaklandca-gov/parking-citations-2018-whu3-7tcn
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 4 years ago
Indexed 1 hour ago

Parking Citations 2018

Parking citations in Oakland from 2018. Data has been cleaned of personal information but data entry errors still remain. Approximately ~89% of citation addresses matched when geocoded. Refer to Status and Score fields to determine estimated accuracy.

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 \"oaklandca-gov/parking-citations-2018-whu3-7tcn\".\"parking_citations_2018\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • parking_citations_2018