Historic_Council_Districts_2002
<DIV STYLE="text-align:Left;font-size:12pt"><DIV><DIV><P><SPAN>Historic 2002 Council District boundary polygons throughout Pierce County. Districts were defined in redistricting process based on 2000 census population data where similar population numbers between the districts are the goal. Please read metadata for additional information (https://matterhorn.co.pierce.wa.us/GISmetadata/pdbaudit_council_districts_2002.html). Any data download constitutes acceptance of the Terms of Use (https://matterhorn.co.pierce.wa.us/Disclaimer/PierceCountyGISDataTermsofUse.pdf).</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 \"internal-open-piercecountywa-gov/historiccouncildistricts2002-g8hp-2p3d\".\"historiccouncildistricts2002\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.