Watershed
City of Baton Rouge
@usgov.city_of_baton_rouge_watershed_576e1
City of Baton Rouge
@usgov.city_of_baton_rouge_watershed_576e1
Polygon geometry with attributes displaying digital elevation model (DEM) delineated watershed boundaries ranging from hydrologic unit code (HUC) 8 digit to 16 digit. The attribute data includes watershed names at the HUC 10, 12 and 14 digit levels. The extent of the dataset is East Baton Rouge Parish, Louisiana and any overlapping watersheds in adjacent parishes.
Organization: City of Baton Rouge
Last updated: 2022-04-28T02:50:42.001543
Tags: ebrp, gis, hydrography, watershed
CREATE TABLE table_1 (
"id" BIGINT,
"huc_08" BIGINT,
"huc_10" BIGINT,
"huc_10_name" VARCHAR,
"huc_12" BIGINT,
"huc_12_name" VARCHAR,
"huc_12_acres" BIGINT,
"huc_14" BIGINT,
"huc_14_name" VARCHAR,
"huc_16" BIGINT,
"huc_16_acres" BIGINT,
"huc_16_percent_field" DOUBLE,
"huc_16_percent_impervious" DOUBLE,
"huc_16_percent_tree_canopy" DOUBLE,
"huc_16_percent_water" DOUBLE,
"geometry" VARCHAR,
"ldeq_subsegment" BIGINT,
"ldeq_name" VARCHAR
);Anyone who has the link will be able to view this.