norfolk-gov/parking-permits-v6nf-f84b
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 1 year ago
Indexed 11 months ago

Parking Permits

The City of Norfolk issues monthly parking permits for garages and lots that it owns. This dataset provides the number of parking permits by type and duration sold in the city parking system. Types include residential, top deck 60, valet, reserved 24/7, and others. This dataset is updated monthly.

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 \"norfolk-gov/parking-permits-v6nf-f84b\".\"parking_permits\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • parking_permits