MTA 2025-2044 20-Year Needs Assessment Comparative Evaluation
The 2025-2044 20-Year Needs Assessment Comparative Evaluation is a framework which assesses the costs and benefits of potential expansions and enhancements. All potential projects are evaluated using a consistent set of models, tools, and criteria including ridership, time savings, network resilience and sustainability, capacity, equity, network leverage, geographic distribution, and cost. The most promising projects may be advanced for further study and possible inclusion in future capital plans. To view the full comparative evaluation and further details on the methodology, visit future.mta.info.
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/mta-20252044-20year-needs-assessment-comparative-q43a-ygsk\".\"mta_20252044_20year_needs_assessment_comparative\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.