Choose Maryland: Compare Counties - Geography
State of Maryland
@usgov.state_of_maryland_choose_maryland_compare_counties_geography
State of Maryland
@usgov.state_of_maryland_choose_maryland_compare_counties_geography
Portrait of county land / land use - area, elevations, and shoreline.
Organization: State of Maryland
Last updated: 2020-11-10T17:25:09.552885
Tags: compare, county, elevation, geography, land-area, maryland, shoreline
CREATE TABLE table_1 (
"county" VARCHAR,
"land_area_sq_mi" VARCHAR -- Land Area (sq. Mi.),
"highest_elevation_ft" VARCHAR -- Highest Elevation (ft.),
"lowest_elevation_ft" VARCHAR -- Lowest Elevation (ft.),
"shoreline_mi" VARCHAR -- Shoreline (mi.),
"land_use_developed_residential" VARCHAR -- Land Use - Developed Residential (%),
"land_use_developed_non_residential" VARCHAR -- Land Use - Developed Non-Residential (%),
"land_use_undeveloped" VARCHAR -- Land Use - Undeveloped (%)
);Anyone who has the link will be able to view this.