cityofchicago/divvy-trips-fg6s-gzvg
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 2 months ago
Indexed 1 month ago

Divvy Trips

This lists individual Divvy bike sharing trips, including the origin, destination, and timestamps for each trip. Trips are included when there is an starting and end date. Trips using a subscriber pass will include some basic demographic data (gender and age) that is associated with the account. For more information see https://divvybikes.com/system-data.

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 \"cityofchicago/divvy-trips-fg6s-gzvg\".\"divvy_trips\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • divvy_trips
     
     
     
     
     
Upstream Metadata