ramseycounty-us/ped-bike-system-efv3-6qu4
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 8 days ago
Indexed 2 hours ago

Ped Bike System

The Pedestrian Bike Systems (PBS) data set contains line data that represents non-motorized-wheeled (bike, rollerblade, skateboard, etc.) and pedestrian transit routes. Some of the sidewalk and trail locations were originally digitized from Ramsey County 2003 aerial photography DOQs.

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 \"ramseycounty-us/ped-bike-system-efv3-6qu4\".\"ped_bike_system\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • ped_bike_system
     
     
     
     
     
Upstream Metadata