Metropolitan Transportation Authority (MTA) Capital Dashboard Project Locations
The Capital Dashboard data provides information about the projects in the MTA’s Capital Programs. The data describes the planned projects and provides information about the status of Project Budgets, Scopes and Schedules. This additional dataset provide the geo-coordinates where applicable for Capital Projects.
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 \"ny-gov/metropolitan-transportation-authority-mta-capital-wcsa-vkhf\".\"metropolitan_transportation_authority_mta_capital\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.