CT Municipalities (with FIPS)
State of Connecticut
@usgov.state_of_connecticut_ct_municipalities_with_fips_544e0
State of Connecticut
@usgov.state_of_connecticut_ct_municipalities_with_fips_544e0
This CT Planning Regions layer consists of individual polygons representing each of the 169 municipalities that make up the state of Connecticut.
This feature layer is directly derived from theCTDOT Municipalities feature layer geometry, created by CT Department of Transportation. The municipalities are dissolved into their associated regional Councils of Governments.
This feature layer includes US Census Federal Information Processing Standards (FIPS) codes that are associated with each municipality. This was included based on information from Connecticut County to County Subdivision Crosswalk from the US Census.
| Field name | Field description |
|---|---|
| Municipality | Name of the municipality. |
| CouncilsOfGovernments | Name of the Councils of Governments region that the municipality is in. |
| County | Name of the county that the municipality is in. |
| PlanningRegion | Name of the Planning Region that the municipality is in. |
| StateFIPS <td st | |
| Organization: State of Connecticut | |
| Last updated: 2024-09-06T18:45:41.504067 | |
| Tags: borders, boundaries, connecticut, ct, gis-office, giso, municipalities, office-of-policy-and-management, opm, towns |
CREATE TABLE table_1 (
"municipality" VARCHAR,
"councilsofgovernments" VARCHAR,
"county" VARCHAR,
"planningregion" VARCHAR,
"statefips" BIGINT,
"councilsofgovernmentsfips" BIGINT,
"municipalityfips" BIGINT,
"municipalityfips_geoid" BIGINT,
"objectid" BIGINT,
"shape_area" DOUBLE -- SHAPE, Area,
"shape_length" DOUBLE -- SHAPE, Length
);Anyone who has the link will be able to view this.