Wards and Precincts
See full metadata:
https://www.cambridgema.gov/GIS/gisdatadictionary/Elections/ELECTIONS_WardsPrecincts
Description
This polygon layer contains 11 wards and 33 precincts within the City of Cambridge. These were adjusted in 2021 from the 2020 U.S. Census.
The Massachusetts Legislative boundaries do not follow these Cambridge Ward and Precinct boundaries in several areas. In part, this was because of the compressed timeline due to the Covid-19 pandemic during the 2020 US Census. Municipalities and the State were unable to coordinate precincts and legislative districts, and as a result sub-precincts within 9 precincts were unavoidable. Voters in a sub-precinct are listed on a separate voting list and have different ballots from other voters in the precinct during State Elections.
Purpose
This layer was created for general use by the Cambridge Election Commission and for public distribution. Cambridge wards and precincts which designate where voters will vote.
About Edit Dates
This data is automatically updated on a set schedule. The Socrata edit date may not reflect the actual edit dates in the data. For more details please see the update date on the full metadata page or view the edit date within the data rows.
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 \"cambridgema-gov/wards-and-precincts-fkyf-pvm6\".\"wards_and_precincts\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.