CT Senate Districts
State of Connecticut
@usgov.state_of_connecticut_ct_senate_districts
State of Connecticut
@usgov.state_of_connecticut_ct_senate_districts
This feature layer represents the boundaries of Connecticut's Senate districts based on the latest redistricting process following the 2020 Census. More information about the 2021 Redistricting Project can be found here.
The dataset includes the 36 Senate districts with fields identifying the current CT Senate members and their associated political party for each district. The geometry is derived from the published data from the Connecticut General Assembly.
More information about the CT Senate members can be found here.
Collection of CT Legislative District published feature layers:
Attributes
| District | Senate district number (text/string) |
|---|---|
| DistrictN | Senate district number (number/integer) |
| Party | Member’s political party (Democratic or Republican) |
| Full Name | Member’s full name |
CREATE TABLE table_1 (
"objectid" BIGINT,
"district" BIGINT,
"adjacent_color_id" BIGINT,
"party" VARCHAR,
"first_name" VARCHAR,
"last_name" VARCHAR,
"full_name" VARCHAR,
"full_name_party" VARCHAR,
"districtn" BIGINT,
"term" VARCHAR,
"shape_area" DOUBLE -- Shape, Area,
"shape_length" DOUBLE -- Shape, Length
);Anyone who has the link will be able to view this.