SupervisorialDistrictsTest
<DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>A map service providing data on the 2021 Supervisorial Districts within Santa Clara County. Effective January 13, 2022, this is the official GIS layer representing Supervisorial District Boundaries within Santa Clara County based on 2020 US Census data. The technical adjustment which will not impact the population allocation is still in progress.</SPAN></P></DIV></DIV></DIV>
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 \"sccgov/supervisorialdistrictstest-e8s8-f89v\".\"supervisorialdistrictstest\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.