Open repository in Console
Readme
Updated 21 minutes ago
‧ Indexed 15 minutes ago
LRT Elevator/Escalator Outages
A near-real-time (updated every 5 minutes) list of Elevators and/or Escalators, located in the LRT network, that have a current operational status of Out of Service.
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 \"edmonton-ca/lrt-elevatorescalator-outages-snws-u3zx\".\"lrt_elevatorescalator_outages\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata