Coastal Bays Shorebirds
State of Maryland
@usgov.state_of_maryland_coastal_bays_shorebirds
State of Maryland
@usgov.state_of_maryland_coastal_bays_shorebirds
The Sensitive Shorebird Areas dataset was developed to show all locations in the Maryland Coastal Bays that are sensitive for shorebirds. The dataset is an subset of the National Wetlands Inventory (NWI) dataset. The polygons that were extracted from the NWI dataset were of the NWI_TYPE = E1UB4L and E2FLN. These wetland types represent specific types of subtidal and intertidal mud flats that are desireable to shorebirds. The polygons were further divided into four size classes each containing the same number of polygons. Larger areas were given a higher ranking than smaller areas.
Organization: State of Maryland
Last updated: 2025-07-26T20:04:03.938718
CREATE TABLE table_1 (
"the_geom" VARCHAR,
"objectid" BIGINT,
"perimeter" DOUBLE,
"mdnwi3m" BIGINT,
"mdnwi3m_id" BIGINT,
"national_wetlands_inventory_type" VARCHAR,
"system" VARCHAR,
"sub_system" BIGINT,
"class_1" VARCHAR,
"sub_class_1" VARCHAR,
"water" VARCHAR,
"habitat" VARCHAR,
"shape_starea" DOUBLE -- Shape.STArea(),
"shape_stlength" DOUBLE -- Shape.STLength()
);Anyone who has the link will be able to view this.