Voter Precinct to Jurisdiction Crosswalk
The PDC uses this data set for its online web applications to assist the public in finding information relative to a particular jurisdiction. It is provided here for the purpose of assisting application developers and may be of limited interest for the general public.
This dataset is a subset (copy) of voter registration records provided to the Public Disclosure Commission by the Washington Secretary of State (SOS) under the terms of SOS and applicable law. Use of this data is governed by any restrictions or limitations of the original release by SOS. By accessing this data you are agreeing to use the data in accordance with the RCW 29A.08.720, RCW 29A.08.740 and RCW 42.56.070(9) and any other applicable law.
This data set can be used to correlate a precinct to a PDC jurisdiction and office. These data are provided as-is and may contain errors or omissions. Please refer to the SOS for the most recent precinct data.
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 \"wa-gov/voter-precinct-to-jurisdiction-crosswalk-efcw-k4fa\".\"voter_precinct_to_jurisdiction_crosswalk\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.