cityofnewyork-us/over-dimensional-vehicle-permits-odvp-as69-ew8f
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 13 hours ago
Indexed 6 hours ago

Over Dimensional Vehicle Permits (ODVP)

The Over Dimensional Vehicle Permit (ODVP) is a web application used by trucking companies to apply for Daily Permits for over dimensional vehicles.

Main permit record, one row per permit.

For Permit Stipulation dataset, please follow <a href="https://data.cityofnewyork.us/dataset/dbo-PMO_ODVP_PermitStipulations/t9iz-i583">this link</a>.

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 \"cityofnewyork-us/over-dimensional-vehicle-permits-odvp-as69-ew8f\".\"over_dimensional_vehicle_permits_odvp\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • over_dimensional_vehicle_permits_odvp
     
     
     
     
     
Upstream Metadata