Texas Senate Districts Plan S172 (2013-2022, based on 2010 Census)
The 83rd Legislature, 1st Called Session, enacted S.B. 2 (PLAN S172). This plan is effective January 2013. All data is based on the 2010 census. For more information, visit: https://redistricting.capitol.texas.gov/Current-districts.
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 \"texas-gov/texas-senate-districts-plan-s172-20132022-based-on-q97u-ruqw\".\"texas_senate_districts_plan_s172_20132022_based_on\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.