Open repository in Console
Readme
Updated 4 years ago
‧ Indexed 3 hours ago
Bronx Subway Entrance Location
This is a more detailed look at subway station access. The groupings of dots indicate a single station, but also the exact location of the subway station entrances. Please refer to the attached "Field_Name_Dictionary" for field definitions on the table.
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 \"bronx-lehman-cuny-edu/bronx-subway-entrance-location-yfgv-awb2\".\"bronx_subway_entrance_location\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.