Open repository in Console
Readme
Updated 8 months ago
‧ Indexed 2 hours ago
CTA - System Information - List of 'L' Stops
This list of 'L' stops provides location and basic service availability information for each place on the CTA system where a train stops, along with formal station names and stop descriptions.
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/cta-system-information-list-of-l-stops-8pix-ypme\".\"cta_system_information_list_of_l_stops\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata