Catchment Areas
State of Connecticut
@usgov.state_of_connecticut_catchment_areas
State of Connecticut
@usgov.state_of_connecticut_catchment_areas
This service represents CTDOT’s Stormwater Drainage Network. The data is collected from a collection of resources including completed construction plans, right-of-way plans, permits & field reconnaissance. Not all drainage features depicted on the map accurately reflect the condition of the drainage network that is currently built. Data is updated, modified and added daily by CTDOT to both grow the inventory of drainage structures statewide and to improve accuracy. Drainage data is collected for continued compliance of the CTDOT MS4 Permit and for CTDOT’s Asset Management Purposes.
Please refer to the CTDOT Maintenance Guide for definitions of all Drainage Features:
ctdot-ms4-gis-database-maintenance-guide-jan-2021.pdf
This data is digitized at a scale of approximately 1:500 and was digitized from the 2016, 2019 and 2023 CT imagery.
The coordinate system used is NAD 1983 2011 State Plane Connecticut FIPS 0600 Ft US WKID: 6434 Authority: EPSG.
It is edited in the Drainage Network - Office Editors group and is maintained by the Office of Environmental Planning in the Bureau of Planning and the Office of Environmental Compliance in the Bureau of Engineering.
The data is updated daily. The metadata is updated as needed.
Organization: State of Connecticut
Last updated: 2025-03-22T16:50:30.165323
Tags: blind-ties, bmps, catchment-areas, closed-conveyances, connecticut, ctdot, culverts, drainage, drainage-network, end-walls, headwalls, inlets, interconnections, manholes, open-conveyances
CREATE TABLE table_1 (
  "objectid" BIGINT,
  "global_id" VARCHAR,
  "catchment_area_id" VARCHAR,
  "maintenance_district" BIGINT,
  "maintenance_garage" VARCHAR,
  "municipality" VARCHAR,
  "highway" BIGINT,
  "lrs_id" VARCHAR,
  "mile_point" DOUBLE,
  "local_road_name" VARCHAR,
  "location" VARCHAR,
  "major_drainage_basin" VARCHAR,
  "major_drainage_basin_number" BIGINT,
  "regional_drainage_basin" VARCHAR,
  "regional_drainage_basin_number" BIGINT,
  "subregional_drainage_basin" VARCHAR,
  "subregional_drainage_basin_number" BIGINT,
  "local_drainage_basin_number" VARCHAR,
  "associated_h_e_id" VARCHAR,
  "associated_bmp_id" VARCHAR,
  "associated_screening_sampling_id" VARCHAR,
  "catchment_area_source" VARCHAR,
  "project_number" VARCHAR,
  "idde_priority" VARCHAR,
  "key_junction_manhole" VARCHAR,
  "treatment_status" VARCHAR,
  "disconnection_status" VARCHAR,
  "system_vulnerability_factor_notes" VARCHAR,
  "total_drainage_area_acres" DOUBLE  -- Total Drainage Area (acres),
  "total_impervious_area_acres" DOUBLE  -- Total Impervious Area (acres),
  "total_directly_connected_impervious_area_acres" DOUBLE  -- Total Directly Connected Impervious Area (acres),
  "ctdot_drainage_area_acres" DOUBLE  -- CTDOT Drainage Area (acres),
  "ctdot_impervious_area_acres" DOUBLE  -- CTDOT Impervious Area (acres),
  "ctdot_directly_connected_impervious_area_acres" DOUBLE  -- CTDOT Directly Connected Impervious Area (acres),
  "created_user" VARCHAR,
  "created_date" VARCHAR,
  "last_edited_user" VARCHAR,
  "last_edited_date" VARCHAR,
  "shape_area" DOUBLE  -- Shape, Area,
  "shape_length" DOUBLE  -- Shape, Length
);Anyone who has the link will be able to view this.