Land Use Acres By County In Maryland
State of Maryland
@usgov.state_of_maryland_land_use_acres_by_county_in_maryland
State of Maryland
@usgov.state_of_maryland_land_use_acres_by_county_in_maryland
Tabulates acres by land use category as of 2018 for each of Maryland’s 23 counties and Baltimore City. Derived from the Maryland Department of Planning’s 2018 Statewide Land Use Dataset (2024 Edition). Given methodology changes, this dataset is not comparable with MDP’s previous Land Use Land Cover products and should not be used to assess change over time.
Organization: State of Maryland
Last updated: 2024-12-13T21:06:06.396881
Tags: geospatial-data-and-analysis, gis, maryland, maryland-department-of-planning, mdp, planning, statewide-land-use-map-2018
CREATE TABLE table_1 (
"jurisdiction_code" VARCHAR,
"maryland_county" VARCHAR,
"maryland_region" VARCHAR,
"census_geoid" BIGINT,
"very_low_density_residential_acres" DOUBLE,
"low_density_residential_acres" DOUBLE,
"medium_density_residential_acres" DOUBLE,
"high_density_residential_acres" DOUBLE,
"commercial_acres" DOUBLE,
"industrial_acres" DOUBLE,
"institutional_acres" DOUBLE,
"extractive_acres" DOUBLE,
"open_urban_land_acres" DOUBLE,
"transportation_acres" DOUBLE,
"other_land_acres" DOUBLE,
"water_acres" DOUBLE,
"aberdeen_proving_ground_acres" DOUBLE,
"total_developed_acres_with_transportation" DOUBLE,
"total_developed_acres_without_transportation" DOUBLE,
"total_land_acres" DOUBLE,
"year" VARCHAR
);Anyone who has the link will be able to view this.