diff --git a/.github/workflows/frontend-test.yml b/.github/workflows/frontend-test.yml index 465cd62..aa3979b 100644 --- a/.github/workflows/frontend-test.yml +++ b/.github/workflows/frontend-test.yml @@ -18,7 +18,7 @@ jobs: - name: Set up node uses: actions/setup-node@v2 with: - node-version: lts/* + node-version: 18 - name: Restore node_modules cache id: nodemodules-cache diff --git a/README.md b/README.md index 384d46b..7f21f40 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,19 @@ $ docker compose up --build `http://localhost:8000/docs` ## Data Requirements -local path which mounts in container - (bucket where source file can be found) -`appdata/NLCD_2016_epsg3857.tif` (natcap-urban-online-datasets-**public**) -`appdata/invest-data/CGIAR_et0_annual_epsg_3857.tif` (natcap-urban-online-datasets) -`appdata/invest-data/OE_Bioregions_3857.shp` (natcap-urban-online-datasets) -`appdata/invest-data/acs_tract_3857.gpkg` (natcap-urban-online-datasets) -`appdata/invest-data/acs_tract_poverty.csv` (natcap-urban-online-datasets) -`appdata/invest-data/acs_tract_race.csv` (natcap-urban-online-datasets) +These are data used by the python worker. Download these to your local +`appdata/` folder to run the app locally. Please reach out to repository maintainers to get access to these. +local path which mounts in container | (bucket where source file can be found) +- `appdata/lulc_overlay_3857.tif` | (natcap-urban-online-datasets-**public**) +- `appdata/invest-data/CGIAR_et0_annual_epsg_3857.tif` | (natcap-urban-online-datasets) +- `appdata/invest-data/acs_tract_3857.gpkg` | (natcap-urban-online-datasets) +- `appdata/invest-data/acs_tract_poverty.csv` | (natcap-urban-online-datasets) +- `appdata/invest-data/acs_tract_race.csv` | (natcap-urban-online-datasets) + +## Necessary API tokens +Currently need to add a `.env` file to `frontend/` with necessary API tokens. Please reach out to repository maintainers to get access to these. + +## Necessary software for development +- Docker +- Git diff --git a/appdata/invest-data/biophysical_tables/building_energy_table_NA10.csv b/appdata/invest-data/biophysical_tables/building_energy_table_NA10.csv deleted file mode 100644 index 828d36b..0000000 --- a/appdata/invest-data/biophysical_tables/building_energy_table_NA10.csv +++ /dev/null @@ -1,9 +0,0 @@ -,lucode,building type,kwh_per_cdd,kwh_per_hdd,cost_per_kwh,bioregion,bio_desc -128,80,residential 75,1.35,1.65,0.706666667,NA10,Northeastern American Mixed Forests (NA10) -129,81,residential 75,1.35,1.65,0.706666667,NA10,Northeastern American Mixed Forests (NA10) -130,82,commercial 75,27.0,33.0,0.8325,NA10,Northeastern American Mixed Forests (NA10) -131,83,industrial 75,27.0,33.0,0.62,NA10,Northeastern American Mixed Forests (NA10) -132,84,mixed use 75,1.35,1.65,0.769583333,NA10,Northeastern American Mixed Forests (NA10) -133,85,mixed use 75,1.35,1.65,0.769583333,NA10,Northeastern American Mixed Forests (NA10) -134,86,commercial 75,27.0,33.0,0.8325,NA10,Northeastern American Mixed Forests (NA10) -135,88,commercial 100,36.0,44.0,0.8325,NA10,Northeastern American Mixed Forests (NA10) diff --git a/appdata/invest-data/biophysical_tables/building_energy_table_NA11.csv b/appdata/invest-data/biophysical_tables/building_energy_table_NA11.csv deleted file mode 100644 index a54fdfe..0000000 --- a/appdata/invest-data/biophysical_tables/building_energy_table_NA11.csv +++ /dev/null @@ -1,9 +0,0 @@ -,lucode,building type,kwh_per_cdd,kwh_per_hdd,cost_per_kwh,bioregion,bio_desc -136,80,residential 75,1.35,1.65,0.706666667,NA11,Northern Great Lakes Forests (NA11) -137,81,residential 75,1.35,1.65,0.706666667,NA11,Northern Great Lakes Forests (NA11) -138,82,commercial 75,27.0,33.0,0.8325,NA11,Northern Great Lakes Forests (NA11) -139,83,industrial 75,27.0,33.0,0.62,NA11,Northern Great Lakes Forests (NA11) -140,84,mixed use 75,1.35,1.65,0.769583333,NA11,Northern Great Lakes Forests (NA11) -141,85,mixed use 75,1.35,1.65,0.769583333,NA11,Northern Great Lakes Forests (NA11) -142,86,commercial 75,27.0,33.0,0.8325,NA11,Northern Great Lakes Forests (NA11) -143,88,commercial 100,36.0,44.0,0.8325,NA11,Northern Great Lakes Forests (NA11) diff --git a/appdata/invest-data/biophysical_tables/building_energy_table_NA12.csv b/appdata/invest-data/biophysical_tables/building_energy_table_NA12.csv deleted file mode 100644 index 5565a69..0000000 --- a/appdata/invest-data/biophysical_tables/building_energy_table_NA12.csv +++ /dev/null @@ -1,9 +0,0 @@ -,lucode,building type,kwh_per_cdd,kwh_per_hdd,cost_per_kwh,bioregion,bio_desc -144,80,residential 75,1.35,1.65,0.706666667,NA12,Northern Prairie & Aspen Forests (NA12) -145,81,residential 75,1.35,1.65,0.706666667,NA12,Northern Prairie & Aspen Forests (NA12) -146,82,commercial 75,27.0,33.0,0.8325,NA12,Northern Prairie & Aspen Forests (NA12) -147,83,industrial 75,27.0,33.0,0.62,NA12,Northern Prairie & Aspen Forests (NA12) -148,84,mixed use 75,1.35,1.65,0.769583333,NA12,Northern Prairie & Aspen Forests (NA12) -149,85,mixed use 75,1.35,1.65,0.769583333,NA12,Northern Prairie & Aspen Forests (NA12) -150,86,commercial 75,27.0,33.0,0.8325,NA12,Northern Prairie & Aspen Forests (NA12) -151,88,commercial 100,36.0,44.0,0.8325,NA12,Northern Prairie & Aspen Forests (NA12) diff --git a/appdata/invest-data/biophysical_tables/building_energy_table_NA13.csv b/appdata/invest-data/biophysical_tables/building_energy_table_NA13.csv deleted file mode 100644 index 75ce6e1..0000000 --- a/appdata/invest-data/biophysical_tables/building_energy_table_NA13.csv +++ /dev/null @@ -1,9 +0,0 @@ -,lucode,building type,kwh_per_cdd,kwh_per_hdd,cost_per_kwh,bioregion,bio_desc -160,80,residential 75,1.35,1.65,0.706666667,NA13,Greater Rockies & Mountain Forests (NA13) -161,81,residential 75,1.35,1.65,0.706666667,NA13,Greater Rockies & Mountain Forests (NA13) -162,82,commercial 75,27.0,33.0,0.8325,NA13,Greater Rockies & Mountain Forests (NA13) -163,83,industrial 75,27.0,33.0,0.62,NA13,Greater Rockies & Mountain Forests (NA13) -164,84,mixed use 75,1.35,1.65,0.769583333,NA13,Greater Rockies & Mountain Forests (NA13) -165,85,mixed use 75,1.35,1.65,0.769583333,NA13,Greater Rockies & Mountain Forests (NA13) -166,86,commercial 75,27.0,33.0,0.8325,NA13,Greater Rockies & Mountain Forests (NA13) -167,88,commercial 100,36.0,44.0,0.8325,NA13,Greater Rockies & Mountain Forests (NA13) diff --git a/appdata/invest-data/biophysical_tables/building_energy_table_NA15.csv b/appdata/invest-data/biophysical_tables/building_energy_table_NA15.csv deleted file mode 100644 index 1d43e9f..0000000 --- a/appdata/invest-data/biophysical_tables/building_energy_table_NA15.csv +++ /dev/null @@ -1,9 +0,0 @@ -,lucode,building type,kwh_per_cdd,kwh_per_hdd,cost_per_kwh,bioregion,bio_desc -152,80,residential 75,1.35,1.65,0.706666667,NA15,Pacific Northwest Coastal Forests (NA15) -153,81,residential 75,1.35,1.65,0.706666667,NA15,Pacific Northwest Coastal Forests (NA15) -154,82,commercial 75,27.0,33.0,0.8325,NA15,Pacific Northwest Coastal Forests (NA15) -155,83,industrial 75,27.0,33.0,0.62,NA15,Pacific Northwest Coastal Forests (NA15) -156,84,mixed use 75,1.35,1.65,0.769583333,NA15,Pacific Northwest Coastal Forests (NA15) -157,85,mixed use 75,1.35,1.65,0.769583333,NA15,Pacific Northwest Coastal Forests (NA15) -158,86,commercial 75,27.0,33.0,0.8325,NA15,Pacific Northwest Coastal Forests (NA15) -159,88,commercial 100,36.0,44.0,0.8325,NA15,Pacific Northwest Coastal Forests (NA15) diff --git a/appdata/invest-data/biophysical_tables/building_energy_table_NA16.csv b/appdata/invest-data/biophysical_tables/building_energy_table_NA16.csv deleted file mode 100644 index 35512b7..0000000 --- a/appdata/invest-data/biophysical_tables/building_energy_table_NA16.csv +++ /dev/null @@ -1,9 +0,0 @@ -,lucode,building type,kwh_per_cdd,kwh_per_hdd,cost_per_kwh,bioregion,bio_desc -120,80,residential 75,1.35,1.65,0.706666667,NA16,Cascades Mountain Forests & Valleys (NA16) -121,81,residential 75,1.35,1.65,0.706666667,NA16,Cascades Mountain Forests & Valleys (NA16) -122,82,commercial 75,27.0,33.0,0.8325,NA16,Cascades Mountain Forests & Valleys (NA16) -123,83,industrial 75,27.0,33.0,0.62,NA16,Cascades Mountain Forests & Valleys (NA16) -124,84,mixed use 75,1.35,1.65,0.769583333,NA16,Cascades Mountain Forests & Valleys (NA16) -125,85,mixed use 75,1.35,1.65,0.769583333,NA16,Cascades Mountain Forests & Valleys (NA16) -126,86,commercial 75,27.0,33.0,0.8325,NA16,Cascades Mountain Forests & Valleys (NA16) -127,88,commercial 100,36.0,44.0,0.8325,NA16,Cascades Mountain Forests & Valleys (NA16) diff --git a/appdata/invest-data/biophysical_tables/building_energy_table_NA17.csv b/appdata/invest-data/biophysical_tables/building_energy_table_NA17.csv deleted file mode 100644 index b365a48..0000000 --- a/appdata/invest-data/biophysical_tables/building_energy_table_NA17.csv +++ /dev/null @@ -1,9 +0,0 @@ -,lucode,building type,kwh_per_cdd,kwh_per_hdd,cost_per_kwh,bioregion,bio_desc -112,80,residential 75,1.35,1.65,0.706666667,NA17,Columbia Plateau & Blue Mountains (NA17) -113,81,residential 75,1.35,1.65,0.706666667,NA17,Columbia Plateau & Blue Mountains (NA17) -114,82,commercial 75,27.0,33.0,0.8325,NA17,Columbia Plateau & Blue Mountains (NA17) -115,83,industrial 75,27.0,33.0,0.62,NA17,Columbia Plateau & Blue Mountains (NA17) -116,84,mixed use 75,1.35,1.65,0.769583333,NA17,Columbia Plateau & Blue Mountains (NA17) -117,85,mixed use 75,1.35,1.65,0.769583333,NA17,Columbia Plateau & Blue Mountains (NA17) -118,86,commercial 75,27.0,33.0,0.8325,NA17,Columbia Plateau & Blue Mountains (NA17) -119,88,commercial 100,36.0,44.0,0.8325,NA17,Columbia Plateau & Blue Mountains (NA17) diff --git a/appdata/invest-data/biophysical_tables/building_energy_table_NA18.csv b/appdata/invest-data/biophysical_tables/building_energy_table_NA18.csv deleted file mode 100644 index cf47217..0000000 --- a/appdata/invest-data/biophysical_tables/building_energy_table_NA18.csv +++ /dev/null @@ -1,9 +0,0 @@ -,lucode,building type,kwh_per_cdd,kwh_per_hdd,cost_per_kwh,bioregion,bio_desc -88,80,residential 75,1.35,1.65,0.706666667,NA18,Great Basin & Columbia Steppe (NA18) -89,81,residential 75,1.35,1.65,0.706666667,NA18,Great Basin & Columbia Steppe (NA18) -90,82,commercial 75,27.0,33.0,0.8325,NA18,Great Basin & Columbia Steppe (NA18) -91,83,industrial 75,27.0,33.0,0.62,NA18,Great Basin & Columbia Steppe (NA18) -92,84,mixed use 75,1.35,1.65,0.769583333,NA18,Great Basin & Columbia Steppe (NA18) -93,85,mixed use 75,1.35,1.65,0.769583333,NA18,Great Basin & Columbia Steppe (NA18) -94,86,commercial 75,27.0,33.0,0.8325,NA18,Great Basin & Columbia Steppe (NA18) -95,88,commercial 100,36.0,44.0,0.8325,NA18,Great Basin & Columbia Steppe (NA18) diff --git a/appdata/invest-data/biophysical_tables/building_energy_table_NA19.csv b/appdata/invest-data/biophysical_tables/building_energy_table_NA19.csv deleted file mode 100644 index 205abba..0000000 --- a/appdata/invest-data/biophysical_tables/building_energy_table_NA19.csv +++ /dev/null @@ -1,9 +0,0 @@ -,lucode,building type,kwh_per_cdd,kwh_per_hdd,cost_per_kwh,bioregion,bio_desc -96,80,residential 75,1.35,1.65,0.706666667,NA19,Colorado Plateau & Mountain Forests (NA19) -97,81,residential 75,1.35,1.65,0.706666667,NA19,Colorado Plateau & Mountain Forests (NA19) -98,82,commercial 75,27.0,33.0,0.8325,NA19,Colorado Plateau & Mountain Forests (NA19) -99,83,industrial 75,27.0,33.0,0.62,NA19,Colorado Plateau & Mountain Forests (NA19) -100,84,mixed use 75,1.35,1.65,0.769583333,NA19,Colorado Plateau & Mountain Forests (NA19) -101,85,mixed use 75,1.35,1.65,0.769583333,NA19,Colorado Plateau & Mountain Forests (NA19) -102,86,commercial 75,27.0,33.0,0.8325,NA19,Colorado Plateau & Mountain Forests (NA19) -103,88,commercial 100,36.0,44.0,0.8325,NA19,Colorado Plateau & Mountain Forests (NA19) diff --git a/appdata/invest-data/biophysical_tables/building_energy_table_NA20.csv b/appdata/invest-data/biophysical_tables/building_energy_table_NA20.csv deleted file mode 100644 index 414a6d9..0000000 --- a/appdata/invest-data/biophysical_tables/building_energy_table_NA20.csv +++ /dev/null @@ -1,9 +0,0 @@ -,lucode,building type,kwh_per_cdd,kwh_per_hdd,cost_per_kwh,bioregion,bio_desc -72,80,residential 75,1.35,1.65,0.706666667,NA20,Southern Prairie Mixed Grasslands (NA20) -73,81,residential 75,1.35,1.65,0.706666667,NA20,Southern Prairie Mixed Grasslands (NA20) -74,82,commercial 75,27.0,33.0,0.8325,NA20,Southern Prairie Mixed Grasslands (NA20) -75,83,industrial 75,27.0,33.0,0.62,NA20,Southern Prairie Mixed Grasslands (NA20) -76,84,mixed use 75,1.35,1.65,0.769583333,NA20,Southern Prairie Mixed Grasslands (NA20) -77,85,mixed use 75,1.35,1.65,0.769583333,NA20,Southern Prairie Mixed Grasslands (NA20) -78,86,commercial 75,27.0,33.0,0.8325,NA20,Southern Prairie Mixed Grasslands (NA20) -79,88,commercial 100,36.0,44.0,0.8325,NA20,Southern Prairie Mixed Grasslands (NA20) diff --git a/appdata/invest-data/biophysical_tables/building_energy_table_NA21.csv b/appdata/invest-data/biophysical_tables/building_energy_table_NA21.csv deleted file mode 100644 index 4e0d8d6..0000000 --- a/appdata/invest-data/biophysical_tables/building_energy_table_NA21.csv +++ /dev/null @@ -1,9 +0,0 @@ -,lucode,building type,kwh_per_cdd,kwh_per_hdd,cost_per_kwh,bioregion,bio_desc -104,80,residential 75,1.35,1.65,0.706666667,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -105,81,residential 75,1.35,1.65,0.706666667,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -106,82,commercial 75,27.0,33.0,0.8325,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -107,83,industrial 75,27.0,33.0,0.62,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -108,84,mixed use 75,1.35,1.65,0.769583333,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -109,85,mixed use 75,1.35,1.65,0.769583333,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -110,86,commercial 75,27.0,33.0,0.8325,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -111,88,commercial 100,36.0,44.0,0.8325,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) diff --git a/appdata/invest-data/biophysical_tables/building_energy_table_NA22.csv b/appdata/invest-data/biophysical_tables/building_energy_table_NA22.csv deleted file mode 100644 index 3657d76..0000000 --- a/appdata/invest-data/biophysical_tables/building_energy_table_NA22.csv +++ /dev/null @@ -1,9 +0,0 @@ -,lucode,building type,kwh_per_cdd,kwh_per_hdd,cost_per_kwh,bioregion,bio_desc -40,80,residential 75,1.35,1.65,0.706666667,NA22,Ozarks Mixed Forests (NA22) -41,81,residential 75,1.35,1.65,0.706666667,NA22,Ozarks Mixed Forests (NA22) -42,82,commercial 75,27.0,33.0,0.8325,NA22,Ozarks Mixed Forests (NA22) -43,83,industrial 75,27.0,33.0,0.62,NA22,Ozarks Mixed Forests (NA22) -44,84,mixed use 75,1.35,1.65,0.769583333,NA22,Ozarks Mixed Forests (NA22) -45,85,mixed use 75,1.35,1.65,0.769583333,NA22,Ozarks Mixed Forests (NA22) -46,86,commercial 75,27.0,33.0,0.8325,NA22,Ozarks Mixed Forests (NA22) -47,88,commercial 100,36.0,44.0,0.8325,NA22,Ozarks Mixed Forests (NA22) diff --git a/appdata/invest-data/biophysical_tables/building_energy_table_NA23.csv b/appdata/invest-data/biophysical_tables/building_energy_table_NA23.csv deleted file mode 100644 index f1cfde4..0000000 --- a/appdata/invest-data/biophysical_tables/building_energy_table_NA23.csv +++ /dev/null @@ -1,9 +0,0 @@ -,lucode,building type,kwh_per_cdd,kwh_per_hdd,cost_per_kwh,bioregion,bio_desc -80,80,residential 75,1.35,1.65,0.706666667,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -81,81,residential 75,1.35,1.65,0.706666667,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -82,82,commercial 75,27.0,33.0,0.8325,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -83,83,industrial 75,27.0,33.0,0.62,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -84,84,mixed use 75,1.35,1.65,0.769583333,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -85,85,mixed use 75,1.35,1.65,0.769583333,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -86,86,commercial 75,27.0,33.0,0.8325,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -87,88,commercial 100,36.0,44.0,0.8325,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) diff --git a/appdata/invest-data/biophysical_tables/building_energy_table_NA24.csv b/appdata/invest-data/biophysical_tables/building_energy_table_NA24.csv deleted file mode 100644 index 158f86b..0000000 --- a/appdata/invest-data/biophysical_tables/building_energy_table_NA24.csv +++ /dev/null @@ -1,9 +0,0 @@ -,lucode,building type,kwh_per_cdd,kwh_per_hdd,cost_per_kwh,bioregion,bio_desc -64,80,residential 75,1.35,1.65,0.706666667,NA24,Appalachia & Allegheny Interior Forests (NA24) -65,81,residential 75,1.35,1.65,0.706666667,NA24,Appalachia & Allegheny Interior Forests (NA24) -66,82,commercial 75,27.0,33.0,0.8325,NA24,Appalachia & Allegheny Interior Forests (NA24) -67,83,industrial 75,27.0,33.0,0.62,NA24,Appalachia & Allegheny Interior Forests (NA24) -68,84,mixed use 75,1.35,1.65,0.769583333,NA24,Appalachia & Allegheny Interior Forests (NA24) -69,85,mixed use 75,1.35,1.65,0.769583333,NA24,Appalachia & Allegheny Interior Forests (NA24) -70,86,commercial 75,27.0,33.0,0.8325,NA24,Appalachia & Allegheny Interior Forests (NA24) -71,88,commercial 100,36.0,44.0,0.8325,NA24,Appalachia & Allegheny Interior Forests (NA24) diff --git a/appdata/invest-data/biophysical_tables/building_energy_table_NA25.csv b/appdata/invest-data/biophysical_tables/building_energy_table_NA25.csv deleted file mode 100644 index 0b68536..0000000 --- a/appdata/invest-data/biophysical_tables/building_energy_table_NA25.csv +++ /dev/null @@ -1,9 +0,0 @@ -,lucode,building type,kwh_per_cdd,kwh_per_hdd,cost_per_kwh,bioregion,bio_desc -56,80,residential 75,1.35,1.65,0.706666667,NA25,Southeast Savannas & Riparian Forests (NA25) -57,81,residential 75,1.35,1.65,0.706666667,NA25,Southeast Savannas & Riparian Forests (NA25) -58,82,commercial 75,27.0,33.0,0.8325,NA25,Southeast Savannas & Riparian Forests (NA25) -59,83,industrial 75,27.0,33.0,0.62,NA25,Southeast Savannas & Riparian Forests (NA25) -60,84,mixed use 75,1.35,1.65,0.769583333,NA25,Southeast Savannas & Riparian Forests (NA25) -61,85,mixed use 75,1.35,1.65,0.769583333,NA25,Southeast Savannas & Riparian Forests (NA25) -62,86,commercial 75,27.0,33.0,0.8325,NA25,Southeast Savannas & Riparian Forests (NA25) -63,88,commercial 100,36.0,44.0,0.8325,NA25,Southeast Savannas & Riparian Forests (NA25) diff --git a/appdata/invest-data/biophysical_tables/building_energy_table_NA27.csv b/appdata/invest-data/biophysical_tables/building_energy_table_NA27.csv deleted file mode 100644 index 1cbe424..0000000 --- a/appdata/invest-data/biophysical_tables/building_energy_table_NA27.csv +++ /dev/null @@ -1,9 +0,0 @@ -,lucode,building type,kwh_per_cdd,kwh_per_hdd,cost_per_kwh,bioregion,bio_desc -8,80,residential 75,1.35,1.65,0.706666667,NA27,Western Gulf Coastal Grasslands (NA27) -9,81,residential 75,1.35,1.65,0.706666667,NA27,Western Gulf Coastal Grasslands (NA27) -10,82,commercial 75,27.0,33.0,0.8325,NA27,Western Gulf Coastal Grasslands (NA27) -11,83,industrial 75,27.0,33.0,0.62,NA27,Western Gulf Coastal Grasslands (NA27) -12,84,mixed use 75,1.35,1.65,0.769583333,NA27,Western Gulf Coastal Grasslands (NA27) -13,85,mixed use 75,1.35,1.65,0.769583333,NA27,Western Gulf Coastal Grasslands (NA27) -14,86,commercial 75,27.0,33.0,0.8325,NA27,Western Gulf Coastal Grasslands (NA27) -15,88,commercial 100,36.0,44.0,0.8325,NA27,Western Gulf Coastal Grasslands (NA27) diff --git a/appdata/invest-data/biophysical_tables/building_energy_table_NA28.csv b/appdata/invest-data/biophysical_tables/building_energy_table_NA28.csv deleted file mode 100644 index 1f6611a..0000000 --- a/appdata/invest-data/biophysical_tables/building_energy_table_NA28.csv +++ /dev/null @@ -1,9 +0,0 @@ -,lucode,building type,kwh_per_cdd,kwh_per_hdd,cost_per_kwh,bioregion,bio_desc -24,80,residential 75,1.35,1.65,0.706666667,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -25,81,residential 75,1.35,1.65,0.706666667,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -26,82,commercial 75,27.0,33.0,0.8325,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -27,83,industrial 75,27.0,33.0,0.62,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -28,84,mixed use 75,1.35,1.65,0.769583333,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -29,85,mixed use 75,1.35,1.65,0.769583333,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -30,86,commercial 75,27.0,33.0,0.8325,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -31,88,commercial 100,36.0,44.0,0.8325,NA28,Southern Mixed Forests & Blackland Prairies (NA28) diff --git a/appdata/invest-data/biophysical_tables/building_energy_table_NA29.csv b/appdata/invest-data/biophysical_tables/building_energy_table_NA29.csv deleted file mode 100644 index 29ae37d..0000000 --- a/appdata/invest-data/biophysical_tables/building_energy_table_NA29.csv +++ /dev/null @@ -1,9 +0,0 @@ -,lucode,building type,kwh_per_cdd,kwh_per_hdd,cost_per_kwh,bioregion,bio_desc -16,80,residential 75,1.35,1.65,0.706666667,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -17,81,residential 75,1.35,1.65,0.706666667,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -18,82,commercial 75,27.0,33.0,0.8325,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -19,83,industrial 75,27.0,33.0,0.62,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -20,84,mixed use 75,1.35,1.65,0.769583333,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -21,85,mixed use 75,1.35,1.65,0.769583333,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -22,86,commercial 75,27.0,33.0,0.8325,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -23,88,commercial 100,36.0,44.0,0.8325,NA29,Sierra Madre Forests & Mexican Drylands (NA29) diff --git a/appdata/invest-data/biophysical_tables/building_energy_table_NA30.csv b/appdata/invest-data/biophysical_tables/building_energy_table_NA30.csv deleted file mode 100644 index 1b8d660..0000000 --- a/appdata/invest-data/biophysical_tables/building_energy_table_NA30.csv +++ /dev/null @@ -1,9 +0,0 @@ -,lucode,building type,kwh_per_cdd,kwh_per_hdd,cost_per_kwh,bioregion,bio_desc -32,80,residential 75,1.35,1.65,0.706666667,NA30,Baja California & Southern Deserts (NA30) -33,81,residential 75,1.35,1.65,0.706666667,NA30,Baja California & Southern Deserts (NA30) -34,82,commercial 75,27.0,33.0,0.8325,NA30,Baja California & Southern Deserts (NA30) -35,83,industrial 75,27.0,33.0,0.62,NA30,Baja California & Southern Deserts (NA30) -36,84,mixed use 75,1.35,1.65,0.769583333,NA30,Baja California & Southern Deserts (NA30) -37,85,mixed use 75,1.35,1.65,0.769583333,NA30,Baja California & Southern Deserts (NA30) -38,86,commercial 75,27.0,33.0,0.8325,NA30,Baja California & Southern Deserts (NA30) -39,88,commercial 100,36.0,44.0,0.8325,NA30,Baja California & Southern Deserts (NA30) diff --git a/appdata/invest-data/biophysical_tables/building_energy_table_NA31.csv b/appdata/invest-data/biophysical_tables/building_energy_table_NA31.csv deleted file mode 100644 index bb4383b..0000000 --- a/appdata/invest-data/biophysical_tables/building_energy_table_NA31.csv +++ /dev/null @@ -1,9 +0,0 @@ -,lucode,building type,kwh_per_cdd,kwh_per_hdd,cost_per_kwh,bioregion,bio_desc -48,80,residential 75,1.35,1.65,0.706666667,NA31,Greater California (NA31) -49,81,residential 75,1.35,1.65,0.706666667,NA31,Greater California (NA31) -50,82,commercial 75,27.0,33.0,0.8325,NA31,Greater California (NA31) -51,83,industrial 75,27.0,33.0,0.62,NA31,Greater California (NA31) -52,84,mixed use 75,1.35,1.65,0.769583333,NA31,Greater California (NA31) -53,85,mixed use 75,1.35,1.65,0.769583333,NA31,Greater California (NA31) -54,86,commercial 75,27.0,33.0,0.8325,NA31,Greater California (NA31) -55,88,commercial 100,36.0,44.0,0.8325,NA31,Greater California (NA31) diff --git a/appdata/invest-data/biophysical_tables/building_energy_table_NT26.csv b/appdata/invest-data/biophysical_tables/building_energy_table_NT26.csv deleted file mode 100644 index f005218..0000000 --- a/appdata/invest-data/biophysical_tables/building_energy_table_NT26.csv +++ /dev/null @@ -1,9 +0,0 @@ -,lucode,building type,kwh_per_cdd,kwh_per_hdd,cost_per_kwh,bioregion,bio_desc -0,80,residential 75,1.35,1.65,0.706666667,NT26,Caribbean Islands (NT26) -1,81,residential 75,1.35,1.65,0.706666667,NT26,Caribbean Islands (NT26) -2,82,commercial 75,27.0,33.0,0.8325,NT26,Caribbean Islands (NT26) -3,83,industrial 75,27.0,33.0,0.62,NT26,Caribbean Islands (NT26) -4,84,mixed use 75,1.35,1.65,0.769583333,NT26,Caribbean Islands (NT26) -5,85,mixed use 75,1.35,1.65,0.769583333,NT26,Caribbean Islands (NT26) -6,86,commercial 75,27.0,33.0,0.8325,NT26,Caribbean Islands (NT26) -7,88,commercial 100,36.0,44.0,0.8325,NT26,Caribbean Islands (NT26) diff --git a/appdata/invest-data/biophysical_tables/guo_et_al_2014_mortality_risk.csv b/appdata/invest-data/biophysical_tables/guo_et_al_2014_mortality_risk.csv new file mode 100644 index 0000000..dcd4ecd --- /dev/null +++ b/appdata/invest-data/biophysical_tables/guo_et_al_2014_mortality_risk.csv @@ -0,0 +1,110 @@ +city,t_01,t_10,t_mmtp,t_90,t_99,rr_01,rr_10,rr_mmtp,rr_90,rr_99 +"Honolulu",20.3,22.5,27.2,28.1,29.2,1.11,1.121212121,1,1.00990099,1.02 +"Miami",13.9,19.7,28.1,29.4,30.6,1.24,1.137614679,1,1.038095238,1.09 +"Corpus Christi",5.6,12.8,28.1,29.4,30.8,1.21,1.080357143,1,0.98989899,0.98 +"St. Petersburg",9.2,15.3,27.5,28.6,30,1.19,1.155339806,1,0.979591837,0.96 +"Tampa",9.2,15.3,27.5,28.6,30,1.21,1.12037037,1,1.038461538,1.08 +"Orlando",8.9,15,27.2,28.6,30,1.18,1.123809524,1,1.029411765,1.05 +"San Antonio",2.8,9.7,27.8,30,31.7,1.23,1.205882353,1,1,1.01 +"Houston",3.3,10,27.2,29.4,31.4,1.27,1.165137615,1,1.00990099,1.02 +"New Orleans",4.4,10.6,26.9,28.6,30.6,1.37,1.201754386,1,1.046728972,1.12 +"Lake Charles",3.1,10,26.9,28.6,30.6,0.82,0.891304348,1,1.048543689,1.08 +"Lafayette",4.4,10.6,26.9,28.6,30.6,0.99,0.951923077,1,0.91011236,0.81 +"Austin",2,9.7,27.8,29.7,31.7,1.21,1.21,1,1.01980198,1.03 +"Jacksonville",4.4,10.6,26.4,28.1,30,1.29,1.205607477,1,1.10619469,1.25 +"Baton Rouge",2.5,9.4,26.4,28.3,30.6,1.66,1.394957983,1,1.009615385,1.05 +"Mobile",2.5,9.4,26.1,27.8,30,1.02,1.03030303,1,1.067961165,1.1 +"El Paso",0.8,6.7,25.6,28.3,32.2,1,0.980392157,1,1.01,1.01 +"Tucson",5.6,10.3,28.3,30.8,34.4,1.13,1.076190476,1,1.064814815,1.15 +"Jackson",-0.5,6.7,25.6,28.1,30.3,1.25,1.179245283,1,1.046728972,1.12 +"Shreveport",-0.5,7.2,26.1,28.8,31.7,1.17,1.158415842,1,0.97979798,0.97 +"Columbus",1.1,7.8,25.8,28.2,30.8,0.87,0.896907216,1,1.01980198,1.03 +"Dallas/Fort Worth",-1.1,6.9,26.9,30,33.3,1.1,1.089108911,1,1.01980198,1.03 +"San Diego",10.6,13.3,20.3,21.9,25.3,1.19,1.133333333,1,1.038095238,1.09 +"Birmingham",-1.9,5.6,24.7,27.2,30,1.28,1.185185185,1,1.048076923,1.09 +"Phoenix",8.1,12.8,31.7,34.7,37.8,1.02,1.040816327,1,1,0.99 +"Lubbock",-5,3.3,24.2,27.5,30.6,1.14,1.008849558,1,1.029126214,1.06 +"Atlanta",-1.6,5.8,24.7,27.2,30,1.04,1.04,1,1,0.99 +"Santa Ana/Anaheim",9.7,12.8,21,23.1,26.7,1.08,1.018867925,1,1.00990099,1.02 +"Riverside",8.3,12.1,25,27.9,31.9,1.09,1.048076923,1,1.037735849,1.1 +"Cayce",1.9,8.6,25.6,28.1,30.6,1.13,1.13,1,1.038095238,1.09 +"Los Angeles",9.7,12.9,20.7,22.5,26.3,1.08,1.069306931,1,1.028846154,1.07 +"San Bernardino",8.3,11.9,22.6,24.8,28.1,1.22,1.12962963,1,1.009803922,1.03 +"Huntsville",-3.9,4.4,24.2,26.9,29.4,1.41,1.281818182,1,1.028846154,1.07 +"Little Rock",-4.2,4.8,25.3,28.5,31.9,1.23,1.171428571,1,1,1 +"Memphis",-4.4,4.4,25.6,28.3,31.1,1.35,1.310679612,1,1.019607843,1.04 +"Albuquerque",-4.2,2.5,22.2,25.6,28.9,1.09,1.058252427,1,1.01980198,1.03 +"Charlotte",-2.2,5,23.9,26.7,29.7,1.07,1.091836735,1,0.935483871,0.87 +"Bakersfield",3.3,8.3,25,28.9,33.7,1.13,1.141414141,1,1.047619048,1.1 +"Oklahoma City",-6.4,2.8,24.2,28.2,31.1,1.26,1.188679245,1,0.97979798,0.97 +"Raleigh",-3.1,3.9,23.3,26.4,29.4,1.29,1.205607477,1,0.978947368,0.93 +"Knoxville",-5,3.1,23.1,25.8,28.6,1.29,1.216981132,1,1.073394495,1.17 +"Greensboro",-4.2,3.1,22.5,25.8,28.9,1.24,1.097345133,1,0.902173913,0.83 +"Tulsa",-6.9,2.8,24.4,28.6,32.2,1,1.020408163,1,1,0.97 +"Nashville",-6.1,3.1,23.9,26.9,29.7,1.13,1.118811881,1,1.074074074,1.16 +"Las Vegas",2.8,8.1,28.6,32.8,36.1,0.97,1.043010753,1,1.057142857,1.11 +"Fresno",3.1,7.8,24.4,28.1,32.2,1.03,1,1,1.029411765,1.05 +"Norfolk",-2.5,4.4,23.6,26.9,30.3,1.18,1.053571429,1,0.98,0.98 +"Newport News",-2.2,4.5,23.8,26.9,30.6,1.16,1.054545455,1,0.979381443,0.95 +"San Jose",6.7,9.9,17.5,19.4,23.6,1.18,1.072727273,1,1,1.01 +"Richmond",-4.7,2.8,22.8,26.1,29.7,1.31,1.201834862,1,0.97979798,0.97 +"Modesto",3.1,8.1,22.8,25.8,30.8,1.19,1.072072072,1,1.074766355,1.15 +"Wichita",-10.2,0,23.1,27.5,31.7,0.83,0.892473118,1,0.989795918,0.97 +"Oakland",7,10.2,17.8,19.4,23.5,1.09,1.079207921,1,1,1.01 +"San Francisco",6.4,9.7,16.9,18.9,23,1.17,1.125,1,0.98989899,0.98 +"Stockton",3.1,8,22.6,25.9,30.6,1.39,1.241071429,1,0.99,0.99 +"Evansville",-9.7,0.6,22.8,26.1,29.7,0.83,0.864583333,1,1.029411765,1.05 +"Lexington",-10,0,21.7,25,28.3,1.25,1.25,1,1.082568807,1.18 +"Louisville",-8.6,1.1,23.1,26.4,29.7,1.32,1.189189189,1,1.038461538,1.08 +"Sacramento",3.5,8.2,22.4,25.6,30.1,1.09,1.058252427,1,1.019607843,1.04 +"St. Louis",-11.1,0,23.1,26.9,31.1,1.15,1.095238095,1,1,0.98 +"Colorado Springs",-12.5,-2.8,17.8,21.1,24.7,1.1,1.12244898,1,0.97979798,0.97 +"Arlington",-5.6,2.2,23.1,26.7,30.6,1.32,1.157894737,1,0.947368421,0.9 +"Washington",-7.8,0.3,21.1,25,28.9,1.07,1.103092784,1,1.00990099,1.02 +"Topeka",-12.5,-1.4,22.2,26.1,30.6,1.06,1.070707071,1,0.914893617,0.86 +"Kansas City",-12.4,-1.5,22.1,26.5,30.8,1.33,1.254716981,1,0.990196078,1.01 +"Kansas City",-13,-1.7,21.9,26.1,30.6,1.3,1.203703704,1,1.019047619,1.07 +"Cincinnati",-11.4,-0.8,21.1,24.7,28.3,1.29,1.205607477,1,0.95959596,0.95 +"Baltimore",-6.7,0.8,21.7,25.6,29.7,1.3,1.274509804,1,1.09009009,1.21 +"Denver",-12.6,-2.6,19.2,23,26.8,0.79,0.806122449,1,1.02,1.02 +"Indianapolis",-12.7,-1.7,20.8,24.4,28.3,1.08,1.009345794,1,1.019607843,1.04 +"Dayton",-12.8,-2.5,20.3,24.2,28.3,1.09,1.018691589,1,0.969387755,0.95 +"Columbus",-11.4,-1.4,20.6,24.4,28.3,0.97,0.950980392,1,1.02,1.02 +"Philadelphia",-7.2,0.6,21.9,25.8,29.7,1.33,1.231481481,1,1.072072072,1.19 +"Johnstown",-11.4,-3.3,18.9,22.8,27.2,1.16,1.104761905,1,1.097345133,1.24 +"Pittsburgh",-11.4,-2.2,19.7,23.3,27.5,1.15,1.12745098,1,1.029411765,1.05 +"New York",-7.1,0.6,21,24.9,29,1.22,1.173076923,1,1.083333333,1.17 +"Jersey City",-7.8,0.3,21.7,25.8,30.2,1.2,1.121495327,1,1.029126214,1.06 +"Newark",-7.8,0.3,21.7,25.8,30.2,1.09,1.028301887,1,1.065420561,1.14 +"Salt Lake City",-8.6,-1.7,20.6,25.8,29.7,1.01,0.990196078,1,1.056074766,1.13 +"Lincoln",-16.1,-4.2,21.1,25.6,30.3,1.1,1.057692308,1,0.959183673,0.94 +"Fort Wayne",-14.7,-3.3,19.4,23.9,28,1.06,1.070707071,1,1.047619048,1.1 +"Akron",-12.8,-3.1,18.9,22.9,26.9,1.15,1.074766355,1,1.028846154,1.07 +"Omaha",-16.1,-4,21.2,25.1,29.7,1.28,1.306122449,1,1.037383178,1.11 +"Cleveland",-11.9,-2.8,19.2,23.3,27.8,1.28,1.20754717,1,1,1.02 +"Des Moines",-17.5,-5.3,20.6,24.4,29.4,1.21,1.130841121,1,1.064814815,1.15 +"Toledo",-13.6,-3.6,19.2,23.6,27.8,1.26,1.211538462,1,1.038461538,1.08 +"Coventry",-9.7,-1.7,18.9,23.1,27.5,1.04,1.050505051,1,0.958333333,0.92 +"Providence",-9.7,-1.7,18.9,23.1,27.5,1.17,1.13592233,1,1.046728972,1.12 +"Chicago",-15,-3.9,19.4,23.9,28.6,1.18,1.145631068,1,0.979591837,0.96 +"Kingston",-7.1,0.6,21,24.9,29,1.05,1.009615385,1,0.936170213,0.88 +"Cedar Rapids",-17.5,-5.3,20.6,24.4,29.4,1.07,1.080808081,1,0.979166667,0.94 +"Worcester",-12.9,-4.7,17.4,21.5,25.8,1.26,1.223300971,1,1.123893805,1.27 +"Boston",-9.7,-1.7,18.9,23.3,28.3,1.17,1.181818182,1,1.047619048,1.1 +"Detroit",-12.5,-3.6,19.4,23.6,28.1,1.17,1.125,1,1.029126214,1.06 +"Buffalo",-12.8,-4.4,18.3,22.2,26.1,1.27,1.20952381,1,1.028846154,1.07 +"Grand Rapids",-13.6,-5,18.3,22.5,27.2,1.12,1.12,1,0.912087912,0.83 +"Syracuse",-14.2,-5.3,18.3,22.2,26.7,1.02,1.051546392,1,1.009803922,1.03 +"Milwaukee",-15,-4.4,18.3,23.1,28.1,1.35,1.298076923,1,1.072727273,1.18 +"Madison",-17.8,-6.7,18.3,22.5,27.2,1.01,1.01,1,1,0.99 +"Rochester",-13.3,-4.7,18.1,22.2,26.7,1.02,1.03030303,1,1.019607843,1.04 +"Muskegon",-12.2,-4.2,17.8,21.7,26.1,0.99,1.064516129,1,0.97979798,0.97 +"Biddeford",-13.6,-5.3,16.7,20.6,25.6,1.09,1.172043011,1,1,1 +"Minneapolis/St. Paul",-20.8,-9.2,18.9,23.1,28.1,1.23,1.194174757,1,1.019417476,1.05 +"Portland",-0.3,4.4,17.8,21.1,26.1,1.25,1.179245283,1,1.099099099,1.22 +"Olympia",-2.5,3.3,15,18.1,22.2,1.17,1.158415842,1,1.091743119,1.19 +"Tacoma",-0.6,4.7,16.1,18.9,23.6,1.17,1.13592233,1,1.038834951,1.07 +"Seattle",-0.6,4.7,16.1,18.9,23.6,1.27,1.154545455,1,1.019230769,1.06 +"Spokane",-11.1,-2.2,16.1,20.8,26.1,1.17,1.093457944,1,1.01980198,1.03 +"Anchorage",-20.6,-10.6,11.7,14.4,17.8,0.94,0.94,1,0.989690722,0.96 + diff --git a/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA10.csv b/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA10.csv deleted file mode 100644 index 0435090..0000000 --- a/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA10.csv +++ /dev/null @@ -1,2 +0,0 @@ -,SPECIES,nesting_suitability_all_index,foraging_activity_annual_index,alpha,relative_abundance,bioregion,bio_desc -16,General,1,1,670,1,NA10,Northeastern American Mixed Forests (NA10) diff --git a/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA11.csv b/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA11.csv deleted file mode 100644 index 7997342..0000000 --- a/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA11.csv +++ /dev/null @@ -1,2 +0,0 @@ -,SPECIES,nesting_suitability_all_index,foraging_activity_annual_index,alpha,relative_abundance,bioregion,bio_desc -17,General,1,1,670,1,NA11,Northern Great Lakes Forests (NA11) diff --git a/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA12.csv b/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA12.csv deleted file mode 100644 index af73c41..0000000 --- a/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA12.csv +++ /dev/null @@ -1,2 +0,0 @@ -,SPECIES,nesting_suitability_all_index,foraging_activity_annual_index,alpha,relative_abundance,bioregion,bio_desc -18,General,1,1,670,1,NA12,Northern Prairie & Aspen Forests (NA12) diff --git a/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA13.csv b/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA13.csv deleted file mode 100644 index abb41b4..0000000 --- a/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA13.csv +++ /dev/null @@ -1,2 +0,0 @@ -,SPECIES,nesting_suitability_all_index,foraging_activity_annual_index,alpha,relative_abundance,bioregion,bio_desc -20,General,1,1,670,1,NA13,Greater Rockies & Mountain Forests (NA13) diff --git a/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA15.csv b/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA15.csv deleted file mode 100644 index 4e43ad5..0000000 --- a/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA15.csv +++ /dev/null @@ -1,2 +0,0 @@ -,SPECIES,nesting_suitability_all_index,foraging_activity_annual_index,alpha,relative_abundance,bioregion,bio_desc -19,General,1,1,670,1,NA15,Pacific Northwest Coastal Forests (NA15) diff --git a/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA16.csv b/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA16.csv deleted file mode 100644 index 0e1793b..0000000 --- a/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA16.csv +++ /dev/null @@ -1,2 +0,0 @@ -,SPECIES,nesting_suitability_all_index,foraging_activity_annual_index,alpha,relative_abundance,bioregion,bio_desc -15,General,1,1,670,1,NA16,Cascades Mountain Forests & Valleys (NA16) diff --git a/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA17.csv b/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA17.csv deleted file mode 100644 index 692b713..0000000 --- a/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA17.csv +++ /dev/null @@ -1,2 +0,0 @@ -,SPECIES,nesting_suitability_all_index,foraging_activity_annual_index,alpha,relative_abundance,bioregion,bio_desc -14,General,1,1,670,1,NA17,Columbia Plateau & Blue Mountains (NA17) diff --git a/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA18.csv b/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA18.csv deleted file mode 100644 index a2492b3..0000000 --- a/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA18.csv +++ /dev/null @@ -1,2 +0,0 @@ -,SPECIES,nesting_suitability_all_index,foraging_activity_annual_index,alpha,relative_abundance,bioregion,bio_desc -11,General,1,1,670,1,NA18,Great Basin & Columbia Steppe (NA18) diff --git a/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA19.csv b/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA19.csv deleted file mode 100644 index 163b978..0000000 --- a/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA19.csv +++ /dev/null @@ -1,2 +0,0 @@ -,SPECIES,nesting_suitability_all_index,foraging_activity_annual_index,alpha,relative_abundance,bioregion,bio_desc -12,General,1,1,670,1,NA19,Colorado Plateau & Mountain Forests (NA19) diff --git a/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA20.csv b/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA20.csv deleted file mode 100644 index 3f284bc..0000000 --- a/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA20.csv +++ /dev/null @@ -1,2 +0,0 @@ -,SPECIES,nesting_suitability_all_index,foraging_activity_annual_index,alpha,relative_abundance,bioregion,bio_desc -9,General,1,1,670,1,NA20,Southern Prairie Mixed Grasslands (NA20) diff --git a/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA21.csv b/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA21.csv deleted file mode 100644 index 349172b..0000000 --- a/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA21.csv +++ /dev/null @@ -1,2 +0,0 @@ -,SPECIES,nesting_suitability_all_index,foraging_activity_annual_index,alpha,relative_abundance,bioregion,bio_desc -13,General,1,1,670,1,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) diff --git a/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA22.csv b/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA22.csv deleted file mode 100644 index 40b371b..0000000 --- a/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA22.csv +++ /dev/null @@ -1,2 +0,0 @@ -,SPECIES,nesting_suitability_all_index,foraging_activity_annual_index,alpha,relative_abundance,bioregion,bio_desc -5,General,1,1,670,1,NA22,Ozarks Mixed Forests (NA22) diff --git a/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA23.csv b/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA23.csv deleted file mode 100644 index f00ea16..0000000 --- a/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA23.csv +++ /dev/null @@ -1,2 +0,0 @@ -,SPECIES,nesting_suitability_all_index,foraging_activity_annual_index,alpha,relative_abundance,bioregion,bio_desc -10,General,1,1,670,1,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) diff --git a/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA24.csv b/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA24.csv deleted file mode 100644 index 8f421b6..0000000 --- a/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA24.csv +++ /dev/null @@ -1,2 +0,0 @@ -,SPECIES,nesting_suitability_all_index,foraging_activity_annual_index,alpha,relative_abundance,bioregion,bio_desc -8,General,1,1,670,1,NA24,Appalachia & Allegheny Interior Forests (NA24) diff --git a/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA25.csv b/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA25.csv deleted file mode 100644 index 87724ec..0000000 --- a/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA25.csv +++ /dev/null @@ -1,2 +0,0 @@ -,SPECIES,nesting_suitability_all_index,foraging_activity_annual_index,alpha,relative_abundance,bioregion,bio_desc -7,General,1,1,670,1,NA25,Southeast Savannas & Riparian Forests (NA25) diff --git a/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA27.csv b/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA27.csv deleted file mode 100644 index 5cdc5db..0000000 --- a/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA27.csv +++ /dev/null @@ -1,2 +0,0 @@ -,SPECIES,nesting_suitability_all_index,foraging_activity_annual_index,alpha,relative_abundance,bioregion,bio_desc -1,General,1,1,670,1,NA27,Western Gulf Coastal Grasslands (NA27) diff --git a/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA28.csv b/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA28.csv deleted file mode 100644 index 991c496..0000000 --- a/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA28.csv +++ /dev/null @@ -1,2 +0,0 @@ -,SPECIES,nesting_suitability_all_index,foraging_activity_annual_index,alpha,relative_abundance,bioregion,bio_desc -3,General,1,1,670,1,NA28,Southern Mixed Forests & Blackland Prairies (NA28) diff --git a/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA29.csv b/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA29.csv deleted file mode 100644 index d1cf593..0000000 --- a/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA29.csv +++ /dev/null @@ -1,2 +0,0 @@ -,SPECIES,nesting_suitability_all_index,foraging_activity_annual_index,alpha,relative_abundance,bioregion,bio_desc -2,General,1,1,670,1,NA29,Sierra Madre Forests & Mexican Drylands (NA29) diff --git a/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA30.csv b/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA30.csv deleted file mode 100644 index dc7fb0a..0000000 --- a/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA30.csv +++ /dev/null @@ -1,2 +0,0 @@ -,SPECIES,nesting_suitability_all_index,foraging_activity_annual_index,alpha,relative_abundance,bioregion,bio_desc -4,General,1,1,670,1,NA30,Baja California & Southern Deserts (NA30) diff --git a/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA31.csv b/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA31.csv deleted file mode 100644 index 9064826..0000000 --- a/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NA31.csv +++ /dev/null @@ -1,2 +0,0 @@ -,SPECIES,nesting_suitability_all_index,foraging_activity_annual_index,alpha,relative_abundance,bioregion,bio_desc -6,General,1,1,670,1,NA31,Greater California (NA31) diff --git a/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NT26.csv b/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NT26.csv deleted file mode 100644 index 68606ff..0000000 --- a/appdata/invest-data/biophysical_tables/pollination_3_8_0_guilds_NT26.csv +++ /dev/null @@ -1,2 +0,0 @@ -,SPECIES,nesting_suitability_all_index,foraging_activity_annual_index,alpha,relative_abundance,bioregion,bio_desc -0,General,1,1,670,1,NT26,Caribbean Islands (NT26) diff --git a/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA10.csv b/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA10.csv deleted file mode 100644 index f52c3c5..0000000 --- a/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA10.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,lulc_name,nesting_all_availability_index,floral_resources_annual_index,notes,bioregion,bio_desc -272,0,Background,0.0,0.0,,NA10,Northeastern American Mixed Forests (NA10) -273,11,Open Water,0.0,0.0,,NA10,Northeastern American Mixed Forests (NA10) -274,12,Perennial Ice/Snow,0.0,0.0,,NA10,Northeastern American Mixed Forests (NA10) -275,21,"Developed, Open Space",0.323799159,0.488612477,,NA10,Northeastern American Mixed Forests (NA10) -276,22,"Developed, Low Intensity",0.290735164,0.536726367,,NA10,Northeastern American Mixed Forests (NA10) -277,23,"Developed, Medium Intensity",0.171655787,0.439643198,,NA10,Northeastern American Mixed Forests (NA10) -278,24,"Developed, High Intensity",0.092345213,0.342894466,,NA10,Northeastern American Mixed Forests (NA10) -279,31,Barren Land,0.213039209,0.253280228,,NA10,Northeastern American Mixed Forests (NA10) -280,41,Deciduous Forest,0.551721758,0.530005956,,NA10,Northeastern American Mixed Forests (NA10) -281,42,Evergreen Forest,0.43861668,0.415253678,,NA10,Northeastern American Mixed Forests (NA10) -282,43,Mixed Forest,0.676985046,0.482223419,,NA10,Northeastern American Mixed Forests (NA10) -283,52,Shrub/Scrub,0.719726597,0.560492743,,NA10,Northeastern American Mixed Forests (NA10) -284,71,Herbaceuous,0.383345494,0.450428722,,NA10,Northeastern American Mixed Forests (NA10) -285,81,Hay/Pasture,0.383345494,0.450428722,Averaged Corn and Soybeans,NA10,Northeastern American Mixed Forests (NA10) -286,82,Cultivated Crops,0.157212261,0.212910104,,NA10,Northeastern American Mixed Forests (NA10) -287,90,Woody Wetlands,0.221259249,0.513648933,,NA10,Northeastern American Mixed Forests (NA10) -288,95,Emergent Herbaceuous Wetlands,0.15601586,0.47352604,,NA10,Northeastern American Mixed Forests (NA10) diff --git a/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA11.csv b/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA11.csv deleted file mode 100644 index 8003bc2..0000000 --- a/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA11.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,lulc_name,nesting_all_availability_index,floral_resources_annual_index,notes,bioregion,bio_desc -289,0,Background,0.0,0.0,,NA11,Northern Great Lakes Forests (NA11) -290,11,Open Water,0.0,0.0,,NA11,Northern Great Lakes Forests (NA11) -291,12,Perennial Ice/Snow,0.0,0.0,,NA11,Northern Great Lakes Forests (NA11) -292,21,"Developed, Open Space",0.323799159,0.488612477,,NA11,Northern Great Lakes Forests (NA11) -293,22,"Developed, Low Intensity",0.290735164,0.536726367,,NA11,Northern Great Lakes Forests (NA11) -294,23,"Developed, Medium Intensity",0.171655787,0.439643198,,NA11,Northern Great Lakes Forests (NA11) -295,24,"Developed, High Intensity",0.092345213,0.342894466,,NA11,Northern Great Lakes Forests (NA11) -296,31,Barren Land,0.213039209,0.253280228,,NA11,Northern Great Lakes Forests (NA11) -297,41,Deciduous Forest,0.551721758,0.530005956,,NA11,Northern Great Lakes Forests (NA11) -298,42,Evergreen Forest,0.43861668,0.415253678,,NA11,Northern Great Lakes Forests (NA11) -299,43,Mixed Forest,0.676985046,0.482223419,,NA11,Northern Great Lakes Forests (NA11) -300,52,Shrub/Scrub,0.719726597,0.560492743,,NA11,Northern Great Lakes Forests (NA11) -301,71,Herbaceuous,0.383345494,0.450428722,,NA11,Northern Great Lakes Forests (NA11) -302,81,Hay/Pasture,0.383345494,0.450428722,Averaged Corn and Soybeans,NA11,Northern Great Lakes Forests (NA11) -303,82,Cultivated Crops,0.157212261,0.212910104,,NA11,Northern Great Lakes Forests (NA11) -304,90,Woody Wetlands,0.221259249,0.513648933,,NA11,Northern Great Lakes Forests (NA11) -305,95,Emergent Herbaceuous Wetlands,0.15601586,0.47352604,,NA11,Northern Great Lakes Forests (NA11) diff --git a/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA12.csv b/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA12.csv deleted file mode 100644 index 297c385..0000000 --- a/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA12.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,lulc_name,nesting_all_availability_index,floral_resources_annual_index,notes,bioregion,bio_desc -306,0,Background,0.0,0.0,,NA12,Northern Prairie & Aspen Forests (NA12) -307,11,Open Water,0.0,0.0,,NA12,Northern Prairie & Aspen Forests (NA12) -308,12,Perennial Ice/Snow,0.0,0.0,,NA12,Northern Prairie & Aspen Forests (NA12) -309,21,"Developed, Open Space",0.323799159,0.488612477,,NA12,Northern Prairie & Aspen Forests (NA12) -310,22,"Developed, Low Intensity",0.290735164,0.536726367,,NA12,Northern Prairie & Aspen Forests (NA12) -311,23,"Developed, Medium Intensity",0.171655787,0.439643198,,NA12,Northern Prairie & Aspen Forests (NA12) -312,24,"Developed, High Intensity",0.092345213,0.342894466,,NA12,Northern Prairie & Aspen Forests (NA12) -313,31,Barren Land,0.213039209,0.253280228,,NA12,Northern Prairie & Aspen Forests (NA12) -314,41,Deciduous Forest,0.551721758,0.530005956,,NA12,Northern Prairie & Aspen Forests (NA12) -315,42,Evergreen Forest,0.43861668,0.415253678,,NA12,Northern Prairie & Aspen Forests (NA12) -316,43,Mixed Forest,0.676985046,0.482223419,,NA12,Northern Prairie & Aspen Forests (NA12) -317,52,Shrub/Scrub,0.719726597,0.560492743,,NA12,Northern Prairie & Aspen Forests (NA12) -318,71,Herbaceuous,0.383345494,0.450428722,,NA12,Northern Prairie & Aspen Forests (NA12) -319,81,Hay/Pasture,0.383345494,0.450428722,Averaged Corn and Soybeans,NA12,Northern Prairie & Aspen Forests (NA12) -320,82,Cultivated Crops,0.157212261,0.212910104,,NA12,Northern Prairie & Aspen Forests (NA12) -321,90,Woody Wetlands,0.221259249,0.513648933,,NA12,Northern Prairie & Aspen Forests (NA12) -322,95,Emergent Herbaceuous Wetlands,0.15601586,0.47352604,,NA12,Northern Prairie & Aspen Forests (NA12) diff --git a/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA13.csv b/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA13.csv deleted file mode 100644 index 4a23f9a..0000000 --- a/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA13.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,lulc_name,nesting_all_availability_index,floral_resources_annual_index,notes,bioregion,bio_desc -340,0,Background,0.0,0.0,,NA13,Greater Rockies & Mountain Forests (NA13) -341,11,Open Water,0.0,0.0,,NA13,Greater Rockies & Mountain Forests (NA13) -342,12,Perennial Ice/Snow,0.0,0.0,,NA13,Greater Rockies & Mountain Forests (NA13) -343,21,"Developed, Open Space",0.323799159,0.488612477,,NA13,Greater Rockies & Mountain Forests (NA13) -344,22,"Developed, Low Intensity",0.290735164,0.536726367,,NA13,Greater Rockies & Mountain Forests (NA13) -345,23,"Developed, Medium Intensity",0.171655787,0.439643198,,NA13,Greater Rockies & Mountain Forests (NA13) -346,24,"Developed, High Intensity",0.092345213,0.342894466,,NA13,Greater Rockies & Mountain Forests (NA13) -347,31,Barren Land,0.213039209,0.253280228,,NA13,Greater Rockies & Mountain Forests (NA13) -348,41,Deciduous Forest,0.551721758,0.530005956,,NA13,Greater Rockies & Mountain Forests (NA13) -349,42,Evergreen Forest,0.43861668,0.415253678,,NA13,Greater Rockies & Mountain Forests (NA13) -350,43,Mixed Forest,0.676985046,0.482223419,,NA13,Greater Rockies & Mountain Forests (NA13) -351,52,Shrub/Scrub,0.719726597,0.560492743,,NA13,Greater Rockies & Mountain Forests (NA13) -352,71,Herbaceuous,0.383345494,0.450428722,,NA13,Greater Rockies & Mountain Forests (NA13) -353,81,Hay/Pasture,0.383345494,0.450428722,Averaged Corn and Soybeans,NA13,Greater Rockies & Mountain Forests (NA13) -354,82,Cultivated Crops,0.157212261,0.212910104,,NA13,Greater Rockies & Mountain Forests (NA13) -355,90,Woody Wetlands,0.221259249,0.513648933,,NA13,Greater Rockies & Mountain Forests (NA13) -356,95,Emergent Herbaceuous Wetlands,0.15601586,0.47352604,,NA13,Greater Rockies & Mountain Forests (NA13) diff --git a/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA15.csv b/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA15.csv deleted file mode 100644 index e9cd5ac..0000000 --- a/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA15.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,lulc_name,nesting_all_availability_index,floral_resources_annual_index,notes,bioregion,bio_desc -323,0,Background,0.0,0.0,,NA15,Pacific Northwest Coastal Forests (NA15) -324,11,Open Water,0.0,0.0,,NA15,Pacific Northwest Coastal Forests (NA15) -325,12,Perennial Ice/Snow,0.0,0.0,,NA15,Pacific Northwest Coastal Forests (NA15) -326,21,"Developed, Open Space",0.323799159,0.488612477,,NA15,Pacific Northwest Coastal Forests (NA15) -327,22,"Developed, Low Intensity",0.290735164,0.536726367,,NA15,Pacific Northwest Coastal Forests (NA15) -328,23,"Developed, Medium Intensity",0.171655787,0.439643198,,NA15,Pacific Northwest Coastal Forests (NA15) -329,24,"Developed, High Intensity",0.092345213,0.342894466,,NA15,Pacific Northwest Coastal Forests (NA15) -330,31,Barren Land,0.213039209,0.253280228,,NA15,Pacific Northwest Coastal Forests (NA15) -331,41,Deciduous Forest,0.551721758,0.530005956,,NA15,Pacific Northwest Coastal Forests (NA15) -332,42,Evergreen Forest,0.43861668,0.415253678,,NA15,Pacific Northwest Coastal Forests (NA15) -333,43,Mixed Forest,0.676985046,0.482223419,,NA15,Pacific Northwest Coastal Forests (NA15) -334,52,Shrub/Scrub,0.719726597,0.560492743,,NA15,Pacific Northwest Coastal Forests (NA15) -335,71,Herbaceuous,0.383345494,0.450428722,,NA15,Pacific Northwest Coastal Forests (NA15) -336,81,Hay/Pasture,0.383345494,0.450428722,Averaged Corn and Soybeans,NA15,Pacific Northwest Coastal Forests (NA15) -337,82,Cultivated Crops,0.157212261,0.212910104,,NA15,Pacific Northwest Coastal Forests (NA15) -338,90,Woody Wetlands,0.221259249,0.513648933,,NA15,Pacific Northwest Coastal Forests (NA15) -339,95,Emergent Herbaceuous Wetlands,0.15601586,0.47352604,,NA15,Pacific Northwest Coastal Forests (NA15) diff --git a/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA16.csv b/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA16.csv deleted file mode 100644 index 205295b..0000000 --- a/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA16.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,lulc_name,nesting_all_availability_index,floral_resources_annual_index,notes,bioregion,bio_desc -255,0,Background,0.0,0.0,,NA16,Cascades Mountain Forests & Valleys (NA16) -256,11,Open Water,0.0,0.0,,NA16,Cascades Mountain Forests & Valleys (NA16) -257,12,Perennial Ice/Snow,0.0,0.0,,NA16,Cascades Mountain Forests & Valleys (NA16) -258,21,"Developed, Open Space",0.323799159,0.488612477,,NA16,Cascades Mountain Forests & Valleys (NA16) -259,22,"Developed, Low Intensity",0.290735164,0.536726367,,NA16,Cascades Mountain Forests & Valleys (NA16) -260,23,"Developed, Medium Intensity",0.171655787,0.439643198,,NA16,Cascades Mountain Forests & Valleys (NA16) -261,24,"Developed, High Intensity",0.092345213,0.342894466,,NA16,Cascades Mountain Forests & Valleys (NA16) -262,31,Barren Land,0.213039209,0.253280228,,NA16,Cascades Mountain Forests & Valleys (NA16) -263,41,Deciduous Forest,0.551721758,0.530005956,,NA16,Cascades Mountain Forests & Valleys (NA16) -264,42,Evergreen Forest,0.43861668,0.415253678,,NA16,Cascades Mountain Forests & Valleys (NA16) -265,43,Mixed Forest,0.676985046,0.482223419,,NA16,Cascades Mountain Forests & Valleys (NA16) -266,52,Shrub/Scrub,0.719726597,0.560492743,,NA16,Cascades Mountain Forests & Valleys (NA16) -267,71,Herbaceuous,0.383345494,0.450428722,,NA16,Cascades Mountain Forests & Valleys (NA16) -268,81,Hay/Pasture,0.383345494,0.450428722,Averaged Corn and Soybeans,NA16,Cascades Mountain Forests & Valleys (NA16) -269,82,Cultivated Crops,0.157212261,0.212910104,,NA16,Cascades Mountain Forests & Valleys (NA16) -270,90,Woody Wetlands,0.221259249,0.513648933,,NA16,Cascades Mountain Forests & Valleys (NA16) -271,95,Emergent Herbaceuous Wetlands,0.15601586,0.47352604,,NA16,Cascades Mountain Forests & Valleys (NA16) diff --git a/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA17.csv b/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA17.csv deleted file mode 100644 index 22f5ccc..0000000 --- a/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA17.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,lulc_name,nesting_all_availability_index,floral_resources_annual_index,notes,bioregion,bio_desc -238,0,Background,0.0,0.0,,NA17,Columbia Plateau & Blue Mountains (NA17) -239,11,Open Water,0.0,0.0,,NA17,Columbia Plateau & Blue Mountains (NA17) -240,12,Perennial Ice/Snow,0.0,0.0,,NA17,Columbia Plateau & Blue Mountains (NA17) -241,21,"Developed, Open Space",0.323799159,0.488612477,,NA17,Columbia Plateau & Blue Mountains (NA17) -242,22,"Developed, Low Intensity",0.290735164,0.536726367,,NA17,Columbia Plateau & Blue Mountains (NA17) -243,23,"Developed, Medium Intensity",0.171655787,0.439643198,,NA17,Columbia Plateau & Blue Mountains (NA17) -244,24,"Developed, High Intensity",0.092345213,0.342894466,,NA17,Columbia Plateau & Blue Mountains (NA17) -245,31,Barren Land,0.213039209,0.253280228,,NA17,Columbia Plateau & Blue Mountains (NA17) -246,41,Deciduous Forest,0.551721758,0.530005956,,NA17,Columbia Plateau & Blue Mountains (NA17) -247,42,Evergreen Forest,0.43861668,0.415253678,,NA17,Columbia Plateau & Blue Mountains (NA17) -248,43,Mixed Forest,0.676985046,0.482223419,,NA17,Columbia Plateau & Blue Mountains (NA17) -249,52,Shrub/Scrub,0.719726597,0.560492743,,NA17,Columbia Plateau & Blue Mountains (NA17) -250,71,Herbaceuous,0.383345494,0.450428722,,NA17,Columbia Plateau & Blue Mountains (NA17) -251,81,Hay/Pasture,0.383345494,0.450428722,Averaged Corn and Soybeans,NA17,Columbia Plateau & Blue Mountains (NA17) -252,82,Cultivated Crops,0.157212261,0.212910104,,NA17,Columbia Plateau & Blue Mountains (NA17) -253,90,Woody Wetlands,0.221259249,0.513648933,,NA17,Columbia Plateau & Blue Mountains (NA17) -254,95,Emergent Herbaceuous Wetlands,0.15601586,0.47352604,,NA17,Columbia Plateau & Blue Mountains (NA17) diff --git a/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA18.csv b/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA18.csv deleted file mode 100644 index ebb63fb..0000000 --- a/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA18.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,lulc_name,nesting_all_availability_index,floral_resources_annual_index,notes,bioregion,bio_desc -187,0,Background,0.0,0.0,,NA18,Great Basin & Columbia Steppe (NA18) -188,11,Open Water,0.0,0.0,,NA18,Great Basin & Columbia Steppe (NA18) -189,12,Perennial Ice/Snow,0.0,0.0,,NA18,Great Basin & Columbia Steppe (NA18) -190,21,"Developed, Open Space",0.323799159,0.488612477,,NA18,Great Basin & Columbia Steppe (NA18) -191,22,"Developed, Low Intensity",0.290735164,0.536726367,,NA18,Great Basin & Columbia Steppe (NA18) -192,23,"Developed, Medium Intensity",0.171655787,0.439643198,,NA18,Great Basin & Columbia Steppe (NA18) -193,24,"Developed, High Intensity",0.092345213,0.342894466,,NA18,Great Basin & Columbia Steppe (NA18) -194,31,Barren Land,0.213039209,0.253280228,,NA18,Great Basin & Columbia Steppe (NA18) -195,41,Deciduous Forest,0.551721758,0.530005956,,NA18,Great Basin & Columbia Steppe (NA18) -196,42,Evergreen Forest,0.43861668,0.415253678,,NA18,Great Basin & Columbia Steppe (NA18) -197,43,Mixed Forest,0.676985046,0.482223419,,NA18,Great Basin & Columbia Steppe (NA18) -198,52,Shrub/Scrub,0.719726597,0.560492743,,NA18,Great Basin & Columbia Steppe (NA18) -199,71,Herbaceuous,0.383345494,0.450428722,,NA18,Great Basin & Columbia Steppe (NA18) -200,81,Hay/Pasture,0.383345494,0.450428722,Averaged Corn and Soybeans,NA18,Great Basin & Columbia Steppe (NA18) -201,82,Cultivated Crops,0.157212261,0.212910104,,NA18,Great Basin & Columbia Steppe (NA18) -202,90,Woody Wetlands,0.221259249,0.513648933,,NA18,Great Basin & Columbia Steppe (NA18) -203,95,Emergent Herbaceuous Wetlands,0.15601586,0.47352604,,NA18,Great Basin & Columbia Steppe (NA18) diff --git a/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA19.csv b/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA19.csv deleted file mode 100644 index c004a5d..0000000 --- a/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA19.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,lulc_name,nesting_all_availability_index,floral_resources_annual_index,notes,bioregion,bio_desc -204,0,Background,0.0,0.0,,NA19,Colorado Plateau & Mountain Forests (NA19) -205,11,Open Water,0.0,0.0,,NA19,Colorado Plateau & Mountain Forests (NA19) -206,12,Perennial Ice/Snow,0.0,0.0,,NA19,Colorado Plateau & Mountain Forests (NA19) -207,21,"Developed, Open Space",0.323799159,0.488612477,,NA19,Colorado Plateau & Mountain Forests (NA19) -208,22,"Developed, Low Intensity",0.290735164,0.536726367,,NA19,Colorado Plateau & Mountain Forests (NA19) -209,23,"Developed, Medium Intensity",0.171655787,0.439643198,,NA19,Colorado Plateau & Mountain Forests (NA19) -210,24,"Developed, High Intensity",0.092345213,0.342894466,,NA19,Colorado Plateau & Mountain Forests (NA19) -211,31,Barren Land,0.213039209,0.253280228,,NA19,Colorado Plateau & Mountain Forests (NA19) -212,41,Deciduous Forest,0.551721758,0.530005956,,NA19,Colorado Plateau & Mountain Forests (NA19) -213,42,Evergreen Forest,0.43861668,0.415253678,,NA19,Colorado Plateau & Mountain Forests (NA19) -214,43,Mixed Forest,0.676985046,0.482223419,,NA19,Colorado Plateau & Mountain Forests (NA19) -215,52,Shrub/Scrub,0.719726597,0.560492743,,NA19,Colorado Plateau & Mountain Forests (NA19) -216,71,Herbaceuous,0.383345494,0.450428722,,NA19,Colorado Plateau & Mountain Forests (NA19) -217,81,Hay/Pasture,0.383345494,0.450428722,Averaged Corn and Soybeans,NA19,Colorado Plateau & Mountain Forests (NA19) -218,82,Cultivated Crops,0.157212261,0.212910104,,NA19,Colorado Plateau & Mountain Forests (NA19) -219,90,Woody Wetlands,0.221259249,0.513648933,,NA19,Colorado Plateau & Mountain Forests (NA19) -220,95,Emergent Herbaceuous Wetlands,0.15601586,0.47352604,,NA19,Colorado Plateau & Mountain Forests (NA19) diff --git a/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA20.csv b/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA20.csv deleted file mode 100644 index c9c4913..0000000 --- a/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA20.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,lulc_name,nesting_all_availability_index,floral_resources_annual_index,notes,bioregion,bio_desc -153,0,Background,0.0,0.0,,NA20,Southern Prairie Mixed Grasslands (NA20) -154,11,Open Water,0.0,0.0,,NA20,Southern Prairie Mixed Grasslands (NA20) -155,12,Perennial Ice/Snow,0.0,0.0,,NA20,Southern Prairie Mixed Grasslands (NA20) -156,21,"Developed, Open Space",0.323799159,0.488612477,,NA20,Southern Prairie Mixed Grasslands (NA20) -157,22,"Developed, Low Intensity",0.290735164,0.536726367,,NA20,Southern Prairie Mixed Grasslands (NA20) -158,23,"Developed, Medium Intensity",0.171655787,0.439643198,,NA20,Southern Prairie Mixed Grasslands (NA20) -159,24,"Developed, High Intensity",0.092345213,0.342894466,,NA20,Southern Prairie Mixed Grasslands (NA20) -160,31,Barren Land,0.213039209,0.253280228,,NA20,Southern Prairie Mixed Grasslands (NA20) -161,41,Deciduous Forest,0.551721758,0.530005956,,NA20,Southern Prairie Mixed Grasslands (NA20) -162,42,Evergreen Forest,0.43861668,0.415253678,,NA20,Southern Prairie Mixed Grasslands (NA20) -163,43,Mixed Forest,0.676985046,0.482223419,,NA20,Southern Prairie Mixed Grasslands (NA20) -164,52,Shrub/Scrub,0.719726597,0.560492743,,NA20,Southern Prairie Mixed Grasslands (NA20) -165,71,Herbaceuous,0.383345494,0.450428722,,NA20,Southern Prairie Mixed Grasslands (NA20) -166,81,Hay/Pasture,0.383345494,0.450428722,Averaged Corn and Soybeans,NA20,Southern Prairie Mixed Grasslands (NA20) -167,82,Cultivated Crops,0.157212261,0.212910104,,NA20,Southern Prairie Mixed Grasslands (NA20) -168,90,Woody Wetlands,0.221259249,0.513648933,,NA20,Southern Prairie Mixed Grasslands (NA20) -169,95,Emergent Herbaceuous Wetlands,0.15601586,0.47352604,,NA20,Southern Prairie Mixed Grasslands (NA20) diff --git a/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA21.csv b/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA21.csv deleted file mode 100644 index 6ffc884..0000000 --- a/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA21.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,lulc_name,nesting_all_availability_index,floral_resources_annual_index,notes,bioregion,bio_desc -221,0,Background,0.0,0.0,,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -222,11,Open Water,0.0,0.0,,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -223,12,Perennial Ice/Snow,0.0,0.0,,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -224,21,"Developed, Open Space",0.323799159,0.488612477,,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -225,22,"Developed, Low Intensity",0.290735164,0.536726367,,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -226,23,"Developed, Medium Intensity",0.171655787,0.439643198,,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -227,24,"Developed, High Intensity",0.092345213,0.342894466,,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -228,31,Barren Land,0.213039209,0.253280228,,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -229,41,Deciduous Forest,0.551721758,0.530005956,,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -230,42,Evergreen Forest,0.43861668,0.415253678,,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -231,43,Mixed Forest,0.676985046,0.482223419,,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -232,52,Shrub/Scrub,0.719726597,0.560492743,,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -233,71,Herbaceuous,0.383345494,0.450428722,,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -234,81,Hay/Pasture,0.383345494,0.450428722,Averaged Corn and Soybeans,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -235,82,Cultivated Crops,0.157212261,0.212910104,,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -236,90,Woody Wetlands,0.221259249,0.513648933,,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -237,95,Emergent Herbaceuous Wetlands,0.15601586,0.47352604,,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) diff --git a/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA22.csv b/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA22.csv deleted file mode 100644 index 1bf356c..0000000 --- a/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA22.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,lulc_name,nesting_all_availability_index,floral_resources_annual_index,notes,bioregion,bio_desc -85,0,Background,0.0,0.0,,NA22,Ozarks Mixed Forests (NA22) -86,11,Open Water,0.0,0.0,,NA22,Ozarks Mixed Forests (NA22) -87,12,Perennial Ice/Snow,0.0,0.0,,NA22,Ozarks Mixed Forests (NA22) -88,21,"Developed, Open Space",0.323799159,0.488612477,,NA22,Ozarks Mixed Forests (NA22) -89,22,"Developed, Low Intensity",0.290735164,0.536726367,,NA22,Ozarks Mixed Forests (NA22) -90,23,"Developed, Medium Intensity",0.171655787,0.439643198,,NA22,Ozarks Mixed Forests (NA22) -91,24,"Developed, High Intensity",0.092345213,0.342894466,,NA22,Ozarks Mixed Forests (NA22) -92,31,Barren Land,0.213039209,0.253280228,,NA22,Ozarks Mixed Forests (NA22) -93,41,Deciduous Forest,0.551721758,0.530005956,,NA22,Ozarks Mixed Forests (NA22) -94,42,Evergreen Forest,0.43861668,0.415253678,,NA22,Ozarks Mixed Forests (NA22) -95,43,Mixed Forest,0.676985046,0.482223419,,NA22,Ozarks Mixed Forests (NA22) -96,52,Shrub/Scrub,0.719726597,0.560492743,,NA22,Ozarks Mixed Forests (NA22) -97,71,Herbaceuous,0.383345494,0.450428722,,NA22,Ozarks Mixed Forests (NA22) -98,81,Hay/Pasture,0.383345494,0.450428722,Averaged Corn and Soybeans,NA22,Ozarks Mixed Forests (NA22) -99,82,Cultivated Crops,0.157212261,0.212910104,,NA22,Ozarks Mixed Forests (NA22) -100,90,Woody Wetlands,0.221259249,0.513648933,,NA22,Ozarks Mixed Forests (NA22) -101,95,Emergent Herbaceuous Wetlands,0.15601586,0.47352604,,NA22,Ozarks Mixed Forests (NA22) diff --git a/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA23.csv b/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA23.csv deleted file mode 100644 index bb31a98..0000000 --- a/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA23.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,lulc_name,nesting_all_availability_index,floral_resources_annual_index,notes,bioregion,bio_desc -170,0,Background,0.0,0.0,,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -171,11,Open Water,0.0,0.0,,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -172,12,Perennial Ice/Snow,0.0,0.0,,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -173,21,"Developed, Open Space",0.323799159,0.488612477,,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -174,22,"Developed, Low Intensity",0.290735164,0.536726367,,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -175,23,"Developed, Medium Intensity",0.171655787,0.439643198,,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -176,24,"Developed, High Intensity",0.092345213,0.342894466,,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -177,31,Barren Land,0.213039209,0.253280228,,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -178,41,Deciduous Forest,0.551721758,0.530005956,,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -179,42,Evergreen Forest,0.43861668,0.415253678,,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -180,43,Mixed Forest,0.676985046,0.482223419,,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -181,52,Shrub/Scrub,0.719726597,0.560492743,,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -182,71,Herbaceuous,0.383345494,0.450428722,,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -183,81,Hay/Pasture,0.383345494,0.450428722,Averaged Corn and Soybeans,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -184,82,Cultivated Crops,0.157212261,0.212910104,,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -185,90,Woody Wetlands,0.221259249,0.513648933,,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -186,95,Emergent Herbaceuous Wetlands,0.15601586,0.47352604,,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) diff --git a/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA24.csv b/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA24.csv deleted file mode 100644 index fea8f37..0000000 --- a/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA24.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,lulc_name,nesting_all_availability_index,floral_resources_annual_index,notes,bioregion,bio_desc -136,0,Background,0.0,0.0,,NA24,Appalachia & Allegheny Interior Forests (NA24) -137,11,Open Water,0.0,0.0,,NA24,Appalachia & Allegheny Interior Forests (NA24) -138,12,Perennial Ice/Snow,0.0,0.0,,NA24,Appalachia & Allegheny Interior Forests (NA24) -139,21,"Developed, Open Space",0.323799159,0.488612477,,NA24,Appalachia & Allegheny Interior Forests (NA24) -140,22,"Developed, Low Intensity",0.290735164,0.536726367,,NA24,Appalachia & Allegheny Interior Forests (NA24) -141,23,"Developed, Medium Intensity",0.171655787,0.439643198,,NA24,Appalachia & Allegheny Interior Forests (NA24) -142,24,"Developed, High Intensity",0.092345213,0.342894466,,NA24,Appalachia & Allegheny Interior Forests (NA24) -143,31,Barren Land,0.213039209,0.253280228,,NA24,Appalachia & Allegheny Interior Forests (NA24) -144,41,Deciduous Forest,0.551721758,0.530005956,,NA24,Appalachia & Allegheny Interior Forests (NA24) -145,42,Evergreen Forest,0.43861668,0.415253678,,NA24,Appalachia & Allegheny Interior Forests (NA24) -146,43,Mixed Forest,0.676985046,0.482223419,,NA24,Appalachia & Allegheny Interior Forests (NA24) -147,52,Shrub/Scrub,0.719726597,0.560492743,,NA24,Appalachia & Allegheny Interior Forests (NA24) -148,71,Herbaceuous,0.383345494,0.450428722,,NA24,Appalachia & Allegheny Interior Forests (NA24) -149,81,Hay/Pasture,0.383345494,0.450428722,Averaged Corn and Soybeans,NA24,Appalachia & Allegheny Interior Forests (NA24) -150,82,Cultivated Crops,0.157212261,0.212910104,,NA24,Appalachia & Allegheny Interior Forests (NA24) -151,90,Woody Wetlands,0.221259249,0.513648933,,NA24,Appalachia & Allegheny Interior Forests (NA24) -152,95,Emergent Herbaceuous Wetlands,0.15601586,0.47352604,,NA24,Appalachia & Allegheny Interior Forests (NA24) diff --git a/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA25.csv b/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA25.csv deleted file mode 100644 index acea985..0000000 --- a/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA25.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,lulc_name,nesting_all_availability_index,floral_resources_annual_index,notes,bioregion,bio_desc -119,0,Background,0.0,0.0,,NA25,Southeast Savannas & Riparian Forests (NA25) -120,11,Open Water,0.0,0.0,,NA25,Southeast Savannas & Riparian Forests (NA25) -121,12,Perennial Ice/Snow,0.0,0.0,,NA25,Southeast Savannas & Riparian Forests (NA25) -122,21,"Developed, Open Space",0.323799159,0.488612477,,NA25,Southeast Savannas & Riparian Forests (NA25) -123,22,"Developed, Low Intensity",0.290735164,0.536726367,,NA25,Southeast Savannas & Riparian Forests (NA25) -124,23,"Developed, Medium Intensity",0.171655787,0.439643198,,NA25,Southeast Savannas & Riparian Forests (NA25) -125,24,"Developed, High Intensity",0.092345213,0.342894466,,NA25,Southeast Savannas & Riparian Forests (NA25) -126,31,Barren Land,0.213039209,0.253280228,,NA25,Southeast Savannas & Riparian Forests (NA25) -127,41,Deciduous Forest,0.551721758,0.530005956,,NA25,Southeast Savannas & Riparian Forests (NA25) -128,42,Evergreen Forest,0.43861668,0.415253678,,NA25,Southeast Savannas & Riparian Forests (NA25) -129,43,Mixed Forest,0.676985046,0.482223419,,NA25,Southeast Savannas & Riparian Forests (NA25) -130,52,Shrub/Scrub,0.719726597,0.560492743,,NA25,Southeast Savannas & Riparian Forests (NA25) -131,71,Herbaceuous,0.383345494,0.450428722,,NA25,Southeast Savannas & Riparian Forests (NA25) -132,81,Hay/Pasture,0.383345494,0.450428722,Averaged Corn and Soybeans,NA25,Southeast Savannas & Riparian Forests (NA25) -133,82,Cultivated Crops,0.157212261,0.212910104,,NA25,Southeast Savannas & Riparian Forests (NA25) -134,90,Woody Wetlands,0.221259249,0.513648933,,NA25,Southeast Savannas & Riparian Forests (NA25) -135,95,Emergent Herbaceuous Wetlands,0.15601586,0.47352604,,NA25,Southeast Savannas & Riparian Forests (NA25) diff --git a/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA27.csv b/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA27.csv deleted file mode 100644 index 365e3b7..0000000 --- a/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA27.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,lulc_name,nesting_all_availability_index,floral_resources_annual_index,notes,bioregion,bio_desc -17,0,Background,0.0,0.0,,NA27,Western Gulf Coastal Grasslands (NA27) -18,11,Open Water,0.0,0.0,,NA27,Western Gulf Coastal Grasslands (NA27) -19,12,Perennial Ice/Snow,0.0,0.0,,NA27,Western Gulf Coastal Grasslands (NA27) -20,21,"Developed, Open Space",0.323799159,0.488612477,,NA27,Western Gulf Coastal Grasslands (NA27) -21,22,"Developed, Low Intensity",0.290735164,0.536726367,,NA27,Western Gulf Coastal Grasslands (NA27) -22,23,"Developed, Medium Intensity",0.171655787,0.439643198,,NA27,Western Gulf Coastal Grasslands (NA27) -23,24,"Developed, High Intensity",0.092345213,0.342894466,,NA27,Western Gulf Coastal Grasslands (NA27) -24,31,Barren Land,0.213039209,0.253280228,,NA27,Western Gulf Coastal Grasslands (NA27) -25,41,Deciduous Forest,0.551721758,0.530005956,,NA27,Western Gulf Coastal Grasslands (NA27) -26,42,Evergreen Forest,0.43861668,0.415253678,,NA27,Western Gulf Coastal Grasslands (NA27) -27,43,Mixed Forest,0.676985046,0.482223419,,NA27,Western Gulf Coastal Grasslands (NA27) -28,52,Shrub/Scrub,0.719726597,0.560492743,,NA27,Western Gulf Coastal Grasslands (NA27) -29,71,Herbaceuous,0.383345494,0.450428722,,NA27,Western Gulf Coastal Grasslands (NA27) -30,81,Hay/Pasture,0.383345494,0.450428722,Averaged Corn and Soybeans,NA27,Western Gulf Coastal Grasslands (NA27) -31,82,Cultivated Crops,0.157212261,0.212910104,,NA27,Western Gulf Coastal Grasslands (NA27) -32,90,Woody Wetlands,0.221259249,0.513648933,,NA27,Western Gulf Coastal Grasslands (NA27) -33,95,Emergent Herbaceuous Wetlands,0.15601586,0.47352604,,NA27,Western Gulf Coastal Grasslands (NA27) diff --git a/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA28.csv b/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA28.csv deleted file mode 100644 index d2df036..0000000 --- a/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA28.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,lulc_name,nesting_all_availability_index,floral_resources_annual_index,notes,bioregion,bio_desc -51,0,Background,0.0,0.0,,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -52,11,Open Water,0.0,0.0,,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -53,12,Perennial Ice/Snow,0.0,0.0,,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -54,21,"Developed, Open Space",0.323799159,0.488612477,,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -55,22,"Developed, Low Intensity",0.290735164,0.536726367,,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -56,23,"Developed, Medium Intensity",0.171655787,0.439643198,,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -57,24,"Developed, High Intensity",0.092345213,0.342894466,,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -58,31,Barren Land,0.213039209,0.253280228,,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -59,41,Deciduous Forest,0.551721758,0.530005956,,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -60,42,Evergreen Forest,0.43861668,0.415253678,,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -61,43,Mixed Forest,0.676985046,0.482223419,,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -62,52,Shrub/Scrub,0.719726597,0.560492743,,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -63,71,Herbaceuous,0.383345494,0.450428722,,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -64,81,Hay/Pasture,0.383345494,0.450428722,Averaged Corn and Soybeans,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -65,82,Cultivated Crops,0.157212261,0.212910104,,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -66,90,Woody Wetlands,0.221259249,0.513648933,,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -67,95,Emergent Herbaceuous Wetlands,0.15601586,0.47352604,,NA28,Southern Mixed Forests & Blackland Prairies (NA28) diff --git a/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA29.csv b/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA29.csv deleted file mode 100644 index c8f10b2..0000000 --- a/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA29.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,lulc_name,nesting_all_availability_index,floral_resources_annual_index,notes,bioregion,bio_desc -34,0,Background,0.0,0.0,,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -35,11,Open Water,0.0,0.0,,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -36,12,Perennial Ice/Snow,0.0,0.0,,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -37,21,"Developed, Open Space",0.323799159,0.488612477,,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -38,22,"Developed, Low Intensity",0.290735164,0.536726367,,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -39,23,"Developed, Medium Intensity",0.171655787,0.439643198,,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -40,24,"Developed, High Intensity",0.092345213,0.342894466,,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -41,31,Barren Land,0.213039209,0.253280228,,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -42,41,Deciduous Forest,0.551721758,0.530005956,,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -43,42,Evergreen Forest,0.43861668,0.415253678,,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -44,43,Mixed Forest,0.676985046,0.482223419,,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -45,52,Shrub/Scrub,0.719726597,0.560492743,,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -46,71,Herbaceuous,0.383345494,0.450428722,,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -47,81,Hay/Pasture,0.383345494,0.450428722,Averaged Corn and Soybeans,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -48,82,Cultivated Crops,0.157212261,0.212910104,,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -49,90,Woody Wetlands,0.221259249,0.513648933,,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -50,95,Emergent Herbaceuous Wetlands,0.15601586,0.47352604,,NA29,Sierra Madre Forests & Mexican Drylands (NA29) diff --git a/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA30.csv b/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA30.csv deleted file mode 100644 index 36a1aa1..0000000 --- a/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA30.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,lulc_name,nesting_all_availability_index,floral_resources_annual_index,notes,bioregion,bio_desc -68,0,Background,0.0,0.0,,NA30,Baja California & Southern Deserts (NA30) -69,11,Open Water,0.0,0.0,,NA30,Baja California & Southern Deserts (NA30) -70,12,Perennial Ice/Snow,0.0,0.0,,NA30,Baja California & Southern Deserts (NA30) -71,21,"Developed, Open Space",0.323799159,0.488612477,,NA30,Baja California & Southern Deserts (NA30) -72,22,"Developed, Low Intensity",0.290735164,0.536726367,,NA30,Baja California & Southern Deserts (NA30) -73,23,"Developed, Medium Intensity",0.171655787,0.439643198,,NA30,Baja California & Southern Deserts (NA30) -74,24,"Developed, High Intensity",0.092345213,0.342894466,,NA30,Baja California & Southern Deserts (NA30) -75,31,Barren Land,0.213039209,0.253280228,,NA30,Baja California & Southern Deserts (NA30) -76,41,Deciduous Forest,0.551721758,0.530005956,,NA30,Baja California & Southern Deserts (NA30) -77,42,Evergreen Forest,0.43861668,0.415253678,,NA30,Baja California & Southern Deserts (NA30) -78,43,Mixed Forest,0.676985046,0.482223419,,NA30,Baja California & Southern Deserts (NA30) -79,52,Shrub/Scrub,0.719726597,0.560492743,,NA30,Baja California & Southern Deserts (NA30) -80,71,Herbaceuous,0.383345494,0.450428722,,NA30,Baja California & Southern Deserts (NA30) -81,81,Hay/Pasture,0.383345494,0.450428722,Averaged Corn and Soybeans,NA30,Baja California & Southern Deserts (NA30) -82,82,Cultivated Crops,0.157212261,0.212910104,,NA30,Baja California & Southern Deserts (NA30) -83,90,Woody Wetlands,0.221259249,0.513648933,,NA30,Baja California & Southern Deserts (NA30) -84,95,Emergent Herbaceuous Wetlands,0.15601586,0.47352604,,NA30,Baja California & Southern Deserts (NA30) diff --git a/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA31.csv b/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA31.csv deleted file mode 100644 index 4c54e9e..0000000 --- a/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NA31.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,lulc_name,nesting_all_availability_index,floral_resources_annual_index,notes,bioregion,bio_desc -102,0,Background,0.0,0.0,,NA31,Greater California (NA31) -103,11,Open Water,0.0,0.0,,NA31,Greater California (NA31) -104,12,Perennial Ice/Snow,0.0,0.0,,NA31,Greater California (NA31) -105,21,"Developed, Open Space",0.323799159,0.488612477,,NA31,Greater California (NA31) -106,22,"Developed, Low Intensity",0.290735164,0.536726367,,NA31,Greater California (NA31) -107,23,"Developed, Medium Intensity",0.171655787,0.439643198,,NA31,Greater California (NA31) -108,24,"Developed, High Intensity",0.092345213,0.342894466,,NA31,Greater California (NA31) -109,31,Barren Land,0.213039209,0.253280228,,NA31,Greater California (NA31) -110,41,Deciduous Forest,0.551721758,0.530005956,,NA31,Greater California (NA31) -111,42,Evergreen Forest,0.43861668,0.415253678,,NA31,Greater California (NA31) -112,43,Mixed Forest,0.676985046,0.482223419,,NA31,Greater California (NA31) -113,52,Shrub/Scrub,0.719726597,0.560492743,,NA31,Greater California (NA31) -114,71,Herbaceuous,0.383345494,0.450428722,,NA31,Greater California (NA31) -115,81,Hay/Pasture,0.383345494,0.450428722,Averaged Corn and Soybeans,NA31,Greater California (NA31) -116,82,Cultivated Crops,0.157212261,0.212910104,,NA31,Greater California (NA31) -117,90,Woody Wetlands,0.221259249,0.513648933,,NA31,Greater California (NA31) -118,95,Emergent Herbaceuous Wetlands,0.15601586,0.47352604,,NA31,Greater California (NA31) diff --git a/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NT26.csv b/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NT26.csv deleted file mode 100644 index 69a6ebb..0000000 --- a/appdata/invest-data/biophysical_tables/pollination_3_8_0_pollinators__nlcd_NT26.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,lulc_name,nesting_all_availability_index,floral_resources_annual_index,notes,bioregion,bio_desc -0,0,Background,0.0,0.0,,NT26,Caribbean Islands (NT26) -1,11,Open Water,0.0,0.0,,NT26,Caribbean Islands (NT26) -2,12,Perennial Ice/Snow,0.0,0.0,,NT26,Caribbean Islands (NT26) -3,21,"Developed, Open Space",0.323799159,0.488612477,,NT26,Caribbean Islands (NT26) -4,22,"Developed, Low Intensity",0.290735164,0.536726367,,NT26,Caribbean Islands (NT26) -5,23,"Developed, Medium Intensity",0.171655787,0.439643198,,NT26,Caribbean Islands (NT26) -6,24,"Developed, High Intensity",0.092345213,0.342894466,,NT26,Caribbean Islands (NT26) -7,31,Barren Land,0.213039209,0.253280228,,NT26,Caribbean Islands (NT26) -8,41,Deciduous Forest,0.551721758,0.530005956,,NT26,Caribbean Islands (NT26) -9,42,Evergreen Forest,0.43861668,0.415253678,,NT26,Caribbean Islands (NT26) -10,43,Mixed Forest,0.676985046,0.482223419,,NT26,Caribbean Islands (NT26) -11,52,Shrub/Scrub,0.719726597,0.560492743,,NT26,Caribbean Islands (NT26) -12,71,Herbaceuous,0.383345494,0.450428722,,NT26,Caribbean Islands (NT26) -13,81,Hay/Pasture,0.383345494,0.450428722,Averaged Corn and Soybeans,NT26,Caribbean Islands (NT26) -14,82,Cultivated Crops,0.157212261,0.212910104,,NT26,Caribbean Islands (NT26) -15,90,Woody Wetlands,0.221259249,0.513648933,,NT26,Caribbean Islands (NT26) -16,95,Emergent Herbaceuous Wetlands,0.15601586,0.47352604,,NT26,Caribbean Islands (NT26) diff --git a/appdata/invest-data/biophysical_tables/ucm_nlcd_NA10.csv b/appdata/invest-data/biophysical_tables/ucm_nlcd_NA10.csv deleted file mode 100644 index efd07f6..0000000 --- a/appdata/invest-data/biophysical_tables/ucm_nlcd_NA10.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,lulc_desc,shade,kc,albedo,green_area,building_intensity,bioregion,bio_desc -272,0,Background,0,0.0,0.0,0,0.0,NA10,Northeastern American Mixed Forests (NA10) -273,11,Open Water,0,1.0,0.056353535,0,0.0,NA10,Northeastern American Mixed Forests (NA10) -274,12,Perennial Ice/Snow,0,0.0,0.8,0,0.0,NA10,Northeastern American Mixed Forests (NA10) -275,21,"Developed, Open Space",0,0.516019507,0.160666667,0,0.0,NA10,Northeastern American Mixed Forests (NA10) -276,22,"Developed, Low Intensity",0,0.429568656,0.227898551,0,0.33,NA10,Northeastern American Mixed Forests (NA10) -277,23,"Developed, Medium Intensity",0,0.327539141,0.208190217,0,0.66,NA10,Northeastern American Mixed Forests (NA10) -278,24,"Developed, High Intensity",0,0.178906654,0.161841892,0,1.0,NA10,Northeastern American Mixed Forests (NA10) -279,31,Barren Land,0,0.613452222,0.231965986,0,0.0,NA10,Northeastern American Mixed Forests (NA10) -280,41,Deciduous Forest,1,1.003926603,0.141895445,1,0.0,NA10,Northeastern American Mixed Forests (NA10) -281,42,Evergreen Forest,1,1.003926603,0.140110097,1,0.0,NA10,Northeastern American Mixed Forests (NA10) -282,43,Mixed Forest,1,1.003926603,0.141002771,1,0.0,NA10,Northeastern American Mixed Forests (NA10) -283,52,Shrub/Scrub,0,0.967734818,0.188666667,1,0.0,NA10,Northeastern American Mixed Forests (NA10) -284,71,Herbaceuous,0,0.931543033,0.192887681,1,0.0,NA10,Northeastern American Mixed Forests (NA10) -285,81,Hay/Pasture,0,0.931543033,0.170985145,1,0.0,NA10,Northeastern American Mixed Forests (NA10) -286,82,Cultivated Crops,0,0.717213727,0.160713043,0,0.0,NA10,Northeastern American Mixed Forests (NA10) -287,90,Woody Wetlands,1,1.1,0.1605,1,0.0,NA10,Northeastern American Mixed Forests (NA10) -288,95,Emergent Herbaceuous Wetlands,0,1.1,0.141963768,1,0.0,NA10,Northeastern American Mixed Forests (NA10) diff --git a/appdata/invest-data/biophysical_tables/ucm_nlcd_NA11.csv b/appdata/invest-data/biophysical_tables/ucm_nlcd_NA11.csv deleted file mode 100644 index 1aa95e0..0000000 --- a/appdata/invest-data/biophysical_tables/ucm_nlcd_NA11.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,lulc_desc,shade,kc,albedo,green_area,building_intensity,bioregion,bio_desc -289,0,Background,0,0.0,0.0,0,0.0,NA11,Northern Great Lakes Forests (NA11) -290,11,Open Water,0,1.0,0.056353535,0,0.0,NA11,Northern Great Lakes Forests (NA11) -291,12,Perennial Ice/Snow,0,0.0,0.8,0,0.0,NA11,Northern Great Lakes Forests (NA11) -292,21,"Developed, Open Space",0,0.516019507,0.160666667,0,0.0,NA11,Northern Great Lakes Forests (NA11) -293,22,"Developed, Low Intensity",0,0.429568656,0.227898551,0,0.33,NA11,Northern Great Lakes Forests (NA11) -294,23,"Developed, Medium Intensity",0,0.327539141,0.208190217,0,0.66,NA11,Northern Great Lakes Forests (NA11) -295,24,"Developed, High Intensity",0,0.178906654,0.161841892,0,1.0,NA11,Northern Great Lakes Forests (NA11) -296,31,Barren Land,0,0.613452222,0.231965986,0,0.0,NA11,Northern Great Lakes Forests (NA11) -297,41,Deciduous Forest,1,1.003926603,0.141895445,1,0.0,NA11,Northern Great Lakes Forests (NA11) -298,42,Evergreen Forest,1,1.003926603,0.140110097,1,0.0,NA11,Northern Great Lakes Forests (NA11) -299,43,Mixed Forest,1,1.003926603,0.141002771,1,0.0,NA11,Northern Great Lakes Forests (NA11) -300,52,Shrub/Scrub,0,0.967734818,0.188666667,1,0.0,NA11,Northern Great Lakes Forests (NA11) -301,71,Herbaceuous,0,0.931543033,0.192887681,1,0.0,NA11,Northern Great Lakes Forests (NA11) -302,81,Hay/Pasture,0,0.931543033,0.170985145,1,0.0,NA11,Northern Great Lakes Forests (NA11) -303,82,Cultivated Crops,0,0.717213727,0.160713043,0,0.0,NA11,Northern Great Lakes Forests (NA11) -304,90,Woody Wetlands,1,1.1,0.1605,1,0.0,NA11,Northern Great Lakes Forests (NA11) -305,95,Emergent Herbaceuous Wetlands,0,1.1,0.141963768,1,0.0,NA11,Northern Great Lakes Forests (NA11) diff --git a/appdata/invest-data/biophysical_tables/ucm_nlcd_NA12.csv b/appdata/invest-data/biophysical_tables/ucm_nlcd_NA12.csv deleted file mode 100644 index 0397183..0000000 --- a/appdata/invest-data/biophysical_tables/ucm_nlcd_NA12.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,lulc_desc,shade,kc,albedo,green_area,building_intensity,bioregion,bio_desc -306,0,Background,0,0.0,0.0,0,0.0,NA12,Northern Prairie & Aspen Forests (NA12) -307,11,Open Water,0,1.0,0.056353535,0,0.0,NA12,Northern Prairie & Aspen Forests (NA12) -308,12,Perennial Ice/Snow,0,0.0,0.8,0,0.0,NA12,Northern Prairie & Aspen Forests (NA12) -309,21,"Developed, Open Space",0,0.516019507,0.160666667,0,0.0,NA12,Northern Prairie & Aspen Forests (NA12) -310,22,"Developed, Low Intensity",0,0.429568656,0.227898551,0,0.33,NA12,Northern Prairie & Aspen Forests (NA12) -311,23,"Developed, Medium Intensity",0,0.327539141,0.208190217,0,0.66,NA12,Northern Prairie & Aspen Forests (NA12) -312,24,"Developed, High Intensity",0,0.178906654,0.161841892,0,1.0,NA12,Northern Prairie & Aspen Forests (NA12) -313,31,Barren Land,0,0.613452222,0.231965986,0,0.0,NA12,Northern Prairie & Aspen Forests (NA12) -314,41,Deciduous Forest,1,1.003926603,0.141895445,1,0.0,NA12,Northern Prairie & Aspen Forests (NA12) -315,42,Evergreen Forest,1,1.003926603,0.140110097,1,0.0,NA12,Northern Prairie & Aspen Forests (NA12) -316,43,Mixed Forest,1,1.003926603,0.141002771,1,0.0,NA12,Northern Prairie & Aspen Forests (NA12) -317,52,Shrub/Scrub,0,0.967734818,0.188666667,1,0.0,NA12,Northern Prairie & Aspen Forests (NA12) -318,71,Herbaceuous,0,0.931543033,0.192887681,1,0.0,NA12,Northern Prairie & Aspen Forests (NA12) -319,81,Hay/Pasture,0,0.931543033,0.170985145,1,0.0,NA12,Northern Prairie & Aspen Forests (NA12) -320,82,Cultivated Crops,0,0.717213727,0.160713043,0,0.0,NA12,Northern Prairie & Aspen Forests (NA12) -321,90,Woody Wetlands,1,1.1,0.1605,1,0.0,NA12,Northern Prairie & Aspen Forests (NA12) -322,95,Emergent Herbaceuous Wetlands,0,1.1,0.141963768,1,0.0,NA12,Northern Prairie & Aspen Forests (NA12) diff --git a/appdata/invest-data/biophysical_tables/ucm_nlcd_NA13.csv b/appdata/invest-data/biophysical_tables/ucm_nlcd_NA13.csv deleted file mode 100644 index 68a35fc..0000000 --- a/appdata/invest-data/biophysical_tables/ucm_nlcd_NA13.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,lulc_desc,shade,kc,albedo,green_area,building_intensity,bioregion,bio_desc -340,0,Background,0,0.0,0.0,0,0.0,NA13,Greater Rockies & Mountain Forests (NA13) -341,11,Open Water,0,1.0,0.056353535,0,0.0,NA13,Greater Rockies & Mountain Forests (NA13) -342,12,Perennial Ice/Snow,0,0.0,0.8,0,0.0,NA13,Greater Rockies & Mountain Forests (NA13) -343,21,"Developed, Open Space",0,0.516019507,0.160666667,0,0.0,NA13,Greater Rockies & Mountain Forests (NA13) -344,22,"Developed, Low Intensity",0,0.429568656,0.227898551,0,0.33,NA13,Greater Rockies & Mountain Forests (NA13) -345,23,"Developed, Medium Intensity",0,0.327539141,0.208190217,0,0.66,NA13,Greater Rockies & Mountain Forests (NA13) -346,24,"Developed, High Intensity",0,0.178906654,0.161841892,0,1.0,NA13,Greater Rockies & Mountain Forests (NA13) -347,31,Barren Land,0,0.613452222,0.231965986,0,0.0,NA13,Greater Rockies & Mountain Forests (NA13) -348,41,Deciduous Forest,1,1.003926603,0.141895445,1,0.0,NA13,Greater Rockies & Mountain Forests (NA13) -349,42,Evergreen Forest,1,1.003926603,0.140110097,1,0.0,NA13,Greater Rockies & Mountain Forests (NA13) -350,43,Mixed Forest,1,1.003926603,0.141002771,1,0.0,NA13,Greater Rockies & Mountain Forests (NA13) -351,52,Shrub/Scrub,0,0.967734818,0.188666667,1,0.0,NA13,Greater Rockies & Mountain Forests (NA13) -352,71,Herbaceuous,0,0.931543033,0.192887681,1,0.0,NA13,Greater Rockies & Mountain Forests (NA13) -353,81,Hay/Pasture,0,0.931543033,0.170985145,1,0.0,NA13,Greater Rockies & Mountain Forests (NA13) -354,82,Cultivated Crops,0,0.717213727,0.160713043,0,0.0,NA13,Greater Rockies & Mountain Forests (NA13) -355,90,Woody Wetlands,1,1.1,0.1605,1,0.0,NA13,Greater Rockies & Mountain Forests (NA13) -356,95,Emergent Herbaceuous Wetlands,0,1.1,0.141963768,1,0.0,NA13,Greater Rockies & Mountain Forests (NA13) diff --git a/appdata/invest-data/biophysical_tables/ucm_nlcd_NA15.csv b/appdata/invest-data/biophysical_tables/ucm_nlcd_NA15.csv deleted file mode 100644 index ba43bc4..0000000 --- a/appdata/invest-data/biophysical_tables/ucm_nlcd_NA15.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,lulc_desc,shade,kc,albedo,green_area,building_intensity,bioregion,bio_desc -323,0,Background,0,0.0,0.0,0,0.0,NA15,Pacific Northwest Coastal Forests (NA15) -324,11,Open Water,0,1.0,0.056353535,0,0.0,NA15,Pacific Northwest Coastal Forests (NA15) -325,12,Perennial Ice/Snow,0,0.0,0.8,0,0.0,NA15,Pacific Northwest Coastal Forests (NA15) -326,21,"Developed, Open Space",0,0.516019507,0.160666667,0,0.0,NA15,Pacific Northwest Coastal Forests (NA15) -327,22,"Developed, Low Intensity",0,0.429568656,0.227898551,0,0.33,NA15,Pacific Northwest Coastal Forests (NA15) -328,23,"Developed, Medium Intensity",0,0.327539141,0.208190217,0,0.66,NA15,Pacific Northwest Coastal Forests (NA15) -329,24,"Developed, High Intensity",0,0.178906654,0.161841892,0,1.0,NA15,Pacific Northwest Coastal Forests (NA15) -330,31,Barren Land,0,0.613452222,0.231965986,0,0.0,NA15,Pacific Northwest Coastal Forests (NA15) -331,41,Deciduous Forest,1,1.003926603,0.141895445,1,0.0,NA15,Pacific Northwest Coastal Forests (NA15) -332,42,Evergreen Forest,1,1.003926603,0.140110097,1,0.0,NA15,Pacific Northwest Coastal Forests (NA15) -333,43,Mixed Forest,1,1.003926603,0.141002771,1,0.0,NA15,Pacific Northwest Coastal Forests (NA15) -334,52,Shrub/Scrub,0,0.967734818,0.188666667,1,0.0,NA15,Pacific Northwest Coastal Forests (NA15) -335,71,Herbaceuous,0,0.931543033,0.192887681,1,0.0,NA15,Pacific Northwest Coastal Forests (NA15) -336,81,Hay/Pasture,0,0.931543033,0.170985145,1,0.0,NA15,Pacific Northwest Coastal Forests (NA15) -337,82,Cultivated Crops,0,0.717213727,0.160713043,0,0.0,NA15,Pacific Northwest Coastal Forests (NA15) -338,90,Woody Wetlands,1,1.1,0.1605,1,0.0,NA15,Pacific Northwest Coastal Forests (NA15) -339,95,Emergent Herbaceuous Wetlands,0,1.1,0.141963768,1,0.0,NA15,Pacific Northwest Coastal Forests (NA15) diff --git a/appdata/invest-data/biophysical_tables/ucm_nlcd_NA16.csv b/appdata/invest-data/biophysical_tables/ucm_nlcd_NA16.csv deleted file mode 100644 index 5f9df6e..0000000 --- a/appdata/invest-data/biophysical_tables/ucm_nlcd_NA16.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,lulc_desc,shade,kc,albedo,green_area,building_intensity,bioregion,bio_desc -255,0,Background,0,0.0,0.0,0,0.0,NA16,Cascades Mountain Forests & Valleys (NA16) -256,11,Open Water,0,1.0,0.056353535,0,0.0,NA16,Cascades Mountain Forests & Valleys (NA16) -257,12,Perennial Ice/Snow,0,0.0,0.8,0,0.0,NA16,Cascades Mountain Forests & Valleys (NA16) -258,21,"Developed, Open Space",0,0.516019507,0.160666667,0,0.0,NA16,Cascades Mountain Forests & Valleys (NA16) -259,22,"Developed, Low Intensity",0,0.429568656,0.227898551,0,0.33,NA16,Cascades Mountain Forests & Valleys (NA16) -260,23,"Developed, Medium Intensity",0,0.327539141,0.208190217,0,0.66,NA16,Cascades Mountain Forests & Valleys (NA16) -261,24,"Developed, High Intensity",0,0.178906654,0.161841892,0,1.0,NA16,Cascades Mountain Forests & Valleys (NA16) -262,31,Barren Land,0,0.613452222,0.231965986,0,0.0,NA16,Cascades Mountain Forests & Valleys (NA16) -263,41,Deciduous Forest,1,1.003926603,0.141895445,1,0.0,NA16,Cascades Mountain Forests & Valleys (NA16) -264,42,Evergreen Forest,1,1.003926603,0.140110097,1,0.0,NA16,Cascades Mountain Forests & Valleys (NA16) -265,43,Mixed Forest,1,1.003926603,0.141002771,1,0.0,NA16,Cascades Mountain Forests & Valleys (NA16) -266,52,Shrub/Scrub,0,0.967734818,0.188666667,1,0.0,NA16,Cascades Mountain Forests & Valleys (NA16) -267,71,Herbaceuous,0,0.931543033,0.192887681,1,0.0,NA16,Cascades Mountain Forests & Valleys (NA16) -268,81,Hay/Pasture,0,0.931543033,0.170985145,1,0.0,NA16,Cascades Mountain Forests & Valleys (NA16) -269,82,Cultivated Crops,0,0.717213727,0.160713043,0,0.0,NA16,Cascades Mountain Forests & Valleys (NA16) -270,90,Woody Wetlands,1,1.1,0.1605,1,0.0,NA16,Cascades Mountain Forests & Valleys (NA16) -271,95,Emergent Herbaceuous Wetlands,0,1.1,0.141963768,1,0.0,NA16,Cascades Mountain Forests & Valleys (NA16) diff --git a/appdata/invest-data/biophysical_tables/ucm_nlcd_NA17.csv b/appdata/invest-data/biophysical_tables/ucm_nlcd_NA17.csv deleted file mode 100644 index c497a85..0000000 --- a/appdata/invest-data/biophysical_tables/ucm_nlcd_NA17.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,lulc_desc,shade,kc,albedo,green_area,building_intensity,bioregion,bio_desc -238,0,Background,0,0.0,0.0,0,0.0,NA17,Columbia Plateau & Blue Mountains (NA17) -239,11,Open Water,0,1.0,0.056353535,0,0.0,NA17,Columbia Plateau & Blue Mountains (NA17) -240,12,Perennial Ice/Snow,0,0.0,0.8,0,0.0,NA17,Columbia Plateau & Blue Mountains (NA17) -241,21,"Developed, Open Space",0,0.516019507,0.160666667,0,0.0,NA17,Columbia Plateau & Blue Mountains (NA17) -242,22,"Developed, Low Intensity",0,0.429568656,0.227898551,0,0.33,NA17,Columbia Plateau & Blue Mountains (NA17) -243,23,"Developed, Medium Intensity",0,0.327539141,0.208190217,0,0.66,NA17,Columbia Plateau & Blue Mountains (NA17) -244,24,"Developed, High Intensity",0,0.178906654,0.161841892,0,1.0,NA17,Columbia Plateau & Blue Mountains (NA17) -245,31,Barren Land,0,0.613452222,0.231965986,0,0.0,NA17,Columbia Plateau & Blue Mountains (NA17) -246,41,Deciduous Forest,1,1.003926603,0.141895445,1,0.0,NA17,Columbia Plateau & Blue Mountains (NA17) -247,42,Evergreen Forest,1,1.003926603,0.140110097,1,0.0,NA17,Columbia Plateau & Blue Mountains (NA17) -248,43,Mixed Forest,1,1.003926603,0.141002771,1,0.0,NA17,Columbia Plateau & Blue Mountains (NA17) -249,52,Shrub/Scrub,0,0.967734818,0.188666667,1,0.0,NA17,Columbia Plateau & Blue Mountains (NA17) -250,71,Herbaceuous,0,0.931543033,0.192887681,1,0.0,NA17,Columbia Plateau & Blue Mountains (NA17) -251,81,Hay/Pasture,0,0.931543033,0.170985145,1,0.0,NA17,Columbia Plateau & Blue Mountains (NA17) -252,82,Cultivated Crops,0,0.717213727,0.160713043,0,0.0,NA17,Columbia Plateau & Blue Mountains (NA17) -253,90,Woody Wetlands,1,1.1,0.1605,1,0.0,NA17,Columbia Plateau & Blue Mountains (NA17) -254,95,Emergent Herbaceuous Wetlands,0,1.1,0.141963768,1,0.0,NA17,Columbia Plateau & Blue Mountains (NA17) diff --git a/appdata/invest-data/biophysical_tables/ucm_nlcd_NA18.csv b/appdata/invest-data/biophysical_tables/ucm_nlcd_NA18.csv deleted file mode 100644 index 60ed927..0000000 --- a/appdata/invest-data/biophysical_tables/ucm_nlcd_NA18.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,lulc_desc,shade,kc,albedo,green_area,building_intensity,bioregion,bio_desc -187,0,Background,0,0.0,0.0,0,0.0,NA18,Great Basin & Columbia Steppe (NA18) -188,11,Open Water,0,1.0,0.056353535,0,0.0,NA18,Great Basin & Columbia Steppe (NA18) -189,12,Perennial Ice/Snow,0,0.0,0.8,0,0.0,NA18,Great Basin & Columbia Steppe (NA18) -190,21,"Developed, Open Space",0,0.516019507,0.160666667,0,0.0,NA18,Great Basin & Columbia Steppe (NA18) -191,22,"Developed, Low Intensity",0,0.429568656,0.227898551,0,0.33,NA18,Great Basin & Columbia Steppe (NA18) -192,23,"Developed, Medium Intensity",0,0.327539141,0.208190217,0,0.66,NA18,Great Basin & Columbia Steppe (NA18) -193,24,"Developed, High Intensity",0,0.178906654,0.161841892,0,1.0,NA18,Great Basin & Columbia Steppe (NA18) -194,31,Barren Land,0,0.613452222,0.231965986,0,0.0,NA18,Great Basin & Columbia Steppe (NA18) -195,41,Deciduous Forest,1,1.003926603,0.141895445,1,0.0,NA18,Great Basin & Columbia Steppe (NA18) -196,42,Evergreen Forest,1,1.003926603,0.140110097,1,0.0,NA18,Great Basin & Columbia Steppe (NA18) -197,43,Mixed Forest,1,1.003926603,0.141002771,1,0.0,NA18,Great Basin & Columbia Steppe (NA18) -198,52,Shrub/Scrub,0,0.967734818,0.188666667,1,0.0,NA18,Great Basin & Columbia Steppe (NA18) -199,71,Herbaceuous,0,0.931543033,0.192887681,1,0.0,NA18,Great Basin & Columbia Steppe (NA18) -200,81,Hay/Pasture,0,0.931543033,0.170985145,1,0.0,NA18,Great Basin & Columbia Steppe (NA18) -201,82,Cultivated Crops,0,0.717213727,0.160713043,0,0.0,NA18,Great Basin & Columbia Steppe (NA18) -202,90,Woody Wetlands,1,1.1,0.1605,1,0.0,NA18,Great Basin & Columbia Steppe (NA18) -203,95,Emergent Herbaceuous Wetlands,0,1.1,0.141963768,1,0.0,NA18,Great Basin & Columbia Steppe (NA18) diff --git a/appdata/invest-data/biophysical_tables/ucm_nlcd_NA19.csv b/appdata/invest-data/biophysical_tables/ucm_nlcd_NA19.csv deleted file mode 100644 index 83b52a9..0000000 --- a/appdata/invest-data/biophysical_tables/ucm_nlcd_NA19.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,lulc_desc,shade,kc,albedo,green_area,building_intensity,bioregion,bio_desc -204,0,Background,0,0.0,0.0,0,0.0,NA19,Colorado Plateau & Mountain Forests (NA19) -205,11,Open Water,0,1.0,0.056353535,0,0.0,NA19,Colorado Plateau & Mountain Forests (NA19) -206,12,Perennial Ice/Snow,0,0.0,0.8,0,0.0,NA19,Colorado Plateau & Mountain Forests (NA19) -207,21,"Developed, Open Space",0,0.516019507,0.160666667,0,0.0,NA19,Colorado Plateau & Mountain Forests (NA19) -208,22,"Developed, Low Intensity",0,0.429568656,0.227898551,0,0.33,NA19,Colorado Plateau & Mountain Forests (NA19) -209,23,"Developed, Medium Intensity",0,0.327539141,0.208190217,0,0.66,NA19,Colorado Plateau & Mountain Forests (NA19) -210,24,"Developed, High Intensity",0,0.178906654,0.161841892,0,1.0,NA19,Colorado Plateau & Mountain Forests (NA19) -211,31,Barren Land,0,0.613452222,0.231965986,0,0.0,NA19,Colorado Plateau & Mountain Forests (NA19) -212,41,Deciduous Forest,1,1.003926603,0.141895445,1,0.0,NA19,Colorado Plateau & Mountain Forests (NA19) -213,42,Evergreen Forest,1,1.003926603,0.140110097,1,0.0,NA19,Colorado Plateau & Mountain Forests (NA19) -214,43,Mixed Forest,1,1.003926603,0.141002771,1,0.0,NA19,Colorado Plateau & Mountain Forests (NA19) -215,52,Shrub/Scrub,0,0.967734818,0.188666667,1,0.0,NA19,Colorado Plateau & Mountain Forests (NA19) -216,71,Herbaceuous,0,0.931543033,0.192887681,1,0.0,NA19,Colorado Plateau & Mountain Forests (NA19) -217,81,Hay/Pasture,0,0.931543033,0.170985145,1,0.0,NA19,Colorado Plateau & Mountain Forests (NA19) -218,82,Cultivated Crops,0,0.717213727,0.160713043,0,0.0,NA19,Colorado Plateau & Mountain Forests (NA19) -219,90,Woody Wetlands,1,1.1,0.1605,1,0.0,NA19,Colorado Plateau & Mountain Forests (NA19) -220,95,Emergent Herbaceuous Wetlands,0,1.1,0.141963768,1,0.0,NA19,Colorado Plateau & Mountain Forests (NA19) diff --git a/appdata/invest-data/biophysical_tables/ucm_nlcd_NA20.csv b/appdata/invest-data/biophysical_tables/ucm_nlcd_NA20.csv deleted file mode 100644 index f0c6393..0000000 --- a/appdata/invest-data/biophysical_tables/ucm_nlcd_NA20.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,lulc_desc,shade,kc,albedo,green_area,building_intensity,bioregion,bio_desc -153,0,Background,0,0.0,0.0,0,0.0,NA20,Southern Prairie Mixed Grasslands (NA20) -154,11,Open Water,0,1.0,0.056353535,0,0.0,NA20,Southern Prairie Mixed Grasslands (NA20) -155,12,Perennial Ice/Snow,0,0.0,0.8,0,0.0,NA20,Southern Prairie Mixed Grasslands (NA20) -156,21,"Developed, Open Space",0,0.516019507,0.160666667,0,0.0,NA20,Southern Prairie Mixed Grasslands (NA20) -157,22,"Developed, Low Intensity",0,0.429568656,0.227898551,0,0.33,NA20,Southern Prairie Mixed Grasslands (NA20) -158,23,"Developed, Medium Intensity",0,0.327539141,0.208190217,0,0.66,NA20,Southern Prairie Mixed Grasslands (NA20) -159,24,"Developed, High Intensity",0,0.178906654,0.161841892,0,1.0,NA20,Southern Prairie Mixed Grasslands (NA20) -160,31,Barren Land,0,0.613452222,0.231965986,0,0.0,NA20,Southern Prairie Mixed Grasslands (NA20) -161,41,Deciduous Forest,1,1.003926603,0.141895445,1,0.0,NA20,Southern Prairie Mixed Grasslands (NA20) -162,42,Evergreen Forest,1,1.003926603,0.140110097,1,0.0,NA20,Southern Prairie Mixed Grasslands (NA20) -163,43,Mixed Forest,1,1.003926603,0.141002771,1,0.0,NA20,Southern Prairie Mixed Grasslands (NA20) -164,52,Shrub/Scrub,0,0.967734818,0.188666667,1,0.0,NA20,Southern Prairie Mixed Grasslands (NA20) -165,71,Herbaceuous,0,0.931543033,0.192887681,1,0.0,NA20,Southern Prairie Mixed Grasslands (NA20) -166,81,Hay/Pasture,0,0.931543033,0.170985145,1,0.0,NA20,Southern Prairie Mixed Grasslands (NA20) -167,82,Cultivated Crops,0,0.717213727,0.160713043,0,0.0,NA20,Southern Prairie Mixed Grasslands (NA20) -168,90,Woody Wetlands,1,1.1,0.1605,1,0.0,NA20,Southern Prairie Mixed Grasslands (NA20) -169,95,Emergent Herbaceuous Wetlands,0,1.1,0.141963768,1,0.0,NA20,Southern Prairie Mixed Grasslands (NA20) diff --git a/appdata/invest-data/biophysical_tables/ucm_nlcd_NA21.csv b/appdata/invest-data/biophysical_tables/ucm_nlcd_NA21.csv deleted file mode 100644 index 0f1ff90..0000000 --- a/appdata/invest-data/biophysical_tables/ucm_nlcd_NA21.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,lulc_desc,shade,kc,albedo,green_area,building_intensity,bioregion,bio_desc -221,0,Background,0,0.0,0.0,0,0.0,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -222,11,Open Water,0,1.0,0.056353535,0,0.0,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -223,12,Perennial Ice/Snow,0,0.0,0.8,0,0.0,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -224,21,"Developed, Open Space",0,0.516019507,0.160666667,0,0.0,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -225,22,"Developed, Low Intensity",0,0.429568656,0.227898551,0,0.33,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -226,23,"Developed, Medium Intensity",0,0.327539141,0.208190217,0,0.66,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -227,24,"Developed, High Intensity",0,0.178906654,0.161841892,0,1.0,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -228,31,Barren Land,0,0.613452222,0.231965986,0,0.0,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -229,41,Deciduous Forest,1,1.003926603,0.141895445,1,0.0,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -230,42,Evergreen Forest,1,1.003926603,0.140110097,1,0.0,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -231,43,Mixed Forest,1,1.003926603,0.141002771,1,0.0,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -232,52,Shrub/Scrub,0,0.967734818,0.188666667,1,0.0,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -233,71,Herbaceuous,0,0.931543033,0.192887681,1,0.0,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -234,81,Hay/Pasture,0,0.931543033,0.170985145,1,0.0,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -235,82,Cultivated Crops,0,0.717213727,0.160713043,0,0.0,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -236,90,Woody Wetlands,1,1.1,0.1605,1,0.0,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -237,95,Emergent Herbaceuous Wetlands,0,1.1,0.141963768,1,0.0,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) diff --git a/appdata/invest-data/biophysical_tables/ucm_nlcd_NA22.csv b/appdata/invest-data/biophysical_tables/ucm_nlcd_NA22.csv deleted file mode 100644 index 8b0a890..0000000 --- a/appdata/invest-data/biophysical_tables/ucm_nlcd_NA22.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,lulc_desc,shade,kc,albedo,green_area,building_intensity,bioregion,bio_desc -85,0,Background,0,0.0,0.0,0,0.0,NA22,Ozarks Mixed Forests (NA22) -86,11,Open Water,0,1.0,0.056353535,0,0.0,NA22,Ozarks Mixed Forests (NA22) -87,12,Perennial Ice/Snow,0,0.0,0.8,0,0.0,NA22,Ozarks Mixed Forests (NA22) -88,21,"Developed, Open Space",0,0.516019507,0.160666667,0,0.0,NA22,Ozarks Mixed Forests (NA22) -89,22,"Developed, Low Intensity",0,0.429568656,0.227898551,0,0.33,NA22,Ozarks Mixed Forests (NA22) -90,23,"Developed, Medium Intensity",0,0.327539141,0.208190217,0,0.66,NA22,Ozarks Mixed Forests (NA22) -91,24,"Developed, High Intensity",0,0.178906654,0.161841892,0,1.0,NA22,Ozarks Mixed Forests (NA22) -92,31,Barren Land,0,0.613452222,0.231965986,0,0.0,NA22,Ozarks Mixed Forests (NA22) -93,41,Deciduous Forest,1,1.003926603,0.141895445,1,0.0,NA22,Ozarks Mixed Forests (NA22) -94,42,Evergreen Forest,1,1.003926603,0.140110097,1,0.0,NA22,Ozarks Mixed Forests (NA22) -95,43,Mixed Forest,1,1.003926603,0.141002771,1,0.0,NA22,Ozarks Mixed Forests (NA22) -96,52,Shrub/Scrub,0,0.967734818,0.188666667,1,0.0,NA22,Ozarks Mixed Forests (NA22) -97,71,Herbaceuous,0,0.931543033,0.192887681,1,0.0,NA22,Ozarks Mixed Forests (NA22) -98,81,Hay/Pasture,0,0.931543033,0.170985145,1,0.0,NA22,Ozarks Mixed Forests (NA22) -99,82,Cultivated Crops,0,0.717213727,0.160713043,0,0.0,NA22,Ozarks Mixed Forests (NA22) -100,90,Woody Wetlands,1,1.1,0.1605,1,0.0,NA22,Ozarks Mixed Forests (NA22) -101,95,Emergent Herbaceuous Wetlands,0,1.1,0.141963768,1,0.0,NA22,Ozarks Mixed Forests (NA22) diff --git a/appdata/invest-data/biophysical_tables/ucm_nlcd_NA23.csv b/appdata/invest-data/biophysical_tables/ucm_nlcd_NA23.csv deleted file mode 100644 index 8a907f0..0000000 --- a/appdata/invest-data/biophysical_tables/ucm_nlcd_NA23.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,lulc_desc,shade,kc,albedo,green_area,building_intensity,bioregion,bio_desc -170,0,Background,0,0.0,0.0,0,0.0,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -171,11,Open Water,0,1.0,0.056353535,0,0.0,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -172,12,Perennial Ice/Snow,0,0.0,0.8,0,0.0,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -173,21,"Developed, Open Space",0,0.516019507,0.160666667,0,0.0,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -174,22,"Developed, Low Intensity",0,0.429568656,0.227898551,0,0.33,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -175,23,"Developed, Medium Intensity",0,0.327539141,0.208190217,0,0.66,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -176,24,"Developed, High Intensity",0,0.178906654,0.161841892,0,1.0,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -177,31,Barren Land,0,0.613452222,0.231965986,0,0.0,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -178,41,Deciduous Forest,1,1.003926603,0.141895445,1,0.0,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -179,42,Evergreen Forest,1,1.003926603,0.140110097,1,0.0,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -180,43,Mixed Forest,1,1.003926603,0.141002771,1,0.0,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -181,52,Shrub/Scrub,0,0.967734818,0.188666667,1,0.0,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -182,71,Herbaceuous,0,0.931543033,0.192887681,1,0.0,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -183,81,Hay/Pasture,0,0.931543033,0.170985145,1,0.0,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -184,82,Cultivated Crops,0,0.717213727,0.160713043,0,0.0,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -185,90,Woody Wetlands,1,1.1,0.1605,1,0.0,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -186,95,Emergent Herbaceuous Wetlands,0,1.1,0.141963768,1,0.0,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) diff --git a/appdata/invest-data/biophysical_tables/ucm_nlcd_NA24.csv b/appdata/invest-data/biophysical_tables/ucm_nlcd_NA24.csv deleted file mode 100644 index 49fd4f3..0000000 --- a/appdata/invest-data/biophysical_tables/ucm_nlcd_NA24.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,lulc_desc,shade,kc,albedo,green_area,building_intensity,bioregion,bio_desc -136,0,Background,0,0.0,0.0,0,0.0,NA24,Appalachia & Allegheny Interior Forests (NA24) -137,11,Open Water,0,1.0,0.056353535,0,0.0,NA24,Appalachia & Allegheny Interior Forests (NA24) -138,12,Perennial Ice/Snow,0,0.0,0.8,0,0.0,NA24,Appalachia & Allegheny Interior Forests (NA24) -139,21,"Developed, Open Space",0,0.516019507,0.160666667,0,0.0,NA24,Appalachia & Allegheny Interior Forests (NA24) -140,22,"Developed, Low Intensity",0,0.429568656,0.227898551,0,0.33,NA24,Appalachia & Allegheny Interior Forests (NA24) -141,23,"Developed, Medium Intensity",0,0.327539141,0.208190217,0,0.66,NA24,Appalachia & Allegheny Interior Forests (NA24) -142,24,"Developed, High Intensity",0,0.178906654,0.161841892,0,1.0,NA24,Appalachia & Allegheny Interior Forests (NA24) -143,31,Barren Land,0,0.613452222,0.231965986,0,0.0,NA24,Appalachia & Allegheny Interior Forests (NA24) -144,41,Deciduous Forest,1,1.003926603,0.141895445,1,0.0,NA24,Appalachia & Allegheny Interior Forests (NA24) -145,42,Evergreen Forest,1,1.003926603,0.140110097,1,0.0,NA24,Appalachia & Allegheny Interior Forests (NA24) -146,43,Mixed Forest,1,1.003926603,0.141002771,1,0.0,NA24,Appalachia & Allegheny Interior Forests (NA24) -147,52,Shrub/Scrub,0,0.967734818,0.188666667,1,0.0,NA24,Appalachia & Allegheny Interior Forests (NA24) -148,71,Herbaceuous,0,0.931543033,0.192887681,1,0.0,NA24,Appalachia & Allegheny Interior Forests (NA24) -149,81,Hay/Pasture,0,0.931543033,0.170985145,1,0.0,NA24,Appalachia & Allegheny Interior Forests (NA24) -150,82,Cultivated Crops,0,0.717213727,0.160713043,0,0.0,NA24,Appalachia & Allegheny Interior Forests (NA24) -151,90,Woody Wetlands,1,1.1,0.1605,1,0.0,NA24,Appalachia & Allegheny Interior Forests (NA24) -152,95,Emergent Herbaceuous Wetlands,0,1.1,0.141963768,1,0.0,NA24,Appalachia & Allegheny Interior Forests (NA24) diff --git a/appdata/invest-data/biophysical_tables/ucm_nlcd_NA25.csv b/appdata/invest-data/biophysical_tables/ucm_nlcd_NA25.csv deleted file mode 100644 index f443db0..0000000 --- a/appdata/invest-data/biophysical_tables/ucm_nlcd_NA25.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,lulc_desc,shade,kc,albedo,green_area,building_intensity,bioregion,bio_desc -119,0,Background,0,0.0,0.0,0,0.0,NA25,Southeast Savannas & Riparian Forests (NA25) -120,11,Open Water,0,1.0,0.056353535,0,0.0,NA25,Southeast Savannas & Riparian Forests (NA25) -121,12,Perennial Ice/Snow,0,0.0,0.8,0,0.0,NA25,Southeast Savannas & Riparian Forests (NA25) -122,21,"Developed, Open Space",0,0.516019507,0.160666667,0,0.0,NA25,Southeast Savannas & Riparian Forests (NA25) -123,22,"Developed, Low Intensity",0,0.429568656,0.227898551,0,0.33,NA25,Southeast Savannas & Riparian Forests (NA25) -124,23,"Developed, Medium Intensity",0,0.327539141,0.208190217,0,0.66,NA25,Southeast Savannas & Riparian Forests (NA25) -125,24,"Developed, High Intensity",0,0.178906654,0.161841892,0,1.0,NA25,Southeast Savannas & Riparian Forests (NA25) -126,31,Barren Land,0,0.613452222,0.231965986,0,0.0,NA25,Southeast Savannas & Riparian Forests (NA25) -127,41,Deciduous Forest,1,1.003926603,0.141895445,1,0.0,NA25,Southeast Savannas & Riparian Forests (NA25) -128,42,Evergreen Forest,1,1.003926603,0.140110097,1,0.0,NA25,Southeast Savannas & Riparian Forests (NA25) -129,43,Mixed Forest,1,1.003926603,0.141002771,1,0.0,NA25,Southeast Savannas & Riparian Forests (NA25) -130,52,Shrub/Scrub,0,0.967734818,0.188666667,1,0.0,NA25,Southeast Savannas & Riparian Forests (NA25) -131,71,Herbaceuous,0,0.931543033,0.192887681,1,0.0,NA25,Southeast Savannas & Riparian Forests (NA25) -132,81,Hay/Pasture,0,0.931543033,0.170985145,1,0.0,NA25,Southeast Savannas & Riparian Forests (NA25) -133,82,Cultivated Crops,0,0.717213727,0.160713043,0,0.0,NA25,Southeast Savannas & Riparian Forests (NA25) -134,90,Woody Wetlands,1,1.1,0.1605,1,0.0,NA25,Southeast Savannas & Riparian Forests (NA25) -135,95,Emergent Herbaceuous Wetlands,0,1.1,0.141963768,1,0.0,NA25,Southeast Savannas & Riparian Forests (NA25) diff --git a/appdata/invest-data/biophysical_tables/ucm_nlcd_NA27.csv b/appdata/invest-data/biophysical_tables/ucm_nlcd_NA27.csv deleted file mode 100644 index 88cc969..0000000 --- a/appdata/invest-data/biophysical_tables/ucm_nlcd_NA27.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,lulc_desc,shade,kc,albedo,green_area,building_intensity,bioregion,bio_desc -17,0,Background,0,0.0,0.0,0,0.0,NA27,Western Gulf Coastal Grasslands (NA27) -18,11,Open Water,0,1.0,0.056353535,0,0.0,NA27,Western Gulf Coastal Grasslands (NA27) -19,12,Perennial Ice/Snow,0,0.0,0.8,0,0.0,NA27,Western Gulf Coastal Grasslands (NA27) -20,21,"Developed, Open Space",0,0.516019507,0.160666667,0,0.0,NA27,Western Gulf Coastal Grasslands (NA27) -21,22,"Developed, Low Intensity",0,0.429568656,0.227898551,0,0.33,NA27,Western Gulf Coastal Grasslands (NA27) -22,23,"Developed, Medium Intensity",0,0.327539141,0.208190217,0,0.66,NA27,Western Gulf Coastal Grasslands (NA27) -23,24,"Developed, High Intensity",0,0.178906654,0.161841892,0,1.0,NA27,Western Gulf Coastal Grasslands (NA27) -24,31,Barren Land,0,0.613452222,0.231965986,0,0.0,NA27,Western Gulf Coastal Grasslands (NA27) -25,41,Deciduous Forest,1,1.003926603,0.141895445,1,0.0,NA27,Western Gulf Coastal Grasslands (NA27) -26,42,Evergreen Forest,1,1.003926603,0.140110097,1,0.0,NA27,Western Gulf Coastal Grasslands (NA27) -27,43,Mixed Forest,1,1.003926603,0.141002771,1,0.0,NA27,Western Gulf Coastal Grasslands (NA27) -28,52,Shrub/Scrub,0,0.967734818,0.188666667,1,0.0,NA27,Western Gulf Coastal Grasslands (NA27) -29,71,Herbaceuous,0,0.931543033,0.192887681,1,0.0,NA27,Western Gulf Coastal Grasslands (NA27) -30,81,Hay/Pasture,0,0.931543033,0.170985145,1,0.0,NA27,Western Gulf Coastal Grasslands (NA27) -31,82,Cultivated Crops,0,0.717213727,0.160713043,0,0.0,NA27,Western Gulf Coastal Grasslands (NA27) -32,90,Woody Wetlands,1,1.1,0.1605,1,0.0,NA27,Western Gulf Coastal Grasslands (NA27) -33,95,Emergent Herbaceuous Wetlands,0,1.1,0.141963768,1,0.0,NA27,Western Gulf Coastal Grasslands (NA27) diff --git a/appdata/invest-data/biophysical_tables/ucm_nlcd_NA28.csv b/appdata/invest-data/biophysical_tables/ucm_nlcd_NA28.csv deleted file mode 100644 index 634d4cb..0000000 --- a/appdata/invest-data/biophysical_tables/ucm_nlcd_NA28.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,lulc_desc,shade,kc,albedo,green_area,building_intensity,bioregion,bio_desc -51,0,Background,0,0.0,0.0,0,0.0,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -52,11,Open Water,0,1.0,0.056353535,0,0.0,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -53,12,Perennial Ice/Snow,0,0.0,0.8,0,0.0,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -54,21,"Developed, Open Space",0,0.516019507,0.160666667,0,0.0,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -55,22,"Developed, Low Intensity",0,0.429568656,0.227898551,0,0.33,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -56,23,"Developed, Medium Intensity",0,0.327539141,0.208190217,0,0.66,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -57,24,"Developed, High Intensity",0,0.178906654,0.161841892,0,1.0,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -58,31,Barren Land,0,0.613452222,0.231965986,0,0.0,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -59,41,Deciduous Forest,1,1.003926603,0.141895445,1,0.0,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -60,42,Evergreen Forest,1,1.003926603,0.140110097,1,0.0,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -61,43,Mixed Forest,1,1.003926603,0.141002771,1,0.0,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -62,52,Shrub/Scrub,0,0.967734818,0.188666667,1,0.0,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -63,71,Herbaceuous,0,0.931543033,0.192887681,1,0.0,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -64,81,Hay/Pasture,0,0.931543033,0.170985145,1,0.0,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -65,82,Cultivated Crops,0,0.717213727,0.160713043,0,0.0,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -66,90,Woody Wetlands,1,1.1,0.1605,1,0.0,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -67,95,Emergent Herbaceuous Wetlands,0,1.1,0.141963768,1,0.0,NA28,Southern Mixed Forests & Blackland Prairies (NA28) diff --git a/appdata/invest-data/biophysical_tables/ucm_nlcd_NA29.csv b/appdata/invest-data/biophysical_tables/ucm_nlcd_NA29.csv deleted file mode 100644 index 8e2f4d3..0000000 --- a/appdata/invest-data/biophysical_tables/ucm_nlcd_NA29.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,lulc_desc,shade,kc,albedo,green_area,building_intensity,bioregion,bio_desc -34,0,Background,0,0.0,0.0,0,0.0,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -35,11,Open Water,0,1.0,0.056353535,0,0.0,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -36,12,Perennial Ice/Snow,0,0.0,0.8,0,0.0,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -37,21,"Developed, Open Space",0,0.516019507,0.160666667,0,0.0,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -38,22,"Developed, Low Intensity",0,0.429568656,0.227898551,0,0.33,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -39,23,"Developed, Medium Intensity",0,0.327539141,0.208190217,0,0.66,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -40,24,"Developed, High Intensity",0,0.178906654,0.161841892,0,1.0,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -41,31,Barren Land,0,0.613452222,0.231965986,0,0.0,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -42,41,Deciduous Forest,1,1.003926603,0.141895445,1,0.0,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -43,42,Evergreen Forest,1,1.003926603,0.140110097,1,0.0,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -44,43,Mixed Forest,1,1.003926603,0.141002771,1,0.0,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -45,52,Shrub/Scrub,0,0.967734818,0.188666667,1,0.0,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -46,71,Herbaceuous,0,0.931543033,0.192887681,1,0.0,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -47,81,Hay/Pasture,0,0.931543033,0.170985145,1,0.0,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -48,82,Cultivated Crops,0,0.717213727,0.160713043,0,0.0,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -49,90,Woody Wetlands,1,1.1,0.1605,1,0.0,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -50,95,Emergent Herbaceuous Wetlands,0,1.1,0.141963768,1,0.0,NA29,Sierra Madre Forests & Mexican Drylands (NA29) diff --git a/appdata/invest-data/biophysical_tables/ucm_nlcd_NA30.csv b/appdata/invest-data/biophysical_tables/ucm_nlcd_NA30.csv deleted file mode 100644 index 8461022..0000000 --- a/appdata/invest-data/biophysical_tables/ucm_nlcd_NA30.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,lulc_desc,shade,kc,albedo,green_area,building_intensity,bioregion,bio_desc -68,0,Background,0,0.0,0.0,0,0.0,NA30,Baja California & Southern Deserts (NA30) -69,11,Open Water,0,1.0,0.056353535,0,0.0,NA30,Baja California & Southern Deserts (NA30) -70,12,Perennial Ice/Snow,0,0.0,0.8,0,0.0,NA30,Baja California & Southern Deserts (NA30) -71,21,"Developed, Open Space",0,0.516019507,0.160666667,0,0.0,NA30,Baja California & Southern Deserts (NA30) -72,22,"Developed, Low Intensity",0,0.429568656,0.227898551,0,0.33,NA30,Baja California & Southern Deserts (NA30) -73,23,"Developed, Medium Intensity",0,0.327539141,0.208190217,0,0.66,NA30,Baja California & Southern Deserts (NA30) -74,24,"Developed, High Intensity",0,0.178906654,0.161841892,0,1.0,NA30,Baja California & Southern Deserts (NA30) -75,31,Barren Land,0,0.613452222,0.231965986,0,0.0,NA30,Baja California & Southern Deserts (NA30) -76,41,Deciduous Forest,1,1.003926603,0.141895445,1,0.0,NA30,Baja California & Southern Deserts (NA30) -77,42,Evergreen Forest,1,1.003926603,0.140110097,1,0.0,NA30,Baja California & Southern Deserts (NA30) -78,43,Mixed Forest,1,1.003926603,0.141002771,1,0.0,NA30,Baja California & Southern Deserts (NA30) -79,52,Shrub/Scrub,0,0.967734818,0.188666667,1,0.0,NA30,Baja California & Southern Deserts (NA30) -80,71,Herbaceuous,0,0.931543033,0.192887681,1,0.0,NA30,Baja California & Southern Deserts (NA30) -81,81,Hay/Pasture,0,0.931543033,0.170985145,1,0.0,NA30,Baja California & Southern Deserts (NA30) -82,82,Cultivated Crops,0,0.717213727,0.160713043,0,0.0,NA30,Baja California & Southern Deserts (NA30) -83,90,Woody Wetlands,1,1.1,0.1605,1,0.0,NA30,Baja California & Southern Deserts (NA30) -84,95,Emergent Herbaceuous Wetlands,0,1.1,0.141963768,1,0.0,NA30,Baja California & Southern Deserts (NA30) diff --git a/appdata/invest-data/biophysical_tables/ucm_nlcd_NA31.csv b/appdata/invest-data/biophysical_tables/ucm_nlcd_NA31.csv deleted file mode 100644 index 209e6cd..0000000 --- a/appdata/invest-data/biophysical_tables/ucm_nlcd_NA31.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,lulc_desc,shade,kc,albedo,green_area,building_intensity,bioregion,bio_desc -102,0,Background,0,0.0,0.0,0,0.0,NA31,Greater California (NA31) -103,11,Open Water,0,1.0,0.056353535,0,0.0,NA31,Greater California (NA31) -104,12,Perennial Ice/Snow,0,0.0,0.8,0,0.0,NA31,Greater California (NA31) -105,21,"Developed, Open Space",0,0.516019507,0.160666667,0,0.0,NA31,Greater California (NA31) -106,22,"Developed, Low Intensity",0,0.429568656,0.227898551,0,0.33,NA31,Greater California (NA31) -107,23,"Developed, Medium Intensity",0,0.327539141,0.208190217,0,0.66,NA31,Greater California (NA31) -108,24,"Developed, High Intensity",0,0.178906654,0.161841892,0,1.0,NA31,Greater California (NA31) -109,31,Barren Land,0,0.613452222,0.231965986,0,0.0,NA31,Greater California (NA31) -110,41,Deciduous Forest,1,1.003926603,0.141895445,1,0.0,NA31,Greater California (NA31) -111,42,Evergreen Forest,1,1.003926603,0.140110097,1,0.0,NA31,Greater California (NA31) -112,43,Mixed Forest,1,1.003926603,0.141002771,1,0.0,NA31,Greater California (NA31) -113,52,Shrub/Scrub,0,0.967734818,0.188666667,1,0.0,NA31,Greater California (NA31) -114,71,Herbaceuous,0,0.931543033,0.192887681,1,0.0,NA31,Greater California (NA31) -115,81,Hay/Pasture,0,0.931543033,0.170985145,1,0.0,NA31,Greater California (NA31) -116,82,Cultivated Crops,0,0.717213727,0.160713043,0,0.0,NA31,Greater California (NA31) -117,90,Woody Wetlands,1,1.1,0.1605,1,0.0,NA31,Greater California (NA31) -118,95,Emergent Herbaceuous Wetlands,0,1.1,0.141963768,1,0.0,NA31,Greater California (NA31) diff --git a/appdata/invest-data/biophysical_tables/ucm_nlcd_NT26.csv b/appdata/invest-data/biophysical_tables/ucm_nlcd_NT26.csv deleted file mode 100644 index f2859a6..0000000 --- a/appdata/invest-data/biophysical_tables/ucm_nlcd_NT26.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,lulc_desc,shade,kc,albedo,green_area,building_intensity,bioregion,bio_desc -0,0,Background,0,0.0,0.0,0,0.0,NT26,Caribbean Islands (NT26) -1,11,Open Water,0,1.0,0.056353535,0,0.0,NT26,Caribbean Islands (NT26) -2,12,Perennial Ice/Snow,0,0.0,0.8,0,0.0,NT26,Caribbean Islands (NT26) -3,21,"Developed, Open Space",0,0.516019507,0.160666667,0,0.0,NT26,Caribbean Islands (NT26) -4,22,"Developed, Low Intensity",0,0.429568656,0.227898551,0,0.33,NT26,Caribbean Islands (NT26) -5,23,"Developed, Medium Intensity",0,0.327539141,0.208190217,0,0.66,NT26,Caribbean Islands (NT26) -6,24,"Developed, High Intensity",0,0.178906654,0.161841892,0,1.0,NT26,Caribbean Islands (NT26) -7,31,Barren Land,0,0.613452222,0.231965986,0,0.0,NT26,Caribbean Islands (NT26) -8,41,Deciduous Forest,1,1.003926603,0.141895445,1,0.0,NT26,Caribbean Islands (NT26) -9,42,Evergreen Forest,1,1.003926603,0.140110097,1,0.0,NT26,Caribbean Islands (NT26) -10,43,Mixed Forest,1,1.003926603,0.141002771,1,0.0,NT26,Caribbean Islands (NT26) -11,52,Shrub/Scrub,0,0.967734818,0.188666667,1,0.0,NT26,Caribbean Islands (NT26) -12,71,Herbaceuous,0,0.931543033,0.192887681,1,0.0,NT26,Caribbean Islands (NT26) -13,81,Hay/Pasture,0,0.931543033,0.170985145,1,0.0,NT26,Caribbean Islands (NT26) -14,82,Cultivated Crops,0,0.717213727,0.160713043,0,0.0,NT26,Caribbean Islands (NT26) -15,90,Woody Wetlands,1,1.1,0.1605,1,0.0,NT26,Caribbean Islands (NT26) -16,95,Emergent Herbaceuous Wetlands,0,1.1,0.141963768,1,0.0,NT26,Caribbean Islands (NT26) diff --git a/appdata/invest-data/biophysical_tables/ucm_nlcd_simple_nlud_trees.csv b/appdata/invest-data/biophysical_tables/ucm_nlcd_simple_nlud_trees.csv new file mode 100644 index 0000000..d1bfa7f --- /dev/null +++ b/appdata/invest-data/biophysical_tables/ucm_nlcd_simple_nlud_trees.csv @@ -0,0 +1,2401 @@ +lucode,code,nlud_simple_class,nlud_simple_subclass,simple_nlud,nlcd,nlcd_lulc,nlcd_colors,tree,tree_canopy_cover,tree_colors,lulc_desc,shade,kc,albedo,green_area,building_intensity +0,001110,Waterbody,Natural,1,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,1.0,0.056353535,0.0,0.0 +1,001111,Waterbody,Natural,1,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,0.15,1.00058899045,0.06905092040000001,0.0,0.0 +2,001112,Waterbody,Natural,1,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,0.4,1.0015706412,0.09021322940000001,0.0,0.0 +3,001113,Waterbody,Natural,1,11,Open Water,#476BA0,3,high,#31a354,Open Water,0.66,1.00259155798,0.11222203076000001,1.0,0.0 +4,001120,Waterbody,Natural,1,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.8,0.0,0.0 +5,001121,Waterbody,Natural,1,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,0.15,0.15058899045,0.70115041565,0.0,0.0 +6,001122,Waterbody,Natural,1,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,0.4,0.4015706412,0.5364011084,0.0,0.0 +7,001123,Waterbody,Natural,1,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,0.66,0.66259155798,0.36506182885999994,1.0,0.0 +8,001210,Waterbody,Natural,1,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",0.0,0.516019507,0.160666667,0.0,0.0 +9,001211,Waterbody,Natural,1,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",0.15,0.5892055714,0.1577170826,0.0,0.0 +10,001212,Waterbody,Natural,1,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",0.4,0.7111823454,0.1528011086,0.0,0.0 +11,001213,Waterbody,Natural,1,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",0.66,0.83803819036,0.14768849564,1.0,0.0 +12,001220,Waterbody,Natural,1,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",0.0,0.429568656,0.227898551,0.0,0.33 +13,001221,Waterbody,Natural,1,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",0.15,0.51572234805,0.214864184,0.0,0.33 +14,001222,Waterbody,Natural,1,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",0.4,0.6593118348,0.19314023900000002,0.0,0.33 +15,001223,Waterbody,Natural,1,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",0.66,0.80864490102,0.1705473362,1.0,0.33 +16,001230,Waterbody,Natural,1,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",0.0,0.327539141,0.208190217,0.0,0.66 +17,001231,Waterbody,Natural,1,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",0.15,0.42899726029999996,0.19811210010000002,0.0,0.66 +18,001232,Waterbody,Natural,1,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",0.4,0.5980941258,0.1813152386,0.0,0.66 +19,001233,Waterbody,Natural,1,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",0.66,0.77395486592,0.16384650264,1.0,0.66 +20,001240,Waterbody,Natural,1,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",0.0,0.178906654,0.161841892,0.0,1.0 +21,001241,Waterbody,Natural,1,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",0.15,0.30265964635,0.15871602385,0.0,1.0 +22,001242,Waterbody,Natural,1,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",0.4,0.5089146336,0.15350624359999998,0.0,1.0 +23,001243,Waterbody,Natural,1,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",0.66,0.72341982034,0.14808807214,1.0,1.0 +24,001310,Waterbody,Natural,1,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,0.0,0.613452222,0.231965986,0.0,0.0 +25,001311,Waterbody,Natural,1,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,0.15,0.67202337915,0.21832150375,0.0,0.0 +26,001312,Waterbody,Natural,1,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,0.4,0.7696419744,0.19558070000000002,0.0,0.0 +27,001313,Waterbody,Natural,1,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,0.66,0.87116531346,0.1719302641,1.0,0.0 +28,001410,Waterbody,Natural,1,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +29,001411,Waterbody,Natural,1,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +30,001412,Waterbody,Natural,1,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +31,001413,Waterbody,Natural,1,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +32,001420,Waterbody,Natural,1,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +33,001421,Waterbody,Natural,1,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +34,001422,Waterbody,Natural,1,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +35,001423,Waterbody,Natural,1,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +36,001430,Waterbody,Natural,1,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +37,001431,Waterbody,Natural,1,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +38,001432,Waterbody,Natural,1,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +39,001433,Waterbody,Natural,1,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +40,001510,Waterbody,Natural,1,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0, +41,001511,Waterbody,Natural,1,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +42,001512,Waterbody,Natural,1,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +43,001513,Waterbody,Natural,1,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,1.0, +44,001520,Waterbody,Natural,1,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,0.0,0.967734818,0.188666667,1.0,0.0 +45,001521,Waterbody,Natural,1,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,0.15,0.97316358575,0.18151708260000002,1.0,0.0 +46,001522,Waterbody,Natural,1,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,0.4,0.982211532,0.1696011086,1.0,0.0 +47,001523,Waterbody,Natural,1,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,0.66,0.9916213961,0.15720849564,1.0,0.0 +48,001710,Waterbody,Natural,1,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,0.0,0.931543033,0.192887681,1.0,0.0 +49,001711,Waterbody,Natural,1,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,0.15,0.9424005684999999,0.1851049445,1.0,0.0 +50,001712,Waterbody,Natural,1,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,0.4,0.960496461,0.172133717,1.0,0.0 +51,001713,Waterbody,Natural,1,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,0.66,0.9793161892,0.1586436404,1.0,0.0 +52,001720,Waterbody,Natural,1,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0, +53,001721,Waterbody,Natural,1,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +54,001722,Waterbody,Natural,1,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +55,001723,Waterbody,Natural,1,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,1.0, +56,001730,Waterbody,Natural,1,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0, +57,001731,Waterbody,Natural,1,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +58,001732,Waterbody,Natural,1,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +59,001733,Waterbody,Natural,1,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,1.0, +60,001740,Waterbody,Natural,1,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0, +61,001741,Waterbody,Natural,1,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +62,001742,Waterbody,Natural,1,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +63,001743,Waterbody,Natural,1,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,1.0, +64,001810,Waterbody,Natural,1,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,0.0,0.931543033,0.170985145,1.0,0.0 +65,001811,Waterbody,Natural,1,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,0.15,0.9424005684999999,0.16648778890000002,1.0,0.0 +66,001812,Waterbody,Natural,1,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,0.4,0.960496461,0.1589921954,1.0,0.0 +67,001813,Waterbody,Natural,1,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,0.66,0.9793161892,0.15119677816,1.0,0.0 +68,001820,Waterbody,Natural,1,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,0.0,0.717213727,0.160713043,0.0,0.0 +69,001821,Waterbody,Natural,1,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,0.15,0.7602206584,0.1577565022,0.0,0.0 +70,001822,Waterbody,Natural,1,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,0.4,0.8318988774,0.1528289342,0.0,0.0 +71,001823,Waterbody,Natural,1,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,0.66,0.90644422516,0.14770426348,1.0,0.0 +72,001900,Waterbody,Natural,1,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,1.0,1.1,0.1605,1.0,0.0 +73,001901,Waterbody,Natural,1,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,1.0,1.08558899045,0.15757541565,1.0,0.0 +74,001902,Waterbody,Natural,1,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,1.0,1.0615706412,0.1527011084,1.0,0.0 +75,001903,Waterbody,Natural,1,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,1.0,1.03659155798,0.14763182885999998,1.0,0.0 +76,001950,Waterbody,Natural,1,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,0.0,1.1,0.141963768,1.0,0.0 +77,001951,Waterbody,Natural,1,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,0.15,1.08558899045,0.14181961845,1.0,0.0 +78,001952,Waterbody,Natural,1,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,0.4,1.0615706412,0.1415793692,1.0,0.0 +79,001953,Waterbody,Natural,1,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,0.66,1.03659155798,0.14132950998,1.0,0.0 +80,002110,Waterbody,Wetland,2,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,1.0,0.056353535,0.0,0.0 +81,002111,Waterbody,Wetland,2,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,0.15,1.00058899045,0.06905092040000001,0.0,0.0 +82,002112,Waterbody,Wetland,2,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,0.4,1.0015706412,0.09021322940000001,0.0,0.0 +83,002113,Waterbody,Wetland,2,11,Open Water,#476BA0,3,high,#31a354,Open Water,0.66,1.00259155798,0.11222203076000001,1.0,0.0 +84,002120,Waterbody,Wetland,2,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.8,0.0,0.0 +85,002121,Waterbody,Wetland,2,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,0.15,0.15058899045,0.70115041565,0.0,0.0 +86,002122,Waterbody,Wetland,2,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,0.4,0.4015706412,0.5364011084,0.0,0.0 +87,002123,Waterbody,Wetland,2,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,0.66,0.66259155798,0.36506182885999994,1.0,0.0 +88,002210,Waterbody,Wetland,2,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",0.0,0.516019507,0.160666667,0.0,0.0 +89,002211,Waterbody,Wetland,2,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",0.15,0.5892055714,0.1577170826,0.0,0.0 +90,002212,Waterbody,Wetland,2,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",0.4,0.7111823454,0.1528011086,0.0,0.0 +91,002213,Waterbody,Wetland,2,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",0.66,0.83803819036,0.14768849564,1.0,0.0 +92,002220,Waterbody,Wetland,2,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",0.0,0.429568656,0.227898551,0.0,0.33 +93,002221,Waterbody,Wetland,2,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",0.15,0.51572234805,0.214864184,0.0,0.33 +94,002222,Waterbody,Wetland,2,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",0.4,0.6593118348,0.19314023900000002,0.0,0.33 +95,002223,Waterbody,Wetland,2,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",0.66,0.80864490102,0.1705473362,1.0,0.33 +96,002230,Waterbody,Wetland,2,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",0.0,0.327539141,0.208190217,0.0,0.66 +97,002231,Waterbody,Wetland,2,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",0.15,0.42899726029999996,0.19811210010000002,0.0,0.66 +98,002232,Waterbody,Wetland,2,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",0.4,0.5980941258,0.1813152386,0.0,0.66 +99,002233,Waterbody,Wetland,2,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",0.66,0.77395486592,0.16384650264,1.0,0.66 +100,002240,Waterbody,Wetland,2,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",0.0,0.178906654,0.161841892,0.0,1.0 +101,002241,Waterbody,Wetland,2,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",0.15,0.30265964635,0.15871602385,0.0,1.0 +102,002242,Waterbody,Wetland,2,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",0.4,0.5089146336,0.15350624359999998,0.0,1.0 +103,002243,Waterbody,Wetland,2,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",0.66,0.72341982034,0.14808807214,1.0,1.0 +104,002310,Waterbody,Wetland,2,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,0.0,0.613452222,0.231965986,0.0,0.0 +105,002311,Waterbody,Wetland,2,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,0.15,0.67202337915,0.21832150375,0.0,0.0 +106,002312,Waterbody,Wetland,2,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,0.4,0.7696419744,0.19558070000000002,0.0,0.0 +107,002313,Waterbody,Wetland,2,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,0.66,0.87116531346,0.1719302641,1.0,0.0 +108,002410,Waterbody,Wetland,2,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +109,002411,Waterbody,Wetland,2,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +110,002412,Waterbody,Wetland,2,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +111,002413,Waterbody,Wetland,2,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +112,002420,Waterbody,Wetland,2,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +113,002421,Waterbody,Wetland,2,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +114,002422,Waterbody,Wetland,2,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +115,002423,Waterbody,Wetland,2,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +116,002430,Waterbody,Wetland,2,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +117,002431,Waterbody,Wetland,2,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +118,002432,Waterbody,Wetland,2,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +119,002433,Waterbody,Wetland,2,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +120,002510,Waterbody,Wetland,2,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0, +121,002511,Waterbody,Wetland,2,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +122,002512,Waterbody,Wetland,2,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +123,002513,Waterbody,Wetland,2,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,1.0, +124,002520,Waterbody,Wetland,2,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,0.0,0.967734818,0.188666667,1.0,0.0 +125,002521,Waterbody,Wetland,2,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,0.15,0.97316358575,0.18151708260000002,1.0,0.0 +126,002522,Waterbody,Wetland,2,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,0.4,0.982211532,0.1696011086,1.0,0.0 +127,002523,Waterbody,Wetland,2,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,0.66,0.9916213961,0.15720849564,1.0,0.0 +128,002710,Waterbody,Wetland,2,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,0.0,0.931543033,0.192887681,1.0,0.0 +129,002711,Waterbody,Wetland,2,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,0.15,0.9424005684999999,0.1851049445,1.0,0.0 +130,002712,Waterbody,Wetland,2,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,0.4,0.960496461,0.172133717,1.0,0.0 +131,002713,Waterbody,Wetland,2,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,0.66,0.9793161892,0.1586436404,1.0,0.0 +132,002720,Waterbody,Wetland,2,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0, +133,002721,Waterbody,Wetland,2,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +134,002722,Waterbody,Wetland,2,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +135,002723,Waterbody,Wetland,2,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,1.0, +136,002730,Waterbody,Wetland,2,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0, +137,002731,Waterbody,Wetland,2,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +138,002732,Waterbody,Wetland,2,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +139,002733,Waterbody,Wetland,2,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,1.0, +140,002740,Waterbody,Wetland,2,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0, +141,002741,Waterbody,Wetland,2,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +142,002742,Waterbody,Wetland,2,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +143,002743,Waterbody,Wetland,2,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,1.0, +144,002810,Waterbody,Wetland,2,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,0.0,0.931543033,0.170985145,1.0,0.0 +145,002811,Waterbody,Wetland,2,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,0.15,0.9424005684999999,0.16648778890000002,1.0,0.0 +146,002812,Waterbody,Wetland,2,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,0.4,0.960496461,0.1589921954,1.0,0.0 +147,002813,Waterbody,Wetland,2,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,0.66,0.9793161892,0.15119677816,1.0,0.0 +148,002820,Waterbody,Wetland,2,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,0.0,0.717213727,0.160713043,0.0,0.0 +149,002821,Waterbody,Wetland,2,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,0.15,0.7602206584,0.1577565022,0.0,0.0 +150,002822,Waterbody,Wetland,2,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,0.4,0.8318988774,0.1528289342,0.0,0.0 +151,002823,Waterbody,Wetland,2,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,0.66,0.90644422516,0.14770426348,1.0,0.0 +152,002900,Waterbody,Wetland,2,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,1.0,1.1,0.1605,1.0,0.0 +153,002901,Waterbody,Wetland,2,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,1.0,1.08558899045,0.15757541565,1.0,0.0 +154,002902,Waterbody,Wetland,2,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,1.0,1.0615706412,0.1527011084,1.0,0.0 +155,002903,Waterbody,Wetland,2,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,1.0,1.03659155798,0.14763182885999998,1.0,0.0 +156,002950,Waterbody,Wetland,2,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,0.0,1.1,0.141963768,1.0,0.0 +157,002951,Waterbody,Wetland,2,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,0.15,1.08558899045,0.14181961845,1.0,0.0 +158,002952,Waterbody,Wetland,2,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,0.4,1.0615706412,0.1415793692,1.0,0.0 +159,002953,Waterbody,Wetland,2,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,0.66,1.03659155798,0.14132950998,1.0,0.0 +160,003110,Waterbody,Artificial,3,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,1.0,0.056353535,0.0,0.0 +161,003111,Waterbody,Artificial,3,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,0.15,1.00058899045,0.06905092040000001,0.0,0.0 +162,003112,Waterbody,Artificial,3,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,0.4,1.0015706412,0.09021322940000001,0.0,0.0 +163,003113,Waterbody,Artificial,3,11,Open Water,#476BA0,3,high,#31a354,Open Water,0.66,1.00259155798,0.11222203076000001,1.0,0.0 +164,003120,Waterbody,Artificial,3,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.8,0.0,0.0 +165,003121,Waterbody,Artificial,3,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,0.15,0.15058899045,0.70115041565,0.0,0.0 +166,003122,Waterbody,Artificial,3,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,0.4,0.4015706412,0.5364011084,0.0,0.0 +167,003123,Waterbody,Artificial,3,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,0.66,0.66259155798,0.36506182885999994,1.0,0.0 +168,003210,Waterbody,Artificial,3,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",0.0,0.516019507,0.160666667,0.0,0.0 +169,003211,Waterbody,Artificial,3,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",0.15,0.5892055714,0.1577170826,0.0,0.0 +170,003212,Waterbody,Artificial,3,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",0.4,0.7111823454,0.1528011086,0.0,0.0 +171,003213,Waterbody,Artificial,3,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",0.66,0.83803819036,0.14768849564,1.0,0.0 +172,003220,Waterbody,Artificial,3,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",0.0,0.429568656,0.227898551,0.0,0.33 +173,003221,Waterbody,Artificial,3,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",0.15,0.51572234805,0.214864184,0.0,0.33 +174,003222,Waterbody,Artificial,3,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",0.4,0.6593118348,0.19314023900000002,0.0,0.33 +175,003223,Waterbody,Artificial,3,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",0.66,0.80864490102,0.1705473362,1.0,0.33 +176,003230,Waterbody,Artificial,3,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",0.0,0.327539141,0.208190217,0.0,0.66 +177,003231,Waterbody,Artificial,3,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",0.15,0.42899726029999996,0.19811210010000002,0.0,0.66 +178,003232,Waterbody,Artificial,3,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",0.4,0.5980941258,0.1813152386,0.0,0.66 +179,003233,Waterbody,Artificial,3,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",0.66,0.77395486592,0.16384650264,1.0,0.66 +180,003240,Waterbody,Artificial,3,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",0.0,0.178906654,0.161841892,0.0,1.0 +181,003241,Waterbody,Artificial,3,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",0.15,0.30265964635,0.15871602385,0.0,1.0 +182,003242,Waterbody,Artificial,3,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",0.4,0.5089146336,0.15350624359999998,0.0,1.0 +183,003243,Waterbody,Artificial,3,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",0.66,0.72341982034,0.14808807214,1.0,1.0 +184,003310,Waterbody,Artificial,3,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,0.0,0.613452222,0.231965986,0.0,0.0 +185,003311,Waterbody,Artificial,3,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,0.15,0.67202337915,0.21832150375,0.0,0.0 +186,003312,Waterbody,Artificial,3,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,0.4,0.7696419744,0.19558070000000002,0.0,0.0 +187,003313,Waterbody,Artificial,3,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,0.66,0.87116531346,0.1719302641,1.0,0.0 +188,003410,Waterbody,Artificial,3,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +189,003411,Waterbody,Artificial,3,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +190,003412,Waterbody,Artificial,3,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +191,003413,Waterbody,Artificial,3,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +192,003420,Waterbody,Artificial,3,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +193,003421,Waterbody,Artificial,3,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +194,003422,Waterbody,Artificial,3,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +195,003423,Waterbody,Artificial,3,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +196,003430,Waterbody,Artificial,3,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +197,003431,Waterbody,Artificial,3,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +198,003432,Waterbody,Artificial,3,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +199,003433,Waterbody,Artificial,3,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +200,003510,Waterbody,Artificial,3,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0, +201,003511,Waterbody,Artificial,3,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +202,003512,Waterbody,Artificial,3,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +203,003513,Waterbody,Artificial,3,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,1.0, +204,003520,Waterbody,Artificial,3,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,0.0,0.967734818,0.188666667,1.0,0.0 +205,003521,Waterbody,Artificial,3,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,0.15,0.97316358575,0.18151708260000002,1.0,0.0 +206,003522,Waterbody,Artificial,3,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,0.4,0.982211532,0.1696011086,1.0,0.0 +207,003523,Waterbody,Artificial,3,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,0.66,0.9916213961,0.15720849564,1.0,0.0 +208,003710,Waterbody,Artificial,3,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,0.0,0.931543033,0.192887681,1.0,0.0 +209,003711,Waterbody,Artificial,3,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,0.15,0.9424005684999999,0.1851049445,1.0,0.0 +210,003712,Waterbody,Artificial,3,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,0.4,0.960496461,0.172133717,1.0,0.0 +211,003713,Waterbody,Artificial,3,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,0.66,0.9793161892,0.1586436404,1.0,0.0 +212,003720,Waterbody,Artificial,3,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0, +213,003721,Waterbody,Artificial,3,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +214,003722,Waterbody,Artificial,3,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +215,003723,Waterbody,Artificial,3,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,1.0, +216,003730,Waterbody,Artificial,3,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0, +217,003731,Waterbody,Artificial,3,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +218,003732,Waterbody,Artificial,3,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +219,003733,Waterbody,Artificial,3,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,1.0, +220,003740,Waterbody,Artificial,3,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0, +221,003741,Waterbody,Artificial,3,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +222,003742,Waterbody,Artificial,3,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +223,003743,Waterbody,Artificial,3,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,1.0, +224,003810,Waterbody,Artificial,3,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,0.0,0.931543033,0.170985145,1.0,0.0 +225,003811,Waterbody,Artificial,3,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,0.15,0.9424005684999999,0.16648778890000002,1.0,0.0 +226,003812,Waterbody,Artificial,3,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,0.4,0.960496461,0.1589921954,1.0,0.0 +227,003813,Waterbody,Artificial,3,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,0.66,0.9793161892,0.15119677816,1.0,0.0 +228,003820,Waterbody,Artificial,3,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,0.0,0.717213727,0.160713043,0.0,0.0 +229,003821,Waterbody,Artificial,3,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,0.15,0.7602206584,0.1577565022,0.0,0.0 +230,003822,Waterbody,Artificial,3,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,0.4,0.8318988774,0.1528289342,0.0,0.0 +231,003823,Waterbody,Artificial,3,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,0.66,0.90644422516,0.14770426348,1.0,0.0 +232,003900,Waterbody,Artificial,3,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,1.0,1.1,0.1605,1.0,0.0 +233,003901,Waterbody,Artificial,3,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,1.0,1.08558899045,0.15757541565,1.0,0.0 +234,003902,Waterbody,Artificial,3,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,1.0,1.0615706412,0.1527011084,1.0,0.0 +235,003903,Waterbody,Artificial,3,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,1.0,1.03659155798,0.14763182885999998,1.0,0.0 +236,003950,Waterbody,Artificial,3,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,0.0,1.1,0.141963768,1.0,0.0 +237,003951,Waterbody,Artificial,3,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,0.15,1.08558899045,0.14181961845,1.0,0.0 +238,003952,Waterbody,Artificial,3,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,0.4,1.0615706412,0.1415793692,1.0,0.0 +239,003953,Waterbody,Artificial,3,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,0.66,1.03659155798,0.14132950998,1.0,0.0 +240,004110,Waterbody,Perennial Ice/Snow,4,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,1.0,0.056353535,0.0,0.0 +241,004111,Waterbody,Perennial Ice/Snow,4,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,0.15,1.00058899045,0.06905092040000001,0.0,0.0 +242,004112,Waterbody,Perennial Ice/Snow,4,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,0.4,1.0015706412,0.09021322940000001,0.0,0.0 +243,004113,Waterbody,Perennial Ice/Snow,4,11,Open Water,#476BA0,3,high,#31a354,Open Water,0.66,1.00259155798,0.11222203076000001,1.0,0.0 +244,004120,Waterbody,Perennial Ice/Snow,4,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.8,0.0,0.0 +245,004121,Waterbody,Perennial Ice/Snow,4,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,0.15,0.15058899045,0.70115041565,0.0,0.0 +246,004122,Waterbody,Perennial Ice/Snow,4,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,0.4,0.4015706412,0.5364011084,0.0,0.0 +247,004123,Waterbody,Perennial Ice/Snow,4,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,0.66,0.66259155798,0.36506182885999994,1.0,0.0 +248,004210,Waterbody,Perennial Ice/Snow,4,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",0.0,0.516019507,0.160666667,0.0,0.0 +249,004211,Waterbody,Perennial Ice/Snow,4,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",0.15,0.5892055714,0.1577170826,0.0,0.0 +250,004212,Waterbody,Perennial Ice/Snow,4,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",0.4,0.7111823454,0.1528011086,0.0,0.0 +251,004213,Waterbody,Perennial Ice/Snow,4,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",0.66,0.83803819036,0.14768849564,1.0,0.0 +252,004220,Waterbody,Perennial Ice/Snow,4,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",0.0,0.429568656,0.227898551,0.0,0.33 +253,004221,Waterbody,Perennial Ice/Snow,4,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",0.15,0.51572234805,0.214864184,0.0,0.33 +254,004222,Waterbody,Perennial Ice/Snow,4,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",0.4,0.6593118348,0.19314023900000002,0.0,0.33 +255,004223,Waterbody,Perennial Ice/Snow,4,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",0.66,0.80864490102,0.1705473362,1.0,0.33 +256,004230,Waterbody,Perennial Ice/Snow,4,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",0.0,0.327539141,0.208190217,0.0,0.66 +257,004231,Waterbody,Perennial Ice/Snow,4,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",0.15,0.42899726029999996,0.19811210010000002,0.0,0.66 +258,004232,Waterbody,Perennial Ice/Snow,4,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",0.4,0.5980941258,0.1813152386,0.0,0.66 +259,004233,Waterbody,Perennial Ice/Snow,4,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",0.66,0.77395486592,0.16384650264,1.0,0.66 +260,004240,Waterbody,Perennial Ice/Snow,4,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",0.0,0.178906654,0.161841892,0.0,1.0 +261,004241,Waterbody,Perennial Ice/Snow,4,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",0.15,0.30265964635,0.15871602385,0.0,1.0 +262,004242,Waterbody,Perennial Ice/Snow,4,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",0.4,0.5089146336,0.15350624359999998,0.0,1.0 +263,004243,Waterbody,Perennial Ice/Snow,4,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",0.66,0.72341982034,0.14808807214,1.0,1.0 +264,004310,Waterbody,Perennial Ice/Snow,4,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,0.0,0.613452222,0.231965986,0.0,0.0 +265,004311,Waterbody,Perennial Ice/Snow,4,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,0.15,0.67202337915,0.21832150375,0.0,0.0 +266,004312,Waterbody,Perennial Ice/Snow,4,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,0.4,0.7696419744,0.19558070000000002,0.0,0.0 +267,004313,Waterbody,Perennial Ice/Snow,4,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,0.66,0.87116531346,0.1719302641,1.0,0.0 +268,004410,Waterbody,Perennial Ice/Snow,4,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +269,004411,Waterbody,Perennial Ice/Snow,4,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +270,004412,Waterbody,Perennial Ice/Snow,4,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +271,004413,Waterbody,Perennial Ice/Snow,4,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +272,004420,Waterbody,Perennial Ice/Snow,4,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +273,004421,Waterbody,Perennial Ice/Snow,4,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +274,004422,Waterbody,Perennial Ice/Snow,4,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +275,004423,Waterbody,Perennial Ice/Snow,4,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +276,004430,Waterbody,Perennial Ice/Snow,4,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +277,004431,Waterbody,Perennial Ice/Snow,4,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +278,004432,Waterbody,Perennial Ice/Snow,4,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +279,004433,Waterbody,Perennial Ice/Snow,4,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +280,004510,Waterbody,Perennial Ice/Snow,4,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0, +281,004511,Waterbody,Perennial Ice/Snow,4,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +282,004512,Waterbody,Perennial Ice/Snow,4,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +283,004513,Waterbody,Perennial Ice/Snow,4,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,1.0, +284,004520,Waterbody,Perennial Ice/Snow,4,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,0.0,0.967734818,0.188666667,1.0,0.0 +285,004521,Waterbody,Perennial Ice/Snow,4,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,0.15,0.97316358575,0.18151708260000002,1.0,0.0 +286,004522,Waterbody,Perennial Ice/Snow,4,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,0.4,0.982211532,0.1696011086,1.0,0.0 +287,004523,Waterbody,Perennial Ice/Snow,4,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,0.66,0.9916213961,0.15720849564,1.0,0.0 +288,004710,Waterbody,Perennial Ice/Snow,4,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,0.0,0.931543033,0.192887681,1.0,0.0 +289,004711,Waterbody,Perennial Ice/Snow,4,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,0.15,0.9424005684999999,0.1851049445,1.0,0.0 +290,004712,Waterbody,Perennial Ice/Snow,4,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,0.4,0.960496461,0.172133717,1.0,0.0 +291,004713,Waterbody,Perennial Ice/Snow,4,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,0.66,0.9793161892,0.1586436404,1.0,0.0 +292,004720,Waterbody,Perennial Ice/Snow,4,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0, +293,004721,Waterbody,Perennial Ice/Snow,4,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +294,004722,Waterbody,Perennial Ice/Snow,4,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +295,004723,Waterbody,Perennial Ice/Snow,4,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,1.0, +296,004730,Waterbody,Perennial Ice/Snow,4,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0, +297,004731,Waterbody,Perennial Ice/Snow,4,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +298,004732,Waterbody,Perennial Ice/Snow,4,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +299,004733,Waterbody,Perennial Ice/Snow,4,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,1.0, +300,004740,Waterbody,Perennial Ice/Snow,4,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0, +301,004741,Waterbody,Perennial Ice/Snow,4,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +302,004742,Waterbody,Perennial Ice/Snow,4,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +303,004743,Waterbody,Perennial Ice/Snow,4,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,1.0, +304,004810,Waterbody,Perennial Ice/Snow,4,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,0.0,0.931543033,0.170985145,1.0,0.0 +305,004811,Waterbody,Perennial Ice/Snow,4,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,0.15,0.9424005684999999,0.16648778890000002,1.0,0.0 +306,004812,Waterbody,Perennial Ice/Snow,4,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,0.4,0.960496461,0.1589921954,1.0,0.0 +307,004813,Waterbody,Perennial Ice/Snow,4,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,0.66,0.9793161892,0.15119677816,1.0,0.0 +308,004820,Waterbody,Perennial Ice/Snow,4,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,0.0,0.717213727,0.160713043,0.0,0.0 +309,004821,Waterbody,Perennial Ice/Snow,4,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,0.15,0.7602206584,0.1577565022,0.0,0.0 +310,004822,Waterbody,Perennial Ice/Snow,4,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,0.4,0.8318988774,0.1528289342,0.0,0.0 +311,004823,Waterbody,Perennial Ice/Snow,4,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,0.66,0.90644422516,0.14770426348,1.0,0.0 +312,004900,Waterbody,Perennial Ice/Snow,4,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,1.0,1.1,0.1605,1.0,0.0 +313,004901,Waterbody,Perennial Ice/Snow,4,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,1.0,1.08558899045,0.15757541565,1.0,0.0 +314,004902,Waterbody,Perennial Ice/Snow,4,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,1.0,1.0615706412,0.1527011084,1.0,0.0 +315,004903,Waterbody,Perennial Ice/Snow,4,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,1.0,1.03659155798,0.14763182885999998,1.0,0.0 +316,004950,Waterbody,Perennial Ice/Snow,4,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,0.0,1.1,0.141963768,1.0,0.0 +317,004951,Waterbody,Perennial Ice/Snow,4,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,0.15,1.08558899045,0.14181961845,1.0,0.0 +318,004952,Waterbody,Perennial Ice/Snow,4,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,0.4,1.0615706412,0.1415793692,1.0,0.0 +319,004953,Waterbody,Perennial Ice/Snow,4,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,0.66,1.03659155798,0.14132950998,1.0,0.0 +320,011110,Residential,Dense urban,11,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,1.0,0.056353535,0.0,0.0 +321,011111,Residential,Dense urban,11,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,0.15,1.00058899045,0.06905092040000001,0.0,0.0 +322,011112,Residential,Dense urban,11,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,0.4,1.0015706412,0.09021322940000001,0.0,0.0 +323,011113,Residential,Dense urban,11,11,Open Water,#476BA0,3,high,#31a354,Open Water,0.66,1.00259155798,0.11222203076000001,1.0,0.0 +324,011120,Residential,Dense urban,11,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.8,0.0,0.0 +325,011121,Residential,Dense urban,11,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,0.15,0.15058899045,0.70115041565,0.0,0.0 +326,011122,Residential,Dense urban,11,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,0.4,0.4015706412,0.5364011084,0.0,0.0 +327,011123,Residential,Dense urban,11,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,0.66,0.66259155798,0.36506182885999994,1.0,0.0 +328,011210,Residential,Dense urban,11,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",0.0,0.516019507,0.160666667,0.0,0.0 +329,011211,Residential,Dense urban,11,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",0.15,0.5892055714,0.1577170826,0.0,0.0 +330,011212,Residential,Dense urban,11,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",0.4,0.7111823454,0.1528011086,0.0,0.0 +331,011213,Residential,Dense urban,11,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",0.66,0.83803819036,0.14768849564,1.0,0.0 +332,011220,Residential,Dense urban,11,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",0.0,0.429568656,0.227898551,0.0,0.33 +333,011221,Residential,Dense urban,11,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",0.15,0.51572234805,0.214864184,0.0,0.33 +334,011222,Residential,Dense urban,11,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",0.4,0.6593118348,0.19314023900000002,0.0,0.33 +335,011223,Residential,Dense urban,11,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",0.66,0.80864490102,0.1705473362,1.0,0.33 +336,011230,Residential,Dense urban,11,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",0.0,0.327539141,0.208190217,0.0,0.66 +337,011231,Residential,Dense urban,11,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",0.15,0.42899726029999996,0.19811210010000002,0.0,0.66 +338,011232,Residential,Dense urban,11,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",0.4,0.5980941258,0.1813152386,0.0,0.66 +339,011233,Residential,Dense urban,11,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",0.66,0.77395486592,0.16384650264,1.0,0.66 +340,011240,Residential,Dense urban,11,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",0.0,0.178906654,0.161841892,0.0,1.0 +341,011241,Residential,Dense urban,11,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",0.15,0.30265964635,0.15871602385,0.0,1.0 +342,011242,Residential,Dense urban,11,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",0.4,0.5089146336,0.15350624359999998,0.0,1.0 +343,011243,Residential,Dense urban,11,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",0.66,0.72341982034,0.14808807214,1.0,1.0 +344,011310,Residential,Dense urban,11,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,0.0,0.613452222,0.231965986,0.0,0.0 +345,011311,Residential,Dense urban,11,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,0.15,0.67202337915,0.21832150375,0.0,0.0 +346,011312,Residential,Dense urban,11,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,0.4,0.7696419744,0.19558070000000002,0.0,0.0 +347,011313,Residential,Dense urban,11,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,0.66,0.87116531346,0.1719302641,1.0,0.0 +348,011410,Residential,Dense urban,11,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +349,011411,Residential,Dense urban,11,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +350,011412,Residential,Dense urban,11,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +351,011413,Residential,Dense urban,11,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +352,011420,Residential,Dense urban,11,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +353,011421,Residential,Dense urban,11,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +354,011422,Residential,Dense urban,11,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +355,011423,Residential,Dense urban,11,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +356,011430,Residential,Dense urban,11,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +357,011431,Residential,Dense urban,11,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +358,011432,Residential,Dense urban,11,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +359,011433,Residential,Dense urban,11,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +360,011510,Residential,Dense urban,11,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0, +361,011511,Residential,Dense urban,11,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +362,011512,Residential,Dense urban,11,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +363,011513,Residential,Dense urban,11,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,1.0, +364,011520,Residential,Dense urban,11,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,0.0,0.967734818,0.188666667,1.0,0.0 +365,011521,Residential,Dense urban,11,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,0.15,0.97316358575,0.18151708260000002,1.0,0.0 +366,011522,Residential,Dense urban,11,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,0.4,0.982211532,0.1696011086,1.0,0.0 +367,011523,Residential,Dense urban,11,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,0.66,0.9916213961,0.15720849564,1.0,0.0 +368,011710,Residential,Dense urban,11,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,0.0,0.931543033,0.192887681,1.0,0.0 +369,011711,Residential,Dense urban,11,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,0.15,0.9424005684999999,0.1851049445,1.0,0.0 +370,011712,Residential,Dense urban,11,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,0.4,0.960496461,0.172133717,1.0,0.0 +371,011713,Residential,Dense urban,11,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,0.66,0.9793161892,0.1586436404,1.0,0.0 +372,011720,Residential,Dense urban,11,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0, +373,011721,Residential,Dense urban,11,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +374,011722,Residential,Dense urban,11,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +375,011723,Residential,Dense urban,11,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,1.0, +376,011730,Residential,Dense urban,11,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0, +377,011731,Residential,Dense urban,11,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +378,011732,Residential,Dense urban,11,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +379,011733,Residential,Dense urban,11,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,1.0, +380,011740,Residential,Dense urban,11,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0, +381,011741,Residential,Dense urban,11,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +382,011742,Residential,Dense urban,11,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +383,011743,Residential,Dense urban,11,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,1.0, +384,011810,Residential,Dense urban,11,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,0.0,0.931543033,0.170985145,1.0,0.0 +385,011811,Residential,Dense urban,11,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,0.15,0.9424005684999999,0.16648778890000002,1.0,0.0 +386,011812,Residential,Dense urban,11,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,0.4,0.960496461,0.1589921954,1.0,0.0 +387,011813,Residential,Dense urban,11,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,0.66,0.9793161892,0.15119677816,1.0,0.0 +388,011820,Residential,Dense urban,11,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,0.0,0.717213727,0.160713043,0.0,0.0 +389,011821,Residential,Dense urban,11,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,0.15,0.7602206584,0.1577565022,0.0,0.0 +390,011822,Residential,Dense urban,11,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,0.4,0.8318988774,0.1528289342,0.0,0.0 +391,011823,Residential,Dense urban,11,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,0.66,0.90644422516,0.14770426348,1.0,0.0 +392,011900,Residential,Dense urban,11,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,1.0,1.1,0.1605,1.0,0.0 +393,011901,Residential,Dense urban,11,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,1.0,1.08558899045,0.15757541565,1.0,0.0 +394,011902,Residential,Dense urban,11,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,1.0,1.0615706412,0.1527011084,1.0,0.0 +395,011903,Residential,Dense urban,11,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,1.0,1.03659155798,0.14763182885999998,1.0,0.0 +396,011950,Residential,Dense urban,11,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,0.0,1.1,0.141963768,1.0,0.0 +397,011951,Residential,Dense urban,11,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,0.15,1.08558899045,0.14181961845,1.0,0.0 +398,011952,Residential,Dense urban,11,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,0.4,1.0615706412,0.1415793692,1.0,0.0 +399,011953,Residential,Dense urban,11,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,0.66,1.03659155798,0.14132950998,1.0,0.0 +400,012110,Residential,Urban,12,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,1.0,0.056353535,0.0,0.0 +401,012111,Residential,Urban,12,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,0.15,1.00058899045,0.06905092040000001,0.0,0.0 +402,012112,Residential,Urban,12,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,0.4,1.0015706412,0.09021322940000001,0.0,0.0 +403,012113,Residential,Urban,12,11,Open Water,#476BA0,3,high,#31a354,Open Water,0.66,1.00259155798,0.11222203076000001,1.0,0.0 +404,012120,Residential,Urban,12,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.8,0.0,0.0 +405,012121,Residential,Urban,12,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,0.15,0.15058899045,0.70115041565,0.0,0.0 +406,012122,Residential,Urban,12,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,0.4,0.4015706412,0.5364011084,0.0,0.0 +407,012123,Residential,Urban,12,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,0.66,0.66259155798,0.36506182885999994,1.0,0.0 +408,012210,Residential,Urban,12,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",0.0,0.516019507,0.160666667,0.0,0.0 +409,012211,Residential,Urban,12,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",0.15,0.5892055714,0.1577170826,0.0,0.0 +410,012212,Residential,Urban,12,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",0.4,0.7111823454,0.1528011086,0.0,0.0 +411,012213,Residential,Urban,12,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",0.66,0.83803819036,0.14768849564,1.0,0.0 +412,012220,Residential,Urban,12,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",0.0,0.429568656,0.227898551,0.0,0.33 +413,012221,Residential,Urban,12,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",0.15,0.51572234805,0.214864184,0.0,0.33 +414,012222,Residential,Urban,12,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",0.4,0.6593118348,0.19314023900000002,0.0,0.33 +415,012223,Residential,Urban,12,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",0.66,0.80864490102,0.1705473362,1.0,0.33 +416,012230,Residential,Urban,12,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",0.0,0.327539141,0.208190217,0.0,0.66 +417,012231,Residential,Urban,12,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",0.15,0.42899726029999996,0.19811210010000002,0.0,0.66 +418,012232,Residential,Urban,12,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",0.4,0.5980941258,0.1813152386,0.0,0.66 +419,012233,Residential,Urban,12,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",0.66,0.77395486592,0.16384650264,1.0,0.66 +420,012240,Residential,Urban,12,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",0.0,0.178906654,0.161841892,0.0,1.0 +421,012241,Residential,Urban,12,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",0.15,0.30265964635,0.15871602385,0.0,1.0 +422,012242,Residential,Urban,12,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",0.4,0.5089146336,0.15350624359999998,0.0,1.0 +423,012243,Residential,Urban,12,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",0.66,0.72341982034,0.14808807214,1.0,1.0 +424,012310,Residential,Urban,12,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,0.0,0.613452222,0.231965986,0.0,0.0 +425,012311,Residential,Urban,12,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,0.15,0.67202337915,0.21832150375,0.0,0.0 +426,012312,Residential,Urban,12,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,0.4,0.7696419744,0.19558070000000002,0.0,0.0 +427,012313,Residential,Urban,12,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,0.66,0.87116531346,0.1719302641,1.0,0.0 +428,012410,Residential,Urban,12,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +429,012411,Residential,Urban,12,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +430,012412,Residential,Urban,12,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +431,012413,Residential,Urban,12,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +432,012420,Residential,Urban,12,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +433,012421,Residential,Urban,12,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +434,012422,Residential,Urban,12,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +435,012423,Residential,Urban,12,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +436,012430,Residential,Urban,12,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +437,012431,Residential,Urban,12,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +438,012432,Residential,Urban,12,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +439,012433,Residential,Urban,12,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +440,012510,Residential,Urban,12,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0, +441,012511,Residential,Urban,12,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +442,012512,Residential,Urban,12,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +443,012513,Residential,Urban,12,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,1.0, +444,012520,Residential,Urban,12,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,0.0,0.967734818,0.188666667,1.0,0.0 +445,012521,Residential,Urban,12,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,0.15,0.97316358575,0.18151708260000002,1.0,0.0 +446,012522,Residential,Urban,12,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,0.4,0.982211532,0.1696011086,1.0,0.0 +447,012523,Residential,Urban,12,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,0.66,0.9916213961,0.15720849564,1.0,0.0 +448,012710,Residential,Urban,12,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,0.0,0.931543033,0.192887681,1.0,0.0 +449,012711,Residential,Urban,12,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,0.15,0.9424005684999999,0.1851049445,1.0,0.0 +450,012712,Residential,Urban,12,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,0.4,0.960496461,0.172133717,1.0,0.0 +451,012713,Residential,Urban,12,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,0.66,0.9793161892,0.1586436404,1.0,0.0 +452,012720,Residential,Urban,12,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0, +453,012721,Residential,Urban,12,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +454,012722,Residential,Urban,12,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +455,012723,Residential,Urban,12,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,1.0, +456,012730,Residential,Urban,12,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0, +457,012731,Residential,Urban,12,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +458,012732,Residential,Urban,12,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +459,012733,Residential,Urban,12,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,1.0, +460,012740,Residential,Urban,12,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0, +461,012741,Residential,Urban,12,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +462,012742,Residential,Urban,12,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +463,012743,Residential,Urban,12,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,1.0, +464,012810,Residential,Urban,12,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,0.0,0.931543033,0.170985145,1.0,0.0 +465,012811,Residential,Urban,12,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,0.15,0.9424005684999999,0.16648778890000002,1.0,0.0 +466,012812,Residential,Urban,12,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,0.4,0.960496461,0.1589921954,1.0,0.0 +467,012813,Residential,Urban,12,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,0.66,0.9793161892,0.15119677816,1.0,0.0 +468,012820,Residential,Urban,12,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,0.0,0.717213727,0.160713043,0.0,0.0 +469,012821,Residential,Urban,12,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,0.15,0.7602206584,0.1577565022,0.0,0.0 +470,012822,Residential,Urban,12,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,0.4,0.8318988774,0.1528289342,0.0,0.0 +471,012823,Residential,Urban,12,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,0.66,0.90644422516,0.14770426348,1.0,0.0 +472,012900,Residential,Urban,12,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,1.0,1.1,0.1605,1.0,0.0 +473,012901,Residential,Urban,12,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,1.0,1.08558899045,0.15757541565,1.0,0.0 +474,012902,Residential,Urban,12,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,1.0,1.0615706412,0.1527011084,1.0,0.0 +475,012903,Residential,Urban,12,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,1.0,1.03659155798,0.14763182885999998,1.0,0.0 +476,012950,Residential,Urban,12,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,0.0,1.1,0.141963768,1.0,0.0 +477,012951,Residential,Urban,12,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,0.15,1.08558899045,0.14181961845,1.0,0.0 +478,012952,Residential,Urban,12,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,0.4,1.0615706412,0.1415793692,1.0,0.0 +479,012953,Residential,Urban,12,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,0.66,1.03659155798,0.14132950998,1.0,0.0 +480,013110,Residential,Suburban,13,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,1.0,0.056353535,0.0,0.0 +481,013111,Residential,Suburban,13,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,0.15,1.00058899045,0.06905092040000001,0.0,0.0 +482,013112,Residential,Suburban,13,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,0.4,1.0015706412,0.09021322940000001,0.0,0.0 +483,013113,Residential,Suburban,13,11,Open Water,#476BA0,3,high,#31a354,Open Water,0.66,1.00259155798,0.11222203076000001,1.0,0.0 +484,013120,Residential,Suburban,13,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.8,0.0,0.0 +485,013121,Residential,Suburban,13,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,0.15,0.15058899045,0.70115041565,0.0,0.0 +486,013122,Residential,Suburban,13,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,0.4,0.4015706412,0.5364011084,0.0,0.0 +487,013123,Residential,Suburban,13,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,0.66,0.66259155798,0.36506182885999994,1.0,0.0 +488,013210,Residential,Suburban,13,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",0.0,0.516019507,0.160666667,0.0,0.0 +489,013211,Residential,Suburban,13,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",0.15,0.5892055714,0.1577170826,0.0,0.0 +490,013212,Residential,Suburban,13,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",0.4,0.7111823454,0.1528011086,0.0,0.0 +491,013213,Residential,Suburban,13,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",0.66,0.83803819036,0.14768849564,1.0,0.0 +492,013220,Residential,Suburban,13,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",0.0,0.429568656,0.227898551,0.0,0.33 +493,013221,Residential,Suburban,13,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",0.15,0.51572234805,0.214864184,0.0,0.33 +494,013222,Residential,Suburban,13,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",0.4,0.6593118348,0.19314023900000002,0.0,0.33 +495,013223,Residential,Suburban,13,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",0.66,0.80864490102,0.1705473362,1.0,0.33 +496,013230,Residential,Suburban,13,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",0.0,0.327539141,0.208190217,0.0,0.66 +497,013231,Residential,Suburban,13,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",0.15,0.42899726029999996,0.19811210010000002,0.0,0.66 +498,013232,Residential,Suburban,13,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",0.4,0.5980941258,0.1813152386,0.0,0.66 +499,013233,Residential,Suburban,13,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",0.66,0.77395486592,0.16384650264,1.0,0.66 +500,013240,Residential,Suburban,13,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",0.0,0.178906654,0.161841892,0.0,1.0 +501,013241,Residential,Suburban,13,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",0.15,0.30265964635,0.15871602385,0.0,1.0 +502,013242,Residential,Suburban,13,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",0.4,0.5089146336,0.15350624359999998,0.0,1.0 +503,013243,Residential,Suburban,13,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",0.66,0.72341982034,0.14808807214,1.0,1.0 +504,013310,Residential,Suburban,13,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,0.0,0.613452222,0.231965986,0.0,0.0 +505,013311,Residential,Suburban,13,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,0.15,0.67202337915,0.21832150375,0.0,0.0 +506,013312,Residential,Suburban,13,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,0.4,0.7696419744,0.19558070000000002,0.0,0.0 +507,013313,Residential,Suburban,13,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,0.66,0.87116531346,0.1719302641,1.0,0.0 +508,013410,Residential,Suburban,13,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +509,013411,Residential,Suburban,13,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +510,013412,Residential,Suburban,13,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +511,013413,Residential,Suburban,13,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +512,013420,Residential,Suburban,13,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +513,013421,Residential,Suburban,13,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +514,013422,Residential,Suburban,13,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +515,013423,Residential,Suburban,13,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +516,013430,Residential,Suburban,13,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +517,013431,Residential,Suburban,13,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +518,013432,Residential,Suburban,13,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +519,013433,Residential,Suburban,13,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +520,013510,Residential,Suburban,13,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0, +521,013511,Residential,Suburban,13,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +522,013512,Residential,Suburban,13,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +523,013513,Residential,Suburban,13,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,1.0, +524,013520,Residential,Suburban,13,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,0.0,0.967734818,0.188666667,1.0,0.0 +525,013521,Residential,Suburban,13,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,0.15,0.97316358575,0.18151708260000002,1.0,0.0 +526,013522,Residential,Suburban,13,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,0.4,0.982211532,0.1696011086,1.0,0.0 +527,013523,Residential,Suburban,13,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,0.66,0.9916213961,0.15720849564,1.0,0.0 +528,013710,Residential,Suburban,13,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,0.0,0.931543033,0.192887681,1.0,0.0 +529,013711,Residential,Suburban,13,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,0.15,0.9424005684999999,0.1851049445,1.0,0.0 +530,013712,Residential,Suburban,13,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,0.4,0.960496461,0.172133717,1.0,0.0 +531,013713,Residential,Suburban,13,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,0.66,0.9793161892,0.1586436404,1.0,0.0 +532,013720,Residential,Suburban,13,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0, +533,013721,Residential,Suburban,13,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +534,013722,Residential,Suburban,13,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +535,013723,Residential,Suburban,13,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,1.0, +536,013730,Residential,Suburban,13,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0, +537,013731,Residential,Suburban,13,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +538,013732,Residential,Suburban,13,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +539,013733,Residential,Suburban,13,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,1.0, +540,013740,Residential,Suburban,13,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0, +541,013741,Residential,Suburban,13,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +542,013742,Residential,Suburban,13,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +543,013743,Residential,Suburban,13,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,1.0, +544,013810,Residential,Suburban,13,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,0.0,0.931543033,0.170985145,1.0,0.0 +545,013811,Residential,Suburban,13,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,0.15,0.9424005684999999,0.16648778890000002,1.0,0.0 +546,013812,Residential,Suburban,13,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,0.4,0.960496461,0.1589921954,1.0,0.0 +547,013813,Residential,Suburban,13,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,0.66,0.9793161892,0.15119677816,1.0,0.0 +548,013820,Residential,Suburban,13,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,0.0,0.717213727,0.160713043,0.0,0.0 +549,013821,Residential,Suburban,13,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,0.15,0.7602206584,0.1577565022,0.0,0.0 +550,013822,Residential,Suburban,13,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,0.4,0.8318988774,0.1528289342,0.0,0.0 +551,013823,Residential,Suburban,13,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,0.66,0.90644422516,0.14770426348,1.0,0.0 +552,013900,Residential,Suburban,13,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,1.0,1.1,0.1605,1.0,0.0 +553,013901,Residential,Suburban,13,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,1.0,1.08558899045,0.15757541565,1.0,0.0 +554,013902,Residential,Suburban,13,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,1.0,1.0615706412,0.1527011084,1.0,0.0 +555,013903,Residential,Suburban,13,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,1.0,1.03659155798,0.14763182885999998,1.0,0.0 +556,013950,Residential,Suburban,13,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,0.0,1.1,0.141963768,1.0,0.0 +557,013951,Residential,Suburban,13,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,0.15,1.08558899045,0.14181961845,1.0,0.0 +558,013952,Residential,Suburban,13,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,0.4,1.0615706412,0.1415793692,1.0,0.0 +559,013953,Residential,Suburban,13,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,0.66,1.03659155798,0.14132950998,1.0,0.0 +560,014110,Residential,Exurban,14,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,1.0,0.056353535,0.0,0.0 +561,014111,Residential,Exurban,14,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,0.15,1.00058899045,0.06905092040000001,0.0,0.0 +562,014112,Residential,Exurban,14,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,0.4,1.0015706412,0.09021322940000001,0.0,0.0 +563,014113,Residential,Exurban,14,11,Open Water,#476BA0,3,high,#31a354,Open Water,0.66,1.00259155798,0.11222203076000001,1.0,0.0 +564,014120,Residential,Exurban,14,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.8,0.0,0.0 +565,014121,Residential,Exurban,14,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,0.15,0.15058899045,0.70115041565,0.0,0.0 +566,014122,Residential,Exurban,14,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,0.4,0.4015706412,0.5364011084,0.0,0.0 +567,014123,Residential,Exurban,14,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,0.66,0.66259155798,0.36506182885999994,1.0,0.0 +568,014210,Residential,Exurban,14,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",0.0,0.516019507,0.160666667,0.0,0.0 +569,014211,Residential,Exurban,14,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",0.15,0.5892055714,0.1577170826,0.0,0.0 +570,014212,Residential,Exurban,14,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",0.4,0.7111823454,0.1528011086,0.0,0.0 +571,014213,Residential,Exurban,14,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",0.66,0.83803819036,0.14768849564,1.0,0.0 +572,014220,Residential,Exurban,14,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",0.0,0.429568656,0.227898551,0.0,0.33 +573,014221,Residential,Exurban,14,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",0.15,0.51572234805,0.214864184,0.0,0.33 +574,014222,Residential,Exurban,14,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",0.4,0.6593118348,0.19314023900000002,0.0,0.33 +575,014223,Residential,Exurban,14,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",0.66,0.80864490102,0.1705473362,1.0,0.33 +576,014230,Residential,Exurban,14,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",0.0,0.327539141,0.208190217,0.0,0.66 +577,014231,Residential,Exurban,14,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",0.15,0.42899726029999996,0.19811210010000002,0.0,0.66 +578,014232,Residential,Exurban,14,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",0.4,0.5980941258,0.1813152386,0.0,0.66 +579,014233,Residential,Exurban,14,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",0.66,0.77395486592,0.16384650264,1.0,0.66 +580,014240,Residential,Exurban,14,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",0.0,0.178906654,0.161841892,0.0,1.0 +581,014241,Residential,Exurban,14,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",0.15,0.30265964635,0.15871602385,0.0,1.0 +582,014242,Residential,Exurban,14,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",0.4,0.5089146336,0.15350624359999998,0.0,1.0 +583,014243,Residential,Exurban,14,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",0.66,0.72341982034,0.14808807214,1.0,1.0 +584,014310,Residential,Exurban,14,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,0.0,0.613452222,0.231965986,0.0,0.0 +585,014311,Residential,Exurban,14,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,0.15,0.67202337915,0.21832150375,0.0,0.0 +586,014312,Residential,Exurban,14,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,0.4,0.7696419744,0.19558070000000002,0.0,0.0 +587,014313,Residential,Exurban,14,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,0.66,0.87116531346,0.1719302641,1.0,0.0 +588,014410,Residential,Exurban,14,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +589,014411,Residential,Exurban,14,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +590,014412,Residential,Exurban,14,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +591,014413,Residential,Exurban,14,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +592,014420,Residential,Exurban,14,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +593,014421,Residential,Exurban,14,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +594,014422,Residential,Exurban,14,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +595,014423,Residential,Exurban,14,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +596,014430,Residential,Exurban,14,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +597,014431,Residential,Exurban,14,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +598,014432,Residential,Exurban,14,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +599,014433,Residential,Exurban,14,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +600,014510,Residential,Exurban,14,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0, +601,014511,Residential,Exurban,14,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +602,014512,Residential,Exurban,14,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +603,014513,Residential,Exurban,14,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,1.0, +604,014520,Residential,Exurban,14,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,0.0,0.967734818,0.188666667,1.0,0.0 +605,014521,Residential,Exurban,14,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,0.15,0.97316358575,0.18151708260000002,1.0,0.0 +606,014522,Residential,Exurban,14,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,0.4,0.982211532,0.1696011086,1.0,0.0 +607,014523,Residential,Exurban,14,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,0.66,0.9916213961,0.15720849564,1.0,0.0 +608,014710,Residential,Exurban,14,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,0.0,0.931543033,0.192887681,1.0,0.0 +609,014711,Residential,Exurban,14,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,0.15,0.9424005684999999,0.1851049445,1.0,0.0 +610,014712,Residential,Exurban,14,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,0.4,0.960496461,0.172133717,1.0,0.0 +611,014713,Residential,Exurban,14,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,0.66,0.9793161892,0.1586436404,1.0,0.0 +612,014720,Residential,Exurban,14,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0, +613,014721,Residential,Exurban,14,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +614,014722,Residential,Exurban,14,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +615,014723,Residential,Exurban,14,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,1.0, +616,014730,Residential,Exurban,14,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0, +617,014731,Residential,Exurban,14,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +618,014732,Residential,Exurban,14,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +619,014733,Residential,Exurban,14,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,1.0, +620,014740,Residential,Exurban,14,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0, +621,014741,Residential,Exurban,14,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +622,014742,Residential,Exurban,14,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +623,014743,Residential,Exurban,14,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,1.0, +624,014810,Residential,Exurban,14,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,0.0,0.931543033,0.170985145,1.0,0.0 +625,014811,Residential,Exurban,14,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,0.15,0.9424005684999999,0.16648778890000002,1.0,0.0 +626,014812,Residential,Exurban,14,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,0.4,0.960496461,0.1589921954,1.0,0.0 +627,014813,Residential,Exurban,14,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,0.66,0.9793161892,0.15119677816,1.0,0.0 +628,014820,Residential,Exurban,14,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,0.0,0.717213727,0.160713043,0.0,0.0 +629,014821,Residential,Exurban,14,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,0.15,0.7602206584,0.1577565022,0.0,0.0 +630,014822,Residential,Exurban,14,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,0.4,0.8318988774,0.1528289342,0.0,0.0 +631,014823,Residential,Exurban,14,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,0.66,0.90644422516,0.14770426348,1.0,0.0 +632,014900,Residential,Exurban,14,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,1.0,1.1,0.1605,1.0,0.0 +633,014901,Residential,Exurban,14,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,1.0,1.08558899045,0.15757541565,1.0,0.0 +634,014902,Residential,Exurban,14,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,1.0,1.0615706412,0.1527011084,1.0,0.0 +635,014903,Residential,Exurban,14,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,1.0,1.03659155798,0.14763182885999998,1.0,0.0 +636,014950,Residential,Exurban,14,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,0.0,1.1,0.141963768,1.0,0.0 +637,014951,Residential,Exurban,14,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,0.15,1.08558899045,0.14181961845,1.0,0.0 +638,014952,Residential,Exurban,14,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,0.4,1.0615706412,0.1415793692,1.0,0.0 +639,014953,Residential,Exurban,14,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,0.66,1.03659155798,0.14132950998,1.0,0.0 +640,015110,Residential,Rural,15,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,1.0,0.056353535,0.0,0.0 +641,015111,Residential,Rural,15,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,0.15,1.00058899045,0.06905092040000001,0.0,0.0 +642,015112,Residential,Rural,15,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,0.4,1.0015706412,0.09021322940000001,0.0,0.0 +643,015113,Residential,Rural,15,11,Open Water,#476BA0,3,high,#31a354,Open Water,0.66,1.00259155798,0.11222203076000001,1.0,0.0 +644,015120,Residential,Rural,15,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.8,0.0,0.0 +645,015121,Residential,Rural,15,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,0.15,0.15058899045,0.70115041565,0.0,0.0 +646,015122,Residential,Rural,15,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,0.4,0.4015706412,0.5364011084,0.0,0.0 +647,015123,Residential,Rural,15,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,0.66,0.66259155798,0.36506182885999994,1.0,0.0 +648,015210,Residential,Rural,15,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",0.0,0.516019507,0.160666667,0.0,0.0 +649,015211,Residential,Rural,15,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",0.15,0.5892055714,0.1577170826,0.0,0.0 +650,015212,Residential,Rural,15,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",0.4,0.7111823454,0.1528011086,0.0,0.0 +651,015213,Residential,Rural,15,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",0.66,0.83803819036,0.14768849564,1.0,0.0 +652,015220,Residential,Rural,15,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",0.0,0.429568656,0.227898551,0.0,0.33 +653,015221,Residential,Rural,15,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",0.15,0.51572234805,0.214864184,0.0,0.33 +654,015222,Residential,Rural,15,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",0.4,0.6593118348,0.19314023900000002,0.0,0.33 +655,015223,Residential,Rural,15,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",0.66,0.80864490102,0.1705473362,1.0,0.33 +656,015230,Residential,Rural,15,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",0.0,0.327539141,0.208190217,0.0,0.66 +657,015231,Residential,Rural,15,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",0.15,0.42899726029999996,0.19811210010000002,0.0,0.66 +658,015232,Residential,Rural,15,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",0.4,0.5980941258,0.1813152386,0.0,0.66 +659,015233,Residential,Rural,15,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",0.66,0.77395486592,0.16384650264,1.0,0.66 +660,015240,Residential,Rural,15,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",0.0,0.178906654,0.161841892,0.0,1.0 +661,015241,Residential,Rural,15,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",0.15,0.30265964635,0.15871602385,0.0,1.0 +662,015242,Residential,Rural,15,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",0.4,0.5089146336,0.15350624359999998,0.0,1.0 +663,015243,Residential,Rural,15,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",0.66,0.72341982034,0.14808807214,1.0,1.0 +664,015310,Residential,Rural,15,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,0.0,0.613452222,0.231965986,0.0,0.0 +665,015311,Residential,Rural,15,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,0.15,0.67202337915,0.21832150375,0.0,0.0 +666,015312,Residential,Rural,15,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,0.4,0.7696419744,0.19558070000000002,0.0,0.0 +667,015313,Residential,Rural,15,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,0.66,0.87116531346,0.1719302641,1.0,0.0 +668,015410,Residential,Rural,15,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +669,015411,Residential,Rural,15,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +670,015412,Residential,Rural,15,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +671,015413,Residential,Rural,15,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +672,015420,Residential,Rural,15,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +673,015421,Residential,Rural,15,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +674,015422,Residential,Rural,15,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +675,015423,Residential,Rural,15,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +676,015430,Residential,Rural,15,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +677,015431,Residential,Rural,15,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +678,015432,Residential,Rural,15,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +679,015433,Residential,Rural,15,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +680,015510,Residential,Rural,15,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0, +681,015511,Residential,Rural,15,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +682,015512,Residential,Rural,15,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +683,015513,Residential,Rural,15,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,1.0, +684,015520,Residential,Rural,15,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,0.0,0.967734818,0.188666667,1.0,0.0 +685,015521,Residential,Rural,15,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,0.15,0.97316358575,0.18151708260000002,1.0,0.0 +686,015522,Residential,Rural,15,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,0.4,0.982211532,0.1696011086,1.0,0.0 +687,015523,Residential,Rural,15,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,0.66,0.9916213961,0.15720849564,1.0,0.0 +688,015710,Residential,Rural,15,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,0.0,0.931543033,0.192887681,1.0,0.0 +689,015711,Residential,Rural,15,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,0.15,0.9424005684999999,0.1851049445,1.0,0.0 +690,015712,Residential,Rural,15,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,0.4,0.960496461,0.172133717,1.0,0.0 +691,015713,Residential,Rural,15,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,0.66,0.9793161892,0.1586436404,1.0,0.0 +692,015720,Residential,Rural,15,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0, +693,015721,Residential,Rural,15,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +694,015722,Residential,Rural,15,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +695,015723,Residential,Rural,15,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,1.0, +696,015730,Residential,Rural,15,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0, +697,015731,Residential,Rural,15,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +698,015732,Residential,Rural,15,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +699,015733,Residential,Rural,15,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,1.0, +700,015740,Residential,Rural,15,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0, +701,015741,Residential,Rural,15,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +702,015742,Residential,Rural,15,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +703,015743,Residential,Rural,15,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,1.0, +704,015810,Residential,Rural,15,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,0.0,0.931543033,0.170985145,1.0,0.0 +705,015811,Residential,Rural,15,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,0.15,0.9424005684999999,0.16648778890000002,1.0,0.0 +706,015812,Residential,Rural,15,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,0.4,0.960496461,0.1589921954,1.0,0.0 +707,015813,Residential,Rural,15,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,0.66,0.9793161892,0.15119677816,1.0,0.0 +708,015820,Residential,Rural,15,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,0.0,0.717213727,0.160713043,0.0,0.0 +709,015821,Residential,Rural,15,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,0.15,0.7602206584,0.1577565022,0.0,0.0 +710,015822,Residential,Rural,15,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,0.4,0.8318988774,0.1528289342,0.0,0.0 +711,015823,Residential,Rural,15,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,0.66,0.90644422516,0.14770426348,1.0,0.0 +712,015900,Residential,Rural,15,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,1.0,1.1,0.1605,1.0,0.0 +713,015901,Residential,Rural,15,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,1.0,1.08558899045,0.15757541565,1.0,0.0 +714,015902,Residential,Rural,15,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,1.0,1.0615706412,0.1527011084,1.0,0.0 +715,015903,Residential,Rural,15,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,1.0,1.03659155798,0.14763182885999998,1.0,0.0 +716,015950,Residential,Rural,15,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,0.0,1.1,0.141963768,1.0,0.0 +717,015951,Residential,Rural,15,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,0.15,1.08558899045,0.14181961845,1.0,0.0 +718,015952,Residential,Rural,15,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,0.4,1.0615706412,0.1415793692,1.0,0.0 +719,015953,Residential,Rural,15,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,0.66,1.03659155798,0.14132950998,1.0,0.0 +720,020110,Commercial,,20,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,1.0,0.056353535,0.0,0.0 +721,020111,Commercial,,20,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,0.15,1.00058899045,0.06905092040000001,0.0,0.0 +722,020112,Commercial,,20,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,0.4,1.0015706412,0.09021322940000001,0.0,0.0 +723,020113,Commercial,,20,11,Open Water,#476BA0,3,high,#31a354,Open Water,0.66,1.00259155798,0.11222203076000001,1.0,0.0 +724,020120,Commercial,,20,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.8,0.0,0.0 +725,020121,Commercial,,20,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,0.15,0.15058899045,0.70115041565,0.0,0.0 +726,020122,Commercial,,20,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,0.4,0.4015706412,0.5364011084,0.0,0.0 +727,020123,Commercial,,20,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,0.66,0.66259155798,0.36506182885999994,1.0,0.0 +728,020210,Commercial,,20,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",0.0,0.516019507,0.160666667,0.0,0.0 +729,020211,Commercial,,20,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",0.15,0.5892055714,0.1577170826,0.0,0.0 +730,020212,Commercial,,20,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",0.4,0.7111823454,0.1528011086,0.0,0.0 +731,020213,Commercial,,20,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",0.66,0.83803819036,0.14768849564,1.0,0.0 +732,020220,Commercial,,20,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",0.0,0.429568656,0.227898551,0.0,0.33 +733,020221,Commercial,,20,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",0.15,0.51572234805,0.214864184,0.0,0.33 +734,020222,Commercial,,20,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",0.4,0.6593118348,0.19314023900000002,0.0,0.33 +735,020223,Commercial,,20,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",0.66,0.80864490102,0.1705473362,1.0,0.33 +736,020230,Commercial,,20,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",0.0,0.327539141,0.208190217,0.0,0.66 +737,020231,Commercial,,20,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",0.15,0.42899726029999996,0.19811210010000002,0.0,0.66 +738,020232,Commercial,,20,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",0.4,0.5980941258,0.1813152386,0.0,0.66 +739,020233,Commercial,,20,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",0.66,0.77395486592,0.16384650264,1.0,0.66 +740,020240,Commercial,,20,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",0.0,0.178906654,0.161841892,0.0,1.0 +741,020241,Commercial,,20,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",0.15,0.30265964635,0.15871602385,0.0,1.0 +742,020242,Commercial,,20,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",0.4,0.5089146336,0.15350624359999998,0.0,1.0 +743,020243,Commercial,,20,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",0.66,0.72341982034,0.14808807214,1.0,1.0 +744,020310,Commercial,,20,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,0.0,0.613452222,0.231965986,0.0,0.0 +745,020311,Commercial,,20,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,0.15,0.67202337915,0.21832150375,0.0,0.0 +746,020312,Commercial,,20,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,0.4,0.7696419744,0.19558070000000002,0.0,0.0 +747,020313,Commercial,,20,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,0.66,0.87116531346,0.1719302641,1.0,0.0 +748,020410,Commercial,,20,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +749,020411,Commercial,,20,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +750,020412,Commercial,,20,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +751,020413,Commercial,,20,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +752,020420,Commercial,,20,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +753,020421,Commercial,,20,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +754,020422,Commercial,,20,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +755,020423,Commercial,,20,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +756,020430,Commercial,,20,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +757,020431,Commercial,,20,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +758,020432,Commercial,,20,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +759,020433,Commercial,,20,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +760,020510,Commercial,,20,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0, +761,020511,Commercial,,20,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +762,020512,Commercial,,20,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +763,020513,Commercial,,20,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,1.0, +764,020520,Commercial,,20,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,0.0,0.967734818,0.188666667,1.0,0.0 +765,020521,Commercial,,20,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,0.15,0.97316358575,0.18151708260000002,1.0,0.0 +766,020522,Commercial,,20,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,0.4,0.982211532,0.1696011086,1.0,0.0 +767,020523,Commercial,,20,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,0.66,0.9916213961,0.15720849564,1.0,0.0 +768,020710,Commercial,,20,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,0.0,0.931543033,0.192887681,1.0,0.0 +769,020711,Commercial,,20,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,0.15,0.9424005684999999,0.1851049445,1.0,0.0 +770,020712,Commercial,,20,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,0.4,0.960496461,0.172133717,1.0,0.0 +771,020713,Commercial,,20,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,0.66,0.9793161892,0.1586436404,1.0,0.0 +772,020720,Commercial,,20,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0, +773,020721,Commercial,,20,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +774,020722,Commercial,,20,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +775,020723,Commercial,,20,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,1.0, +776,020730,Commercial,,20,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0, +777,020731,Commercial,,20,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +778,020732,Commercial,,20,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +779,020733,Commercial,,20,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,1.0, +780,020740,Commercial,,20,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0, +781,020741,Commercial,,20,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +782,020742,Commercial,,20,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +783,020743,Commercial,,20,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,1.0, +784,020810,Commercial,,20,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,0.0,0.931543033,0.170985145,1.0,0.0 +785,020811,Commercial,,20,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,0.15,0.9424005684999999,0.16648778890000002,1.0,0.0 +786,020812,Commercial,,20,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,0.4,0.960496461,0.1589921954,1.0,0.0 +787,020813,Commercial,,20,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,0.66,0.9793161892,0.15119677816,1.0,0.0 +788,020820,Commercial,,20,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,0.0,0.717213727,0.160713043,0.0,0.0 +789,020821,Commercial,,20,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,0.15,0.7602206584,0.1577565022,0.0,0.0 +790,020822,Commercial,,20,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,0.4,0.8318988774,0.1528289342,0.0,0.0 +791,020823,Commercial,,20,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,0.66,0.90644422516,0.14770426348,1.0,0.0 +792,020900,Commercial,,20,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,1.0,1.1,0.1605,1.0,0.0 +793,020901,Commercial,,20,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,1.0,1.08558899045,0.15757541565,1.0,0.0 +794,020902,Commercial,,20,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,1.0,1.0615706412,0.1527011084,1.0,0.0 +795,020903,Commercial,,20,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,1.0,1.03659155798,0.14763182885999998,1.0,0.0 +796,020950,Commercial,,20,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,0.0,1.1,0.141963768,1.0,0.0 +797,020951,Commercial,,20,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,0.15,1.08558899045,0.14181961845,1.0,0.0 +798,020952,Commercial,,20,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,0.4,1.0615706412,0.1415793692,1.0,0.0 +799,020953,Commercial,,20,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,0.66,1.03659155798,0.14132950998,1.0,0.0 +800,030110,Industrial,,30,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,1.0,0.056353535,0.0,0.0 +801,030111,Industrial,,30,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,0.15,1.00058899045,0.06905092040000001,0.0,0.0 +802,030112,Industrial,,30,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,0.4,1.0015706412,0.09021322940000001,0.0,0.0 +803,030113,Industrial,,30,11,Open Water,#476BA0,3,high,#31a354,Open Water,0.66,1.00259155798,0.11222203076000001,1.0,0.0 +804,030120,Industrial,,30,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.8,0.0,0.0 +805,030121,Industrial,,30,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,0.15,0.15058899045,0.70115041565,0.0,0.0 +806,030122,Industrial,,30,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,0.4,0.4015706412,0.5364011084,0.0,0.0 +807,030123,Industrial,,30,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,0.66,0.66259155798,0.36506182885999994,1.0,0.0 +808,030210,Industrial,,30,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",0.0,0.516019507,0.160666667,0.0,0.0 +809,030211,Industrial,,30,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",0.15,0.5892055714,0.1577170826,0.0,0.0 +810,030212,Industrial,,30,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",0.4,0.7111823454,0.1528011086,0.0,0.0 +811,030213,Industrial,,30,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",0.66,0.83803819036,0.14768849564,1.0,0.0 +812,030220,Industrial,,30,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",0.0,0.429568656,0.227898551,0.0,0.33 +813,030221,Industrial,,30,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",0.15,0.51572234805,0.214864184,0.0,0.33 +814,030222,Industrial,,30,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",0.4,0.6593118348,0.19314023900000002,0.0,0.33 +815,030223,Industrial,,30,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",0.66,0.80864490102,0.1705473362,1.0,0.33 +816,030230,Industrial,,30,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",0.0,0.327539141,0.208190217,0.0,0.66 +817,030231,Industrial,,30,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",0.15,0.42899726029999996,0.19811210010000002,0.0,0.66 +818,030232,Industrial,,30,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",0.4,0.5980941258,0.1813152386,0.0,0.66 +819,030233,Industrial,,30,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",0.66,0.77395486592,0.16384650264,1.0,0.66 +820,030240,Industrial,,30,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",0.0,0.178906654,0.161841892,0.0,1.0 +821,030241,Industrial,,30,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",0.15,0.30265964635,0.15871602385,0.0,1.0 +822,030242,Industrial,,30,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",0.4,0.5089146336,0.15350624359999998,0.0,1.0 +823,030243,Industrial,,30,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",0.66,0.72341982034,0.14808807214,1.0,1.0 +824,030310,Industrial,,30,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,0.0,0.613452222,0.231965986,0.0,0.0 +825,030311,Industrial,,30,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,0.15,0.67202337915,0.21832150375,0.0,0.0 +826,030312,Industrial,,30,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,0.4,0.7696419744,0.19558070000000002,0.0,0.0 +827,030313,Industrial,,30,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,0.66,0.87116531346,0.1719302641,1.0,0.0 +828,030410,Industrial,,30,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +829,030411,Industrial,,30,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +830,030412,Industrial,,30,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +831,030413,Industrial,,30,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +832,030420,Industrial,,30,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +833,030421,Industrial,,30,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +834,030422,Industrial,,30,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +835,030423,Industrial,,30,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +836,030430,Industrial,,30,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +837,030431,Industrial,,30,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +838,030432,Industrial,,30,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +839,030433,Industrial,,30,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +840,030510,Industrial,,30,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0, +841,030511,Industrial,,30,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +842,030512,Industrial,,30,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +843,030513,Industrial,,30,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,1.0, +844,030520,Industrial,,30,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,0.0,0.967734818,0.188666667,1.0,0.0 +845,030521,Industrial,,30,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,0.15,0.97316358575,0.18151708260000002,1.0,0.0 +846,030522,Industrial,,30,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,0.4,0.982211532,0.1696011086,1.0,0.0 +847,030523,Industrial,,30,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,0.66,0.9916213961,0.15720849564,1.0,0.0 +848,030710,Industrial,,30,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,0.0,0.931543033,0.192887681,1.0,0.0 +849,030711,Industrial,,30,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,0.15,0.9424005684999999,0.1851049445,1.0,0.0 +850,030712,Industrial,,30,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,0.4,0.960496461,0.172133717,1.0,0.0 +851,030713,Industrial,,30,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,0.66,0.9793161892,0.1586436404,1.0,0.0 +852,030720,Industrial,,30,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0, +853,030721,Industrial,,30,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +854,030722,Industrial,,30,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +855,030723,Industrial,,30,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,1.0, +856,030730,Industrial,,30,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0, +857,030731,Industrial,,30,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +858,030732,Industrial,,30,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +859,030733,Industrial,,30,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,1.0, +860,030740,Industrial,,30,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0, +861,030741,Industrial,,30,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +862,030742,Industrial,,30,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +863,030743,Industrial,,30,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,1.0, +864,030810,Industrial,,30,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,0.0,0.931543033,0.170985145,1.0,0.0 +865,030811,Industrial,,30,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,0.15,0.9424005684999999,0.16648778890000002,1.0,0.0 +866,030812,Industrial,,30,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,0.4,0.960496461,0.1589921954,1.0,0.0 +867,030813,Industrial,,30,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,0.66,0.9793161892,0.15119677816,1.0,0.0 +868,030820,Industrial,,30,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,0.0,0.717213727,0.160713043,0.0,0.0 +869,030821,Industrial,,30,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,0.15,0.7602206584,0.1577565022,0.0,0.0 +870,030822,Industrial,,30,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,0.4,0.8318988774,0.1528289342,0.0,0.0 +871,030823,Industrial,,30,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,0.66,0.90644422516,0.14770426348,1.0,0.0 +872,030900,Industrial,,30,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,1.0,1.1,0.1605,1.0,0.0 +873,030901,Industrial,,30,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,1.0,1.08558899045,0.15757541565,1.0,0.0 +874,030902,Industrial,,30,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,1.0,1.0615706412,0.1527011084,1.0,0.0 +875,030903,Industrial,,30,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,1.0,1.03659155798,0.14763182885999998,1.0,0.0 +876,030950,Industrial,,30,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,0.0,1.1,0.141963768,1.0,0.0 +877,030951,Industrial,,30,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,0.15,1.08558899045,0.14181961845,1.0,0.0 +878,030952,Industrial,,30,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,0.4,1.0615706412,0.1415793692,1.0,0.0 +879,030953,Industrial,,30,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,0.66,1.03659155798,0.14132950998,1.0,0.0 +880,040110,Institutional,,40,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,1.0,0.056353535,0.0,0.0 +881,040111,Institutional,,40,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,0.15,1.00058899045,0.06905092040000001,0.0,0.0 +882,040112,Institutional,,40,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,0.4,1.0015706412,0.09021322940000001,0.0,0.0 +883,040113,Institutional,,40,11,Open Water,#476BA0,3,high,#31a354,Open Water,0.66,1.00259155798,0.11222203076000001,1.0,0.0 +884,040120,Institutional,,40,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.8,0.0,0.0 +885,040121,Institutional,,40,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,0.15,0.15058899045,0.70115041565,0.0,0.0 +886,040122,Institutional,,40,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,0.4,0.4015706412,0.5364011084,0.0,0.0 +887,040123,Institutional,,40,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,0.66,0.66259155798,0.36506182885999994,1.0,0.0 +888,040210,Institutional,,40,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",0.0,0.516019507,0.160666667,0.0,0.0 +889,040211,Institutional,,40,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",0.15,0.5892055714,0.1577170826,0.0,0.0 +890,040212,Institutional,,40,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",0.4,0.7111823454,0.1528011086,0.0,0.0 +891,040213,Institutional,,40,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",0.66,0.83803819036,0.14768849564,1.0,0.0 +892,040220,Institutional,,40,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",0.0,0.429568656,0.227898551,0.0,0.33 +893,040221,Institutional,,40,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",0.15,0.51572234805,0.214864184,0.0,0.33 +894,040222,Institutional,,40,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",0.4,0.6593118348,0.19314023900000002,0.0,0.33 +895,040223,Institutional,,40,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",0.66,0.80864490102,0.1705473362,1.0,0.33 +896,040230,Institutional,,40,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",0.0,0.327539141,0.208190217,0.0,0.66 +897,040231,Institutional,,40,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",0.15,0.42899726029999996,0.19811210010000002,0.0,0.66 +898,040232,Institutional,,40,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",0.4,0.5980941258,0.1813152386,0.0,0.66 +899,040233,Institutional,,40,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",0.66,0.77395486592,0.16384650264,1.0,0.66 +900,040240,Institutional,,40,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",0.0,0.178906654,0.161841892,0.0,1.0 +901,040241,Institutional,,40,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",0.15,0.30265964635,0.15871602385,0.0,1.0 +902,040242,Institutional,,40,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",0.4,0.5089146336,0.15350624359999998,0.0,1.0 +903,040243,Institutional,,40,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",0.66,0.72341982034,0.14808807214,1.0,1.0 +904,040310,Institutional,,40,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,0.0,0.613452222,0.231965986,0.0,0.0 +905,040311,Institutional,,40,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,0.15,0.67202337915,0.21832150375,0.0,0.0 +906,040312,Institutional,,40,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,0.4,0.7696419744,0.19558070000000002,0.0,0.0 +907,040313,Institutional,,40,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,0.66,0.87116531346,0.1719302641,1.0,0.0 +908,040410,Institutional,,40,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +909,040411,Institutional,,40,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +910,040412,Institutional,,40,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +911,040413,Institutional,,40,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +912,040420,Institutional,,40,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +913,040421,Institutional,,40,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +914,040422,Institutional,,40,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +915,040423,Institutional,,40,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +916,040430,Institutional,,40,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +917,040431,Institutional,,40,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +918,040432,Institutional,,40,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +919,040433,Institutional,,40,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +920,040510,Institutional,,40,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0, +921,040511,Institutional,,40,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +922,040512,Institutional,,40,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +923,040513,Institutional,,40,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,1.0, +924,040520,Institutional,,40,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,0.0,0.967734818,0.188666667,1.0,0.0 +925,040521,Institutional,,40,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,0.15,0.97316358575,0.18151708260000002,1.0,0.0 +926,040522,Institutional,,40,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,0.4,0.982211532,0.1696011086,1.0,0.0 +927,040523,Institutional,,40,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,0.66,0.9916213961,0.15720849564,1.0,0.0 +928,040710,Institutional,,40,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,0.0,0.931543033,0.192887681,1.0,0.0 +929,040711,Institutional,,40,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,0.15,0.9424005684999999,0.1851049445,1.0,0.0 +930,040712,Institutional,,40,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,0.4,0.960496461,0.172133717,1.0,0.0 +931,040713,Institutional,,40,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,0.66,0.9793161892,0.1586436404,1.0,0.0 +932,040720,Institutional,,40,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0, +933,040721,Institutional,,40,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +934,040722,Institutional,,40,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +935,040723,Institutional,,40,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,1.0, +936,040730,Institutional,,40,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0, +937,040731,Institutional,,40,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +938,040732,Institutional,,40,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +939,040733,Institutional,,40,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,1.0, +940,040740,Institutional,,40,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0, +941,040741,Institutional,,40,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +942,040742,Institutional,,40,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +943,040743,Institutional,,40,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,1.0, +944,040810,Institutional,,40,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,0.0,0.931543033,0.170985145,1.0,0.0 +945,040811,Institutional,,40,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,0.15,0.9424005684999999,0.16648778890000002,1.0,0.0 +946,040812,Institutional,,40,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,0.4,0.960496461,0.1589921954,1.0,0.0 +947,040813,Institutional,,40,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,0.66,0.9793161892,0.15119677816,1.0,0.0 +948,040820,Institutional,,40,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,0.0,0.717213727,0.160713043,0.0,0.0 +949,040821,Institutional,,40,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,0.15,0.7602206584,0.1577565022,0.0,0.0 +950,040822,Institutional,,40,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,0.4,0.8318988774,0.1528289342,0.0,0.0 +951,040823,Institutional,,40,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,0.66,0.90644422516,0.14770426348,1.0,0.0 +952,040900,Institutional,,40,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,1.0,1.1,0.1605,1.0,0.0 +953,040901,Institutional,,40,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,1.0,1.08558899045,0.15757541565,1.0,0.0 +954,040902,Institutional,,40,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,1.0,1.0615706412,0.1527011084,1.0,0.0 +955,040903,Institutional,,40,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,1.0,1.03659155798,0.14763182885999998,1.0,0.0 +956,040950,Institutional,,40,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,0.0,1.1,0.141963768,1.0,0.0 +957,040951,Institutional,,40,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,0.15,1.08558899045,0.14181961845,1.0,0.0 +958,040952,Institutional,,40,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,0.4,1.0615706412,0.1415793692,1.0,0.0 +959,040953,Institutional,,40,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,0.66,1.03659155798,0.14132950998,1.0,0.0 +960,051110,Transportation,Airport,51,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,1.0,0.056353535,0.0,0.0 +961,051111,Transportation,Airport,51,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,0.15,1.00058899045,0.06905092040000001,0.0,0.0 +962,051112,Transportation,Airport,51,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,0.4,1.0015706412,0.09021322940000001,0.0,0.0 +963,051113,Transportation,Airport,51,11,Open Water,#476BA0,3,high,#31a354,Open Water,0.66,1.00259155798,0.11222203076000001,1.0,0.0 +964,051120,Transportation,Airport,51,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.8,0.0,0.0 +965,051121,Transportation,Airport,51,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,0.15,0.15058899045,0.70115041565,0.0,0.0 +966,051122,Transportation,Airport,51,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,0.4,0.4015706412,0.5364011084,0.0,0.0 +967,051123,Transportation,Airport,51,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,0.66,0.66259155798,0.36506182885999994,1.0,0.0 +968,051210,Transportation,Airport,51,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",0.0,0.516019507,0.160666667,0.0,0.0 +969,051211,Transportation,Airport,51,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",0.15,0.5892055714,0.1577170826,0.0,0.0 +970,051212,Transportation,Airport,51,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",0.4,0.7111823454,0.1528011086,0.0,0.0 +971,051213,Transportation,Airport,51,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",0.66,0.83803819036,0.14768849564,1.0,0.0 +972,051220,Transportation,Airport,51,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",0.0,0.429568656,0.227898551,0.0,0.33 +973,051221,Transportation,Airport,51,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",0.15,0.51572234805,0.214864184,0.0,0.33 +974,051222,Transportation,Airport,51,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",0.4,0.6593118348,0.19314023900000002,0.0,0.33 +975,051223,Transportation,Airport,51,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",0.66,0.80864490102,0.1705473362,1.0,0.33 +976,051230,Transportation,Airport,51,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",0.0,0.327539141,0.208190217,0.0,0.66 +977,051231,Transportation,Airport,51,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",0.15,0.42899726029999996,0.19811210010000002,0.0,0.66 +978,051232,Transportation,Airport,51,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",0.4,0.5980941258,0.1813152386,0.0,0.66 +979,051233,Transportation,Airport,51,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",0.66,0.77395486592,0.16384650264,1.0,0.66 +980,051240,Transportation,Airport,51,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",0.0,0.178906654,0.161841892,0.0,1.0 +981,051241,Transportation,Airport,51,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",0.15,0.30265964635,0.15871602385,0.0,1.0 +982,051242,Transportation,Airport,51,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",0.4,0.5089146336,0.15350624359999998,0.0,1.0 +983,051243,Transportation,Airport,51,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",0.66,0.72341982034,0.14808807214,1.0,1.0 +984,051310,Transportation,Airport,51,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,0.0,0.613452222,0.231965986,0.0,0.0 +985,051311,Transportation,Airport,51,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,0.15,0.67202337915,0.21832150375,0.0,0.0 +986,051312,Transportation,Airport,51,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,0.4,0.7696419744,0.19558070000000002,0.0,0.0 +987,051313,Transportation,Airport,51,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,0.66,0.87116531346,0.1719302641,1.0,0.0 +988,051410,Transportation,Airport,51,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +989,051411,Transportation,Airport,51,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +990,051412,Transportation,Airport,51,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +991,051413,Transportation,Airport,51,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +992,051420,Transportation,Airport,51,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +993,051421,Transportation,Airport,51,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +994,051422,Transportation,Airport,51,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +995,051423,Transportation,Airport,51,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +996,051430,Transportation,Airport,51,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +997,051431,Transportation,Airport,51,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +998,051432,Transportation,Airport,51,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +999,051433,Transportation,Airport,51,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1000,051510,Transportation,Airport,51,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1001,051511,Transportation,Airport,51,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1002,051512,Transportation,Airport,51,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1003,051513,Transportation,Airport,51,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,1.0, +1004,051520,Transportation,Airport,51,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,0.0,0.967734818,0.188666667,1.0,0.0 +1005,051521,Transportation,Airport,51,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,0.15,0.97316358575,0.18151708260000002,1.0,0.0 +1006,051522,Transportation,Airport,51,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,0.4,0.982211532,0.1696011086,1.0,0.0 +1007,051523,Transportation,Airport,51,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,0.66,0.9916213961,0.15720849564,1.0,0.0 +1008,051710,Transportation,Airport,51,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,0.0,0.931543033,0.192887681,1.0,0.0 +1009,051711,Transportation,Airport,51,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,0.15,0.9424005684999999,0.1851049445,1.0,0.0 +1010,051712,Transportation,Airport,51,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,0.4,0.960496461,0.172133717,1.0,0.0 +1011,051713,Transportation,Airport,51,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,0.66,0.9793161892,0.1586436404,1.0,0.0 +1012,051720,Transportation,Airport,51,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1013,051721,Transportation,Airport,51,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1014,051722,Transportation,Airport,51,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1015,051723,Transportation,Airport,51,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,1.0, +1016,051730,Transportation,Airport,51,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1017,051731,Transportation,Airport,51,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1018,051732,Transportation,Airport,51,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1019,051733,Transportation,Airport,51,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,1.0, +1020,051740,Transportation,Airport,51,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1021,051741,Transportation,Airport,51,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1022,051742,Transportation,Airport,51,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1023,051743,Transportation,Airport,51,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,1.0, +1024,051810,Transportation,Airport,51,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,0.0,0.931543033,0.170985145,1.0,0.0 +1025,051811,Transportation,Airport,51,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,0.15,0.9424005684999999,0.16648778890000002,1.0,0.0 +1026,051812,Transportation,Airport,51,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,0.4,0.960496461,0.1589921954,1.0,0.0 +1027,051813,Transportation,Airport,51,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,0.66,0.9793161892,0.15119677816,1.0,0.0 +1028,051820,Transportation,Airport,51,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,0.0,0.717213727,0.160713043,0.0,0.0 +1029,051821,Transportation,Airport,51,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,0.15,0.7602206584,0.1577565022,0.0,0.0 +1030,051822,Transportation,Airport,51,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,0.4,0.8318988774,0.1528289342,0.0,0.0 +1031,051823,Transportation,Airport,51,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,0.66,0.90644422516,0.14770426348,1.0,0.0 +1032,051900,Transportation,Airport,51,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,1.0,1.1,0.1605,1.0,0.0 +1033,051901,Transportation,Airport,51,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,1.0,1.08558899045,0.15757541565,1.0,0.0 +1034,051902,Transportation,Airport,51,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,1.0,1.0615706412,0.1527011084,1.0,0.0 +1035,051903,Transportation,Airport,51,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,1.0,1.03659155798,0.14763182885999998,1.0,0.0 +1036,051950,Transportation,Airport,51,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,0.0,1.1,0.141963768,1.0,0.0 +1037,051951,Transportation,Airport,51,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,0.15,1.08558899045,0.14181961845,1.0,0.0 +1038,051952,Transportation,Airport,51,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,0.4,1.0615706412,0.1415793692,1.0,0.0 +1039,051953,Transportation,Airport,51,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,0.66,1.03659155798,0.14132950998,1.0,0.0 +1040,052110,Transportation,Road and Rail,52,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,1.0,0.056353535,0.0,0.0 +1041,052111,Transportation,Road and Rail,52,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,0.15,1.00058899045,0.06905092040000001,0.0,0.0 +1042,052112,Transportation,Road and Rail,52,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,0.4,1.0015706412,0.09021322940000001,0.0,0.0 +1043,052113,Transportation,Road and Rail,52,11,Open Water,#476BA0,3,high,#31a354,Open Water,0.66,1.00259155798,0.11222203076000001,1.0,0.0 +1044,052120,Transportation,Road and Rail,52,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.8,0.0,0.0 +1045,052121,Transportation,Road and Rail,52,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,0.15,0.15058899045,0.70115041565,0.0,0.0 +1046,052122,Transportation,Road and Rail,52,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,0.4,0.4015706412,0.5364011084,0.0,0.0 +1047,052123,Transportation,Road and Rail,52,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,0.66,0.66259155798,0.36506182885999994,1.0,0.0 +1048,052210,Transportation,Road and Rail,52,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",0.0,0.516019507,0.160666667,0.0,0.0 +1049,052211,Transportation,Road and Rail,52,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",0.15,0.5892055714,0.1577170826,0.0,0.0 +1050,052212,Transportation,Road and Rail,52,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",0.4,0.7111823454,0.1528011086,0.0,0.0 +1051,052213,Transportation,Road and Rail,52,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",0.66,0.83803819036,0.14768849564,1.0,0.0 +1052,052220,Transportation,Road and Rail,52,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",0.0,0.429568656,0.227898551,0.0,0.33 +1053,052221,Transportation,Road and Rail,52,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",0.15,0.51572234805,0.214864184,0.0,0.33 +1054,052222,Transportation,Road and Rail,52,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",0.4,0.6593118348,0.19314023900000002,0.0,0.33 +1055,052223,Transportation,Road and Rail,52,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",0.66,0.80864490102,0.1705473362,1.0,0.33 +1056,052230,Transportation,Road and Rail,52,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",0.0,0.327539141,0.208190217,0.0,0.66 +1057,052231,Transportation,Road and Rail,52,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",0.15,0.42899726029999996,0.19811210010000002,0.0,0.66 +1058,052232,Transportation,Road and Rail,52,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",0.4,0.5980941258,0.1813152386,0.0,0.66 +1059,052233,Transportation,Road and Rail,52,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",0.66,0.77395486592,0.16384650264,1.0,0.66 +1060,052240,Transportation,Road and Rail,52,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",0.0,0.178906654,0.161841892,0.0,1.0 +1061,052241,Transportation,Road and Rail,52,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",0.15,0.30265964635,0.15871602385,0.0,1.0 +1062,052242,Transportation,Road and Rail,52,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",0.4,0.5089146336,0.15350624359999998,0.0,1.0 +1063,052243,Transportation,Road and Rail,52,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",0.66,0.72341982034,0.14808807214,1.0,1.0 +1064,052310,Transportation,Road and Rail,52,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,0.0,0.613452222,0.231965986,0.0,0.0 +1065,052311,Transportation,Road and Rail,52,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,0.15,0.67202337915,0.21832150375,0.0,0.0 +1066,052312,Transportation,Road and Rail,52,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,0.4,0.7696419744,0.19558070000000002,0.0,0.0 +1067,052313,Transportation,Road and Rail,52,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,0.66,0.87116531346,0.1719302641,1.0,0.0 +1068,052410,Transportation,Road and Rail,52,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1069,052411,Transportation,Road and Rail,52,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1070,052412,Transportation,Road and Rail,52,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1071,052413,Transportation,Road and Rail,52,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1072,052420,Transportation,Road and Rail,52,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1073,052421,Transportation,Road and Rail,52,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1074,052422,Transportation,Road and Rail,52,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1075,052423,Transportation,Road and Rail,52,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1076,052430,Transportation,Road and Rail,52,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1077,052431,Transportation,Road and Rail,52,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1078,052432,Transportation,Road and Rail,52,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1079,052433,Transportation,Road and Rail,52,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1080,052510,Transportation,Road and Rail,52,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1081,052511,Transportation,Road and Rail,52,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1082,052512,Transportation,Road and Rail,52,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1083,052513,Transportation,Road and Rail,52,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,1.0, +1084,052520,Transportation,Road and Rail,52,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,0.0,0.967734818,0.188666667,1.0,0.0 +1085,052521,Transportation,Road and Rail,52,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,0.15,0.97316358575,0.18151708260000002,1.0,0.0 +1086,052522,Transportation,Road and Rail,52,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,0.4,0.982211532,0.1696011086,1.0,0.0 +1087,052523,Transportation,Road and Rail,52,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,0.66,0.9916213961,0.15720849564,1.0,0.0 +1088,052710,Transportation,Road and Rail,52,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,0.0,0.931543033,0.192887681,1.0,0.0 +1089,052711,Transportation,Road and Rail,52,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,0.15,0.9424005684999999,0.1851049445,1.0,0.0 +1090,052712,Transportation,Road and Rail,52,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,0.4,0.960496461,0.172133717,1.0,0.0 +1091,052713,Transportation,Road and Rail,52,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,0.66,0.9793161892,0.1586436404,1.0,0.0 +1092,052720,Transportation,Road and Rail,52,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1093,052721,Transportation,Road and Rail,52,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1094,052722,Transportation,Road and Rail,52,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1095,052723,Transportation,Road and Rail,52,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,1.0, +1096,052730,Transportation,Road and Rail,52,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1097,052731,Transportation,Road and Rail,52,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1098,052732,Transportation,Road and Rail,52,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1099,052733,Transportation,Road and Rail,52,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,1.0, +1100,052740,Transportation,Road and Rail,52,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1101,052741,Transportation,Road and Rail,52,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1102,052742,Transportation,Road and Rail,52,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1103,052743,Transportation,Road and Rail,52,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,1.0, +1104,052810,Transportation,Road and Rail,52,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,0.0,0.931543033,0.170985145,1.0,0.0 +1105,052811,Transportation,Road and Rail,52,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,0.15,0.9424005684999999,0.16648778890000002,1.0,0.0 +1106,052812,Transportation,Road and Rail,52,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,0.4,0.960496461,0.1589921954,1.0,0.0 +1107,052813,Transportation,Road and Rail,52,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,0.66,0.9793161892,0.15119677816,1.0,0.0 +1108,052820,Transportation,Road and Rail,52,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,0.0,0.717213727,0.160713043,0.0,0.0 +1109,052821,Transportation,Road and Rail,52,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,0.15,0.7602206584,0.1577565022,0.0,0.0 +1110,052822,Transportation,Road and Rail,52,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,0.4,0.8318988774,0.1528289342,0.0,0.0 +1111,052823,Transportation,Road and Rail,52,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,0.66,0.90644422516,0.14770426348,1.0,0.0 +1112,052900,Transportation,Road and Rail,52,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,1.0,1.1,0.1605,1.0,0.0 +1113,052901,Transportation,Road and Rail,52,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,1.0,1.08558899045,0.15757541565,1.0,0.0 +1114,052902,Transportation,Road and Rail,52,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,1.0,1.0615706412,0.1527011084,1.0,0.0 +1115,052903,Transportation,Road and Rail,52,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,1.0,1.03659155798,0.14763182885999998,1.0,0.0 +1116,052950,Transportation,Road and Rail,52,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,0.0,1.1,0.141963768,1.0,0.0 +1117,052951,Transportation,Road and Rail,52,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,0.15,1.08558899045,0.14181961845,1.0,0.0 +1118,052952,Transportation,Road and Rail,52,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,0.4,1.0615706412,0.1415793692,1.0,0.0 +1119,052953,Transportation,Road and Rail,52,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,0.66,1.03659155798,0.14132950998,1.0,0.0 +1120,053110,Transportation,Other,53,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,1.0,0.056353535,0.0,0.0 +1121,053111,Transportation,Other,53,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,0.15,1.00058899045,0.06905092040000001,0.0,0.0 +1122,053112,Transportation,Other,53,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,0.4,1.0015706412,0.09021322940000001,0.0,0.0 +1123,053113,Transportation,Other,53,11,Open Water,#476BA0,3,high,#31a354,Open Water,0.66,1.00259155798,0.11222203076000001,1.0,0.0 +1124,053120,Transportation,Other,53,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.8,0.0,0.0 +1125,053121,Transportation,Other,53,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,0.15,0.15058899045,0.70115041565,0.0,0.0 +1126,053122,Transportation,Other,53,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,0.4,0.4015706412,0.5364011084,0.0,0.0 +1127,053123,Transportation,Other,53,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,0.66,0.66259155798,0.36506182885999994,1.0,0.0 +1128,053210,Transportation,Other,53,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",0.0,0.516019507,0.160666667,0.0,0.0 +1129,053211,Transportation,Other,53,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",0.15,0.5892055714,0.1577170826,0.0,0.0 +1130,053212,Transportation,Other,53,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",0.4,0.7111823454,0.1528011086,0.0,0.0 +1131,053213,Transportation,Other,53,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",0.66,0.83803819036,0.14768849564,1.0,0.0 +1132,053220,Transportation,Other,53,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",0.0,0.429568656,0.227898551,0.0,0.33 +1133,053221,Transportation,Other,53,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",0.15,0.51572234805,0.214864184,0.0,0.33 +1134,053222,Transportation,Other,53,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",0.4,0.6593118348,0.19314023900000002,0.0,0.33 +1135,053223,Transportation,Other,53,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",0.66,0.80864490102,0.1705473362,1.0,0.33 +1136,053230,Transportation,Other,53,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",0.0,0.327539141,0.208190217,0.0,0.66 +1137,053231,Transportation,Other,53,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",0.15,0.42899726029999996,0.19811210010000002,0.0,0.66 +1138,053232,Transportation,Other,53,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",0.4,0.5980941258,0.1813152386,0.0,0.66 +1139,053233,Transportation,Other,53,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",0.66,0.77395486592,0.16384650264,1.0,0.66 +1140,053240,Transportation,Other,53,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",0.0,0.178906654,0.161841892,0.0,1.0 +1141,053241,Transportation,Other,53,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",0.15,0.30265964635,0.15871602385,0.0,1.0 +1142,053242,Transportation,Other,53,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",0.4,0.5089146336,0.15350624359999998,0.0,1.0 +1143,053243,Transportation,Other,53,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",0.66,0.72341982034,0.14808807214,1.0,1.0 +1144,053310,Transportation,Other,53,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,0.0,0.613452222,0.231965986,0.0,0.0 +1145,053311,Transportation,Other,53,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,0.15,0.67202337915,0.21832150375,0.0,0.0 +1146,053312,Transportation,Other,53,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,0.4,0.7696419744,0.19558070000000002,0.0,0.0 +1147,053313,Transportation,Other,53,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,0.66,0.87116531346,0.1719302641,1.0,0.0 +1148,053410,Transportation,Other,53,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1149,053411,Transportation,Other,53,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1150,053412,Transportation,Other,53,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1151,053413,Transportation,Other,53,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1152,053420,Transportation,Other,53,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1153,053421,Transportation,Other,53,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1154,053422,Transportation,Other,53,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1155,053423,Transportation,Other,53,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1156,053430,Transportation,Other,53,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1157,053431,Transportation,Other,53,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1158,053432,Transportation,Other,53,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1159,053433,Transportation,Other,53,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1160,053510,Transportation,Other,53,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1161,053511,Transportation,Other,53,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1162,053512,Transportation,Other,53,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1163,053513,Transportation,Other,53,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,1.0, +1164,053520,Transportation,Other,53,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,0.0,0.967734818,0.188666667,1.0,0.0 +1165,053521,Transportation,Other,53,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,0.15,0.97316358575,0.18151708260000002,1.0,0.0 +1166,053522,Transportation,Other,53,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,0.4,0.982211532,0.1696011086,1.0,0.0 +1167,053523,Transportation,Other,53,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,0.66,0.9916213961,0.15720849564,1.0,0.0 +1168,053710,Transportation,Other,53,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,0.0,0.931543033,0.192887681,1.0,0.0 +1169,053711,Transportation,Other,53,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,0.15,0.9424005684999999,0.1851049445,1.0,0.0 +1170,053712,Transportation,Other,53,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,0.4,0.960496461,0.172133717,1.0,0.0 +1171,053713,Transportation,Other,53,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,0.66,0.9793161892,0.1586436404,1.0,0.0 +1172,053720,Transportation,Other,53,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1173,053721,Transportation,Other,53,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1174,053722,Transportation,Other,53,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1175,053723,Transportation,Other,53,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,1.0, +1176,053730,Transportation,Other,53,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1177,053731,Transportation,Other,53,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1178,053732,Transportation,Other,53,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1179,053733,Transportation,Other,53,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,1.0, +1180,053740,Transportation,Other,53,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1181,053741,Transportation,Other,53,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1182,053742,Transportation,Other,53,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1183,053743,Transportation,Other,53,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,1.0, +1184,053810,Transportation,Other,53,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,0.0,0.931543033,0.170985145,1.0,0.0 +1185,053811,Transportation,Other,53,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,0.15,0.9424005684999999,0.16648778890000002,1.0,0.0 +1186,053812,Transportation,Other,53,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,0.4,0.960496461,0.1589921954,1.0,0.0 +1187,053813,Transportation,Other,53,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,0.66,0.9793161892,0.15119677816,1.0,0.0 +1188,053820,Transportation,Other,53,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,0.0,0.717213727,0.160713043,0.0,0.0 +1189,053821,Transportation,Other,53,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,0.15,0.7602206584,0.1577565022,0.0,0.0 +1190,053822,Transportation,Other,53,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,0.4,0.8318988774,0.1528289342,0.0,0.0 +1191,053823,Transportation,Other,53,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,0.66,0.90644422516,0.14770426348,1.0,0.0 +1192,053900,Transportation,Other,53,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,1.0,1.1,0.1605,1.0,0.0 +1193,053901,Transportation,Other,53,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,1.0,1.08558899045,0.15757541565,1.0,0.0 +1194,053902,Transportation,Other,53,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,1.0,1.0615706412,0.1527011084,1.0,0.0 +1195,053903,Transportation,Other,53,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,1.0,1.03659155798,0.14763182885999998,1.0,0.0 +1196,053950,Transportation,Other,53,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,0.0,1.1,0.141963768,1.0,0.0 +1197,053951,Transportation,Other,53,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,0.15,1.08558899045,0.14181961845,1.0,0.0 +1198,053952,Transportation,Other,53,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,0.4,1.0615706412,0.1415793692,1.0,0.0 +1199,053953,Transportation,Other,53,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,0.66,1.03659155798,0.14132950998,1.0,0.0 +1200,060110,Other Development,,60,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,1.0,0.056353535,0.0,0.0 +1201,060111,Other Development,,60,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,0.15,1.00058899045,0.06905092040000001,0.0,0.0 +1202,060112,Other Development,,60,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,0.4,1.0015706412,0.09021322940000001,0.0,0.0 +1203,060113,Other Development,,60,11,Open Water,#476BA0,3,high,#31a354,Open Water,0.66,1.00259155798,0.11222203076000001,1.0,0.0 +1204,060120,Other Development,,60,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.8,0.0,0.0 +1205,060121,Other Development,,60,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,0.15,0.15058899045,0.70115041565,0.0,0.0 +1206,060122,Other Development,,60,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,0.4,0.4015706412,0.5364011084,0.0,0.0 +1207,060123,Other Development,,60,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,0.66,0.66259155798,0.36506182885999994,1.0,0.0 +1208,060210,Other Development,,60,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",0.0,0.516019507,0.160666667,0.0,0.0 +1209,060211,Other Development,,60,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",0.15,0.5892055714,0.1577170826,0.0,0.0 +1210,060212,Other Development,,60,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",0.4,0.7111823454,0.1528011086,0.0,0.0 +1211,060213,Other Development,,60,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",0.66,0.83803819036,0.14768849564,1.0,0.0 +1212,060220,Other Development,,60,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",0.0,0.429568656,0.227898551,0.0,0.33 +1213,060221,Other Development,,60,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",0.15,0.51572234805,0.214864184,0.0,0.33 +1214,060222,Other Development,,60,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",0.4,0.6593118348,0.19314023900000002,0.0,0.33 +1215,060223,Other Development,,60,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",0.66,0.80864490102,0.1705473362,1.0,0.33 +1216,060230,Other Development,,60,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",0.0,0.327539141,0.208190217,0.0,0.66 +1217,060231,Other Development,,60,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",0.15,0.42899726029999996,0.19811210010000002,0.0,0.66 +1218,060232,Other Development,,60,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",0.4,0.5980941258,0.1813152386,0.0,0.66 +1219,060233,Other Development,,60,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",0.66,0.77395486592,0.16384650264,1.0,0.66 +1220,060240,Other Development,,60,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",0.0,0.178906654,0.161841892,0.0,1.0 +1221,060241,Other Development,,60,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",0.15,0.30265964635,0.15871602385,0.0,1.0 +1222,060242,Other Development,,60,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",0.4,0.5089146336,0.15350624359999998,0.0,1.0 +1223,060243,Other Development,,60,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",0.66,0.72341982034,0.14808807214,1.0,1.0 +1224,060310,Other Development,,60,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,0.0,0.613452222,0.231965986,0.0,0.0 +1225,060311,Other Development,,60,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,0.15,0.67202337915,0.21832150375,0.0,0.0 +1226,060312,Other Development,,60,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,0.4,0.7696419744,0.19558070000000002,0.0,0.0 +1227,060313,Other Development,,60,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,0.66,0.87116531346,0.1719302641,1.0,0.0 +1228,060410,Other Development,,60,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1229,060411,Other Development,,60,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1230,060412,Other Development,,60,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1231,060413,Other Development,,60,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1232,060420,Other Development,,60,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1233,060421,Other Development,,60,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1234,060422,Other Development,,60,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1235,060423,Other Development,,60,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1236,060430,Other Development,,60,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1237,060431,Other Development,,60,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1238,060432,Other Development,,60,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1239,060433,Other Development,,60,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1240,060510,Other Development,,60,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1241,060511,Other Development,,60,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1242,060512,Other Development,,60,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1243,060513,Other Development,,60,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,1.0, +1244,060520,Other Development,,60,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,0.0,0.967734818,0.188666667,1.0,0.0 +1245,060521,Other Development,,60,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,0.15,0.97316358575,0.18151708260000002,1.0,0.0 +1246,060522,Other Development,,60,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,0.4,0.982211532,0.1696011086,1.0,0.0 +1247,060523,Other Development,,60,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,0.66,0.9916213961,0.15720849564,1.0,0.0 +1248,060710,Other Development,,60,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,0.0,0.931543033,0.192887681,1.0,0.0 +1249,060711,Other Development,,60,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,0.15,0.9424005684999999,0.1851049445,1.0,0.0 +1250,060712,Other Development,,60,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,0.4,0.960496461,0.172133717,1.0,0.0 +1251,060713,Other Development,,60,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,0.66,0.9793161892,0.1586436404,1.0,0.0 +1252,060720,Other Development,,60,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1253,060721,Other Development,,60,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1254,060722,Other Development,,60,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1255,060723,Other Development,,60,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,1.0, +1256,060730,Other Development,,60,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1257,060731,Other Development,,60,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1258,060732,Other Development,,60,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1259,060733,Other Development,,60,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,1.0, +1260,060740,Other Development,,60,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1261,060741,Other Development,,60,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1262,060742,Other Development,,60,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1263,060743,Other Development,,60,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,1.0, +1264,060810,Other Development,,60,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,0.0,0.931543033,0.170985145,1.0,0.0 +1265,060811,Other Development,,60,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,0.15,0.9424005684999999,0.16648778890000002,1.0,0.0 +1266,060812,Other Development,,60,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,0.4,0.960496461,0.1589921954,1.0,0.0 +1267,060813,Other Development,,60,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,0.66,0.9793161892,0.15119677816,1.0,0.0 +1268,060820,Other Development,,60,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,0.0,0.717213727,0.160713043,0.0,0.0 +1269,060821,Other Development,,60,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,0.15,0.7602206584,0.1577565022,0.0,0.0 +1270,060822,Other Development,,60,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,0.4,0.8318988774,0.1528289342,0.0,0.0 +1271,060823,Other Development,,60,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,0.66,0.90644422516,0.14770426348,1.0,0.0 +1272,060900,Other Development,,60,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,1.0,1.1,0.1605,1.0,0.0 +1273,060901,Other Development,,60,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,1.0,1.08558899045,0.15757541565,1.0,0.0 +1274,060902,Other Development,,60,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,1.0,1.0615706412,0.1527011084,1.0,0.0 +1275,060903,Other Development,,60,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,1.0,1.03659155798,0.14763182885999998,1.0,0.0 +1276,060950,Other Development,,60,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,0.0,1.1,0.141963768,1.0,0.0 +1277,060951,Other Development,,60,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,0.15,1.08558899045,0.14181961845,1.0,0.0 +1278,060952,Other Development,,60,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,0.4,1.0615706412,0.1415793692,1.0,0.0 +1279,060953,Other Development,,60,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,0.66,1.03659155798,0.14132950998,1.0,0.0 +1280,070110,Agriculture,,70,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,1.0,0.056353535,0.0,0.0 +1281,070111,Agriculture,,70,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,0.15,1.00058899045,0.06905092040000001,0.0,0.0 +1282,070112,Agriculture,,70,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,0.4,1.0015706412,0.09021322940000001,0.0,0.0 +1283,070113,Agriculture,,70,11,Open Water,#476BA0,3,high,#31a354,Open Water,0.66,1.00259155798,0.11222203076000001,1.0,0.0 +1284,070120,Agriculture,,70,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.8,0.0,0.0 +1285,070121,Agriculture,,70,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,0.15,0.15058899045,0.70115041565,0.0,0.0 +1286,070122,Agriculture,,70,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,0.4,0.4015706412,0.5364011084,0.0,0.0 +1287,070123,Agriculture,,70,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,0.66,0.66259155798,0.36506182885999994,1.0,0.0 +1288,070210,Agriculture,,70,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",0.0,0.516019507,0.160666667,0.0,0.0 +1289,070211,Agriculture,,70,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",0.15,0.5892055714,0.1577170826,0.0,0.0 +1290,070212,Agriculture,,70,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",0.4,0.7111823454,0.1528011086,0.0,0.0 +1291,070213,Agriculture,,70,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",0.66,0.83803819036,0.14768849564,1.0,0.0 +1292,070220,Agriculture,,70,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",0.0,0.429568656,0.227898551,0.0,0.33 +1293,070221,Agriculture,,70,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",0.15,0.51572234805,0.214864184,0.0,0.33 +1294,070222,Agriculture,,70,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",0.4,0.6593118348,0.19314023900000002,0.0,0.33 +1295,070223,Agriculture,,70,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",0.66,0.80864490102,0.1705473362,1.0,0.33 +1296,070230,Agriculture,,70,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",0.0,0.327539141,0.208190217,0.0,0.66 +1297,070231,Agriculture,,70,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",0.15,0.42899726029999996,0.19811210010000002,0.0,0.66 +1298,070232,Agriculture,,70,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",0.4,0.5980941258,0.1813152386,0.0,0.66 +1299,070233,Agriculture,,70,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",0.66,0.77395486592,0.16384650264,1.0,0.66 +1300,070240,Agriculture,,70,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",0.0,0.178906654,0.161841892,0.0,1.0 +1301,070241,Agriculture,,70,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",0.15,0.30265964635,0.15871602385,0.0,1.0 +1302,070242,Agriculture,,70,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",0.4,0.5089146336,0.15350624359999998,0.0,1.0 +1303,070243,Agriculture,,70,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",0.66,0.72341982034,0.14808807214,1.0,1.0 +1304,070310,Agriculture,,70,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,0.0,0.613452222,0.231965986,0.0,0.0 +1305,070311,Agriculture,,70,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,0.15,0.67202337915,0.21832150375,0.0,0.0 +1306,070312,Agriculture,,70,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,0.4,0.7696419744,0.19558070000000002,0.0,0.0 +1307,070313,Agriculture,,70,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,0.66,0.87116531346,0.1719302641,1.0,0.0 +1308,070410,Agriculture,,70,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1309,070411,Agriculture,,70,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1310,070412,Agriculture,,70,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1311,070413,Agriculture,,70,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1312,070420,Agriculture,,70,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1313,070421,Agriculture,,70,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1314,070422,Agriculture,,70,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1315,070423,Agriculture,,70,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1316,070430,Agriculture,,70,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1317,070431,Agriculture,,70,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1318,070432,Agriculture,,70,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1319,070433,Agriculture,,70,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1320,070510,Agriculture,,70,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1321,070511,Agriculture,,70,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1322,070512,Agriculture,,70,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1323,070513,Agriculture,,70,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,1.0, +1324,070520,Agriculture,,70,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,0.0,0.967734818,0.188666667,1.0,0.0 +1325,070521,Agriculture,,70,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,0.15,0.97316358575,0.18151708260000002,1.0,0.0 +1326,070522,Agriculture,,70,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,0.4,0.982211532,0.1696011086,1.0,0.0 +1327,070523,Agriculture,,70,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,0.66,0.9916213961,0.15720849564,1.0,0.0 +1328,070710,Agriculture,,70,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,0.0,0.931543033,0.192887681,1.0,0.0 +1329,070711,Agriculture,,70,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,0.15,0.9424005684999999,0.1851049445,1.0,0.0 +1330,070712,Agriculture,,70,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,0.4,0.960496461,0.172133717,1.0,0.0 +1331,070713,Agriculture,,70,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,0.66,0.9793161892,0.1586436404,1.0,0.0 +1332,070720,Agriculture,,70,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1333,070721,Agriculture,,70,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1334,070722,Agriculture,,70,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1335,070723,Agriculture,,70,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,1.0, +1336,070730,Agriculture,,70,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1337,070731,Agriculture,,70,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1338,070732,Agriculture,,70,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1339,070733,Agriculture,,70,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,1.0, +1340,070740,Agriculture,,70,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1341,070741,Agriculture,,70,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1342,070742,Agriculture,,70,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1343,070743,Agriculture,,70,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,1.0, +1344,070810,Agriculture,,70,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,0.0,0.931543033,0.170985145,1.0,0.0 +1345,070811,Agriculture,,70,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,0.15,0.9424005684999999,0.16648778890000002,1.0,0.0 +1346,070812,Agriculture,,70,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,0.4,0.960496461,0.1589921954,1.0,0.0 +1347,070813,Agriculture,,70,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,0.66,0.9793161892,0.15119677816,1.0,0.0 +1348,070820,Agriculture,,70,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,0.0,0.717213727,0.160713043,0.0,0.0 +1349,070821,Agriculture,,70,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,0.15,0.7602206584,0.1577565022,0.0,0.0 +1350,070822,Agriculture,,70,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,0.4,0.8318988774,0.1528289342,0.0,0.0 +1351,070823,Agriculture,,70,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,0.66,0.90644422516,0.14770426348,1.0,0.0 +1352,070900,Agriculture,,70,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,1.0,1.1,0.1605,1.0,0.0 +1353,070901,Agriculture,,70,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,1.0,1.08558899045,0.15757541565,1.0,0.0 +1354,070902,Agriculture,,70,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,1.0,1.0615706412,0.1527011084,1.0,0.0 +1355,070903,Agriculture,,70,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,1.0,1.03659155798,0.14763182885999998,1.0,0.0 +1356,070950,Agriculture,,70,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,0.0,1.1,0.141963768,1.0,0.0 +1357,070951,Agriculture,,70,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,0.15,1.08558899045,0.14181961845,1.0,0.0 +1358,070952,Agriculture,,70,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,0.4,1.0615706412,0.1415793692,1.0,0.0 +1359,070953,Agriculture,,70,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,0.66,1.03659155798,0.14132950998,1.0,0.0 +1360,080110,Rangeland,,80,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,1.0,0.056353535,0.0,0.0 +1361,080111,Rangeland,,80,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,0.15,1.00058899045,0.06905092040000001,0.0,0.0 +1362,080112,Rangeland,,80,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,0.4,1.0015706412,0.09021322940000001,0.0,0.0 +1363,080113,Rangeland,,80,11,Open Water,#476BA0,3,high,#31a354,Open Water,0.66,1.00259155798,0.11222203076000001,1.0,0.0 +1364,080120,Rangeland,,80,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.8,0.0,0.0 +1365,080121,Rangeland,,80,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,0.15,0.15058899045,0.70115041565,0.0,0.0 +1366,080122,Rangeland,,80,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,0.4,0.4015706412,0.5364011084,0.0,0.0 +1367,080123,Rangeland,,80,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,0.66,0.66259155798,0.36506182885999994,1.0,0.0 +1368,080210,Rangeland,,80,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",0.0,0.516019507,0.160666667,0.0,0.0 +1369,080211,Rangeland,,80,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",0.15,0.5892055714,0.1577170826,0.0,0.0 +1370,080212,Rangeland,,80,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",0.4,0.7111823454,0.1528011086,0.0,0.0 +1371,080213,Rangeland,,80,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",0.66,0.83803819036,0.14768849564,1.0,0.0 +1372,080220,Rangeland,,80,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",0.0,0.429568656,0.227898551,0.0,0.33 +1373,080221,Rangeland,,80,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",0.15,0.51572234805,0.214864184,0.0,0.33 +1374,080222,Rangeland,,80,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",0.4,0.6593118348,0.19314023900000002,0.0,0.33 +1375,080223,Rangeland,,80,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",0.66,0.80864490102,0.1705473362,1.0,0.33 +1376,080230,Rangeland,,80,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",0.0,0.327539141,0.208190217,0.0,0.66 +1377,080231,Rangeland,,80,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",0.15,0.42899726029999996,0.19811210010000002,0.0,0.66 +1378,080232,Rangeland,,80,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",0.4,0.5980941258,0.1813152386,0.0,0.66 +1379,080233,Rangeland,,80,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",0.66,0.77395486592,0.16384650264,1.0,0.66 +1380,080240,Rangeland,,80,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",0.0,0.178906654,0.161841892,0.0,1.0 +1381,080241,Rangeland,,80,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",0.15,0.30265964635,0.15871602385,0.0,1.0 +1382,080242,Rangeland,,80,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",0.4,0.5089146336,0.15350624359999998,0.0,1.0 +1383,080243,Rangeland,,80,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",0.66,0.72341982034,0.14808807214,1.0,1.0 +1384,080310,Rangeland,,80,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,0.0,0.613452222,0.231965986,0.0,0.0 +1385,080311,Rangeland,,80,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,0.15,0.67202337915,0.21832150375,0.0,0.0 +1386,080312,Rangeland,,80,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,0.4,0.7696419744,0.19558070000000002,0.0,0.0 +1387,080313,Rangeland,,80,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,0.66,0.87116531346,0.1719302641,1.0,0.0 +1388,080410,Rangeland,,80,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1389,080411,Rangeland,,80,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1390,080412,Rangeland,,80,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1391,080413,Rangeland,,80,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1392,080420,Rangeland,,80,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1393,080421,Rangeland,,80,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1394,080422,Rangeland,,80,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1395,080423,Rangeland,,80,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1396,080430,Rangeland,,80,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1397,080431,Rangeland,,80,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1398,080432,Rangeland,,80,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1399,080433,Rangeland,,80,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1400,080510,Rangeland,,80,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1401,080511,Rangeland,,80,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1402,080512,Rangeland,,80,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1403,080513,Rangeland,,80,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,1.0, +1404,080520,Rangeland,,80,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,0.0,0.967734818,0.188666667,1.0,0.0 +1405,080521,Rangeland,,80,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,0.15,0.97316358575,0.18151708260000002,1.0,0.0 +1406,080522,Rangeland,,80,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,0.4,0.982211532,0.1696011086,1.0,0.0 +1407,080523,Rangeland,,80,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,0.66,0.9916213961,0.15720849564,1.0,0.0 +1408,080710,Rangeland,,80,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,0.0,0.931543033,0.192887681,1.0,0.0 +1409,080711,Rangeland,,80,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,0.15,0.9424005684999999,0.1851049445,1.0,0.0 +1410,080712,Rangeland,,80,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,0.4,0.960496461,0.172133717,1.0,0.0 +1411,080713,Rangeland,,80,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,0.66,0.9793161892,0.1586436404,1.0,0.0 +1412,080720,Rangeland,,80,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1413,080721,Rangeland,,80,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1414,080722,Rangeland,,80,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1415,080723,Rangeland,,80,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,1.0, +1416,080730,Rangeland,,80,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1417,080731,Rangeland,,80,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1418,080732,Rangeland,,80,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1419,080733,Rangeland,,80,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,1.0, +1420,080740,Rangeland,,80,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1421,080741,Rangeland,,80,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1422,080742,Rangeland,,80,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1423,080743,Rangeland,,80,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,1.0, +1424,080810,Rangeland,,80,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,0.0,0.931543033,0.170985145,1.0,0.0 +1425,080811,Rangeland,,80,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,0.15,0.9424005684999999,0.16648778890000002,1.0,0.0 +1426,080812,Rangeland,,80,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,0.4,0.960496461,0.1589921954,1.0,0.0 +1427,080813,Rangeland,,80,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,0.66,0.9793161892,0.15119677816,1.0,0.0 +1428,080820,Rangeland,,80,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,0.0,0.717213727,0.160713043,0.0,0.0 +1429,080821,Rangeland,,80,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,0.15,0.7602206584,0.1577565022,0.0,0.0 +1430,080822,Rangeland,,80,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,0.4,0.8318988774,0.1528289342,0.0,0.0 +1431,080823,Rangeland,,80,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,0.66,0.90644422516,0.14770426348,1.0,0.0 +1432,080900,Rangeland,,80,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,1.0,1.1,0.1605,1.0,0.0 +1433,080901,Rangeland,,80,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,1.0,1.08558899045,0.15757541565,1.0,0.0 +1434,080902,Rangeland,,80,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,1.0,1.0615706412,0.1527011084,1.0,0.0 +1435,080903,Rangeland,,80,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,1.0,1.03659155798,0.14763182885999998,1.0,0.0 +1436,080950,Rangeland,,80,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,0.0,1.1,0.141963768,1.0,0.0 +1437,080951,Rangeland,,80,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,0.15,1.08558899045,0.14181961845,1.0,0.0 +1438,080952,Rangeland,,80,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,0.4,1.0615706412,0.1415793692,1.0,0.0 +1439,080953,Rangeland,,80,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,0.66,1.03659155798,0.14132950998,1.0,0.0 +1440,090110,Extractive/Mining,,90,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,1.0,0.056353535,0.0,0.0 +1441,090111,Extractive/Mining,,90,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,0.15,1.00058899045,0.06905092040000001,0.0,0.0 +1442,090112,Extractive/Mining,,90,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,0.4,1.0015706412,0.09021322940000001,0.0,0.0 +1443,090113,Extractive/Mining,,90,11,Open Water,#476BA0,3,high,#31a354,Open Water,0.66,1.00259155798,0.11222203076000001,1.0,0.0 +1444,090120,Extractive/Mining,,90,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.8,0.0,0.0 +1445,090121,Extractive/Mining,,90,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,0.15,0.15058899045,0.70115041565,0.0,0.0 +1446,090122,Extractive/Mining,,90,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,0.4,0.4015706412,0.5364011084,0.0,0.0 +1447,090123,Extractive/Mining,,90,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,0.66,0.66259155798,0.36506182885999994,1.0,0.0 +1448,090210,Extractive/Mining,,90,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",0.0,0.516019507,0.160666667,0.0,0.0 +1449,090211,Extractive/Mining,,90,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",0.15,0.5892055714,0.1577170826,0.0,0.0 +1450,090212,Extractive/Mining,,90,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",0.4,0.7111823454,0.1528011086,0.0,0.0 +1451,090213,Extractive/Mining,,90,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",0.66,0.83803819036,0.14768849564,1.0,0.0 +1452,090220,Extractive/Mining,,90,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",0.0,0.429568656,0.227898551,0.0,0.33 +1453,090221,Extractive/Mining,,90,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",0.15,0.51572234805,0.214864184,0.0,0.33 +1454,090222,Extractive/Mining,,90,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",0.4,0.6593118348,0.19314023900000002,0.0,0.33 +1455,090223,Extractive/Mining,,90,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",0.66,0.80864490102,0.1705473362,1.0,0.33 +1456,090230,Extractive/Mining,,90,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",0.0,0.327539141,0.208190217,0.0,0.66 +1457,090231,Extractive/Mining,,90,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",0.15,0.42899726029999996,0.19811210010000002,0.0,0.66 +1458,090232,Extractive/Mining,,90,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",0.4,0.5980941258,0.1813152386,0.0,0.66 +1459,090233,Extractive/Mining,,90,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",0.66,0.77395486592,0.16384650264,1.0,0.66 +1460,090240,Extractive/Mining,,90,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",0.0,0.178906654,0.161841892,0.0,1.0 +1461,090241,Extractive/Mining,,90,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",0.15,0.30265964635,0.15871602385,0.0,1.0 +1462,090242,Extractive/Mining,,90,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",0.4,0.5089146336,0.15350624359999998,0.0,1.0 +1463,090243,Extractive/Mining,,90,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",0.66,0.72341982034,0.14808807214,1.0,1.0 +1464,090310,Extractive/Mining,,90,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,0.0,0.613452222,0.231965986,0.0,0.0 +1465,090311,Extractive/Mining,,90,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,0.15,0.67202337915,0.21832150375,0.0,0.0 +1466,090312,Extractive/Mining,,90,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,0.4,0.7696419744,0.19558070000000002,0.0,0.0 +1467,090313,Extractive/Mining,,90,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,0.66,0.87116531346,0.1719302641,1.0,0.0 +1468,090410,Extractive/Mining,,90,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1469,090411,Extractive/Mining,,90,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1470,090412,Extractive/Mining,,90,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1471,090413,Extractive/Mining,,90,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1472,090420,Extractive/Mining,,90,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1473,090421,Extractive/Mining,,90,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1474,090422,Extractive/Mining,,90,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1475,090423,Extractive/Mining,,90,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1476,090430,Extractive/Mining,,90,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1477,090431,Extractive/Mining,,90,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1478,090432,Extractive/Mining,,90,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1479,090433,Extractive/Mining,,90,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1480,090510,Extractive/Mining,,90,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1481,090511,Extractive/Mining,,90,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1482,090512,Extractive/Mining,,90,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1483,090513,Extractive/Mining,,90,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,1.0, +1484,090520,Extractive/Mining,,90,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,0.0,0.967734818,0.188666667,1.0,0.0 +1485,090521,Extractive/Mining,,90,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,0.15,0.97316358575,0.18151708260000002,1.0,0.0 +1486,090522,Extractive/Mining,,90,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,0.4,0.982211532,0.1696011086,1.0,0.0 +1487,090523,Extractive/Mining,,90,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,0.66,0.9916213961,0.15720849564,1.0,0.0 +1488,090710,Extractive/Mining,,90,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,0.0,0.931543033,0.192887681,1.0,0.0 +1489,090711,Extractive/Mining,,90,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,0.15,0.9424005684999999,0.1851049445,1.0,0.0 +1490,090712,Extractive/Mining,,90,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,0.4,0.960496461,0.172133717,1.0,0.0 +1491,090713,Extractive/Mining,,90,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,0.66,0.9793161892,0.1586436404,1.0,0.0 +1492,090720,Extractive/Mining,,90,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1493,090721,Extractive/Mining,,90,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1494,090722,Extractive/Mining,,90,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1495,090723,Extractive/Mining,,90,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,1.0, +1496,090730,Extractive/Mining,,90,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1497,090731,Extractive/Mining,,90,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1498,090732,Extractive/Mining,,90,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1499,090733,Extractive/Mining,,90,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,1.0, +1500,090740,Extractive/Mining,,90,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1501,090741,Extractive/Mining,,90,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1502,090742,Extractive/Mining,,90,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1503,090743,Extractive/Mining,,90,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,1.0, +1504,090810,Extractive/Mining,,90,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,0.0,0.931543033,0.170985145,1.0,0.0 +1505,090811,Extractive/Mining,,90,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,0.15,0.9424005684999999,0.16648778890000002,1.0,0.0 +1506,090812,Extractive/Mining,,90,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,0.4,0.960496461,0.1589921954,1.0,0.0 +1507,090813,Extractive/Mining,,90,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,0.66,0.9793161892,0.15119677816,1.0,0.0 +1508,090820,Extractive/Mining,,90,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,0.0,0.717213727,0.160713043,0.0,0.0 +1509,090821,Extractive/Mining,,90,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,0.15,0.7602206584,0.1577565022,0.0,0.0 +1510,090822,Extractive/Mining,,90,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,0.4,0.8318988774,0.1528289342,0.0,0.0 +1511,090823,Extractive/Mining,,90,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,0.66,0.90644422516,0.14770426348,1.0,0.0 +1512,090900,Extractive/Mining,,90,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,1.0,1.1,0.1605,1.0,0.0 +1513,090901,Extractive/Mining,,90,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,1.0,1.08558899045,0.15757541565,1.0,0.0 +1514,090902,Extractive/Mining,,90,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,1.0,1.0615706412,0.1527011084,1.0,0.0 +1515,090903,Extractive/Mining,,90,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,1.0,1.03659155798,0.14763182885999998,1.0,0.0 +1516,090950,Extractive/Mining,,90,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,0.0,1.1,0.141963768,1.0,0.0 +1517,090951,Extractive/Mining,,90,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,0.15,1.08558899045,0.14181961845,1.0,0.0 +1518,090952,Extractive/Mining,,90,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,0.4,1.0615706412,0.1415793692,1.0,0.0 +1519,090953,Extractive/Mining,,90,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,0.66,1.03659155798,0.14132950998,1.0,0.0 +1520,100110,Timber,,100,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,1.0,0.056353535,0.0,0.0 +1521,100111,Timber,,100,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,0.15,1.00058899045,0.06905092040000001,0.0,0.0 +1522,100112,Timber,,100,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,0.4,1.0015706412,0.09021322940000001,0.0,0.0 +1523,100113,Timber,,100,11,Open Water,#476BA0,3,high,#31a354,Open Water,0.66,1.00259155798,0.11222203076000001,1.0,0.0 +1524,100120,Timber,,100,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.8,0.0,0.0 +1525,100121,Timber,,100,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,0.15,0.15058899045,0.70115041565,0.0,0.0 +1526,100122,Timber,,100,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,0.4,0.4015706412,0.5364011084,0.0,0.0 +1527,100123,Timber,,100,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,0.66,0.66259155798,0.36506182885999994,1.0,0.0 +1528,100210,Timber,,100,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",0.0,0.516019507,0.160666667,0.0,0.0 +1529,100211,Timber,,100,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",0.15,0.5892055714,0.1577170826,0.0,0.0 +1530,100212,Timber,,100,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",0.4,0.7111823454,0.1528011086,0.0,0.0 +1531,100213,Timber,,100,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",0.66,0.83803819036,0.14768849564,1.0,0.0 +1532,100220,Timber,,100,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",0.0,0.429568656,0.227898551,0.0,0.33 +1533,100221,Timber,,100,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",0.15,0.51572234805,0.214864184,0.0,0.33 +1534,100222,Timber,,100,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",0.4,0.6593118348,0.19314023900000002,0.0,0.33 +1535,100223,Timber,,100,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",0.66,0.80864490102,0.1705473362,1.0,0.33 +1536,100230,Timber,,100,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",0.0,0.327539141,0.208190217,0.0,0.66 +1537,100231,Timber,,100,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",0.15,0.42899726029999996,0.19811210010000002,0.0,0.66 +1538,100232,Timber,,100,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",0.4,0.5980941258,0.1813152386,0.0,0.66 +1539,100233,Timber,,100,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",0.66,0.77395486592,0.16384650264,1.0,0.66 +1540,100240,Timber,,100,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",0.0,0.178906654,0.161841892,0.0,1.0 +1541,100241,Timber,,100,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",0.15,0.30265964635,0.15871602385,0.0,1.0 +1542,100242,Timber,,100,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",0.4,0.5089146336,0.15350624359999998,0.0,1.0 +1543,100243,Timber,,100,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",0.66,0.72341982034,0.14808807214,1.0,1.0 +1544,100310,Timber,,100,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,0.0,0.613452222,0.231965986,0.0,0.0 +1545,100311,Timber,,100,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,0.15,0.67202337915,0.21832150375,0.0,0.0 +1546,100312,Timber,,100,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,0.4,0.7696419744,0.19558070000000002,0.0,0.0 +1547,100313,Timber,,100,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,0.66,0.87116531346,0.1719302641,1.0,0.0 +1548,100410,Timber,,100,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1549,100411,Timber,,100,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1550,100412,Timber,,100,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1551,100413,Timber,,100,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1552,100420,Timber,,100,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1553,100421,Timber,,100,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1554,100422,Timber,,100,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1555,100423,Timber,,100,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1556,100430,Timber,,100,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1557,100431,Timber,,100,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1558,100432,Timber,,100,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1559,100433,Timber,,100,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1560,100510,Timber,,100,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1561,100511,Timber,,100,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1562,100512,Timber,,100,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1563,100513,Timber,,100,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,1.0, +1564,100520,Timber,,100,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,0.0,0.967734818,0.188666667,1.0,0.0 +1565,100521,Timber,,100,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,0.15,0.97316358575,0.18151708260000002,1.0,0.0 +1566,100522,Timber,,100,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,0.4,0.982211532,0.1696011086,1.0,0.0 +1567,100523,Timber,,100,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,0.66,0.9916213961,0.15720849564,1.0,0.0 +1568,100710,Timber,,100,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,0.0,0.931543033,0.192887681,1.0,0.0 +1569,100711,Timber,,100,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,0.15,0.9424005684999999,0.1851049445,1.0,0.0 +1570,100712,Timber,,100,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,0.4,0.960496461,0.172133717,1.0,0.0 +1571,100713,Timber,,100,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,0.66,0.9793161892,0.1586436404,1.0,0.0 +1572,100720,Timber,,100,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1573,100721,Timber,,100,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1574,100722,Timber,,100,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1575,100723,Timber,,100,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,1.0, +1576,100730,Timber,,100,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1577,100731,Timber,,100,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1578,100732,Timber,,100,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1579,100733,Timber,,100,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,1.0, +1580,100740,Timber,,100,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1581,100741,Timber,,100,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1582,100742,Timber,,100,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1583,100743,Timber,,100,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,1.0, +1584,100810,Timber,,100,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,0.0,0.931543033,0.170985145,1.0,0.0 +1585,100811,Timber,,100,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,0.15,0.9424005684999999,0.16648778890000002,1.0,0.0 +1586,100812,Timber,,100,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,0.4,0.960496461,0.1589921954,1.0,0.0 +1587,100813,Timber,,100,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,0.66,0.9793161892,0.15119677816,1.0,0.0 +1588,100820,Timber,,100,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,0.0,0.717213727,0.160713043,0.0,0.0 +1589,100821,Timber,,100,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,0.15,0.7602206584,0.1577565022,0.0,0.0 +1590,100822,Timber,,100,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,0.4,0.8318988774,0.1528289342,0.0,0.0 +1591,100823,Timber,,100,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,0.66,0.90644422516,0.14770426348,1.0,0.0 +1592,100900,Timber,,100,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,1.0,1.1,0.1605,1.0,0.0 +1593,100901,Timber,,100,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,1.0,1.08558899045,0.15757541565,1.0,0.0 +1594,100902,Timber,,100,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,1.0,1.0615706412,0.1527011084,1.0,0.0 +1595,100903,Timber,,100,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,1.0,1.03659155798,0.14763182885999998,1.0,0.0 +1596,100950,Timber,,100,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,0.0,1.1,0.141963768,1.0,0.0 +1597,100951,Timber,,100,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,0.15,1.08558899045,0.14181961845,1.0,0.0 +1598,100952,Timber,,100,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,0.4,1.0615706412,0.1415793692,1.0,0.0 +1599,100953,Timber,,100,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,0.66,1.03659155798,0.14132950998,1.0,0.0 +1600,110110,Barren,,110,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,1.0,0.056353535,0.0,0.0 +1601,110111,Barren,,110,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,0.15,1.00058899045,0.06905092040000001,0.0,0.0 +1602,110112,Barren,,110,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,0.4,1.0015706412,0.09021322940000001,0.0,0.0 +1603,110113,Barren,,110,11,Open Water,#476BA0,3,high,#31a354,Open Water,0.66,1.00259155798,0.11222203076000001,1.0,0.0 +1604,110120,Barren,,110,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.8,0.0,0.0 +1605,110121,Barren,,110,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,0.15,0.15058899045,0.70115041565,0.0,0.0 +1606,110122,Barren,,110,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,0.4,0.4015706412,0.5364011084,0.0,0.0 +1607,110123,Barren,,110,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,0.66,0.66259155798,0.36506182885999994,1.0,0.0 +1608,110210,Barren,,110,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",0.0,0.516019507,0.160666667,0.0,0.0 +1609,110211,Barren,,110,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",0.15,0.5892055714,0.1577170826,0.0,0.0 +1610,110212,Barren,,110,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",0.4,0.7111823454,0.1528011086,0.0,0.0 +1611,110213,Barren,,110,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",0.66,0.83803819036,0.14768849564,1.0,0.0 +1612,110220,Barren,,110,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",0.0,0.429568656,0.227898551,0.0,0.33 +1613,110221,Barren,,110,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",0.15,0.51572234805,0.214864184,0.0,0.33 +1614,110222,Barren,,110,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",0.4,0.6593118348,0.19314023900000002,0.0,0.33 +1615,110223,Barren,,110,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",0.66,0.80864490102,0.1705473362,1.0,0.33 +1616,110230,Barren,,110,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",0.0,0.327539141,0.208190217,0.0,0.66 +1617,110231,Barren,,110,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",0.15,0.42899726029999996,0.19811210010000002,0.0,0.66 +1618,110232,Barren,,110,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",0.4,0.5980941258,0.1813152386,0.0,0.66 +1619,110233,Barren,,110,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",0.66,0.77395486592,0.16384650264,1.0,0.66 +1620,110240,Barren,,110,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",0.0,0.178906654,0.161841892,0.0,1.0 +1621,110241,Barren,,110,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",0.15,0.30265964635,0.15871602385,0.0,1.0 +1622,110242,Barren,,110,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",0.4,0.5089146336,0.15350624359999998,0.0,1.0 +1623,110243,Barren,,110,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",0.66,0.72341982034,0.14808807214,1.0,1.0 +1624,110310,Barren,,110,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,0.0,0.613452222,0.231965986,0.0,0.0 +1625,110311,Barren,,110,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,0.15,0.67202337915,0.21832150375,0.0,0.0 +1626,110312,Barren,,110,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,0.4,0.7696419744,0.19558070000000002,0.0,0.0 +1627,110313,Barren,,110,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,0.66,0.87116531346,0.1719302641,1.0,0.0 +1628,110410,Barren,,110,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1629,110411,Barren,,110,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1630,110412,Barren,,110,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1631,110413,Barren,,110,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1632,110420,Barren,,110,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1633,110421,Barren,,110,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1634,110422,Barren,,110,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1635,110423,Barren,,110,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1636,110430,Barren,,110,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1637,110431,Barren,,110,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1638,110432,Barren,,110,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1639,110433,Barren,,110,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1640,110510,Barren,,110,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1641,110511,Barren,,110,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1642,110512,Barren,,110,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1643,110513,Barren,,110,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,1.0, +1644,110520,Barren,,110,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,0.0,0.967734818,0.188666667,1.0,0.0 +1645,110521,Barren,,110,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,0.15,0.97316358575,0.18151708260000002,1.0,0.0 +1646,110522,Barren,,110,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,0.4,0.982211532,0.1696011086,1.0,0.0 +1647,110523,Barren,,110,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,0.66,0.9916213961,0.15720849564,1.0,0.0 +1648,110710,Barren,,110,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,0.0,0.931543033,0.192887681,1.0,0.0 +1649,110711,Barren,,110,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,0.15,0.9424005684999999,0.1851049445,1.0,0.0 +1650,110712,Barren,,110,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,0.4,0.960496461,0.172133717,1.0,0.0 +1651,110713,Barren,,110,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,0.66,0.9793161892,0.1586436404,1.0,0.0 +1652,110720,Barren,,110,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1653,110721,Barren,,110,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1654,110722,Barren,,110,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1655,110723,Barren,,110,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,1.0, +1656,110730,Barren,,110,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1657,110731,Barren,,110,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1658,110732,Barren,,110,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1659,110733,Barren,,110,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,1.0, +1660,110740,Barren,,110,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1661,110741,Barren,,110,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1662,110742,Barren,,110,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1663,110743,Barren,,110,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,1.0, +1664,110810,Barren,,110,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,0.0,0.931543033,0.170985145,1.0,0.0 +1665,110811,Barren,,110,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,0.15,0.9424005684999999,0.16648778890000002,1.0,0.0 +1666,110812,Barren,,110,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,0.4,0.960496461,0.1589921954,1.0,0.0 +1667,110813,Barren,,110,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,0.66,0.9793161892,0.15119677816,1.0,0.0 +1668,110820,Barren,,110,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,0.0,0.717213727,0.160713043,0.0,0.0 +1669,110821,Barren,,110,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,0.15,0.7602206584,0.1577565022,0.0,0.0 +1670,110822,Barren,,110,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,0.4,0.8318988774,0.1528289342,0.0,0.0 +1671,110823,Barren,,110,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,0.66,0.90644422516,0.14770426348,1.0,0.0 +1672,110900,Barren,,110,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,1.0,1.1,0.1605,1.0,0.0 +1673,110901,Barren,,110,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,1.0,1.08558899045,0.15757541565,1.0,0.0 +1674,110902,Barren,,110,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,1.0,1.0615706412,0.1527011084,1.0,0.0 +1675,110903,Barren,,110,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,1.0,1.03659155798,0.14763182885999998,1.0,0.0 +1676,110950,Barren,,110,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,0.0,1.1,0.141963768,1.0,0.0 +1677,110951,Barren,,110,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,0.15,1.08558899045,0.14181961845,1.0,0.0 +1678,110952,Barren,,110,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,0.4,1.0615706412,0.1415793692,1.0,0.0 +1679,110953,Barren,,110,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,0.66,1.03659155798,0.14132950998,1.0,0.0 +1680,120110,Undifferentiated park,,120,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,1.0,0.056353535,0.0,0.0 +1681,120111,Undifferentiated park,,120,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,0.15,1.00058899045,0.06905092040000001,0.0,0.0 +1682,120112,Undifferentiated park,,120,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,0.4,1.0015706412,0.09021322940000001,0.0,0.0 +1683,120113,Undifferentiated park,,120,11,Open Water,#476BA0,3,high,#31a354,Open Water,0.66,1.00259155798,0.11222203076000001,1.0,0.0 +1684,120120,Undifferentiated park,,120,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.8,0.0,0.0 +1685,120121,Undifferentiated park,,120,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,0.15,0.15058899045,0.70115041565,0.0,0.0 +1686,120122,Undifferentiated park,,120,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,0.4,0.4015706412,0.5364011084,0.0,0.0 +1687,120123,Undifferentiated park,,120,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,0.66,0.66259155798,0.36506182885999994,1.0,0.0 +1688,120210,Undifferentiated park,,120,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",0.0,0.516019507,0.160666667,0.0,0.0 +1689,120211,Undifferentiated park,,120,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",0.15,0.5892055714,0.1577170826,0.0,0.0 +1690,120212,Undifferentiated park,,120,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",0.4,0.7111823454,0.1528011086,0.0,0.0 +1691,120213,Undifferentiated park,,120,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",0.66,0.83803819036,0.14768849564,1.0,0.0 +1692,120220,Undifferentiated park,,120,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",0.0,0.429568656,0.227898551,0.0,0.33 +1693,120221,Undifferentiated park,,120,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",0.15,0.51572234805,0.214864184,0.0,0.33 +1694,120222,Undifferentiated park,,120,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",0.4,0.6593118348,0.19314023900000002,0.0,0.33 +1695,120223,Undifferentiated park,,120,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",0.66,0.80864490102,0.1705473362,1.0,0.33 +1696,120230,Undifferentiated park,,120,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",0.0,0.327539141,0.208190217,0.0,0.66 +1697,120231,Undifferentiated park,,120,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",0.15,0.42899726029999996,0.19811210010000002,0.0,0.66 +1698,120232,Undifferentiated park,,120,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",0.4,0.5980941258,0.1813152386,0.0,0.66 +1699,120233,Undifferentiated park,,120,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",0.66,0.77395486592,0.16384650264,1.0,0.66 +1700,120240,Undifferentiated park,,120,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",0.0,0.178906654,0.161841892,0.0,1.0 +1701,120241,Undifferentiated park,,120,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",0.15,0.30265964635,0.15871602385,0.0,1.0 +1702,120242,Undifferentiated park,,120,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",0.4,0.5089146336,0.15350624359999998,0.0,1.0 +1703,120243,Undifferentiated park,,120,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",0.66,0.72341982034,0.14808807214,1.0,1.0 +1704,120310,Undifferentiated park,,120,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,0.0,0.613452222,0.231965986,0.0,0.0 +1705,120311,Undifferentiated park,,120,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,0.15,0.67202337915,0.21832150375,0.0,0.0 +1706,120312,Undifferentiated park,,120,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,0.4,0.7696419744,0.19558070000000002,0.0,0.0 +1707,120313,Undifferentiated park,,120,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,0.66,0.87116531346,0.1719302641,1.0,0.0 +1708,120410,Undifferentiated park,,120,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1709,120411,Undifferentiated park,,120,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1710,120412,Undifferentiated park,,120,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1711,120413,Undifferentiated park,,120,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1712,120420,Undifferentiated park,,120,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1713,120421,Undifferentiated park,,120,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1714,120422,Undifferentiated park,,120,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1715,120423,Undifferentiated park,,120,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1716,120430,Undifferentiated park,,120,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1717,120431,Undifferentiated park,,120,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1718,120432,Undifferentiated park,,120,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1719,120433,Undifferentiated park,,120,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1720,120510,Undifferentiated park,,120,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1721,120511,Undifferentiated park,,120,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1722,120512,Undifferentiated park,,120,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1723,120513,Undifferentiated park,,120,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,1.0, +1724,120520,Undifferentiated park,,120,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,0.0,0.967734818,0.188666667,1.0,0.0 +1725,120521,Undifferentiated park,,120,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,0.15,0.97316358575,0.18151708260000002,1.0,0.0 +1726,120522,Undifferentiated park,,120,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,0.4,0.982211532,0.1696011086,1.0,0.0 +1727,120523,Undifferentiated park,,120,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,0.66,0.9916213961,0.15720849564,1.0,0.0 +1728,120710,Undifferentiated park,,120,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,0.0,0.931543033,0.192887681,1.0,0.0 +1729,120711,Undifferentiated park,,120,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,0.15,0.9424005684999999,0.1851049445,1.0,0.0 +1730,120712,Undifferentiated park,,120,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,0.4,0.960496461,0.172133717,1.0,0.0 +1731,120713,Undifferentiated park,,120,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,0.66,0.9793161892,0.1586436404,1.0,0.0 +1732,120720,Undifferentiated park,,120,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1733,120721,Undifferentiated park,,120,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1734,120722,Undifferentiated park,,120,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1735,120723,Undifferentiated park,,120,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,1.0, +1736,120730,Undifferentiated park,,120,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1737,120731,Undifferentiated park,,120,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1738,120732,Undifferentiated park,,120,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1739,120733,Undifferentiated park,,120,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,1.0, +1740,120740,Undifferentiated park,,120,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1741,120741,Undifferentiated park,,120,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1742,120742,Undifferentiated park,,120,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1743,120743,Undifferentiated park,,120,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,1.0, +1744,120810,Undifferentiated park,,120,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,0.0,0.931543033,0.170985145,1.0,0.0 +1745,120811,Undifferentiated park,,120,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,0.15,0.9424005684999999,0.16648778890000002,1.0,0.0 +1746,120812,Undifferentiated park,,120,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,0.4,0.960496461,0.1589921954,1.0,0.0 +1747,120813,Undifferentiated park,,120,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,0.66,0.9793161892,0.15119677816,1.0,0.0 +1748,120820,Undifferentiated park,,120,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,0.0,0.717213727,0.160713043,0.0,0.0 +1749,120821,Undifferentiated park,,120,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,0.15,0.7602206584,0.1577565022,0.0,0.0 +1750,120822,Undifferentiated park,,120,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,0.4,0.8318988774,0.1528289342,0.0,0.0 +1751,120823,Undifferentiated park,,120,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,0.66,0.90644422516,0.14770426348,1.0,0.0 +1752,120900,Undifferentiated park,,120,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,1.0,1.1,0.1605,1.0,0.0 +1753,120901,Undifferentiated park,,120,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,1.0,1.08558899045,0.15757541565,1.0,0.0 +1754,120902,Undifferentiated park,,120,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,1.0,1.0615706412,0.1527011084,1.0,0.0 +1755,120903,Undifferentiated park,,120,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,1.0,1.03659155798,0.14763182885999998,1.0,0.0 +1756,120950,Undifferentiated park,,120,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,0.0,1.1,0.141963768,1.0,0.0 +1757,120951,Undifferentiated park,,120,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,0.15,1.08558899045,0.14181961845,1.0,0.0 +1758,120952,Undifferentiated park,,120,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,0.4,1.0615706412,0.1415793692,1.0,0.0 +1759,120953,Undifferentiated park,,120,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,0.66,1.03659155798,0.14132950998,1.0,0.0 +1760,131110,Developed park,Urban park,131,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,1.0,0.056353535,0.0,0.0 +1761,131111,Developed park,Urban park,131,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,0.15,1.00058899045,0.06905092040000001,0.0,0.0 +1762,131112,Developed park,Urban park,131,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,0.4,1.0015706412,0.09021322940000001,0.0,0.0 +1763,131113,Developed park,Urban park,131,11,Open Water,#476BA0,3,high,#31a354,Open Water,0.66,1.00259155798,0.11222203076000001,1.0,0.0 +1764,131120,Developed park,Urban park,131,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.8,0.0,0.0 +1765,131121,Developed park,Urban park,131,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,0.15,0.15058899045,0.70115041565,0.0,0.0 +1766,131122,Developed park,Urban park,131,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,0.4,0.4015706412,0.5364011084,0.0,0.0 +1767,131123,Developed park,Urban park,131,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,0.66,0.66259155798,0.36506182885999994,1.0,0.0 +1768,131210,Developed park,Urban park,131,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",0.0,0.516019507,0.160666667,0.0,0.0 +1769,131211,Developed park,Urban park,131,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",0.15,0.5892055714,0.1577170826,0.0,0.0 +1770,131212,Developed park,Urban park,131,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",0.4,0.7111823454,0.1528011086,0.0,0.0 +1771,131213,Developed park,Urban park,131,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",0.66,0.83803819036,0.14768849564,1.0,0.0 +1772,131220,Developed park,Urban park,131,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",0.0,0.429568656,0.227898551,0.0,0.33 +1773,131221,Developed park,Urban park,131,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",0.15,0.51572234805,0.214864184,0.0,0.33 +1774,131222,Developed park,Urban park,131,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",0.4,0.6593118348,0.19314023900000002,0.0,0.33 +1775,131223,Developed park,Urban park,131,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",0.66,0.80864490102,0.1705473362,1.0,0.33 +1776,131230,Developed park,Urban park,131,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",0.0,0.327539141,0.208190217,0.0,0.66 +1777,131231,Developed park,Urban park,131,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",0.15,0.42899726029999996,0.19811210010000002,0.0,0.66 +1778,131232,Developed park,Urban park,131,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",0.4,0.5980941258,0.1813152386,0.0,0.66 +1779,131233,Developed park,Urban park,131,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",0.66,0.77395486592,0.16384650264,1.0,0.66 +1780,131240,Developed park,Urban park,131,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",0.0,0.178906654,0.161841892,0.0,1.0 +1781,131241,Developed park,Urban park,131,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",0.15,0.30265964635,0.15871602385,0.0,1.0 +1782,131242,Developed park,Urban park,131,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",0.4,0.5089146336,0.15350624359999998,0.0,1.0 +1783,131243,Developed park,Urban park,131,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",0.66,0.72341982034,0.14808807214,1.0,1.0 +1784,131310,Developed park,Urban park,131,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,0.0,0.613452222,0.231965986,0.0,0.0 +1785,131311,Developed park,Urban park,131,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,0.15,0.67202337915,0.21832150375,0.0,0.0 +1786,131312,Developed park,Urban park,131,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,0.4,0.7696419744,0.19558070000000002,0.0,0.0 +1787,131313,Developed park,Urban park,131,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,0.66,0.87116531346,0.1719302641,1.0,0.0 +1788,131410,Developed park,Urban park,131,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1789,131411,Developed park,Urban park,131,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1790,131412,Developed park,Urban park,131,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1791,131413,Developed park,Urban park,131,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1792,131420,Developed park,Urban park,131,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1793,131421,Developed park,Urban park,131,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1794,131422,Developed park,Urban park,131,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1795,131423,Developed park,Urban park,131,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1796,131430,Developed park,Urban park,131,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1797,131431,Developed park,Urban park,131,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1798,131432,Developed park,Urban park,131,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1799,131433,Developed park,Urban park,131,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1800,131510,Developed park,Urban park,131,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1801,131511,Developed park,Urban park,131,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1802,131512,Developed park,Urban park,131,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1803,131513,Developed park,Urban park,131,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,1.0, +1804,131520,Developed park,Urban park,131,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,0.0,0.967734818,0.188666667,1.0,0.0 +1805,131521,Developed park,Urban park,131,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,0.15,0.97316358575,0.18151708260000002,1.0,0.0 +1806,131522,Developed park,Urban park,131,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,0.4,0.982211532,0.1696011086,1.0,0.0 +1807,131523,Developed park,Urban park,131,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,0.66,0.9916213961,0.15720849564,1.0,0.0 +1808,131710,Developed park,Urban park,131,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,0.0,0.931543033,0.192887681,1.0,0.0 +1809,131711,Developed park,Urban park,131,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,0.15,0.9424005684999999,0.1851049445,1.0,0.0 +1810,131712,Developed park,Urban park,131,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,0.4,0.960496461,0.172133717,1.0,0.0 +1811,131713,Developed park,Urban park,131,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,0.66,0.9793161892,0.1586436404,1.0,0.0 +1812,131720,Developed park,Urban park,131,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1813,131721,Developed park,Urban park,131,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1814,131722,Developed park,Urban park,131,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1815,131723,Developed park,Urban park,131,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,1.0, +1816,131730,Developed park,Urban park,131,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1817,131731,Developed park,Urban park,131,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1818,131732,Developed park,Urban park,131,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1819,131733,Developed park,Urban park,131,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,1.0, +1820,131740,Developed park,Urban park,131,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1821,131741,Developed park,Urban park,131,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1822,131742,Developed park,Urban park,131,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1823,131743,Developed park,Urban park,131,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,1.0, +1824,131810,Developed park,Urban park,131,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,0.0,0.931543033,0.170985145,1.0,0.0 +1825,131811,Developed park,Urban park,131,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,0.15,0.9424005684999999,0.16648778890000002,1.0,0.0 +1826,131812,Developed park,Urban park,131,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,0.4,0.960496461,0.1589921954,1.0,0.0 +1827,131813,Developed park,Urban park,131,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,0.66,0.9793161892,0.15119677816,1.0,0.0 +1828,131820,Developed park,Urban park,131,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,0.0,0.717213727,0.160713043,0.0,0.0 +1829,131821,Developed park,Urban park,131,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,0.15,0.7602206584,0.1577565022,0.0,0.0 +1830,131822,Developed park,Urban park,131,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,0.4,0.8318988774,0.1528289342,0.0,0.0 +1831,131823,Developed park,Urban park,131,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,0.66,0.90644422516,0.14770426348,1.0,0.0 +1832,131900,Developed park,Urban park,131,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,1.0,1.1,0.1605,1.0,0.0 +1833,131901,Developed park,Urban park,131,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,1.0,1.08558899045,0.15757541565,1.0,0.0 +1834,131902,Developed park,Urban park,131,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,1.0,1.0615706412,0.1527011084,1.0,0.0 +1835,131903,Developed park,Urban park,131,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,1.0,1.03659155798,0.14763182885999998,1.0,0.0 +1836,131950,Developed park,Urban park,131,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,0.0,1.1,0.141963768,1.0,0.0 +1837,131951,Developed park,Urban park,131,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,0.15,1.08558899045,0.14181961845,1.0,0.0 +1838,131952,Developed park,Urban park,131,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,0.4,1.0615706412,0.1415793692,1.0,0.0 +1839,131953,Developed park,Urban park,131,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,0.66,1.03659155798,0.14132950998,1.0,0.0 +1840,132110,Developed park,Golf course,132,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,1.0,0.056353535,0.0,0.0 +1841,132111,Developed park,Golf course,132,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,0.15,1.00058899045,0.06905092040000001,0.0,0.0 +1842,132112,Developed park,Golf course,132,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,0.4,1.0015706412,0.09021322940000001,0.0,0.0 +1843,132113,Developed park,Golf course,132,11,Open Water,#476BA0,3,high,#31a354,Open Water,0.66,1.00259155798,0.11222203076000001,1.0,0.0 +1844,132120,Developed park,Golf course,132,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.8,0.0,0.0 +1845,132121,Developed park,Golf course,132,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,0.15,0.15058899045,0.70115041565,0.0,0.0 +1846,132122,Developed park,Golf course,132,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,0.4,0.4015706412,0.5364011084,0.0,0.0 +1847,132123,Developed park,Golf course,132,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,0.66,0.66259155798,0.36506182885999994,1.0,0.0 +1848,132210,Developed park,Golf course,132,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",0.0,0.516019507,0.160666667,0.0,0.0 +1849,132211,Developed park,Golf course,132,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",0.15,0.5892055714,0.1577170826,0.0,0.0 +1850,132212,Developed park,Golf course,132,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",0.4,0.7111823454,0.1528011086,0.0,0.0 +1851,132213,Developed park,Golf course,132,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",0.66,0.83803819036,0.14768849564,1.0,0.0 +1852,132220,Developed park,Golf course,132,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",0.0,0.429568656,0.227898551,0.0,0.33 +1853,132221,Developed park,Golf course,132,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",0.15,0.51572234805,0.214864184,0.0,0.33 +1854,132222,Developed park,Golf course,132,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",0.4,0.6593118348,0.19314023900000002,0.0,0.33 +1855,132223,Developed park,Golf course,132,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",0.66,0.80864490102,0.1705473362,1.0,0.33 +1856,132230,Developed park,Golf course,132,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",0.0,0.327539141,0.208190217,0.0,0.66 +1857,132231,Developed park,Golf course,132,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",0.15,0.42899726029999996,0.19811210010000002,0.0,0.66 +1858,132232,Developed park,Golf course,132,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",0.4,0.5980941258,0.1813152386,0.0,0.66 +1859,132233,Developed park,Golf course,132,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",0.66,0.77395486592,0.16384650264,1.0,0.66 +1860,132240,Developed park,Golf course,132,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",0.0,0.178906654,0.161841892,0.0,1.0 +1861,132241,Developed park,Golf course,132,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",0.15,0.30265964635,0.15871602385,0.0,1.0 +1862,132242,Developed park,Golf course,132,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",0.4,0.5089146336,0.15350624359999998,0.0,1.0 +1863,132243,Developed park,Golf course,132,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",0.66,0.72341982034,0.14808807214,1.0,1.0 +1864,132310,Developed park,Golf course,132,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,0.0,0.613452222,0.231965986,0.0,0.0 +1865,132311,Developed park,Golf course,132,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,0.15,0.67202337915,0.21832150375,0.0,0.0 +1866,132312,Developed park,Golf course,132,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,0.4,0.7696419744,0.19558070000000002,0.0,0.0 +1867,132313,Developed park,Golf course,132,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,0.66,0.87116531346,0.1719302641,1.0,0.0 +1868,132410,Developed park,Golf course,132,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1869,132411,Developed park,Golf course,132,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1870,132412,Developed park,Golf course,132,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1871,132413,Developed park,Golf course,132,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1872,132420,Developed park,Golf course,132,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1873,132421,Developed park,Golf course,132,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1874,132422,Developed park,Golf course,132,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1875,132423,Developed park,Golf course,132,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1876,132430,Developed park,Golf course,132,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1877,132431,Developed park,Golf course,132,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1878,132432,Developed park,Golf course,132,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1879,132433,Developed park,Golf course,132,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1880,132510,Developed park,Golf course,132,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1881,132511,Developed park,Golf course,132,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1882,132512,Developed park,Golf course,132,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1883,132513,Developed park,Golf course,132,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,1.0, +1884,132520,Developed park,Golf course,132,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,0.0,0.967734818,0.188666667,1.0,0.0 +1885,132521,Developed park,Golf course,132,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,0.15,0.97316358575,0.18151708260000002,1.0,0.0 +1886,132522,Developed park,Golf course,132,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,0.4,0.982211532,0.1696011086,1.0,0.0 +1887,132523,Developed park,Golf course,132,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,0.66,0.9916213961,0.15720849564,1.0,0.0 +1888,132710,Developed park,Golf course,132,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,0.0,0.931543033,0.192887681,1.0,0.0 +1889,132711,Developed park,Golf course,132,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,0.15,0.9424005684999999,0.1851049445,1.0,0.0 +1890,132712,Developed park,Golf course,132,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,0.4,0.960496461,0.172133717,1.0,0.0 +1891,132713,Developed park,Golf course,132,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,0.66,0.9793161892,0.1586436404,1.0,0.0 +1892,132720,Developed park,Golf course,132,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1893,132721,Developed park,Golf course,132,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1894,132722,Developed park,Golf course,132,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1895,132723,Developed park,Golf course,132,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,1.0, +1896,132730,Developed park,Golf course,132,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1897,132731,Developed park,Golf course,132,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1898,132732,Developed park,Golf course,132,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1899,132733,Developed park,Golf course,132,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,1.0, +1900,132740,Developed park,Golf course,132,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1901,132741,Developed park,Golf course,132,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1902,132742,Developed park,Golf course,132,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1903,132743,Developed park,Golf course,132,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,1.0, +1904,132810,Developed park,Golf course,132,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,0.0,0.931543033,0.170985145,1.0,0.0 +1905,132811,Developed park,Golf course,132,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,0.15,0.9424005684999999,0.16648778890000002,1.0,0.0 +1906,132812,Developed park,Golf course,132,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,0.4,0.960496461,0.1589921954,1.0,0.0 +1907,132813,Developed park,Golf course,132,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,0.66,0.9793161892,0.15119677816,1.0,0.0 +1908,132820,Developed park,Golf course,132,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,0.0,0.717213727,0.160713043,0.0,0.0 +1909,132821,Developed park,Golf course,132,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,0.15,0.7602206584,0.1577565022,0.0,0.0 +1910,132822,Developed park,Golf course,132,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,0.4,0.8318988774,0.1528289342,0.0,0.0 +1911,132823,Developed park,Golf course,132,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,0.66,0.90644422516,0.14770426348,1.0,0.0 +1912,132900,Developed park,Golf course,132,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,1.0,1.1,0.1605,1.0,0.0 +1913,132901,Developed park,Golf course,132,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,1.0,1.08558899045,0.15757541565,1.0,0.0 +1914,132902,Developed park,Golf course,132,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,1.0,1.0615706412,0.1527011084,1.0,0.0 +1915,132903,Developed park,Golf course,132,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,1.0,1.03659155798,0.14763182885999998,1.0,0.0 +1916,132950,Developed park,Golf course,132,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,0.0,1.1,0.141963768,1.0,0.0 +1917,132951,Developed park,Golf course,132,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,0.15,1.08558899045,0.14181961845,1.0,0.0 +1918,132952,Developed park,Golf course,132,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,0.4,1.0615706412,0.1415793692,1.0,0.0 +1919,132953,Developed park,Golf course,132,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,0.66,1.03659155798,0.14132950998,1.0,0.0 +1920,133110,Developed park,Resort/ski area,133,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,1.0,0.056353535,0.0,0.0 +1921,133111,Developed park,Resort/ski area,133,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,0.15,1.00058899045,0.06905092040000001,0.0,0.0 +1922,133112,Developed park,Resort/ski area,133,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,0.4,1.0015706412,0.09021322940000001,0.0,0.0 +1923,133113,Developed park,Resort/ski area,133,11,Open Water,#476BA0,3,high,#31a354,Open Water,0.66,1.00259155798,0.11222203076000001,1.0,0.0 +1924,133120,Developed park,Resort/ski area,133,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.8,0.0,0.0 +1925,133121,Developed park,Resort/ski area,133,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,0.15,0.15058899045,0.70115041565,0.0,0.0 +1926,133122,Developed park,Resort/ski area,133,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,0.4,0.4015706412,0.5364011084,0.0,0.0 +1927,133123,Developed park,Resort/ski area,133,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,0.66,0.66259155798,0.36506182885999994,1.0,0.0 +1928,133210,Developed park,Resort/ski area,133,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",0.0,0.516019507,0.160666667,0.0,0.0 +1929,133211,Developed park,Resort/ski area,133,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",0.15,0.5892055714,0.1577170826,0.0,0.0 +1930,133212,Developed park,Resort/ski area,133,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",0.4,0.7111823454,0.1528011086,0.0,0.0 +1931,133213,Developed park,Resort/ski area,133,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",0.66,0.83803819036,0.14768849564,1.0,0.0 +1932,133220,Developed park,Resort/ski area,133,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",0.0,0.429568656,0.227898551,0.0,0.33 +1933,133221,Developed park,Resort/ski area,133,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",0.15,0.51572234805,0.214864184,0.0,0.33 +1934,133222,Developed park,Resort/ski area,133,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",0.4,0.6593118348,0.19314023900000002,0.0,0.33 +1935,133223,Developed park,Resort/ski area,133,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",0.66,0.80864490102,0.1705473362,1.0,0.33 +1936,133230,Developed park,Resort/ski area,133,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",0.0,0.327539141,0.208190217,0.0,0.66 +1937,133231,Developed park,Resort/ski area,133,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",0.15,0.42899726029999996,0.19811210010000002,0.0,0.66 +1938,133232,Developed park,Resort/ski area,133,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",0.4,0.5980941258,0.1813152386,0.0,0.66 +1939,133233,Developed park,Resort/ski area,133,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",0.66,0.77395486592,0.16384650264,1.0,0.66 +1940,133240,Developed park,Resort/ski area,133,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",0.0,0.178906654,0.161841892,0.0,1.0 +1941,133241,Developed park,Resort/ski area,133,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",0.15,0.30265964635,0.15871602385,0.0,1.0 +1942,133242,Developed park,Resort/ski area,133,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",0.4,0.5089146336,0.15350624359999998,0.0,1.0 +1943,133243,Developed park,Resort/ski area,133,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",0.66,0.72341982034,0.14808807214,1.0,1.0 +1944,133310,Developed park,Resort/ski area,133,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,0.0,0.613452222,0.231965986,0.0,0.0 +1945,133311,Developed park,Resort/ski area,133,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,0.15,0.67202337915,0.21832150375,0.0,0.0 +1946,133312,Developed park,Resort/ski area,133,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,0.4,0.7696419744,0.19558070000000002,0.0,0.0 +1947,133313,Developed park,Resort/ski area,133,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,0.66,0.87116531346,0.1719302641,1.0,0.0 +1948,133410,Developed park,Resort/ski area,133,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1949,133411,Developed park,Resort/ski area,133,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1950,133412,Developed park,Resort/ski area,133,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1951,133413,Developed park,Resort/ski area,133,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +1952,133420,Developed park,Resort/ski area,133,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1953,133421,Developed park,Resort/ski area,133,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1954,133422,Developed park,Resort/ski area,133,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1955,133423,Developed park,Resort/ski area,133,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +1956,133430,Developed park,Resort/ski area,133,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1957,133431,Developed park,Resort/ski area,133,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1958,133432,Developed park,Resort/ski area,133,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1959,133433,Developed park,Resort/ski area,133,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +1960,133510,Developed park,Resort/ski area,133,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1961,133511,Developed park,Resort/ski area,133,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1962,133512,Developed park,Resort/ski area,133,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1963,133513,Developed park,Resort/ski area,133,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,1.0, +1964,133520,Developed park,Resort/ski area,133,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,0.0,0.967734818,0.188666667,1.0,0.0 +1965,133521,Developed park,Resort/ski area,133,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,0.15,0.97316358575,0.18151708260000002,1.0,0.0 +1966,133522,Developed park,Resort/ski area,133,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,0.4,0.982211532,0.1696011086,1.0,0.0 +1967,133523,Developed park,Resort/ski area,133,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,0.66,0.9916213961,0.15720849564,1.0,0.0 +1968,133710,Developed park,Resort/ski area,133,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,0.0,0.931543033,0.192887681,1.0,0.0 +1969,133711,Developed park,Resort/ski area,133,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,0.15,0.9424005684999999,0.1851049445,1.0,0.0 +1970,133712,Developed park,Resort/ski area,133,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,0.4,0.960496461,0.172133717,1.0,0.0 +1971,133713,Developed park,Resort/ski area,133,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,0.66,0.9793161892,0.1586436404,1.0,0.0 +1972,133720,Developed park,Resort/ski area,133,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1973,133721,Developed park,Resort/ski area,133,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1974,133722,Developed park,Resort/ski area,133,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1975,133723,Developed park,Resort/ski area,133,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,1.0, +1976,133730,Developed park,Resort/ski area,133,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1977,133731,Developed park,Resort/ski area,133,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1978,133732,Developed park,Resort/ski area,133,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1979,133733,Developed park,Resort/ski area,133,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,1.0, +1980,133740,Developed park,Resort/ski area,133,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0, +1981,133741,Developed park,Resort/ski area,133,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +1982,133742,Developed park,Resort/ski area,133,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +1983,133743,Developed park,Resort/ski area,133,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,1.0, +1984,133810,Developed park,Resort/ski area,133,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,0.0,0.931543033,0.170985145,1.0,0.0 +1985,133811,Developed park,Resort/ski area,133,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,0.15,0.9424005684999999,0.16648778890000002,1.0,0.0 +1986,133812,Developed park,Resort/ski area,133,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,0.4,0.960496461,0.1589921954,1.0,0.0 +1987,133813,Developed park,Resort/ski area,133,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,0.66,0.9793161892,0.15119677816,1.0,0.0 +1988,133820,Developed park,Resort/ski area,133,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,0.0,0.717213727,0.160713043,0.0,0.0 +1989,133821,Developed park,Resort/ski area,133,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,0.15,0.7602206584,0.1577565022,0.0,0.0 +1990,133822,Developed park,Resort/ski area,133,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,0.4,0.8318988774,0.1528289342,0.0,0.0 +1991,133823,Developed park,Resort/ski area,133,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,0.66,0.90644422516,0.14770426348,1.0,0.0 +1992,133900,Developed park,Resort/ski area,133,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,1.0,1.1,0.1605,1.0,0.0 +1993,133901,Developed park,Resort/ski area,133,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,1.0,1.08558899045,0.15757541565,1.0,0.0 +1994,133902,Developed park,Resort/ski area,133,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,1.0,1.0615706412,0.1527011084,1.0,0.0 +1995,133903,Developed park,Resort/ski area,133,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,1.0,1.03659155798,0.14763182885999998,1.0,0.0 +1996,133950,Developed park,Resort/ski area,133,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,0.0,1.1,0.141963768,1.0,0.0 +1997,133951,Developed park,Resort/ski area,133,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,0.15,1.08558899045,0.14181961845,1.0,0.0 +1998,133952,Developed park,Resort/ski area,133,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,0.4,1.0615706412,0.1415793692,1.0,0.0 +1999,133953,Developed park,Resort/ski area,133,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,0.66,1.03659155798,0.14132950998,1.0,0.0 +2000,134110,Developed park,Other,134,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,1.0,0.056353535,0.0,0.0 +2001,134111,Developed park,Other,134,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,0.15,1.00058899045,0.06905092040000001,0.0,0.0 +2002,134112,Developed park,Other,134,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,0.4,1.0015706412,0.09021322940000001,0.0,0.0 +2003,134113,Developed park,Other,134,11,Open Water,#476BA0,3,high,#31a354,Open Water,0.66,1.00259155798,0.11222203076000001,1.0,0.0 +2004,134120,Developed park,Other,134,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.8,0.0,0.0 +2005,134121,Developed park,Other,134,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,0.15,0.15058899045,0.70115041565,0.0,0.0 +2006,134122,Developed park,Other,134,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,0.4,0.4015706412,0.5364011084,0.0,0.0 +2007,134123,Developed park,Other,134,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,0.66,0.66259155798,0.36506182885999994,1.0,0.0 +2008,134210,Developed park,Other,134,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",0.0,0.516019507,0.160666667,0.0,0.0 +2009,134211,Developed park,Other,134,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",0.15,0.5892055714,0.1577170826,0.0,0.0 +2010,134212,Developed park,Other,134,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",0.4,0.7111823454,0.1528011086,0.0,0.0 +2011,134213,Developed park,Other,134,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",0.66,0.83803819036,0.14768849564,1.0,0.0 +2012,134220,Developed park,Other,134,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",0.0,0.429568656,0.227898551,0.0,0.33 +2013,134221,Developed park,Other,134,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",0.15,0.51572234805,0.214864184,0.0,0.33 +2014,134222,Developed park,Other,134,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",0.4,0.6593118348,0.19314023900000002,0.0,0.33 +2015,134223,Developed park,Other,134,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",0.66,0.80864490102,0.1705473362,1.0,0.33 +2016,134230,Developed park,Other,134,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",0.0,0.327539141,0.208190217,0.0,0.66 +2017,134231,Developed park,Other,134,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",0.15,0.42899726029999996,0.19811210010000002,0.0,0.66 +2018,134232,Developed park,Other,134,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",0.4,0.5980941258,0.1813152386,0.0,0.66 +2019,134233,Developed park,Other,134,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",0.66,0.77395486592,0.16384650264,1.0,0.66 +2020,134240,Developed park,Other,134,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",0.0,0.178906654,0.161841892,0.0,1.0 +2021,134241,Developed park,Other,134,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",0.15,0.30265964635,0.15871602385,0.0,1.0 +2022,134242,Developed park,Other,134,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",0.4,0.5089146336,0.15350624359999998,0.0,1.0 +2023,134243,Developed park,Other,134,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",0.66,0.72341982034,0.14808807214,1.0,1.0 +2024,134310,Developed park,Other,134,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,0.0,0.613452222,0.231965986,0.0,0.0 +2025,134311,Developed park,Other,134,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,0.15,0.67202337915,0.21832150375,0.0,0.0 +2026,134312,Developed park,Other,134,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,0.4,0.7696419744,0.19558070000000002,0.0,0.0 +2027,134313,Developed park,Other,134,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,0.66,0.87116531346,0.1719302641,1.0,0.0 +2028,134410,Developed park,Other,134,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +2029,134411,Developed park,Other,134,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +2030,134412,Developed park,Other,134,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +2031,134413,Developed park,Other,134,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +2032,134420,Developed park,Other,134,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +2033,134421,Developed park,Other,134,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +2034,134422,Developed park,Other,134,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +2035,134423,Developed park,Other,134,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +2036,134430,Developed park,Other,134,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +2037,134431,Developed park,Other,134,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +2038,134432,Developed park,Other,134,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +2039,134433,Developed park,Other,134,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +2040,134510,Developed park,Other,134,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0, +2041,134511,Developed park,Other,134,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +2042,134512,Developed park,Other,134,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +2043,134513,Developed park,Other,134,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,1.0, +2044,134520,Developed park,Other,134,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,0.0,0.967734818,0.188666667,1.0,0.0 +2045,134521,Developed park,Other,134,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,0.15,0.97316358575,0.18151708260000002,1.0,0.0 +2046,134522,Developed park,Other,134,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,0.4,0.982211532,0.1696011086,1.0,0.0 +2047,134523,Developed park,Other,134,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,0.66,0.9916213961,0.15720849564,1.0,0.0 +2048,134710,Developed park,Other,134,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,0.0,0.931543033,0.192887681,1.0,0.0 +2049,134711,Developed park,Other,134,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,0.15,0.9424005684999999,0.1851049445,1.0,0.0 +2050,134712,Developed park,Other,134,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,0.4,0.960496461,0.172133717,1.0,0.0 +2051,134713,Developed park,Other,134,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,0.66,0.9793161892,0.1586436404,1.0,0.0 +2052,134720,Developed park,Other,134,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0, +2053,134721,Developed park,Other,134,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +2054,134722,Developed park,Other,134,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +2055,134723,Developed park,Other,134,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,1.0, +2056,134730,Developed park,Other,134,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0, +2057,134731,Developed park,Other,134,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +2058,134732,Developed park,Other,134,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +2059,134733,Developed park,Other,134,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,1.0, +2060,134740,Developed park,Other,134,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0, +2061,134741,Developed park,Other,134,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +2062,134742,Developed park,Other,134,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +2063,134743,Developed park,Other,134,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,1.0, +2064,134810,Developed park,Other,134,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,0.0,0.931543033,0.170985145,1.0,0.0 +2065,134811,Developed park,Other,134,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,0.15,0.9424005684999999,0.16648778890000002,1.0,0.0 +2066,134812,Developed park,Other,134,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,0.4,0.960496461,0.1589921954,1.0,0.0 +2067,134813,Developed park,Other,134,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,0.66,0.9793161892,0.15119677816,1.0,0.0 +2068,134820,Developed park,Other,134,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,0.0,0.717213727,0.160713043,0.0,0.0 +2069,134821,Developed park,Other,134,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,0.15,0.7602206584,0.1577565022,0.0,0.0 +2070,134822,Developed park,Other,134,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,0.4,0.8318988774,0.1528289342,0.0,0.0 +2071,134823,Developed park,Other,134,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,0.66,0.90644422516,0.14770426348,1.0,0.0 +2072,134900,Developed park,Other,134,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,1.0,1.1,0.1605,1.0,0.0 +2073,134901,Developed park,Other,134,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,1.0,1.08558899045,0.15757541565,1.0,0.0 +2074,134902,Developed park,Other,134,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,1.0,1.0615706412,0.1527011084,1.0,0.0 +2075,134903,Developed park,Other,134,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,1.0,1.03659155798,0.14763182885999998,1.0,0.0 +2076,134950,Developed park,Other,134,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,0.0,1.1,0.141963768,1.0,0.0 +2077,134951,Developed park,Other,134,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,0.15,1.08558899045,0.14181961845,1.0,0.0 +2078,134952,Developed park,Other,134,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,0.4,1.0615706412,0.1415793692,1.0,0.0 +2079,134953,Developed park,Other,134,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,0.66,1.03659155798,0.14132950998,1.0,0.0 +2080,140110,Natural park,,140,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,1.0,0.056353535,0.0,0.0 +2081,140111,Natural park,,140,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,0.15,1.00058899045,0.06905092040000001,0.0,0.0 +2082,140112,Natural park,,140,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,0.4,1.0015706412,0.09021322940000001,0.0,0.0 +2083,140113,Natural park,,140,11,Open Water,#476BA0,3,high,#31a354,Open Water,0.66,1.00259155798,0.11222203076000001,1.0,0.0 +2084,140120,Natural park,,140,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.8,0.0,0.0 +2085,140121,Natural park,,140,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,0.15,0.15058899045,0.70115041565,0.0,0.0 +2086,140122,Natural park,,140,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,0.4,0.4015706412,0.5364011084,0.0,0.0 +2087,140123,Natural park,,140,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,0.66,0.66259155798,0.36506182885999994,1.0,0.0 +2088,140210,Natural park,,140,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",0.0,0.516019507,0.160666667,0.0,0.0 +2089,140211,Natural park,,140,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",0.15,0.5892055714,0.1577170826,0.0,0.0 +2090,140212,Natural park,,140,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",0.4,0.7111823454,0.1528011086,0.0,0.0 +2091,140213,Natural park,,140,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",0.66,0.83803819036,0.14768849564,1.0,0.0 +2092,140220,Natural park,,140,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",0.0,0.429568656,0.227898551,0.0,0.33 +2093,140221,Natural park,,140,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",0.15,0.51572234805,0.214864184,0.0,0.33 +2094,140222,Natural park,,140,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",0.4,0.6593118348,0.19314023900000002,0.0,0.33 +2095,140223,Natural park,,140,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",0.66,0.80864490102,0.1705473362,1.0,0.33 +2096,140230,Natural park,,140,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",0.0,0.327539141,0.208190217,0.0,0.66 +2097,140231,Natural park,,140,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",0.15,0.42899726029999996,0.19811210010000002,0.0,0.66 +2098,140232,Natural park,,140,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",0.4,0.5980941258,0.1813152386,0.0,0.66 +2099,140233,Natural park,,140,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",0.66,0.77395486592,0.16384650264,1.0,0.66 +2100,140240,Natural park,,140,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",0.0,0.178906654,0.161841892,0.0,1.0 +2101,140241,Natural park,,140,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",0.15,0.30265964635,0.15871602385,0.0,1.0 +2102,140242,Natural park,,140,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",0.4,0.5089146336,0.15350624359999998,0.0,1.0 +2103,140243,Natural park,,140,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",0.66,0.72341982034,0.14808807214,1.0,1.0 +2104,140310,Natural park,,140,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,0.0,0.613452222,0.231965986,0.0,0.0 +2105,140311,Natural park,,140,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,0.15,0.67202337915,0.21832150375,0.0,0.0 +2106,140312,Natural park,,140,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,0.4,0.7696419744,0.19558070000000002,0.0,0.0 +2107,140313,Natural park,,140,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,0.66,0.87116531346,0.1719302641,1.0,0.0 +2108,140410,Natural park,,140,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +2109,140411,Natural park,,140,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +2110,140412,Natural park,,140,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +2111,140413,Natural park,,140,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +2112,140420,Natural park,,140,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +2113,140421,Natural park,,140,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +2114,140422,Natural park,,140,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +2115,140423,Natural park,,140,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +2116,140430,Natural park,,140,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +2117,140431,Natural park,,140,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +2118,140432,Natural park,,140,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +2119,140433,Natural park,,140,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +2120,140510,Natural park,,140,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0, +2121,140511,Natural park,,140,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +2122,140512,Natural park,,140,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +2123,140513,Natural park,,140,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,1.0, +2124,140520,Natural park,,140,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,0.0,0.967734818,0.188666667,1.0,0.0 +2125,140521,Natural park,,140,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,0.15,0.97316358575,0.18151708260000002,1.0,0.0 +2126,140522,Natural park,,140,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,0.4,0.982211532,0.1696011086,1.0,0.0 +2127,140523,Natural park,,140,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,0.66,0.9916213961,0.15720849564,1.0,0.0 +2128,140710,Natural park,,140,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,0.0,0.931543033,0.192887681,1.0,0.0 +2129,140711,Natural park,,140,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,0.15,0.9424005684999999,0.1851049445,1.0,0.0 +2130,140712,Natural park,,140,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,0.4,0.960496461,0.172133717,1.0,0.0 +2131,140713,Natural park,,140,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,0.66,0.9793161892,0.1586436404,1.0,0.0 +2132,140720,Natural park,,140,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0, +2133,140721,Natural park,,140,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +2134,140722,Natural park,,140,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +2135,140723,Natural park,,140,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,1.0, +2136,140730,Natural park,,140,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0, +2137,140731,Natural park,,140,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +2138,140732,Natural park,,140,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +2139,140733,Natural park,,140,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,1.0, +2140,140740,Natural park,,140,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0, +2141,140741,Natural park,,140,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +2142,140742,Natural park,,140,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +2143,140743,Natural park,,140,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,1.0, +2144,140810,Natural park,,140,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,0.0,0.931543033,0.170985145,1.0,0.0 +2145,140811,Natural park,,140,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,0.15,0.9424005684999999,0.16648778890000002,1.0,0.0 +2146,140812,Natural park,,140,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,0.4,0.960496461,0.1589921954,1.0,0.0 +2147,140813,Natural park,,140,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,0.66,0.9793161892,0.15119677816,1.0,0.0 +2148,140820,Natural park,,140,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,0.0,0.717213727,0.160713043,0.0,0.0 +2149,140821,Natural park,,140,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,0.15,0.7602206584,0.1577565022,0.0,0.0 +2150,140822,Natural park,,140,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,0.4,0.8318988774,0.1528289342,0.0,0.0 +2151,140823,Natural park,,140,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,0.66,0.90644422516,0.14770426348,1.0,0.0 +2152,140900,Natural park,,140,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,1.0,1.1,0.1605,1.0,0.0 +2153,140901,Natural park,,140,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,1.0,1.08558899045,0.15757541565,1.0,0.0 +2154,140902,Natural park,,140,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,1.0,1.0615706412,0.1527011084,1.0,0.0 +2155,140903,Natural park,,140,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,1.0,1.03659155798,0.14763182885999998,1.0,0.0 +2156,140950,Natural park,,140,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,0.0,1.1,0.141963768,1.0,0.0 +2157,140951,Natural park,,140,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,0.15,1.08558899045,0.14181961845,1.0,0.0 +2158,140952,Natural park,,140,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,0.4,1.0615706412,0.1415793692,1.0,0.0 +2159,140953,Natural park,,140,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,0.66,1.03659155798,0.14132950998,1.0,0.0 +2160,151110,Conservation,Public,151,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,1.0,0.056353535,0.0,0.0 +2161,151111,Conservation,Public,151,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,0.15,1.00058899045,0.06905092040000001,0.0,0.0 +2162,151112,Conservation,Public,151,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,0.4,1.0015706412,0.09021322940000001,0.0,0.0 +2163,151113,Conservation,Public,151,11,Open Water,#476BA0,3,high,#31a354,Open Water,0.66,1.00259155798,0.11222203076000001,1.0,0.0 +2164,151120,Conservation,Public,151,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.8,0.0,0.0 +2165,151121,Conservation,Public,151,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,0.15,0.15058899045,0.70115041565,0.0,0.0 +2166,151122,Conservation,Public,151,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,0.4,0.4015706412,0.5364011084,0.0,0.0 +2167,151123,Conservation,Public,151,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,0.66,0.66259155798,0.36506182885999994,1.0,0.0 +2168,151210,Conservation,Public,151,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",0.0,0.516019507,0.160666667,0.0,0.0 +2169,151211,Conservation,Public,151,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",0.15,0.5892055714,0.1577170826,0.0,0.0 +2170,151212,Conservation,Public,151,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",0.4,0.7111823454,0.1528011086,0.0,0.0 +2171,151213,Conservation,Public,151,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",0.66,0.83803819036,0.14768849564,1.0,0.0 +2172,151220,Conservation,Public,151,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",0.0,0.429568656,0.227898551,0.0,0.33 +2173,151221,Conservation,Public,151,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",0.15,0.51572234805,0.214864184,0.0,0.33 +2174,151222,Conservation,Public,151,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",0.4,0.6593118348,0.19314023900000002,0.0,0.33 +2175,151223,Conservation,Public,151,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",0.66,0.80864490102,0.1705473362,1.0,0.33 +2176,151230,Conservation,Public,151,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",0.0,0.327539141,0.208190217,0.0,0.66 +2177,151231,Conservation,Public,151,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",0.15,0.42899726029999996,0.19811210010000002,0.0,0.66 +2178,151232,Conservation,Public,151,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",0.4,0.5980941258,0.1813152386,0.0,0.66 +2179,151233,Conservation,Public,151,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",0.66,0.77395486592,0.16384650264,1.0,0.66 +2180,151240,Conservation,Public,151,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",0.0,0.178906654,0.161841892,0.0,1.0 +2181,151241,Conservation,Public,151,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",0.15,0.30265964635,0.15871602385,0.0,1.0 +2182,151242,Conservation,Public,151,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",0.4,0.5089146336,0.15350624359999998,0.0,1.0 +2183,151243,Conservation,Public,151,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",0.66,0.72341982034,0.14808807214,1.0,1.0 +2184,151310,Conservation,Public,151,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,0.0,0.613452222,0.231965986,0.0,0.0 +2185,151311,Conservation,Public,151,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,0.15,0.67202337915,0.21832150375,0.0,0.0 +2186,151312,Conservation,Public,151,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,0.4,0.7696419744,0.19558070000000002,0.0,0.0 +2187,151313,Conservation,Public,151,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,0.66,0.87116531346,0.1719302641,1.0,0.0 +2188,151410,Conservation,Public,151,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +2189,151411,Conservation,Public,151,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +2190,151412,Conservation,Public,151,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +2191,151413,Conservation,Public,151,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +2192,151420,Conservation,Public,151,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +2193,151421,Conservation,Public,151,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +2194,151422,Conservation,Public,151,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +2195,151423,Conservation,Public,151,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +2196,151430,Conservation,Public,151,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +2197,151431,Conservation,Public,151,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +2198,151432,Conservation,Public,151,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +2199,151433,Conservation,Public,151,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +2200,151510,Conservation,Public,151,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0, +2201,151511,Conservation,Public,151,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +2202,151512,Conservation,Public,151,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +2203,151513,Conservation,Public,151,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,1.0, +2204,151520,Conservation,Public,151,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,0.0,0.967734818,0.188666667,1.0,0.0 +2205,151521,Conservation,Public,151,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,0.15,0.97316358575,0.18151708260000002,1.0,0.0 +2206,151522,Conservation,Public,151,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,0.4,0.982211532,0.1696011086,1.0,0.0 +2207,151523,Conservation,Public,151,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,0.66,0.9916213961,0.15720849564,1.0,0.0 +2208,151710,Conservation,Public,151,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,0.0,0.931543033,0.192887681,1.0,0.0 +2209,151711,Conservation,Public,151,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,0.15,0.9424005684999999,0.1851049445,1.0,0.0 +2210,151712,Conservation,Public,151,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,0.4,0.960496461,0.172133717,1.0,0.0 +2211,151713,Conservation,Public,151,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,0.66,0.9793161892,0.1586436404,1.0,0.0 +2212,151720,Conservation,Public,151,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0, +2213,151721,Conservation,Public,151,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +2214,151722,Conservation,Public,151,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +2215,151723,Conservation,Public,151,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,1.0, +2216,151730,Conservation,Public,151,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0, +2217,151731,Conservation,Public,151,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +2218,151732,Conservation,Public,151,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +2219,151733,Conservation,Public,151,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,1.0, +2220,151740,Conservation,Public,151,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0, +2221,151741,Conservation,Public,151,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +2222,151742,Conservation,Public,151,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +2223,151743,Conservation,Public,151,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,1.0, +2224,151810,Conservation,Public,151,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,0.0,0.931543033,0.170985145,1.0,0.0 +2225,151811,Conservation,Public,151,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,0.15,0.9424005684999999,0.16648778890000002,1.0,0.0 +2226,151812,Conservation,Public,151,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,0.4,0.960496461,0.1589921954,1.0,0.0 +2227,151813,Conservation,Public,151,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,0.66,0.9793161892,0.15119677816,1.0,0.0 +2228,151820,Conservation,Public,151,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,0.0,0.717213727,0.160713043,0.0,0.0 +2229,151821,Conservation,Public,151,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,0.15,0.7602206584,0.1577565022,0.0,0.0 +2230,151822,Conservation,Public,151,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,0.4,0.8318988774,0.1528289342,0.0,0.0 +2231,151823,Conservation,Public,151,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,0.66,0.90644422516,0.14770426348,1.0,0.0 +2232,151900,Conservation,Public,151,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,1.0,1.1,0.1605,1.0,0.0 +2233,151901,Conservation,Public,151,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,1.0,1.08558899045,0.15757541565,1.0,0.0 +2234,151902,Conservation,Public,151,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,1.0,1.0615706412,0.1527011084,1.0,0.0 +2235,151903,Conservation,Public,151,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,1.0,1.03659155798,0.14763182885999998,1.0,0.0 +2236,151950,Conservation,Public,151,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,0.0,1.1,0.141963768,1.0,0.0 +2237,151951,Conservation,Public,151,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,0.15,1.08558899045,0.14181961845,1.0,0.0 +2238,151952,Conservation,Public,151,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,0.4,1.0615706412,0.1415793692,1.0,0.0 +2239,151953,Conservation,Public,151,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,0.66,1.03659155798,0.14132950998,1.0,0.0 +2240,152110,Conservation,Public-limited access,152,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,1.0,0.056353535,0.0,0.0 +2241,152111,Conservation,Public-limited access,152,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,0.15,1.00058899045,0.06905092040000001,0.0,0.0 +2242,152112,Conservation,Public-limited access,152,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,0.4,1.0015706412,0.09021322940000001,0.0,0.0 +2243,152113,Conservation,Public-limited access,152,11,Open Water,#476BA0,3,high,#31a354,Open Water,0.66,1.00259155798,0.11222203076000001,1.0,0.0 +2244,152120,Conservation,Public-limited access,152,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.8,0.0,0.0 +2245,152121,Conservation,Public-limited access,152,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,0.15,0.15058899045,0.70115041565,0.0,0.0 +2246,152122,Conservation,Public-limited access,152,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,0.4,0.4015706412,0.5364011084,0.0,0.0 +2247,152123,Conservation,Public-limited access,152,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,0.66,0.66259155798,0.36506182885999994,1.0,0.0 +2248,152210,Conservation,Public-limited access,152,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",0.0,0.516019507,0.160666667,0.0,0.0 +2249,152211,Conservation,Public-limited access,152,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",0.15,0.5892055714,0.1577170826,0.0,0.0 +2250,152212,Conservation,Public-limited access,152,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",0.4,0.7111823454,0.1528011086,0.0,0.0 +2251,152213,Conservation,Public-limited access,152,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",0.66,0.83803819036,0.14768849564,1.0,0.0 +2252,152220,Conservation,Public-limited access,152,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",0.0,0.429568656,0.227898551,0.0,0.33 +2253,152221,Conservation,Public-limited access,152,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",0.15,0.51572234805,0.214864184,0.0,0.33 +2254,152222,Conservation,Public-limited access,152,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",0.4,0.6593118348,0.19314023900000002,0.0,0.33 +2255,152223,Conservation,Public-limited access,152,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",0.66,0.80864490102,0.1705473362,1.0,0.33 +2256,152230,Conservation,Public-limited access,152,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",0.0,0.327539141,0.208190217,0.0,0.66 +2257,152231,Conservation,Public-limited access,152,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",0.15,0.42899726029999996,0.19811210010000002,0.0,0.66 +2258,152232,Conservation,Public-limited access,152,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",0.4,0.5980941258,0.1813152386,0.0,0.66 +2259,152233,Conservation,Public-limited access,152,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",0.66,0.77395486592,0.16384650264,1.0,0.66 +2260,152240,Conservation,Public-limited access,152,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",0.0,0.178906654,0.161841892,0.0,1.0 +2261,152241,Conservation,Public-limited access,152,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",0.15,0.30265964635,0.15871602385,0.0,1.0 +2262,152242,Conservation,Public-limited access,152,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",0.4,0.5089146336,0.15350624359999998,0.0,1.0 +2263,152243,Conservation,Public-limited access,152,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",0.66,0.72341982034,0.14808807214,1.0,1.0 +2264,152310,Conservation,Public-limited access,152,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,0.0,0.613452222,0.231965986,0.0,0.0 +2265,152311,Conservation,Public-limited access,152,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,0.15,0.67202337915,0.21832150375,0.0,0.0 +2266,152312,Conservation,Public-limited access,152,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,0.4,0.7696419744,0.19558070000000002,0.0,0.0 +2267,152313,Conservation,Public-limited access,152,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,0.66,0.87116531346,0.1719302641,1.0,0.0 +2268,152410,Conservation,Public-limited access,152,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +2269,152411,Conservation,Public-limited access,152,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +2270,152412,Conservation,Public-limited access,152,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +2271,152413,Conservation,Public-limited access,152,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +2272,152420,Conservation,Public-limited access,152,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +2273,152421,Conservation,Public-limited access,152,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +2274,152422,Conservation,Public-limited access,152,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +2275,152423,Conservation,Public-limited access,152,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +2276,152430,Conservation,Public-limited access,152,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +2277,152431,Conservation,Public-limited access,152,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +2278,152432,Conservation,Public-limited access,152,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +2279,152433,Conservation,Public-limited access,152,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +2280,152510,Conservation,Public-limited access,152,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0, +2281,152511,Conservation,Public-limited access,152,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +2282,152512,Conservation,Public-limited access,152,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +2283,152513,Conservation,Public-limited access,152,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,1.0, +2284,152520,Conservation,Public-limited access,152,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,0.0,0.967734818,0.188666667,1.0,0.0 +2285,152521,Conservation,Public-limited access,152,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,0.15,0.97316358575,0.18151708260000002,1.0,0.0 +2286,152522,Conservation,Public-limited access,152,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,0.4,0.982211532,0.1696011086,1.0,0.0 +2287,152523,Conservation,Public-limited access,152,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,0.66,0.9916213961,0.15720849564,1.0,0.0 +2288,152710,Conservation,Public-limited access,152,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,0.0,0.931543033,0.192887681,1.0,0.0 +2289,152711,Conservation,Public-limited access,152,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,0.15,0.9424005684999999,0.1851049445,1.0,0.0 +2290,152712,Conservation,Public-limited access,152,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,0.4,0.960496461,0.172133717,1.0,0.0 +2291,152713,Conservation,Public-limited access,152,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,0.66,0.9793161892,0.1586436404,1.0,0.0 +2292,152720,Conservation,Public-limited access,152,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0, +2293,152721,Conservation,Public-limited access,152,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +2294,152722,Conservation,Public-limited access,152,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +2295,152723,Conservation,Public-limited access,152,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,1.0, +2296,152730,Conservation,Public-limited access,152,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0, +2297,152731,Conservation,Public-limited access,152,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +2298,152732,Conservation,Public-limited access,152,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +2299,152733,Conservation,Public-limited access,152,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,1.0, +2300,152740,Conservation,Public-limited access,152,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0, +2301,152741,Conservation,Public-limited access,152,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +2302,152742,Conservation,Public-limited access,152,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +2303,152743,Conservation,Public-limited access,152,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,1.0, +2304,152810,Conservation,Public-limited access,152,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,0.0,0.931543033,0.170985145,1.0,0.0 +2305,152811,Conservation,Public-limited access,152,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,0.15,0.9424005684999999,0.16648778890000002,1.0,0.0 +2306,152812,Conservation,Public-limited access,152,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,0.4,0.960496461,0.1589921954,1.0,0.0 +2307,152813,Conservation,Public-limited access,152,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,0.66,0.9793161892,0.15119677816,1.0,0.0 +2308,152820,Conservation,Public-limited access,152,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,0.0,0.717213727,0.160713043,0.0,0.0 +2309,152821,Conservation,Public-limited access,152,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,0.15,0.7602206584,0.1577565022,0.0,0.0 +2310,152822,Conservation,Public-limited access,152,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,0.4,0.8318988774,0.1528289342,0.0,0.0 +2311,152823,Conservation,Public-limited access,152,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,0.66,0.90644422516,0.14770426348,1.0,0.0 +2312,152900,Conservation,Public-limited access,152,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,1.0,1.1,0.1605,1.0,0.0 +2313,152901,Conservation,Public-limited access,152,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,1.0,1.08558899045,0.15757541565,1.0,0.0 +2314,152902,Conservation,Public-limited access,152,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,1.0,1.0615706412,0.1527011084,1.0,0.0 +2315,152903,Conservation,Public-limited access,152,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,1.0,1.03659155798,0.14763182885999998,1.0,0.0 +2316,152950,Conservation,Public-limited access,152,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,0.0,1.1,0.141963768,1.0,0.0 +2317,152951,Conservation,Public-limited access,152,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,0.15,1.08558899045,0.14181961845,1.0,0.0 +2318,152952,Conservation,Public-limited access,152,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,0.4,1.0615706412,0.1415793692,1.0,0.0 +2319,152953,Conservation,Public-limited access,152,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,0.66,1.03659155798,0.14132950998,1.0,0.0 +2320,153110,Conservation,Private easement,153,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,1.0,0.056353535,0.0,0.0 +2321,153111,Conservation,Private easement,153,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,0.15,1.00058899045,0.06905092040000001,0.0,0.0 +2322,153112,Conservation,Private easement,153,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,0.4,1.0015706412,0.09021322940000001,0.0,0.0 +2323,153113,Conservation,Private easement,153,11,Open Water,#476BA0,3,high,#31a354,Open Water,0.66,1.00259155798,0.11222203076000001,1.0,0.0 +2324,153120,Conservation,Private easement,153,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.8,0.0,0.0 +2325,153121,Conservation,Private easement,153,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,0.15,0.15058899045,0.70115041565,0.0,0.0 +2326,153122,Conservation,Private easement,153,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,0.4,0.4015706412,0.5364011084,0.0,0.0 +2327,153123,Conservation,Private easement,153,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,0.66,0.66259155798,0.36506182885999994,1.0,0.0 +2328,153210,Conservation,Private easement,153,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",0.0,0.516019507,0.160666667,0.0,0.0 +2329,153211,Conservation,Private easement,153,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",0.15,0.5892055714,0.1577170826,0.0,0.0 +2330,153212,Conservation,Private easement,153,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",0.4,0.7111823454,0.1528011086,0.0,0.0 +2331,153213,Conservation,Private easement,153,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",0.66,0.83803819036,0.14768849564,1.0,0.0 +2332,153220,Conservation,Private easement,153,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",0.0,0.429568656,0.227898551,0.0,0.33 +2333,153221,Conservation,Private easement,153,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",0.15,0.51572234805,0.214864184,0.0,0.33 +2334,153222,Conservation,Private easement,153,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",0.4,0.6593118348,0.19314023900000002,0.0,0.33 +2335,153223,Conservation,Private easement,153,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",0.66,0.80864490102,0.1705473362,1.0,0.33 +2336,153230,Conservation,Private easement,153,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",0.0,0.327539141,0.208190217,0.0,0.66 +2337,153231,Conservation,Private easement,153,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",0.15,0.42899726029999996,0.19811210010000002,0.0,0.66 +2338,153232,Conservation,Private easement,153,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",0.4,0.5980941258,0.1813152386,0.0,0.66 +2339,153233,Conservation,Private easement,153,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",0.66,0.77395486592,0.16384650264,1.0,0.66 +2340,153240,Conservation,Private easement,153,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",0.0,0.178906654,0.161841892,0.0,1.0 +2341,153241,Conservation,Private easement,153,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",0.15,0.30265964635,0.15871602385,0.0,1.0 +2342,153242,Conservation,Private easement,153,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",0.4,0.5089146336,0.15350624359999998,0.0,1.0 +2343,153243,Conservation,Private easement,153,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",0.66,0.72341982034,0.14808807214,1.0,1.0 +2344,153310,Conservation,Private easement,153,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,0.0,0.613452222,0.231965986,0.0,0.0 +2345,153311,Conservation,Private easement,153,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,0.15,0.67202337915,0.21832150375,0.0,0.0 +2346,153312,Conservation,Private easement,153,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,0.4,0.7696419744,0.19558070000000002,0.0,0.0 +2347,153313,Conservation,Private easement,153,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,0.66,0.87116531346,0.1719302641,1.0,0.0 +2348,153410,Conservation,Private easement,153,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +2349,153411,Conservation,Private easement,153,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +2350,153412,Conservation,Private easement,153,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +2351,153413,Conservation,Private easement,153,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,1.0,1.003926603,0.141895445,1.0,0.0 +2352,153420,Conservation,Private easement,153,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +2353,153421,Conservation,Private easement,153,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +2354,153422,Conservation,Private easement,153,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +2355,153423,Conservation,Private easement,153,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,1.0,1.003926603,0.140110097,1.0,0.0 +2356,153430,Conservation,Private easement,153,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +2357,153431,Conservation,Private easement,153,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +2358,153432,Conservation,Private easement,153,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +2359,153433,Conservation,Private easement,153,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,1.0,1.003926603,0.141002771,1.0,0.0 +2360,153510,Conservation,Private easement,153,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0, +2361,153511,Conservation,Private easement,153,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +2362,153512,Conservation,Private easement,153,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +2363,153513,Conservation,Private easement,153,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,1.0, +2364,153520,Conservation,Private easement,153,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,0.0,0.967734818,0.188666667,1.0,0.0 +2365,153521,Conservation,Private easement,153,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,0.15,0.97316358575,0.18151708260000002,1.0,0.0 +2366,153522,Conservation,Private easement,153,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,0.4,0.982211532,0.1696011086,1.0,0.0 +2367,153523,Conservation,Private easement,153,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,0.66,0.9916213961,0.15720849564,1.0,0.0 +2368,153710,Conservation,Private easement,153,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,0.0,0.931543033,0.192887681,1.0,0.0 +2369,153711,Conservation,Private easement,153,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,0.15,0.9424005684999999,0.1851049445,1.0,0.0 +2370,153712,Conservation,Private easement,153,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,0.4,0.960496461,0.172133717,1.0,0.0 +2371,153713,Conservation,Private easement,153,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,0.66,0.9793161892,0.1586436404,1.0,0.0 +2372,153720,Conservation,Private easement,153,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0, +2373,153721,Conservation,Private easement,153,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +2374,153722,Conservation,Private easement,153,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +2375,153723,Conservation,Private easement,153,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,1.0, +2376,153730,Conservation,Private easement,153,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0, +2377,153731,Conservation,Private easement,153,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +2378,153732,Conservation,Private easement,153,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +2379,153733,Conservation,Private easement,153,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,1.0, +2380,153740,Conservation,Private easement,153,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0, +2381,153741,Conservation,Private easement,153,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0, +2382,153742,Conservation,Private easement,153,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0, +2383,153743,Conservation,Private easement,153,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,1.0, +2384,153810,Conservation,Private easement,153,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,0.0,0.931543033,0.170985145,1.0,0.0 +2385,153811,Conservation,Private easement,153,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,0.15,0.9424005684999999,0.16648778890000002,1.0,0.0 +2386,153812,Conservation,Private easement,153,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,0.4,0.960496461,0.1589921954,1.0,0.0 +2387,153813,Conservation,Private easement,153,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,0.66,0.9793161892,0.15119677816,1.0,0.0 +2388,153820,Conservation,Private easement,153,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,0.0,0.717213727,0.160713043,0.0,0.0 +2389,153821,Conservation,Private easement,153,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,0.15,0.7602206584,0.1577565022,0.0,0.0 +2390,153822,Conservation,Private easement,153,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,0.4,0.8318988774,0.1528289342,0.0,0.0 +2391,153823,Conservation,Private easement,153,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,0.66,0.90644422516,0.14770426348,1.0,0.0 +2392,153900,Conservation,Private easement,153,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,1.0,1.1,0.1605,1.0,0.0 +2393,153901,Conservation,Private easement,153,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,1.0,1.08558899045,0.15757541565,1.0,0.0 +2394,153902,Conservation,Private easement,153,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,1.0,1.0615706412,0.1527011084,1.0,0.0 +2395,153903,Conservation,Private easement,153,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,1.0,1.03659155798,0.14763182885999998,1.0,0.0 +2396,153950,Conservation,Private easement,153,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,0.0,1.1,0.141963768,1.0,0.0 +2397,153951,Conservation,Private easement,153,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,0.15,1.08558899045,0.14181961845,1.0,0.0 +2398,153952,Conservation,Private easement,153,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,0.4,1.0615706412,0.1415793692,1.0,0.0 +2399,153953,Conservation,Private easement,153,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,0.66,1.03659155798,0.14132950998,1.0,0.0 diff --git a/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA10.csv b/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA10.csv deleted file mode 100644 index 02b00c0..0000000 --- a/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA10.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,LULC_name,C_above,C_below,C_soil,C_dead,C_embedded,C_emissions,bioregion,bio_desc -272,0,Background,0.0,0.0,0.0,0.0,0.0,0.0,NA10,Northeastern American Mixed Forests (NA10) -273,11,Open Water,0.0,0.0,0.0,0.0,0.0,0.0,NA10,Northeastern American Mixed Forests (NA10) -274,12,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0,NA10,Northeastern American Mixed Forests (NA10) -275,21,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325,NA10,Northeastern American Mixed Forests (NA10) -276,22,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568,NA10,Northeastern American Mixed Forests (NA10) -277,23,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055,NA10,Northeastern American Mixed Forests (NA10) -278,24,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445,NA10,Northeastern American Mixed Forests (NA10) -279,31,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0,NA10,Northeastern American Mixed Forests (NA10) -280,41,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0,NA10,Northeastern American Mixed Forests (NA10) -281,42,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0,NA10,Northeastern American Mixed Forests (NA10) -282,43,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0,NA10,Northeastern American Mixed Forests (NA10) -283,52,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0,NA10,Northeastern American Mixed Forests (NA10) -284,71,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0,NA10,Northeastern American Mixed Forests (NA10) -285,81,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0,NA10,Northeastern American Mixed Forests (NA10) -286,82,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0,NA10,Northeastern American Mixed Forests (NA10) -287,90,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0,NA10,Northeastern American Mixed Forests (NA10) -288,95,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0,NA10,Northeastern American Mixed Forests (NA10) diff --git a/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA11.csv b/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA11.csv deleted file mode 100644 index c2d110a..0000000 --- a/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA11.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,LULC_name,C_above,C_below,C_soil,C_dead,C_embedded,C_emissions,bioregion,bio_desc -289,0,Background,0.0,0.0,0.0,0.0,0.0,0.0,NA11,Northern Great Lakes Forests (NA11) -290,11,Open Water,0.0,0.0,0.0,0.0,0.0,0.0,NA11,Northern Great Lakes Forests (NA11) -291,12,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0,NA11,Northern Great Lakes Forests (NA11) -292,21,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325,NA11,Northern Great Lakes Forests (NA11) -293,22,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568,NA11,Northern Great Lakes Forests (NA11) -294,23,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055,NA11,Northern Great Lakes Forests (NA11) -295,24,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445,NA11,Northern Great Lakes Forests (NA11) -296,31,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0,NA11,Northern Great Lakes Forests (NA11) -297,41,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0,NA11,Northern Great Lakes Forests (NA11) -298,42,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0,NA11,Northern Great Lakes Forests (NA11) -299,43,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0,NA11,Northern Great Lakes Forests (NA11) -300,52,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0,NA11,Northern Great Lakes Forests (NA11) -301,71,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0,NA11,Northern Great Lakes Forests (NA11) -302,81,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0,NA11,Northern Great Lakes Forests (NA11) -303,82,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0,NA11,Northern Great Lakes Forests (NA11) -304,90,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0,NA11,Northern Great Lakes Forests (NA11) -305,95,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0,NA11,Northern Great Lakes Forests (NA11) diff --git a/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA12.csv b/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA12.csv deleted file mode 100644 index e642023..0000000 --- a/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA12.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,LULC_name,C_above,C_below,C_soil,C_dead,C_embedded,C_emissions,bioregion,bio_desc -306,0,Background,0.0,0.0,0.0,0.0,0.0,0.0,NA12,Northern Prairie & Aspen Forests (NA12) -307,11,Open Water,0.0,0.0,0.0,0.0,0.0,0.0,NA12,Northern Prairie & Aspen Forests (NA12) -308,12,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0,NA12,Northern Prairie & Aspen Forests (NA12) -309,21,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325,NA12,Northern Prairie & Aspen Forests (NA12) -310,22,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568,NA12,Northern Prairie & Aspen Forests (NA12) -311,23,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055,NA12,Northern Prairie & Aspen Forests (NA12) -312,24,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445,NA12,Northern Prairie & Aspen Forests (NA12) -313,31,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0,NA12,Northern Prairie & Aspen Forests (NA12) -314,41,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0,NA12,Northern Prairie & Aspen Forests (NA12) -315,42,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0,NA12,Northern Prairie & Aspen Forests (NA12) -316,43,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0,NA12,Northern Prairie & Aspen Forests (NA12) -317,52,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0,NA12,Northern Prairie & Aspen Forests (NA12) -318,71,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0,NA12,Northern Prairie & Aspen Forests (NA12) -319,81,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0,NA12,Northern Prairie & Aspen Forests (NA12) -320,82,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0,NA12,Northern Prairie & Aspen Forests (NA12) -321,90,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0,NA12,Northern Prairie & Aspen Forests (NA12) -322,95,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0,NA12,Northern Prairie & Aspen Forests (NA12) diff --git a/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA13.csv b/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA13.csv deleted file mode 100644 index 4450615..0000000 --- a/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA13.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,LULC_name,C_above,C_below,C_soil,C_dead,C_embedded,C_emissions,bioregion,bio_desc -340,0,Background,0.0,0.0,0.0,0.0,0.0,0.0,NA13,Greater Rockies & Mountain Forests (NA13) -341,11,Open Water,0.0,0.0,0.0,0.0,0.0,0.0,NA13,Greater Rockies & Mountain Forests (NA13) -342,12,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0,NA13,Greater Rockies & Mountain Forests (NA13) -343,21,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325,NA13,Greater Rockies & Mountain Forests (NA13) -344,22,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568,NA13,Greater Rockies & Mountain Forests (NA13) -345,23,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055,NA13,Greater Rockies & Mountain Forests (NA13) -346,24,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445,NA13,Greater Rockies & Mountain Forests (NA13) -347,31,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0,NA13,Greater Rockies & Mountain Forests (NA13) -348,41,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0,NA13,Greater Rockies & Mountain Forests (NA13) -349,42,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0,NA13,Greater Rockies & Mountain Forests (NA13) -350,43,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0,NA13,Greater Rockies & Mountain Forests (NA13) -351,52,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0,NA13,Greater Rockies & Mountain Forests (NA13) -352,71,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0,NA13,Greater Rockies & Mountain Forests (NA13) -353,81,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0,NA13,Greater Rockies & Mountain Forests (NA13) -354,82,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0,NA13,Greater Rockies & Mountain Forests (NA13) -355,90,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0,NA13,Greater Rockies & Mountain Forests (NA13) -356,95,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0,NA13,Greater Rockies & Mountain Forests (NA13) diff --git a/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA15.csv b/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA15.csv deleted file mode 100644 index 2d960c5..0000000 --- a/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA15.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,LULC_name,C_above,C_below,C_soil,C_dead,C_embedded,C_emissions,bioregion,bio_desc -323,0,Background,0.0,0.0,0.0,0.0,0.0,0.0,NA15,Pacific Northwest Coastal Forests (NA15) -324,11,Open Water,0.0,0.0,0.0,0.0,0.0,0.0,NA15,Pacific Northwest Coastal Forests (NA15) -325,12,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0,NA15,Pacific Northwest Coastal Forests (NA15) -326,21,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325,NA15,Pacific Northwest Coastal Forests (NA15) -327,22,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568,NA15,Pacific Northwest Coastal Forests (NA15) -328,23,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055,NA15,Pacific Northwest Coastal Forests (NA15) -329,24,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445,NA15,Pacific Northwest Coastal Forests (NA15) -330,31,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0,NA15,Pacific Northwest Coastal Forests (NA15) -331,41,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0,NA15,Pacific Northwest Coastal Forests (NA15) -332,42,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0,NA15,Pacific Northwest Coastal Forests (NA15) -333,43,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0,NA15,Pacific Northwest Coastal Forests (NA15) -334,52,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0,NA15,Pacific Northwest Coastal Forests (NA15) -335,71,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0,NA15,Pacific Northwest Coastal Forests (NA15) -336,81,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0,NA15,Pacific Northwest Coastal Forests (NA15) -337,82,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0,NA15,Pacific Northwest Coastal Forests (NA15) -338,90,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0,NA15,Pacific Northwest Coastal Forests (NA15) -339,95,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0,NA15,Pacific Northwest Coastal Forests (NA15) diff --git a/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA16.csv b/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA16.csv deleted file mode 100644 index fca4015..0000000 --- a/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA16.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,LULC_name,C_above,C_below,C_soil,C_dead,C_embedded,C_emissions,bioregion,bio_desc -255,0,Background,0.0,0.0,0.0,0.0,0.0,0.0,NA16,Cascades Mountain Forests & Valleys (NA16) -256,11,Open Water,0.0,0.0,0.0,0.0,0.0,0.0,NA16,Cascades Mountain Forests & Valleys (NA16) -257,12,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0,NA16,Cascades Mountain Forests & Valleys (NA16) -258,21,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325,NA16,Cascades Mountain Forests & Valleys (NA16) -259,22,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568,NA16,Cascades Mountain Forests & Valleys (NA16) -260,23,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055,NA16,Cascades Mountain Forests & Valleys (NA16) -261,24,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445,NA16,Cascades Mountain Forests & Valleys (NA16) -262,31,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0,NA16,Cascades Mountain Forests & Valleys (NA16) -263,41,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0,NA16,Cascades Mountain Forests & Valleys (NA16) -264,42,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0,NA16,Cascades Mountain Forests & Valleys (NA16) -265,43,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0,NA16,Cascades Mountain Forests & Valleys (NA16) -266,52,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0,NA16,Cascades Mountain Forests & Valleys (NA16) -267,71,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0,NA16,Cascades Mountain Forests & Valleys (NA16) -268,81,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0,NA16,Cascades Mountain Forests & Valleys (NA16) -269,82,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0,NA16,Cascades Mountain Forests & Valleys (NA16) -270,90,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0,NA16,Cascades Mountain Forests & Valleys (NA16) -271,95,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0,NA16,Cascades Mountain Forests & Valleys (NA16) diff --git a/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA17.csv b/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA17.csv deleted file mode 100644 index c4c74d5..0000000 --- a/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA17.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,LULC_name,C_above,C_below,C_soil,C_dead,C_embedded,C_emissions,bioregion,bio_desc -238,0,Background,0.0,0.0,0.0,0.0,0.0,0.0,NA17,Columbia Plateau & Blue Mountains (NA17) -239,11,Open Water,0.0,0.0,0.0,0.0,0.0,0.0,NA17,Columbia Plateau & Blue Mountains (NA17) -240,12,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0,NA17,Columbia Plateau & Blue Mountains (NA17) -241,21,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325,NA17,Columbia Plateau & Blue Mountains (NA17) -242,22,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568,NA17,Columbia Plateau & Blue Mountains (NA17) -243,23,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055,NA17,Columbia Plateau & Blue Mountains (NA17) -244,24,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445,NA17,Columbia Plateau & Blue Mountains (NA17) -245,31,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0,NA17,Columbia Plateau & Blue Mountains (NA17) -246,41,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0,NA17,Columbia Plateau & Blue Mountains (NA17) -247,42,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0,NA17,Columbia Plateau & Blue Mountains (NA17) -248,43,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0,NA17,Columbia Plateau & Blue Mountains (NA17) -249,52,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0,NA17,Columbia Plateau & Blue Mountains (NA17) -250,71,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0,NA17,Columbia Plateau & Blue Mountains (NA17) -251,81,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0,NA17,Columbia Plateau & Blue Mountains (NA17) -252,82,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0,NA17,Columbia Plateau & Blue Mountains (NA17) -253,90,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0,NA17,Columbia Plateau & Blue Mountains (NA17) -254,95,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0,NA17,Columbia Plateau & Blue Mountains (NA17) diff --git a/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA18.csv b/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA18.csv deleted file mode 100644 index 2854606..0000000 --- a/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA18.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,LULC_name,C_above,C_below,C_soil,C_dead,C_embedded,C_emissions,bioregion,bio_desc -187,0,Background,0.0,0.0,0.0,0.0,0.0,0.0,NA18,Great Basin & Columbia Steppe (NA18) -188,11,Open Water,0.0,0.0,0.0,0.0,0.0,0.0,NA18,Great Basin & Columbia Steppe (NA18) -189,12,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0,NA18,Great Basin & Columbia Steppe (NA18) -190,21,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325,NA18,Great Basin & Columbia Steppe (NA18) -191,22,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568,NA18,Great Basin & Columbia Steppe (NA18) -192,23,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055,NA18,Great Basin & Columbia Steppe (NA18) -193,24,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445,NA18,Great Basin & Columbia Steppe (NA18) -194,31,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0,NA18,Great Basin & Columbia Steppe (NA18) -195,41,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0,NA18,Great Basin & Columbia Steppe (NA18) -196,42,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0,NA18,Great Basin & Columbia Steppe (NA18) -197,43,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0,NA18,Great Basin & Columbia Steppe (NA18) -198,52,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0,NA18,Great Basin & Columbia Steppe (NA18) -199,71,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0,NA18,Great Basin & Columbia Steppe (NA18) -200,81,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0,NA18,Great Basin & Columbia Steppe (NA18) -201,82,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0,NA18,Great Basin & Columbia Steppe (NA18) -202,90,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0,NA18,Great Basin & Columbia Steppe (NA18) -203,95,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0,NA18,Great Basin & Columbia Steppe (NA18) diff --git a/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA19.csv b/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA19.csv deleted file mode 100644 index 01361d6..0000000 --- a/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA19.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,LULC_name,C_above,C_below,C_soil,C_dead,C_embedded,C_emissions,bioregion,bio_desc -204,0,Background,0.0,0.0,0.0,0.0,0.0,0.0,NA19,Colorado Plateau & Mountain Forests (NA19) -205,11,Open Water,0.0,0.0,0.0,0.0,0.0,0.0,NA19,Colorado Plateau & Mountain Forests (NA19) -206,12,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0,NA19,Colorado Plateau & Mountain Forests (NA19) -207,21,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325,NA19,Colorado Plateau & Mountain Forests (NA19) -208,22,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568,NA19,Colorado Plateau & Mountain Forests (NA19) -209,23,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055,NA19,Colorado Plateau & Mountain Forests (NA19) -210,24,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445,NA19,Colorado Plateau & Mountain Forests (NA19) -211,31,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0,NA19,Colorado Plateau & Mountain Forests (NA19) -212,41,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0,NA19,Colorado Plateau & Mountain Forests (NA19) -213,42,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0,NA19,Colorado Plateau & Mountain Forests (NA19) -214,43,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0,NA19,Colorado Plateau & Mountain Forests (NA19) -215,52,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0,NA19,Colorado Plateau & Mountain Forests (NA19) -216,71,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0,NA19,Colorado Plateau & Mountain Forests (NA19) -217,81,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0,NA19,Colorado Plateau & Mountain Forests (NA19) -218,82,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0,NA19,Colorado Plateau & Mountain Forests (NA19) -219,90,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0,NA19,Colorado Plateau & Mountain Forests (NA19) -220,95,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0,NA19,Colorado Plateau & Mountain Forests (NA19) diff --git a/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA20.csv b/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA20.csv deleted file mode 100644 index 15d658e..0000000 --- a/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA20.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,LULC_name,C_above,C_below,C_soil,C_dead,C_embedded,C_emissions,bioregion,bio_desc -153,0,Background,0.0,0.0,0.0,0.0,0.0,0.0,NA20,Southern Prairie Mixed Grasslands (NA20) -154,11,Open Water,0.0,0.0,0.0,0.0,0.0,0.0,NA20,Southern Prairie Mixed Grasslands (NA20) -155,12,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0,NA20,Southern Prairie Mixed Grasslands (NA20) -156,21,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325,NA20,Southern Prairie Mixed Grasslands (NA20) -157,22,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568,NA20,Southern Prairie Mixed Grasslands (NA20) -158,23,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055,NA20,Southern Prairie Mixed Grasslands (NA20) -159,24,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445,NA20,Southern Prairie Mixed Grasslands (NA20) -160,31,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0,NA20,Southern Prairie Mixed Grasslands (NA20) -161,41,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0,NA20,Southern Prairie Mixed Grasslands (NA20) -162,42,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0,NA20,Southern Prairie Mixed Grasslands (NA20) -163,43,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0,NA20,Southern Prairie Mixed Grasslands (NA20) -164,52,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0,NA20,Southern Prairie Mixed Grasslands (NA20) -165,71,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0,NA20,Southern Prairie Mixed Grasslands (NA20) -166,81,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0,NA20,Southern Prairie Mixed Grasslands (NA20) -167,82,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0,NA20,Southern Prairie Mixed Grasslands (NA20) -168,90,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0,NA20,Southern Prairie Mixed Grasslands (NA20) -169,95,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0,NA20,Southern Prairie Mixed Grasslands (NA20) diff --git a/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA21.csv b/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA21.csv deleted file mode 100644 index 550d677..0000000 --- a/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA21.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,LULC_name,C_above,C_below,C_soil,C_dead,C_embedded,C_emissions,bioregion,bio_desc -221,0,Background,0.0,0.0,0.0,0.0,0.0,0.0,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -222,11,Open Water,0.0,0.0,0.0,0.0,0.0,0.0,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -223,12,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -224,21,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -225,22,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -226,23,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -227,24,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -228,31,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -229,41,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -230,42,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -231,43,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -232,52,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -233,71,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -234,81,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -235,82,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -236,90,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) -237,95,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0,NA21,Midwestern Tallgrass Prairie & Forest Transition (NA21) diff --git a/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA22.csv b/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA22.csv deleted file mode 100644 index 53ef045..0000000 --- a/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA22.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,LULC_name,C_above,C_below,C_soil,C_dead,C_embedded,C_emissions,bioregion,bio_desc -85,0,Background,0.0,0.0,0.0,0.0,0.0,0.0,NA22,Ozarks Mixed Forests (NA22) -86,11,Open Water,0.0,0.0,0.0,0.0,0.0,0.0,NA22,Ozarks Mixed Forests (NA22) -87,12,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0,NA22,Ozarks Mixed Forests (NA22) -88,21,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325,NA22,Ozarks Mixed Forests (NA22) -89,22,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568,NA22,Ozarks Mixed Forests (NA22) -90,23,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055,NA22,Ozarks Mixed Forests (NA22) -91,24,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445,NA22,Ozarks Mixed Forests (NA22) -92,31,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0,NA22,Ozarks Mixed Forests (NA22) -93,41,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0,NA22,Ozarks Mixed Forests (NA22) -94,42,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0,NA22,Ozarks Mixed Forests (NA22) -95,43,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0,NA22,Ozarks Mixed Forests (NA22) -96,52,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0,NA22,Ozarks Mixed Forests (NA22) -97,71,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0,NA22,Ozarks Mixed Forests (NA22) -98,81,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0,NA22,Ozarks Mixed Forests (NA22) -99,82,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0,NA22,Ozarks Mixed Forests (NA22) -100,90,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0,NA22,Ozarks Mixed Forests (NA22) -101,95,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0,NA22,Ozarks Mixed Forests (NA22) diff --git a/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA23.csv b/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA23.csv deleted file mode 100644 index a2566d3..0000000 --- a/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA23.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,LULC_name,C_above,C_below,C_soil,C_dead,C_embedded,C_emissions,bioregion,bio_desc -170,0,Background,0.0,0.0,0.0,0.0,0.0,0.0,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -171,11,Open Water,0.0,0.0,0.0,0.0,0.0,0.0,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -172,12,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -173,21,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -174,22,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -175,23,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -176,24,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -177,31,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -178,41,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -179,42,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -180,43,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -181,52,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -182,71,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -183,81,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -184,82,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -185,90,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) -186,95,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0,NA23,Interior Plateau & Southern Great Lakes Forests (NA23) diff --git a/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA24.csv b/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA24.csv deleted file mode 100644 index e6253c7..0000000 --- a/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA24.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,LULC_name,C_above,C_below,C_soil,C_dead,C_embedded,C_emissions,bioregion,bio_desc -136,0,Background,0.0,0.0,0.0,0.0,0.0,0.0,NA24,Appalachia & Allegheny Interior Forests (NA24) -137,11,Open Water,0.0,0.0,0.0,0.0,0.0,0.0,NA24,Appalachia & Allegheny Interior Forests (NA24) -138,12,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0,NA24,Appalachia & Allegheny Interior Forests (NA24) -139,21,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325,NA24,Appalachia & Allegheny Interior Forests (NA24) -140,22,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568,NA24,Appalachia & Allegheny Interior Forests (NA24) -141,23,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055,NA24,Appalachia & Allegheny Interior Forests (NA24) -142,24,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445,NA24,Appalachia & Allegheny Interior Forests (NA24) -143,31,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0,NA24,Appalachia & Allegheny Interior Forests (NA24) -144,41,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0,NA24,Appalachia & Allegheny Interior Forests (NA24) -145,42,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0,NA24,Appalachia & Allegheny Interior Forests (NA24) -146,43,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0,NA24,Appalachia & Allegheny Interior Forests (NA24) -147,52,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0,NA24,Appalachia & Allegheny Interior Forests (NA24) -148,71,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0,NA24,Appalachia & Allegheny Interior Forests (NA24) -149,81,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0,NA24,Appalachia & Allegheny Interior Forests (NA24) -150,82,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0,NA24,Appalachia & Allegheny Interior Forests (NA24) -151,90,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0,NA24,Appalachia & Allegheny Interior Forests (NA24) -152,95,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0,NA24,Appalachia & Allegheny Interior Forests (NA24) diff --git a/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA25.csv b/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA25.csv deleted file mode 100644 index b4eadbc..0000000 --- a/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA25.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,LULC_name,C_above,C_below,C_soil,C_dead,C_embedded,C_emissions,bioregion,bio_desc -119,0,Background,0.0,0.0,0.0,0.0,0.0,0.0,NA25,Southeast Savannas & Riparian Forests (NA25) -120,11,Open Water,0.0,0.0,0.0,0.0,0.0,0.0,NA25,Southeast Savannas & Riparian Forests (NA25) -121,12,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0,NA25,Southeast Savannas & Riparian Forests (NA25) -122,21,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325,NA25,Southeast Savannas & Riparian Forests (NA25) -123,22,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568,NA25,Southeast Savannas & Riparian Forests (NA25) -124,23,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055,NA25,Southeast Savannas & Riparian Forests (NA25) -125,24,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445,NA25,Southeast Savannas & Riparian Forests (NA25) -126,31,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0,NA25,Southeast Savannas & Riparian Forests (NA25) -127,41,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0,NA25,Southeast Savannas & Riparian Forests (NA25) -128,42,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0,NA25,Southeast Savannas & Riparian Forests (NA25) -129,43,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0,NA25,Southeast Savannas & Riparian Forests (NA25) -130,52,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0,NA25,Southeast Savannas & Riparian Forests (NA25) -131,71,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0,NA25,Southeast Savannas & Riparian Forests (NA25) -132,81,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0,NA25,Southeast Savannas & Riparian Forests (NA25) -133,82,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0,NA25,Southeast Savannas & Riparian Forests (NA25) -134,90,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0,NA25,Southeast Savannas & Riparian Forests (NA25) -135,95,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0,NA25,Southeast Savannas & Riparian Forests (NA25) diff --git a/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA27.csv b/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA27.csv deleted file mode 100644 index 669f2b9..0000000 --- a/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA27.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,LULC_name,C_above,C_below,C_soil,C_dead,C_embedded,C_emissions,bioregion,bio_desc -17,0,Background,0.0,0.0,0.0,0.0,0.0,0.0,NA27,Western Gulf Coastal Grasslands (NA27) -18,11,Open Water,0.0,0.0,0.0,0.0,0.0,0.0,NA27,Western Gulf Coastal Grasslands (NA27) -19,12,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0,NA27,Western Gulf Coastal Grasslands (NA27) -20,21,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325,NA27,Western Gulf Coastal Grasslands (NA27) -21,22,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568,NA27,Western Gulf Coastal Grasslands (NA27) -22,23,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055,NA27,Western Gulf Coastal Grasslands (NA27) -23,24,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445,NA27,Western Gulf Coastal Grasslands (NA27) -24,31,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0,NA27,Western Gulf Coastal Grasslands (NA27) -25,41,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0,NA27,Western Gulf Coastal Grasslands (NA27) -26,42,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0,NA27,Western Gulf Coastal Grasslands (NA27) -27,43,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0,NA27,Western Gulf Coastal Grasslands (NA27) -28,52,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0,NA27,Western Gulf Coastal Grasslands (NA27) -29,71,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0,NA27,Western Gulf Coastal Grasslands (NA27) -30,81,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0,NA27,Western Gulf Coastal Grasslands (NA27) -31,82,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0,NA27,Western Gulf Coastal Grasslands (NA27) -32,90,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0,NA27,Western Gulf Coastal Grasslands (NA27) -33,95,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0,NA27,Western Gulf Coastal Grasslands (NA27) diff --git a/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA28.csv b/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA28.csv deleted file mode 100644 index 83c3525..0000000 --- a/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA28.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,LULC_name,C_above,C_below,C_soil,C_dead,C_embedded,C_emissions,bioregion,bio_desc -51,0,Background,0.0,0.0,0.0,0.0,0.0,0.0,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -52,11,Open Water,0.0,0.0,0.0,0.0,0.0,0.0,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -53,12,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -54,21,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -55,22,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -56,23,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -57,24,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -58,31,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -59,41,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -60,42,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -61,43,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -62,52,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -63,71,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -64,81,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -65,82,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -66,90,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0,NA28,Southern Mixed Forests & Blackland Prairies (NA28) -67,95,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0,NA28,Southern Mixed Forests & Blackland Prairies (NA28) diff --git a/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA29.csv b/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA29.csv deleted file mode 100644 index 6da4b68..0000000 --- a/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA29.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,LULC_name,C_above,C_below,C_soil,C_dead,C_embedded,C_emissions,bioregion,bio_desc -34,0,Background,0.0,0.0,0.0,0.0,0.0,0.0,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -35,11,Open Water,0.0,0.0,0.0,0.0,0.0,0.0,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -36,12,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -37,21,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -38,22,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -39,23,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -40,24,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -41,31,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -42,41,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -43,42,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -44,43,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -45,52,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -46,71,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -47,81,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -48,82,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -49,90,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0,NA29,Sierra Madre Forests & Mexican Drylands (NA29) -50,95,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0,NA29,Sierra Madre Forests & Mexican Drylands (NA29) diff --git a/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA30.csv b/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA30.csv deleted file mode 100644 index 70a16ce..0000000 --- a/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA30.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,LULC_name,C_above,C_below,C_soil,C_dead,C_embedded,C_emissions,bioregion,bio_desc -68,0,Background,0.0,0.0,0.0,0.0,0.0,0.0,NA30,Baja California & Southern Deserts (NA30) -69,11,Open Water,0.0,0.0,0.0,0.0,0.0,0.0,NA30,Baja California & Southern Deserts (NA30) -70,12,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0,NA30,Baja California & Southern Deserts (NA30) -71,21,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325,NA30,Baja California & Southern Deserts (NA30) -72,22,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568,NA30,Baja California & Southern Deserts (NA30) -73,23,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055,NA30,Baja California & Southern Deserts (NA30) -74,24,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445,NA30,Baja California & Southern Deserts (NA30) -75,31,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0,NA30,Baja California & Southern Deserts (NA30) -76,41,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0,NA30,Baja California & Southern Deserts (NA30) -77,42,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0,NA30,Baja California & Southern Deserts (NA30) -78,43,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0,NA30,Baja California & Southern Deserts (NA30) -79,52,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0,NA30,Baja California & Southern Deserts (NA30) -80,71,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0,NA30,Baja California & Southern Deserts (NA30) -81,81,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0,NA30,Baja California & Southern Deserts (NA30) -82,82,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0,NA30,Baja California & Southern Deserts (NA30) -83,90,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0,NA30,Baja California & Southern Deserts (NA30) -84,95,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0,NA30,Baja California & Southern Deserts (NA30) diff --git a/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA31.csv b/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA31.csv deleted file mode 100644 index 6f80eff..0000000 --- a/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NA31.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,LULC_name,C_above,C_below,C_soil,C_dead,C_embedded,C_emissions,bioregion,bio_desc -102,0,Background,0.0,0.0,0.0,0.0,0.0,0.0,NA31,Greater California (NA31) -103,11,Open Water,0.0,0.0,0.0,0.0,0.0,0.0,NA31,Greater California (NA31) -104,12,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0,NA31,Greater California (NA31) -105,21,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325,NA31,Greater California (NA31) -106,22,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568,NA31,Greater California (NA31) -107,23,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055,NA31,Greater California (NA31) -108,24,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445,NA31,Greater California (NA31) -109,31,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0,NA31,Greater California (NA31) -110,41,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0,NA31,Greater California (NA31) -111,42,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0,NA31,Greater California (NA31) -112,43,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0,NA31,Greater California (NA31) -113,52,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0,NA31,Greater California (NA31) -114,71,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0,NA31,Greater California (NA31) -115,81,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0,NA31,Greater California (NA31) -116,82,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0,NA31,Greater California (NA31) -117,90,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0,NA31,Greater California (NA31) -118,95,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0,NA31,Greater California (NA31) diff --git a/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NT26.csv b/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NT26.csv deleted file mode 100644 index 6d917e7..0000000 --- a/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_NT26.csv +++ /dev/null @@ -1,18 +0,0 @@ -,lucode,LULC_name,C_above,C_below,C_soil,C_dead,C_embedded,C_emissions,bioregion,bio_desc -0,0,Background,0.0,0.0,0.0,0.0,0.0,0.0,NT26,Caribbean Islands (NT26) -1,11,Open Water,0.0,0.0,0.0,0.0,0.0,0.0,NT26,Caribbean Islands (NT26) -2,12,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0,NT26,Caribbean Islands (NT26) -3,21,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325,NT26,Caribbean Islands (NT26) -4,22,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568,NT26,Caribbean Islands (NT26) -5,23,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055,NT26,Caribbean Islands (NT26) -6,24,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445,NT26,Caribbean Islands (NT26) -7,31,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0,NT26,Caribbean Islands (NT26) -8,41,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0,NT26,Caribbean Islands (NT26) -9,42,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0,NT26,Caribbean Islands (NT26) -10,43,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0,NT26,Caribbean Islands (NT26) -11,52,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0,NT26,Caribbean Islands (NT26) -12,71,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0,NT26,Caribbean Islands (NT26) -13,81,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0,NT26,Caribbean Islands (NT26) -14,82,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0,NT26,Caribbean Islands (NT26) -15,90,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0,NT26,Caribbean Islands (NT26) -16,95,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0,NT26,Caribbean Islands (NT26) diff --git a/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_simple_nlud_trees.csv b/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_simple_nlud_trees.csv new file mode 100644 index 0000000..3b06164 --- /dev/null +++ b/appdata/invest-data/biophysical_tables/urban_carbon_nlcd_simple_nlud_trees.csv @@ -0,0 +1,2401 @@ +lucode,code,nlud_simple_class,nlud_simple_subclass,simple_nlud,nlcd,nlcd_lulc,nlcd_colors,tree,tree_canopy_cover,tree_colors,LULC_name,C_above,C_below,C_soil,C_dead,C_embedded,C_emissions +0,001110,Waterbody,Natural,1,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,0.0,0.0,0.0,0.0,0.0 +1,001111,Waterbody,Natural,1,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +2,001112,Waterbody,Natural,1,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +3,001113,Waterbody,Natural,1,11,Open Water,#476BA0,3,high,#31a354,Open Water,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +4,001120,Waterbody,Natural,1,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0 +5,001121,Waterbody,Natural,1,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +6,001122,Waterbody,Natural,1,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +7,001123,Waterbody,Natural,1,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +8,001210,Waterbody,Natural,1,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325 +9,001211,Waterbody,Natural,1,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",59.1232019495,2.8899999999999997,101.406321958,5.34,0.0,0.325 +10,001212,Waterbody,Natural,1,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",69.512451232,2.04,102.106400888,6.906666666666666,0.0,0.325 +11,001213,Waterbody,Natural,1,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",80.31727048580001,1.156,102.83448297520002,8.536,0.0,0.325 +12,001220,Waterbody,Natural,1,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568 +13,001221,Waterbody,Natural,1,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",173.50107468649998,2.4933333330500003,81.8802591395,16.458069105,707.7,122.611568 +14,001222,Waterbody,Natural,1,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",150.24977316399998,1.7599999998,88.323297722,14.754715446666665,707.7,122.611568 +15,001223,Waterbody,Natural,1,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",126.0684195806,0.99733333322,95.02405784780001,12.983227642,707.7,122.611568 +16,001230,Waterbody,Natural,1,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055 +17,001231,Waterbody,Natural,1,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",160.2831994115,2.4933333330500003,81.15025092799999,16.2739024355,636.5666667,480.4527055 +18,001232,Waterbody,Natural,1,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",140.919508264,1.7599999998,87.80799780800001,14.624715444666666,636.5666667,480.4527055 +19,001233,Waterbody,Natural,1,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",120.7812694706,0.99733333322,94.73205456320001,12.9095609742,636.5666667,480.4527055 +20,001240,Waterbody,Natural,1,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445 +21,001241,Waterbody,Natural,1,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",135.2558827115,2.4933333330500003,82.5925075105,16.288069104999998,1627.85,860.1464445 +22,001242,Waterbody,Natural,1,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",123.253167064,1.7599999998,88.826061278,14.634715446666664,1627.85,860.1464445 +23,001243,Waterbody,Natural,1,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",110.77034279060001,0.99733333322,95.3089571962,12.915227642,1627.85,860.1464445 +24,001310,Waterbody,Natural,1,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0 +25,001311,Waterbody,Natural,1,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,19.946997426499998,0.0,37.242988548,1.5999999999999999,0.0,0.0 +26,001312,Waterbody,Natural,1,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,41.858659804,0.0,56.814636128000004,4.266666666666667,0.0,0.0 +27,001313,Waterbody,Natural,1,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,64.64678867660001,0.0,77.16914961120001,7.04,0.0,0.0 +28,001410,Waterbody,Natural,1,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +29,001411,Waterbody,Natural,1,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +30,001412,Waterbody,Natural,1,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +31,001413,Waterbody,Natural,1,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +32,001420,Waterbody,Natural,1,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +33,001421,Waterbody,Natural,1,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +34,001422,Waterbody,Natural,1,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +35,001423,Waterbody,Natural,1,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +36,001430,Waterbody,Natural,1,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +37,001431,Waterbody,Natural,1,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +38,001432,Waterbody,Natural,1,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +39,001433,Waterbody,Natural,1,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +40,001510,Waterbody,Natural,1,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +41,001511,Waterbody,Natural,1,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +42,001512,Waterbody,Natural,1,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +43,001513,Waterbody,Natural,1,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +44,001520,Waterbody,Natural,1,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0 +45,001521,Waterbody,Natural,1,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,54.8607474265,0.0,73.4995485305,1.5999999999999999,0.0,0.0 +46,001522,Waterbody,Natural,1,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,66.503659804,0.0,82.40750199800001,4.266666666666667,0.0,0.0 +47,001523,Waterbody,Natural,1,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,78.6122886766,0.0,91.67177360420001,7.04,0.0,0.0 +48,001710,Waterbody,Natural,1,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +49,001711,Waterbody,Natural,1,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +50,001712,Waterbody,Natural,1,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +51,001713,Waterbody,Natural,1,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +52,001720,Waterbody,Natural,1,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +53,001721,Waterbody,Natural,1,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +54,001722,Waterbody,Natural,1,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +55,001723,Waterbody,Natural,1,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +56,001730,Waterbody,Natural,1,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +57,001731,Waterbody,Natural,1,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +58,001732,Waterbody,Natural,1,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +59,001733,Waterbody,Natural,1,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +60,001740,Waterbody,Natural,1,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +61,001741,Waterbody,Natural,1,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +62,001742,Waterbody,Natural,1,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +63,001743,Waterbody,Natural,1,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +64,001810,Waterbody,Natural,1,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +65,001811,Waterbody,Natural,1,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +66,001812,Waterbody,Natural,1,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +67,001813,Waterbody,Natural,1,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +68,001820,Waterbody,Natural,1,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0 +69,001821,Waterbody,Natural,1,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,18.2417615642,0.0,71.457727635,1.5999999999999999,0.0,0.0 +70,001822,Waterbody,Natural,1,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,40.6549639012,0.0,80.96621666000001,4.266666666666667,0.0,0.0 +71,001823,Waterbody,Natural,1,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,63.96469433168001,0.0,90.855045246,7.04,0.0,0.0 +72,001900,Waterbody,Natural,1,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +73,001901,Waterbody,Natural,1,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +74,001902,Waterbody,Natural,1,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +75,001903,Waterbody,Natural,1,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +76,001950,Waterbody,Natural,1,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +77,001951,Waterbody,Natural,1,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +78,001952,Waterbody,Natural,1,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +79,001953,Waterbody,Natural,1,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +80,002110,Waterbody,Wetland,2,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,0.0,0.0,0.0,0.0,0.0 +81,002111,Waterbody,Wetland,2,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +82,002112,Waterbody,Wetland,2,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +83,002113,Waterbody,Wetland,2,11,Open Water,#476BA0,3,high,#31a354,Open Water,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +84,002120,Waterbody,Wetland,2,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0 +85,002121,Waterbody,Wetland,2,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +86,002122,Waterbody,Wetland,2,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +87,002123,Waterbody,Wetland,2,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +88,002210,Waterbody,Wetland,2,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325 +89,002211,Waterbody,Wetland,2,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",59.1232019495,2.8899999999999997,101.406321958,5.34,0.0,0.325 +90,002212,Waterbody,Wetland,2,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",69.512451232,2.04,102.106400888,6.906666666666666,0.0,0.325 +91,002213,Waterbody,Wetland,2,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",80.31727048580001,1.156,102.83448297520002,8.536,0.0,0.325 +92,002220,Waterbody,Wetland,2,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568 +93,002221,Waterbody,Wetland,2,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",173.50107468649998,2.4933333330500003,81.8802591395,16.458069105,707.7,122.611568 +94,002222,Waterbody,Wetland,2,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",150.24977316399998,1.7599999998,88.323297722,14.754715446666665,707.7,122.611568 +95,002223,Waterbody,Wetland,2,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",126.0684195806,0.99733333322,95.02405784780001,12.983227642,707.7,122.611568 +96,002230,Waterbody,Wetland,2,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055 +97,002231,Waterbody,Wetland,2,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",160.2831994115,2.4933333330500003,81.15025092799999,16.2739024355,636.5666667,480.4527055 +98,002232,Waterbody,Wetland,2,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",140.919508264,1.7599999998,87.80799780800001,14.624715444666666,636.5666667,480.4527055 +99,002233,Waterbody,Wetland,2,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",120.7812694706,0.99733333322,94.73205456320001,12.9095609742,636.5666667,480.4527055 +100,002240,Waterbody,Wetland,2,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445 +101,002241,Waterbody,Wetland,2,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",135.2558827115,2.4933333330500003,82.5925075105,16.288069104999998,1627.85,860.1464445 +102,002242,Waterbody,Wetland,2,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",123.253167064,1.7599999998,88.826061278,14.634715446666664,1627.85,860.1464445 +103,002243,Waterbody,Wetland,2,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",110.77034279060001,0.99733333322,95.3089571962,12.915227642,1627.85,860.1464445 +104,002310,Waterbody,Wetland,2,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0 +105,002311,Waterbody,Wetland,2,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,19.946997426499998,0.0,37.242988548,1.5999999999999999,0.0,0.0 +106,002312,Waterbody,Wetland,2,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,41.858659804,0.0,56.814636128000004,4.266666666666667,0.0,0.0 +107,002313,Waterbody,Wetland,2,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,64.64678867660001,0.0,77.16914961120001,7.04,0.0,0.0 +108,002410,Waterbody,Wetland,2,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +109,002411,Waterbody,Wetland,2,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +110,002412,Waterbody,Wetland,2,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +111,002413,Waterbody,Wetland,2,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +112,002420,Waterbody,Wetland,2,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +113,002421,Waterbody,Wetland,2,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +114,002422,Waterbody,Wetland,2,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +115,002423,Waterbody,Wetland,2,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +116,002430,Waterbody,Wetland,2,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +117,002431,Waterbody,Wetland,2,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +118,002432,Waterbody,Wetland,2,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +119,002433,Waterbody,Wetland,2,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +120,002510,Waterbody,Wetland,2,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +121,002511,Waterbody,Wetland,2,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +122,002512,Waterbody,Wetland,2,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +123,002513,Waterbody,Wetland,2,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +124,002520,Waterbody,Wetland,2,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0 +125,002521,Waterbody,Wetland,2,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,54.8607474265,0.0,73.4995485305,1.5999999999999999,0.0,0.0 +126,002522,Waterbody,Wetland,2,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,66.503659804,0.0,82.40750199800001,4.266666666666667,0.0,0.0 +127,002523,Waterbody,Wetland,2,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,78.6122886766,0.0,91.67177360420001,7.04,0.0,0.0 +128,002710,Waterbody,Wetland,2,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +129,002711,Waterbody,Wetland,2,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +130,002712,Waterbody,Wetland,2,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +131,002713,Waterbody,Wetland,2,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +132,002720,Waterbody,Wetland,2,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +133,002721,Waterbody,Wetland,2,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +134,002722,Waterbody,Wetland,2,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +135,002723,Waterbody,Wetland,2,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +136,002730,Waterbody,Wetland,2,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +137,002731,Waterbody,Wetland,2,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +138,002732,Waterbody,Wetland,2,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +139,002733,Waterbody,Wetland,2,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +140,002740,Waterbody,Wetland,2,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +141,002741,Waterbody,Wetland,2,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +142,002742,Waterbody,Wetland,2,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +143,002743,Waterbody,Wetland,2,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +144,002810,Waterbody,Wetland,2,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +145,002811,Waterbody,Wetland,2,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +146,002812,Waterbody,Wetland,2,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +147,002813,Waterbody,Wetland,2,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +148,002820,Waterbody,Wetland,2,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0 +149,002821,Waterbody,Wetland,2,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,18.2417615642,0.0,71.457727635,1.5999999999999999,0.0,0.0 +150,002822,Waterbody,Wetland,2,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,40.6549639012,0.0,80.96621666000001,4.266666666666667,0.0,0.0 +151,002823,Waterbody,Wetland,2,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,63.96469433168001,0.0,90.855045246,7.04,0.0,0.0 +152,002900,Waterbody,Wetland,2,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +153,002901,Waterbody,Wetland,2,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +154,002902,Waterbody,Wetland,2,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +155,002903,Waterbody,Wetland,2,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +156,002950,Waterbody,Wetland,2,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +157,002951,Waterbody,Wetland,2,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +158,002952,Waterbody,Wetland,2,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +159,002953,Waterbody,Wetland,2,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +160,003110,Waterbody,Artificial,3,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,0.0,0.0,0.0,0.0,0.0 +161,003111,Waterbody,Artificial,3,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +162,003112,Waterbody,Artificial,3,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +163,003113,Waterbody,Artificial,3,11,Open Water,#476BA0,3,high,#31a354,Open Water,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +164,003120,Waterbody,Artificial,3,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0 +165,003121,Waterbody,Artificial,3,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +166,003122,Waterbody,Artificial,3,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +167,003123,Waterbody,Artificial,3,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +168,003210,Waterbody,Artificial,3,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325 +169,003211,Waterbody,Artificial,3,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",59.1232019495,2.8899999999999997,101.406321958,5.34,0.0,0.325 +170,003212,Waterbody,Artificial,3,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",69.512451232,2.04,102.106400888,6.906666666666666,0.0,0.325 +171,003213,Waterbody,Artificial,3,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",80.31727048580001,1.156,102.83448297520002,8.536,0.0,0.325 +172,003220,Waterbody,Artificial,3,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568 +173,003221,Waterbody,Artificial,3,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",173.50107468649998,2.4933333330500003,81.8802591395,16.458069105,707.7,122.611568 +174,003222,Waterbody,Artificial,3,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",150.24977316399998,1.7599999998,88.323297722,14.754715446666665,707.7,122.611568 +175,003223,Waterbody,Artificial,3,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",126.0684195806,0.99733333322,95.02405784780001,12.983227642,707.7,122.611568 +176,003230,Waterbody,Artificial,3,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055 +177,003231,Waterbody,Artificial,3,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",160.2831994115,2.4933333330500003,81.15025092799999,16.2739024355,636.5666667,480.4527055 +178,003232,Waterbody,Artificial,3,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",140.919508264,1.7599999998,87.80799780800001,14.624715444666666,636.5666667,480.4527055 +179,003233,Waterbody,Artificial,3,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",120.7812694706,0.99733333322,94.73205456320001,12.9095609742,636.5666667,480.4527055 +180,003240,Waterbody,Artificial,3,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445 +181,003241,Waterbody,Artificial,3,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",135.2558827115,2.4933333330500003,82.5925075105,16.288069104999998,1627.85,860.1464445 +182,003242,Waterbody,Artificial,3,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",123.253167064,1.7599999998,88.826061278,14.634715446666664,1627.85,860.1464445 +183,003243,Waterbody,Artificial,3,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",110.77034279060001,0.99733333322,95.3089571962,12.915227642,1627.85,860.1464445 +184,003310,Waterbody,Artificial,3,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0 +185,003311,Waterbody,Artificial,3,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,19.946997426499998,0.0,37.242988548,1.5999999999999999,0.0,0.0 +186,003312,Waterbody,Artificial,3,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,41.858659804,0.0,56.814636128000004,4.266666666666667,0.0,0.0 +187,003313,Waterbody,Artificial,3,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,64.64678867660001,0.0,77.16914961120001,7.04,0.0,0.0 +188,003410,Waterbody,Artificial,3,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +189,003411,Waterbody,Artificial,3,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +190,003412,Waterbody,Artificial,3,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +191,003413,Waterbody,Artificial,3,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +192,003420,Waterbody,Artificial,3,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +193,003421,Waterbody,Artificial,3,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +194,003422,Waterbody,Artificial,3,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +195,003423,Waterbody,Artificial,3,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +196,003430,Waterbody,Artificial,3,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +197,003431,Waterbody,Artificial,3,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +198,003432,Waterbody,Artificial,3,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +199,003433,Waterbody,Artificial,3,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +200,003510,Waterbody,Artificial,3,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +201,003511,Waterbody,Artificial,3,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +202,003512,Waterbody,Artificial,3,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +203,003513,Waterbody,Artificial,3,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +204,003520,Waterbody,Artificial,3,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0 +205,003521,Waterbody,Artificial,3,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,54.8607474265,0.0,73.4995485305,1.5999999999999999,0.0,0.0 +206,003522,Waterbody,Artificial,3,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,66.503659804,0.0,82.40750199800001,4.266666666666667,0.0,0.0 +207,003523,Waterbody,Artificial,3,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,78.6122886766,0.0,91.67177360420001,7.04,0.0,0.0 +208,003710,Waterbody,Artificial,3,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +209,003711,Waterbody,Artificial,3,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +210,003712,Waterbody,Artificial,3,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +211,003713,Waterbody,Artificial,3,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +212,003720,Waterbody,Artificial,3,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +213,003721,Waterbody,Artificial,3,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +214,003722,Waterbody,Artificial,3,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +215,003723,Waterbody,Artificial,3,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +216,003730,Waterbody,Artificial,3,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +217,003731,Waterbody,Artificial,3,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +218,003732,Waterbody,Artificial,3,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +219,003733,Waterbody,Artificial,3,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +220,003740,Waterbody,Artificial,3,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +221,003741,Waterbody,Artificial,3,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +222,003742,Waterbody,Artificial,3,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +223,003743,Waterbody,Artificial,3,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +224,003810,Waterbody,Artificial,3,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +225,003811,Waterbody,Artificial,3,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +226,003812,Waterbody,Artificial,3,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +227,003813,Waterbody,Artificial,3,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +228,003820,Waterbody,Artificial,3,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0 +229,003821,Waterbody,Artificial,3,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,18.2417615642,0.0,71.457727635,1.5999999999999999,0.0,0.0 +230,003822,Waterbody,Artificial,3,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,40.6549639012,0.0,80.96621666000001,4.266666666666667,0.0,0.0 +231,003823,Waterbody,Artificial,3,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,63.96469433168001,0.0,90.855045246,7.04,0.0,0.0 +232,003900,Waterbody,Artificial,3,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +233,003901,Waterbody,Artificial,3,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +234,003902,Waterbody,Artificial,3,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +235,003903,Waterbody,Artificial,3,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +236,003950,Waterbody,Artificial,3,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +237,003951,Waterbody,Artificial,3,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +238,003952,Waterbody,Artificial,3,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +239,003953,Waterbody,Artificial,3,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +240,004110,Waterbody,Perennial Ice/Snow,4,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,0.0,0.0,0.0,0.0,0.0 +241,004111,Waterbody,Perennial Ice/Snow,4,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +242,004112,Waterbody,Perennial Ice/Snow,4,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +243,004113,Waterbody,Perennial Ice/Snow,4,11,Open Water,#476BA0,3,high,#31a354,Open Water,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +244,004120,Waterbody,Perennial Ice/Snow,4,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0 +245,004121,Waterbody,Perennial Ice/Snow,4,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +246,004122,Waterbody,Perennial Ice/Snow,4,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +247,004123,Waterbody,Perennial Ice/Snow,4,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +248,004210,Waterbody,Perennial Ice/Snow,4,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325 +249,004211,Waterbody,Perennial Ice/Snow,4,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",59.1232019495,2.8899999999999997,101.406321958,5.34,0.0,0.325 +250,004212,Waterbody,Perennial Ice/Snow,4,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",69.512451232,2.04,102.106400888,6.906666666666666,0.0,0.325 +251,004213,Waterbody,Perennial Ice/Snow,4,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",80.31727048580001,1.156,102.83448297520002,8.536,0.0,0.325 +252,004220,Waterbody,Perennial Ice/Snow,4,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568 +253,004221,Waterbody,Perennial Ice/Snow,4,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",173.50107468649998,2.4933333330500003,81.8802591395,16.458069105,707.7,122.611568 +254,004222,Waterbody,Perennial Ice/Snow,4,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",150.24977316399998,1.7599999998,88.323297722,14.754715446666665,707.7,122.611568 +255,004223,Waterbody,Perennial Ice/Snow,4,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",126.0684195806,0.99733333322,95.02405784780001,12.983227642,707.7,122.611568 +256,004230,Waterbody,Perennial Ice/Snow,4,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055 +257,004231,Waterbody,Perennial Ice/Snow,4,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",160.2831994115,2.4933333330500003,81.15025092799999,16.2739024355,636.5666667,480.4527055 +258,004232,Waterbody,Perennial Ice/Snow,4,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",140.919508264,1.7599999998,87.80799780800001,14.624715444666666,636.5666667,480.4527055 +259,004233,Waterbody,Perennial Ice/Snow,4,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",120.7812694706,0.99733333322,94.73205456320001,12.9095609742,636.5666667,480.4527055 +260,004240,Waterbody,Perennial Ice/Snow,4,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445 +261,004241,Waterbody,Perennial Ice/Snow,4,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",135.2558827115,2.4933333330500003,82.5925075105,16.288069104999998,1627.85,860.1464445 +262,004242,Waterbody,Perennial Ice/Snow,4,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",123.253167064,1.7599999998,88.826061278,14.634715446666664,1627.85,860.1464445 +263,004243,Waterbody,Perennial Ice/Snow,4,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",110.77034279060001,0.99733333322,95.3089571962,12.915227642,1627.85,860.1464445 +264,004310,Waterbody,Perennial Ice/Snow,4,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0 +265,004311,Waterbody,Perennial Ice/Snow,4,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,19.946997426499998,0.0,37.242988548,1.5999999999999999,0.0,0.0 +266,004312,Waterbody,Perennial Ice/Snow,4,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,41.858659804,0.0,56.814636128000004,4.266666666666667,0.0,0.0 +267,004313,Waterbody,Perennial Ice/Snow,4,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,64.64678867660001,0.0,77.16914961120001,7.04,0.0,0.0 +268,004410,Waterbody,Perennial Ice/Snow,4,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +269,004411,Waterbody,Perennial Ice/Snow,4,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +270,004412,Waterbody,Perennial Ice/Snow,4,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +271,004413,Waterbody,Perennial Ice/Snow,4,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +272,004420,Waterbody,Perennial Ice/Snow,4,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +273,004421,Waterbody,Perennial Ice/Snow,4,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +274,004422,Waterbody,Perennial Ice/Snow,4,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +275,004423,Waterbody,Perennial Ice/Snow,4,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +276,004430,Waterbody,Perennial Ice/Snow,4,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +277,004431,Waterbody,Perennial Ice/Snow,4,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +278,004432,Waterbody,Perennial Ice/Snow,4,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +279,004433,Waterbody,Perennial Ice/Snow,4,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +280,004510,Waterbody,Perennial Ice/Snow,4,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +281,004511,Waterbody,Perennial Ice/Snow,4,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +282,004512,Waterbody,Perennial Ice/Snow,4,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +283,004513,Waterbody,Perennial Ice/Snow,4,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +284,004520,Waterbody,Perennial Ice/Snow,4,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0 +285,004521,Waterbody,Perennial Ice/Snow,4,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,54.8607474265,0.0,73.4995485305,1.5999999999999999,0.0,0.0 +286,004522,Waterbody,Perennial Ice/Snow,4,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,66.503659804,0.0,82.40750199800001,4.266666666666667,0.0,0.0 +287,004523,Waterbody,Perennial Ice/Snow,4,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,78.6122886766,0.0,91.67177360420001,7.04,0.0,0.0 +288,004710,Waterbody,Perennial Ice/Snow,4,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +289,004711,Waterbody,Perennial Ice/Snow,4,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +290,004712,Waterbody,Perennial Ice/Snow,4,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +291,004713,Waterbody,Perennial Ice/Snow,4,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +292,004720,Waterbody,Perennial Ice/Snow,4,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +293,004721,Waterbody,Perennial Ice/Snow,4,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +294,004722,Waterbody,Perennial Ice/Snow,4,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +295,004723,Waterbody,Perennial Ice/Snow,4,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +296,004730,Waterbody,Perennial Ice/Snow,4,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +297,004731,Waterbody,Perennial Ice/Snow,4,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +298,004732,Waterbody,Perennial Ice/Snow,4,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +299,004733,Waterbody,Perennial Ice/Snow,4,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +300,004740,Waterbody,Perennial Ice/Snow,4,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +301,004741,Waterbody,Perennial Ice/Snow,4,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +302,004742,Waterbody,Perennial Ice/Snow,4,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +303,004743,Waterbody,Perennial Ice/Snow,4,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +304,004810,Waterbody,Perennial Ice/Snow,4,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +305,004811,Waterbody,Perennial Ice/Snow,4,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +306,004812,Waterbody,Perennial Ice/Snow,4,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +307,004813,Waterbody,Perennial Ice/Snow,4,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +308,004820,Waterbody,Perennial Ice/Snow,4,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0 +309,004821,Waterbody,Perennial Ice/Snow,4,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,18.2417615642,0.0,71.457727635,1.5999999999999999,0.0,0.0 +310,004822,Waterbody,Perennial Ice/Snow,4,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,40.6549639012,0.0,80.96621666000001,4.266666666666667,0.0,0.0 +311,004823,Waterbody,Perennial Ice/Snow,4,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,63.96469433168001,0.0,90.855045246,7.04,0.0,0.0 +312,004900,Waterbody,Perennial Ice/Snow,4,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +313,004901,Waterbody,Perennial Ice/Snow,4,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +314,004902,Waterbody,Perennial Ice/Snow,4,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +315,004903,Waterbody,Perennial Ice/Snow,4,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +316,004950,Waterbody,Perennial Ice/Snow,4,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +317,004951,Waterbody,Perennial Ice/Snow,4,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +318,004952,Waterbody,Perennial Ice/Snow,4,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +319,004953,Waterbody,Perennial Ice/Snow,4,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +320,011110,Residential,Dense urban,11,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,0.0,0.0,0.0,0.0,0.0 +321,011111,Residential,Dense urban,11,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +322,011112,Residential,Dense urban,11,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +323,011113,Residential,Dense urban,11,11,Open Water,#476BA0,3,high,#31a354,Open Water,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +324,011120,Residential,Dense urban,11,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0 +325,011121,Residential,Dense urban,11,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +326,011122,Residential,Dense urban,11,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +327,011123,Residential,Dense urban,11,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +328,011210,Residential,Dense urban,11,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325 +329,011211,Residential,Dense urban,11,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",59.1232019495,2.8899999999999997,101.406321958,5.34,0.0,0.325 +330,011212,Residential,Dense urban,11,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",69.512451232,2.04,102.106400888,6.906666666666666,0.0,0.325 +331,011213,Residential,Dense urban,11,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",80.31727048580001,1.156,102.83448297520002,8.536,0.0,0.325 +332,011220,Residential,Dense urban,11,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568 +333,011221,Residential,Dense urban,11,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",173.50107468649998,2.4933333330500003,81.8802591395,16.458069105,707.7,122.611568 +334,011222,Residential,Dense urban,11,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",150.24977316399998,1.7599999998,88.323297722,14.754715446666665,707.7,122.611568 +335,011223,Residential,Dense urban,11,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",126.0684195806,0.99733333322,95.02405784780001,12.983227642,707.7,122.611568 +336,011230,Residential,Dense urban,11,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055 +337,011231,Residential,Dense urban,11,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",160.2831994115,2.4933333330500003,81.15025092799999,16.2739024355,636.5666667,480.4527055 +338,011232,Residential,Dense urban,11,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",140.919508264,1.7599999998,87.80799780800001,14.624715444666666,636.5666667,480.4527055 +339,011233,Residential,Dense urban,11,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",120.7812694706,0.99733333322,94.73205456320001,12.9095609742,636.5666667,480.4527055 +340,011240,Residential,Dense urban,11,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445 +341,011241,Residential,Dense urban,11,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",135.2558827115,2.4933333330500003,82.5925075105,16.288069104999998,1627.85,860.1464445 +342,011242,Residential,Dense urban,11,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",123.253167064,1.7599999998,88.826061278,14.634715446666664,1627.85,860.1464445 +343,011243,Residential,Dense urban,11,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",110.77034279060001,0.99733333322,95.3089571962,12.915227642,1627.85,860.1464445 +344,011310,Residential,Dense urban,11,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0 +345,011311,Residential,Dense urban,11,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,19.946997426499998,0.0,37.242988548,1.5999999999999999,0.0,0.0 +346,011312,Residential,Dense urban,11,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,41.858659804,0.0,56.814636128000004,4.266666666666667,0.0,0.0 +347,011313,Residential,Dense urban,11,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,64.64678867660001,0.0,77.16914961120001,7.04,0.0,0.0 +348,011410,Residential,Dense urban,11,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +349,011411,Residential,Dense urban,11,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +350,011412,Residential,Dense urban,11,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +351,011413,Residential,Dense urban,11,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +352,011420,Residential,Dense urban,11,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +353,011421,Residential,Dense urban,11,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +354,011422,Residential,Dense urban,11,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +355,011423,Residential,Dense urban,11,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +356,011430,Residential,Dense urban,11,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +357,011431,Residential,Dense urban,11,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +358,011432,Residential,Dense urban,11,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +359,011433,Residential,Dense urban,11,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +360,011510,Residential,Dense urban,11,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +361,011511,Residential,Dense urban,11,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +362,011512,Residential,Dense urban,11,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +363,011513,Residential,Dense urban,11,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +364,011520,Residential,Dense urban,11,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0 +365,011521,Residential,Dense urban,11,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,54.8607474265,0.0,73.4995485305,1.5999999999999999,0.0,0.0 +366,011522,Residential,Dense urban,11,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,66.503659804,0.0,82.40750199800001,4.266666666666667,0.0,0.0 +367,011523,Residential,Dense urban,11,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,78.6122886766,0.0,91.67177360420001,7.04,0.0,0.0 +368,011710,Residential,Dense urban,11,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +369,011711,Residential,Dense urban,11,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +370,011712,Residential,Dense urban,11,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +371,011713,Residential,Dense urban,11,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +372,011720,Residential,Dense urban,11,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +373,011721,Residential,Dense urban,11,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +374,011722,Residential,Dense urban,11,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +375,011723,Residential,Dense urban,11,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +376,011730,Residential,Dense urban,11,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +377,011731,Residential,Dense urban,11,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +378,011732,Residential,Dense urban,11,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +379,011733,Residential,Dense urban,11,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +380,011740,Residential,Dense urban,11,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +381,011741,Residential,Dense urban,11,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +382,011742,Residential,Dense urban,11,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +383,011743,Residential,Dense urban,11,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +384,011810,Residential,Dense urban,11,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +385,011811,Residential,Dense urban,11,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +386,011812,Residential,Dense urban,11,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +387,011813,Residential,Dense urban,11,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +388,011820,Residential,Dense urban,11,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0 +389,011821,Residential,Dense urban,11,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,18.2417615642,0.0,71.457727635,1.5999999999999999,0.0,0.0 +390,011822,Residential,Dense urban,11,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,40.6549639012,0.0,80.96621666000001,4.266666666666667,0.0,0.0 +391,011823,Residential,Dense urban,11,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,63.96469433168001,0.0,90.855045246,7.04,0.0,0.0 +392,011900,Residential,Dense urban,11,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +393,011901,Residential,Dense urban,11,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +394,011902,Residential,Dense urban,11,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +395,011903,Residential,Dense urban,11,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +396,011950,Residential,Dense urban,11,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +397,011951,Residential,Dense urban,11,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +398,011952,Residential,Dense urban,11,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +399,011953,Residential,Dense urban,11,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +400,012110,Residential,Urban,12,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,0.0,0.0,0.0,0.0,0.0 +401,012111,Residential,Urban,12,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +402,012112,Residential,Urban,12,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +403,012113,Residential,Urban,12,11,Open Water,#476BA0,3,high,#31a354,Open Water,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +404,012120,Residential,Urban,12,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0 +405,012121,Residential,Urban,12,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +406,012122,Residential,Urban,12,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +407,012123,Residential,Urban,12,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +408,012210,Residential,Urban,12,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325 +409,012211,Residential,Urban,12,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",59.1232019495,2.8899999999999997,101.406321958,5.34,0.0,0.325 +410,012212,Residential,Urban,12,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",69.512451232,2.04,102.106400888,6.906666666666666,0.0,0.325 +411,012213,Residential,Urban,12,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",80.31727048580001,1.156,102.83448297520002,8.536,0.0,0.325 +412,012220,Residential,Urban,12,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568 +413,012221,Residential,Urban,12,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",173.50107468649998,2.4933333330500003,81.8802591395,16.458069105,707.7,122.611568 +414,012222,Residential,Urban,12,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",150.24977316399998,1.7599999998,88.323297722,14.754715446666665,707.7,122.611568 +415,012223,Residential,Urban,12,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",126.0684195806,0.99733333322,95.02405784780001,12.983227642,707.7,122.611568 +416,012230,Residential,Urban,12,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055 +417,012231,Residential,Urban,12,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",160.2831994115,2.4933333330500003,81.15025092799999,16.2739024355,636.5666667,480.4527055 +418,012232,Residential,Urban,12,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",140.919508264,1.7599999998,87.80799780800001,14.624715444666666,636.5666667,480.4527055 +419,012233,Residential,Urban,12,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",120.7812694706,0.99733333322,94.73205456320001,12.9095609742,636.5666667,480.4527055 +420,012240,Residential,Urban,12,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445 +421,012241,Residential,Urban,12,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",135.2558827115,2.4933333330500003,82.5925075105,16.288069104999998,1627.85,860.1464445 +422,012242,Residential,Urban,12,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",123.253167064,1.7599999998,88.826061278,14.634715446666664,1627.85,860.1464445 +423,012243,Residential,Urban,12,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",110.77034279060001,0.99733333322,95.3089571962,12.915227642,1627.85,860.1464445 +424,012310,Residential,Urban,12,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0 +425,012311,Residential,Urban,12,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,19.946997426499998,0.0,37.242988548,1.5999999999999999,0.0,0.0 +426,012312,Residential,Urban,12,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,41.858659804,0.0,56.814636128000004,4.266666666666667,0.0,0.0 +427,012313,Residential,Urban,12,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,64.64678867660001,0.0,77.16914961120001,7.04,0.0,0.0 +428,012410,Residential,Urban,12,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +429,012411,Residential,Urban,12,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +430,012412,Residential,Urban,12,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +431,012413,Residential,Urban,12,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +432,012420,Residential,Urban,12,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +433,012421,Residential,Urban,12,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +434,012422,Residential,Urban,12,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +435,012423,Residential,Urban,12,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +436,012430,Residential,Urban,12,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +437,012431,Residential,Urban,12,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +438,012432,Residential,Urban,12,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +439,012433,Residential,Urban,12,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +440,012510,Residential,Urban,12,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +441,012511,Residential,Urban,12,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +442,012512,Residential,Urban,12,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +443,012513,Residential,Urban,12,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +444,012520,Residential,Urban,12,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0 +445,012521,Residential,Urban,12,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,54.8607474265,0.0,73.4995485305,1.5999999999999999,0.0,0.0 +446,012522,Residential,Urban,12,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,66.503659804,0.0,82.40750199800001,4.266666666666667,0.0,0.0 +447,012523,Residential,Urban,12,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,78.6122886766,0.0,91.67177360420001,7.04,0.0,0.0 +448,012710,Residential,Urban,12,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +449,012711,Residential,Urban,12,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +450,012712,Residential,Urban,12,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +451,012713,Residential,Urban,12,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +452,012720,Residential,Urban,12,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +453,012721,Residential,Urban,12,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +454,012722,Residential,Urban,12,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +455,012723,Residential,Urban,12,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +456,012730,Residential,Urban,12,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +457,012731,Residential,Urban,12,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +458,012732,Residential,Urban,12,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +459,012733,Residential,Urban,12,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +460,012740,Residential,Urban,12,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +461,012741,Residential,Urban,12,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +462,012742,Residential,Urban,12,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +463,012743,Residential,Urban,12,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +464,012810,Residential,Urban,12,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +465,012811,Residential,Urban,12,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +466,012812,Residential,Urban,12,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +467,012813,Residential,Urban,12,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +468,012820,Residential,Urban,12,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0 +469,012821,Residential,Urban,12,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,18.2417615642,0.0,71.457727635,1.5999999999999999,0.0,0.0 +470,012822,Residential,Urban,12,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,40.6549639012,0.0,80.96621666000001,4.266666666666667,0.0,0.0 +471,012823,Residential,Urban,12,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,63.96469433168001,0.0,90.855045246,7.04,0.0,0.0 +472,012900,Residential,Urban,12,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +473,012901,Residential,Urban,12,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +474,012902,Residential,Urban,12,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +475,012903,Residential,Urban,12,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +476,012950,Residential,Urban,12,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +477,012951,Residential,Urban,12,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +478,012952,Residential,Urban,12,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +479,012953,Residential,Urban,12,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +480,013110,Residential,Suburban,13,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,0.0,0.0,0.0,0.0,0.0 +481,013111,Residential,Suburban,13,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +482,013112,Residential,Suburban,13,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +483,013113,Residential,Suburban,13,11,Open Water,#476BA0,3,high,#31a354,Open Water,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +484,013120,Residential,Suburban,13,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0 +485,013121,Residential,Suburban,13,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +486,013122,Residential,Suburban,13,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +487,013123,Residential,Suburban,13,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +488,013210,Residential,Suburban,13,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325 +489,013211,Residential,Suburban,13,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",59.1232019495,2.8899999999999997,101.406321958,5.34,0.0,0.325 +490,013212,Residential,Suburban,13,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",69.512451232,2.04,102.106400888,6.906666666666666,0.0,0.325 +491,013213,Residential,Suburban,13,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",80.31727048580001,1.156,102.83448297520002,8.536,0.0,0.325 +492,013220,Residential,Suburban,13,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568 +493,013221,Residential,Suburban,13,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",173.50107468649998,2.4933333330500003,81.8802591395,16.458069105,707.7,122.611568 +494,013222,Residential,Suburban,13,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",150.24977316399998,1.7599999998,88.323297722,14.754715446666665,707.7,122.611568 +495,013223,Residential,Suburban,13,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",126.0684195806,0.99733333322,95.02405784780001,12.983227642,707.7,122.611568 +496,013230,Residential,Suburban,13,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055 +497,013231,Residential,Suburban,13,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",160.2831994115,2.4933333330500003,81.15025092799999,16.2739024355,636.5666667,480.4527055 +498,013232,Residential,Suburban,13,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",140.919508264,1.7599999998,87.80799780800001,14.624715444666666,636.5666667,480.4527055 +499,013233,Residential,Suburban,13,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",120.7812694706,0.99733333322,94.73205456320001,12.9095609742,636.5666667,480.4527055 +500,013240,Residential,Suburban,13,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445 +501,013241,Residential,Suburban,13,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",135.2558827115,2.4933333330500003,82.5925075105,16.288069104999998,1627.85,860.1464445 +502,013242,Residential,Suburban,13,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",123.253167064,1.7599999998,88.826061278,14.634715446666664,1627.85,860.1464445 +503,013243,Residential,Suburban,13,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",110.77034279060001,0.99733333322,95.3089571962,12.915227642,1627.85,860.1464445 +504,013310,Residential,Suburban,13,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0 +505,013311,Residential,Suburban,13,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,19.946997426499998,0.0,37.242988548,1.5999999999999999,0.0,0.0 +506,013312,Residential,Suburban,13,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,41.858659804,0.0,56.814636128000004,4.266666666666667,0.0,0.0 +507,013313,Residential,Suburban,13,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,64.64678867660001,0.0,77.16914961120001,7.04,0.0,0.0 +508,013410,Residential,Suburban,13,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +509,013411,Residential,Suburban,13,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +510,013412,Residential,Suburban,13,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +511,013413,Residential,Suburban,13,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +512,013420,Residential,Suburban,13,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +513,013421,Residential,Suburban,13,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +514,013422,Residential,Suburban,13,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +515,013423,Residential,Suburban,13,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +516,013430,Residential,Suburban,13,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +517,013431,Residential,Suburban,13,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +518,013432,Residential,Suburban,13,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +519,013433,Residential,Suburban,13,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +520,013510,Residential,Suburban,13,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +521,013511,Residential,Suburban,13,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +522,013512,Residential,Suburban,13,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +523,013513,Residential,Suburban,13,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +524,013520,Residential,Suburban,13,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0 +525,013521,Residential,Suburban,13,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,54.8607474265,0.0,73.4995485305,1.5999999999999999,0.0,0.0 +526,013522,Residential,Suburban,13,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,66.503659804,0.0,82.40750199800001,4.266666666666667,0.0,0.0 +527,013523,Residential,Suburban,13,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,78.6122886766,0.0,91.67177360420001,7.04,0.0,0.0 +528,013710,Residential,Suburban,13,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +529,013711,Residential,Suburban,13,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +530,013712,Residential,Suburban,13,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +531,013713,Residential,Suburban,13,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +532,013720,Residential,Suburban,13,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +533,013721,Residential,Suburban,13,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +534,013722,Residential,Suburban,13,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +535,013723,Residential,Suburban,13,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +536,013730,Residential,Suburban,13,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +537,013731,Residential,Suburban,13,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +538,013732,Residential,Suburban,13,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +539,013733,Residential,Suburban,13,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +540,013740,Residential,Suburban,13,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +541,013741,Residential,Suburban,13,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +542,013742,Residential,Suburban,13,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +543,013743,Residential,Suburban,13,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +544,013810,Residential,Suburban,13,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +545,013811,Residential,Suburban,13,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +546,013812,Residential,Suburban,13,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +547,013813,Residential,Suburban,13,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +548,013820,Residential,Suburban,13,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0 +549,013821,Residential,Suburban,13,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,18.2417615642,0.0,71.457727635,1.5999999999999999,0.0,0.0 +550,013822,Residential,Suburban,13,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,40.6549639012,0.0,80.96621666000001,4.266666666666667,0.0,0.0 +551,013823,Residential,Suburban,13,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,63.96469433168001,0.0,90.855045246,7.04,0.0,0.0 +552,013900,Residential,Suburban,13,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +553,013901,Residential,Suburban,13,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +554,013902,Residential,Suburban,13,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +555,013903,Residential,Suburban,13,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +556,013950,Residential,Suburban,13,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +557,013951,Residential,Suburban,13,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +558,013952,Residential,Suburban,13,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +559,013953,Residential,Suburban,13,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +560,014110,Residential,Exurban,14,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,0.0,0.0,0.0,0.0,0.0 +561,014111,Residential,Exurban,14,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +562,014112,Residential,Exurban,14,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +563,014113,Residential,Exurban,14,11,Open Water,#476BA0,3,high,#31a354,Open Water,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +564,014120,Residential,Exurban,14,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0 +565,014121,Residential,Exurban,14,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +566,014122,Residential,Exurban,14,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +567,014123,Residential,Exurban,14,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +568,014210,Residential,Exurban,14,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325 +569,014211,Residential,Exurban,14,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",59.1232019495,2.8899999999999997,101.406321958,5.34,0.0,0.325 +570,014212,Residential,Exurban,14,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",69.512451232,2.04,102.106400888,6.906666666666666,0.0,0.325 +571,014213,Residential,Exurban,14,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",80.31727048580001,1.156,102.83448297520002,8.536,0.0,0.325 +572,014220,Residential,Exurban,14,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568 +573,014221,Residential,Exurban,14,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",173.50107468649998,2.4933333330500003,81.8802591395,16.458069105,707.7,122.611568 +574,014222,Residential,Exurban,14,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",150.24977316399998,1.7599999998,88.323297722,14.754715446666665,707.7,122.611568 +575,014223,Residential,Exurban,14,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",126.0684195806,0.99733333322,95.02405784780001,12.983227642,707.7,122.611568 +576,014230,Residential,Exurban,14,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055 +577,014231,Residential,Exurban,14,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",160.2831994115,2.4933333330500003,81.15025092799999,16.2739024355,636.5666667,480.4527055 +578,014232,Residential,Exurban,14,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",140.919508264,1.7599999998,87.80799780800001,14.624715444666666,636.5666667,480.4527055 +579,014233,Residential,Exurban,14,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",120.7812694706,0.99733333322,94.73205456320001,12.9095609742,636.5666667,480.4527055 +580,014240,Residential,Exurban,14,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445 +581,014241,Residential,Exurban,14,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",135.2558827115,2.4933333330500003,82.5925075105,16.288069104999998,1627.85,860.1464445 +582,014242,Residential,Exurban,14,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",123.253167064,1.7599999998,88.826061278,14.634715446666664,1627.85,860.1464445 +583,014243,Residential,Exurban,14,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",110.77034279060001,0.99733333322,95.3089571962,12.915227642,1627.85,860.1464445 +584,014310,Residential,Exurban,14,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0 +585,014311,Residential,Exurban,14,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,19.946997426499998,0.0,37.242988548,1.5999999999999999,0.0,0.0 +586,014312,Residential,Exurban,14,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,41.858659804,0.0,56.814636128000004,4.266666666666667,0.0,0.0 +587,014313,Residential,Exurban,14,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,64.64678867660001,0.0,77.16914961120001,7.04,0.0,0.0 +588,014410,Residential,Exurban,14,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +589,014411,Residential,Exurban,14,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +590,014412,Residential,Exurban,14,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +591,014413,Residential,Exurban,14,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +592,014420,Residential,Exurban,14,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +593,014421,Residential,Exurban,14,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +594,014422,Residential,Exurban,14,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +595,014423,Residential,Exurban,14,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +596,014430,Residential,Exurban,14,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +597,014431,Residential,Exurban,14,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +598,014432,Residential,Exurban,14,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +599,014433,Residential,Exurban,14,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +600,014510,Residential,Exurban,14,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +601,014511,Residential,Exurban,14,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +602,014512,Residential,Exurban,14,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +603,014513,Residential,Exurban,14,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +604,014520,Residential,Exurban,14,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0 +605,014521,Residential,Exurban,14,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,54.8607474265,0.0,73.4995485305,1.5999999999999999,0.0,0.0 +606,014522,Residential,Exurban,14,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,66.503659804,0.0,82.40750199800001,4.266666666666667,0.0,0.0 +607,014523,Residential,Exurban,14,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,78.6122886766,0.0,91.67177360420001,7.04,0.0,0.0 +608,014710,Residential,Exurban,14,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +609,014711,Residential,Exurban,14,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +610,014712,Residential,Exurban,14,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +611,014713,Residential,Exurban,14,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +612,014720,Residential,Exurban,14,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +613,014721,Residential,Exurban,14,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +614,014722,Residential,Exurban,14,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +615,014723,Residential,Exurban,14,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +616,014730,Residential,Exurban,14,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +617,014731,Residential,Exurban,14,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +618,014732,Residential,Exurban,14,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +619,014733,Residential,Exurban,14,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +620,014740,Residential,Exurban,14,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +621,014741,Residential,Exurban,14,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +622,014742,Residential,Exurban,14,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +623,014743,Residential,Exurban,14,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +624,014810,Residential,Exurban,14,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +625,014811,Residential,Exurban,14,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +626,014812,Residential,Exurban,14,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +627,014813,Residential,Exurban,14,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +628,014820,Residential,Exurban,14,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0 +629,014821,Residential,Exurban,14,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,18.2417615642,0.0,71.457727635,1.5999999999999999,0.0,0.0 +630,014822,Residential,Exurban,14,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,40.6549639012,0.0,80.96621666000001,4.266666666666667,0.0,0.0 +631,014823,Residential,Exurban,14,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,63.96469433168001,0.0,90.855045246,7.04,0.0,0.0 +632,014900,Residential,Exurban,14,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +633,014901,Residential,Exurban,14,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +634,014902,Residential,Exurban,14,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +635,014903,Residential,Exurban,14,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +636,014950,Residential,Exurban,14,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +637,014951,Residential,Exurban,14,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +638,014952,Residential,Exurban,14,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +639,014953,Residential,Exurban,14,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +640,015110,Residential,Rural,15,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,0.0,0.0,0.0,0.0,0.0 +641,015111,Residential,Rural,15,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +642,015112,Residential,Rural,15,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +643,015113,Residential,Rural,15,11,Open Water,#476BA0,3,high,#31a354,Open Water,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +644,015120,Residential,Rural,15,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0 +645,015121,Residential,Rural,15,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +646,015122,Residential,Rural,15,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +647,015123,Residential,Rural,15,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +648,015210,Residential,Rural,15,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325 +649,015211,Residential,Rural,15,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",59.1232019495,2.8899999999999997,101.406321958,5.34,0.0,0.325 +650,015212,Residential,Rural,15,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",69.512451232,2.04,102.106400888,6.906666666666666,0.0,0.325 +651,015213,Residential,Rural,15,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",80.31727048580001,1.156,102.83448297520002,8.536,0.0,0.325 +652,015220,Residential,Rural,15,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568 +653,015221,Residential,Rural,15,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",173.50107468649998,2.4933333330500003,81.8802591395,16.458069105,707.7,122.611568 +654,015222,Residential,Rural,15,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",150.24977316399998,1.7599999998,88.323297722,14.754715446666665,707.7,122.611568 +655,015223,Residential,Rural,15,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",126.0684195806,0.99733333322,95.02405784780001,12.983227642,707.7,122.611568 +656,015230,Residential,Rural,15,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055 +657,015231,Residential,Rural,15,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",160.2831994115,2.4933333330500003,81.15025092799999,16.2739024355,636.5666667,480.4527055 +658,015232,Residential,Rural,15,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",140.919508264,1.7599999998,87.80799780800001,14.624715444666666,636.5666667,480.4527055 +659,015233,Residential,Rural,15,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",120.7812694706,0.99733333322,94.73205456320001,12.9095609742,636.5666667,480.4527055 +660,015240,Residential,Rural,15,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445 +661,015241,Residential,Rural,15,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",135.2558827115,2.4933333330500003,82.5925075105,16.288069104999998,1627.85,860.1464445 +662,015242,Residential,Rural,15,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",123.253167064,1.7599999998,88.826061278,14.634715446666664,1627.85,860.1464445 +663,015243,Residential,Rural,15,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",110.77034279060001,0.99733333322,95.3089571962,12.915227642,1627.85,860.1464445 +664,015310,Residential,Rural,15,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0 +665,015311,Residential,Rural,15,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,19.946997426499998,0.0,37.242988548,1.5999999999999999,0.0,0.0 +666,015312,Residential,Rural,15,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,41.858659804,0.0,56.814636128000004,4.266666666666667,0.0,0.0 +667,015313,Residential,Rural,15,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,64.64678867660001,0.0,77.16914961120001,7.04,0.0,0.0 +668,015410,Residential,Rural,15,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +669,015411,Residential,Rural,15,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +670,015412,Residential,Rural,15,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +671,015413,Residential,Rural,15,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +672,015420,Residential,Rural,15,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +673,015421,Residential,Rural,15,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +674,015422,Residential,Rural,15,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +675,015423,Residential,Rural,15,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +676,015430,Residential,Rural,15,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +677,015431,Residential,Rural,15,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +678,015432,Residential,Rural,15,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +679,015433,Residential,Rural,15,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +680,015510,Residential,Rural,15,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +681,015511,Residential,Rural,15,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +682,015512,Residential,Rural,15,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +683,015513,Residential,Rural,15,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +684,015520,Residential,Rural,15,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0 +685,015521,Residential,Rural,15,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,54.8607474265,0.0,73.4995485305,1.5999999999999999,0.0,0.0 +686,015522,Residential,Rural,15,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,66.503659804,0.0,82.40750199800001,4.266666666666667,0.0,0.0 +687,015523,Residential,Rural,15,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,78.6122886766,0.0,91.67177360420001,7.04,0.0,0.0 +688,015710,Residential,Rural,15,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +689,015711,Residential,Rural,15,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +690,015712,Residential,Rural,15,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +691,015713,Residential,Rural,15,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +692,015720,Residential,Rural,15,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +693,015721,Residential,Rural,15,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +694,015722,Residential,Rural,15,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +695,015723,Residential,Rural,15,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +696,015730,Residential,Rural,15,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +697,015731,Residential,Rural,15,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +698,015732,Residential,Rural,15,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +699,015733,Residential,Rural,15,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +700,015740,Residential,Rural,15,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +701,015741,Residential,Rural,15,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +702,015742,Residential,Rural,15,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +703,015743,Residential,Rural,15,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +704,015810,Residential,Rural,15,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +705,015811,Residential,Rural,15,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +706,015812,Residential,Rural,15,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +707,015813,Residential,Rural,15,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +708,015820,Residential,Rural,15,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0 +709,015821,Residential,Rural,15,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,18.2417615642,0.0,71.457727635,1.5999999999999999,0.0,0.0 +710,015822,Residential,Rural,15,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,40.6549639012,0.0,80.96621666000001,4.266666666666667,0.0,0.0 +711,015823,Residential,Rural,15,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,63.96469433168001,0.0,90.855045246,7.04,0.0,0.0 +712,015900,Residential,Rural,15,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +713,015901,Residential,Rural,15,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +714,015902,Residential,Rural,15,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +715,015903,Residential,Rural,15,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +716,015950,Residential,Rural,15,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +717,015951,Residential,Rural,15,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +718,015952,Residential,Rural,15,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +719,015953,Residential,Rural,15,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +720,020110,Commercial,,20,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,0.0,0.0,0.0,0.0,0.0 +721,020111,Commercial,,20,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +722,020112,Commercial,,20,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +723,020113,Commercial,,20,11,Open Water,#476BA0,3,high,#31a354,Open Water,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +724,020120,Commercial,,20,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0 +725,020121,Commercial,,20,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +726,020122,Commercial,,20,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +727,020123,Commercial,,20,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +728,020210,Commercial,,20,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325 +729,020211,Commercial,,20,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",59.1232019495,2.8899999999999997,101.406321958,5.34,0.0,0.325 +730,020212,Commercial,,20,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",69.512451232,2.04,102.106400888,6.906666666666666,0.0,0.325 +731,020213,Commercial,,20,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",80.31727048580001,1.156,102.83448297520002,8.536,0.0,0.325 +732,020220,Commercial,,20,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568 +733,020221,Commercial,,20,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",173.50107468649998,2.4933333330500003,81.8802591395,16.458069105,707.7,122.611568 +734,020222,Commercial,,20,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",150.24977316399998,1.7599999998,88.323297722,14.754715446666665,707.7,122.611568 +735,020223,Commercial,,20,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",126.0684195806,0.99733333322,95.02405784780001,12.983227642,707.7,122.611568 +736,020230,Commercial,,20,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055 +737,020231,Commercial,,20,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",160.2831994115,2.4933333330500003,81.15025092799999,16.2739024355,636.5666667,480.4527055 +738,020232,Commercial,,20,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",140.919508264,1.7599999998,87.80799780800001,14.624715444666666,636.5666667,480.4527055 +739,020233,Commercial,,20,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",120.7812694706,0.99733333322,94.73205456320001,12.9095609742,636.5666667,480.4527055 +740,020240,Commercial,,20,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445 +741,020241,Commercial,,20,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",135.2558827115,2.4933333330500003,82.5925075105,16.288069104999998,1627.85,860.1464445 +742,020242,Commercial,,20,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",123.253167064,1.7599999998,88.826061278,14.634715446666664,1627.85,860.1464445 +743,020243,Commercial,,20,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",110.77034279060001,0.99733333322,95.3089571962,12.915227642,1627.85,860.1464445 +744,020310,Commercial,,20,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0 +745,020311,Commercial,,20,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,19.946997426499998,0.0,37.242988548,1.5999999999999999,0.0,0.0 +746,020312,Commercial,,20,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,41.858659804,0.0,56.814636128000004,4.266666666666667,0.0,0.0 +747,020313,Commercial,,20,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,64.64678867660001,0.0,77.16914961120001,7.04,0.0,0.0 +748,020410,Commercial,,20,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +749,020411,Commercial,,20,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +750,020412,Commercial,,20,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +751,020413,Commercial,,20,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +752,020420,Commercial,,20,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +753,020421,Commercial,,20,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +754,020422,Commercial,,20,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +755,020423,Commercial,,20,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +756,020430,Commercial,,20,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +757,020431,Commercial,,20,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +758,020432,Commercial,,20,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +759,020433,Commercial,,20,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +760,020510,Commercial,,20,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +761,020511,Commercial,,20,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +762,020512,Commercial,,20,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +763,020513,Commercial,,20,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +764,020520,Commercial,,20,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0 +765,020521,Commercial,,20,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,54.8607474265,0.0,73.4995485305,1.5999999999999999,0.0,0.0 +766,020522,Commercial,,20,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,66.503659804,0.0,82.40750199800001,4.266666666666667,0.0,0.0 +767,020523,Commercial,,20,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,78.6122886766,0.0,91.67177360420001,7.04,0.0,0.0 +768,020710,Commercial,,20,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +769,020711,Commercial,,20,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +770,020712,Commercial,,20,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +771,020713,Commercial,,20,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +772,020720,Commercial,,20,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +773,020721,Commercial,,20,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +774,020722,Commercial,,20,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +775,020723,Commercial,,20,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +776,020730,Commercial,,20,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +777,020731,Commercial,,20,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +778,020732,Commercial,,20,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +779,020733,Commercial,,20,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +780,020740,Commercial,,20,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +781,020741,Commercial,,20,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +782,020742,Commercial,,20,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +783,020743,Commercial,,20,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +784,020810,Commercial,,20,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +785,020811,Commercial,,20,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +786,020812,Commercial,,20,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +787,020813,Commercial,,20,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +788,020820,Commercial,,20,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0 +789,020821,Commercial,,20,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,18.2417615642,0.0,71.457727635,1.5999999999999999,0.0,0.0 +790,020822,Commercial,,20,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,40.6549639012,0.0,80.96621666000001,4.266666666666667,0.0,0.0 +791,020823,Commercial,,20,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,63.96469433168001,0.0,90.855045246,7.04,0.0,0.0 +792,020900,Commercial,,20,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +793,020901,Commercial,,20,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +794,020902,Commercial,,20,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +795,020903,Commercial,,20,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +796,020950,Commercial,,20,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +797,020951,Commercial,,20,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +798,020952,Commercial,,20,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +799,020953,Commercial,,20,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +800,030110,Industrial,,30,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,0.0,0.0,0.0,0.0,0.0 +801,030111,Industrial,,30,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +802,030112,Industrial,,30,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +803,030113,Industrial,,30,11,Open Water,#476BA0,3,high,#31a354,Open Water,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +804,030120,Industrial,,30,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0 +805,030121,Industrial,,30,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +806,030122,Industrial,,30,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +807,030123,Industrial,,30,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +808,030210,Industrial,,30,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325 +809,030211,Industrial,,30,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",59.1232019495,2.8899999999999997,101.406321958,5.34,0.0,0.325 +810,030212,Industrial,,30,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",69.512451232,2.04,102.106400888,6.906666666666666,0.0,0.325 +811,030213,Industrial,,30,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",80.31727048580001,1.156,102.83448297520002,8.536,0.0,0.325 +812,030220,Industrial,,30,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568 +813,030221,Industrial,,30,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",173.50107468649998,2.4933333330500003,81.8802591395,16.458069105,707.7,122.611568 +814,030222,Industrial,,30,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",150.24977316399998,1.7599999998,88.323297722,14.754715446666665,707.7,122.611568 +815,030223,Industrial,,30,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",126.0684195806,0.99733333322,95.02405784780001,12.983227642,707.7,122.611568 +816,030230,Industrial,,30,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055 +817,030231,Industrial,,30,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",160.2831994115,2.4933333330500003,81.15025092799999,16.2739024355,636.5666667,480.4527055 +818,030232,Industrial,,30,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",140.919508264,1.7599999998,87.80799780800001,14.624715444666666,636.5666667,480.4527055 +819,030233,Industrial,,30,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",120.7812694706,0.99733333322,94.73205456320001,12.9095609742,636.5666667,480.4527055 +820,030240,Industrial,,30,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445 +821,030241,Industrial,,30,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",135.2558827115,2.4933333330500003,82.5925075105,16.288069104999998,1627.85,860.1464445 +822,030242,Industrial,,30,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",123.253167064,1.7599999998,88.826061278,14.634715446666664,1627.85,860.1464445 +823,030243,Industrial,,30,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",110.77034279060001,0.99733333322,95.3089571962,12.915227642,1627.85,860.1464445 +824,030310,Industrial,,30,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0 +825,030311,Industrial,,30,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,19.946997426499998,0.0,37.242988548,1.5999999999999999,0.0,0.0 +826,030312,Industrial,,30,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,41.858659804,0.0,56.814636128000004,4.266666666666667,0.0,0.0 +827,030313,Industrial,,30,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,64.64678867660001,0.0,77.16914961120001,7.04,0.0,0.0 +828,030410,Industrial,,30,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +829,030411,Industrial,,30,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +830,030412,Industrial,,30,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +831,030413,Industrial,,30,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +832,030420,Industrial,,30,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +833,030421,Industrial,,30,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +834,030422,Industrial,,30,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +835,030423,Industrial,,30,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +836,030430,Industrial,,30,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +837,030431,Industrial,,30,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +838,030432,Industrial,,30,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +839,030433,Industrial,,30,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +840,030510,Industrial,,30,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +841,030511,Industrial,,30,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +842,030512,Industrial,,30,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +843,030513,Industrial,,30,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +844,030520,Industrial,,30,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0 +845,030521,Industrial,,30,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,54.8607474265,0.0,73.4995485305,1.5999999999999999,0.0,0.0 +846,030522,Industrial,,30,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,66.503659804,0.0,82.40750199800001,4.266666666666667,0.0,0.0 +847,030523,Industrial,,30,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,78.6122886766,0.0,91.67177360420001,7.04,0.0,0.0 +848,030710,Industrial,,30,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +849,030711,Industrial,,30,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +850,030712,Industrial,,30,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +851,030713,Industrial,,30,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +852,030720,Industrial,,30,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +853,030721,Industrial,,30,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +854,030722,Industrial,,30,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +855,030723,Industrial,,30,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +856,030730,Industrial,,30,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +857,030731,Industrial,,30,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +858,030732,Industrial,,30,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +859,030733,Industrial,,30,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +860,030740,Industrial,,30,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +861,030741,Industrial,,30,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +862,030742,Industrial,,30,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +863,030743,Industrial,,30,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +864,030810,Industrial,,30,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +865,030811,Industrial,,30,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +866,030812,Industrial,,30,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +867,030813,Industrial,,30,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +868,030820,Industrial,,30,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0 +869,030821,Industrial,,30,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,18.2417615642,0.0,71.457727635,1.5999999999999999,0.0,0.0 +870,030822,Industrial,,30,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,40.6549639012,0.0,80.96621666000001,4.266666666666667,0.0,0.0 +871,030823,Industrial,,30,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,63.96469433168001,0.0,90.855045246,7.04,0.0,0.0 +872,030900,Industrial,,30,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +873,030901,Industrial,,30,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +874,030902,Industrial,,30,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +875,030903,Industrial,,30,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +876,030950,Industrial,,30,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +877,030951,Industrial,,30,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +878,030952,Industrial,,30,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +879,030953,Industrial,,30,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +880,040110,Institutional,,40,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,0.0,0.0,0.0,0.0,0.0 +881,040111,Institutional,,40,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +882,040112,Institutional,,40,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +883,040113,Institutional,,40,11,Open Water,#476BA0,3,high,#31a354,Open Water,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +884,040120,Institutional,,40,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0 +885,040121,Institutional,,40,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +886,040122,Institutional,,40,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +887,040123,Institutional,,40,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +888,040210,Institutional,,40,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325 +889,040211,Institutional,,40,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",59.1232019495,2.8899999999999997,101.406321958,5.34,0.0,0.325 +890,040212,Institutional,,40,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",69.512451232,2.04,102.106400888,6.906666666666666,0.0,0.325 +891,040213,Institutional,,40,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",80.31727048580001,1.156,102.83448297520002,8.536,0.0,0.325 +892,040220,Institutional,,40,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568 +893,040221,Institutional,,40,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",173.50107468649998,2.4933333330500003,81.8802591395,16.458069105,707.7,122.611568 +894,040222,Institutional,,40,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",150.24977316399998,1.7599999998,88.323297722,14.754715446666665,707.7,122.611568 +895,040223,Institutional,,40,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",126.0684195806,0.99733333322,95.02405784780001,12.983227642,707.7,122.611568 +896,040230,Institutional,,40,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055 +897,040231,Institutional,,40,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",160.2831994115,2.4933333330500003,81.15025092799999,16.2739024355,636.5666667,480.4527055 +898,040232,Institutional,,40,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",140.919508264,1.7599999998,87.80799780800001,14.624715444666666,636.5666667,480.4527055 +899,040233,Institutional,,40,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",120.7812694706,0.99733333322,94.73205456320001,12.9095609742,636.5666667,480.4527055 +900,040240,Institutional,,40,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445 +901,040241,Institutional,,40,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",135.2558827115,2.4933333330500003,82.5925075105,16.288069104999998,1627.85,860.1464445 +902,040242,Institutional,,40,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",123.253167064,1.7599999998,88.826061278,14.634715446666664,1627.85,860.1464445 +903,040243,Institutional,,40,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",110.77034279060001,0.99733333322,95.3089571962,12.915227642,1627.85,860.1464445 +904,040310,Institutional,,40,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0 +905,040311,Institutional,,40,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,19.946997426499998,0.0,37.242988548,1.5999999999999999,0.0,0.0 +906,040312,Institutional,,40,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,41.858659804,0.0,56.814636128000004,4.266666666666667,0.0,0.0 +907,040313,Institutional,,40,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,64.64678867660001,0.0,77.16914961120001,7.04,0.0,0.0 +908,040410,Institutional,,40,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +909,040411,Institutional,,40,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +910,040412,Institutional,,40,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +911,040413,Institutional,,40,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +912,040420,Institutional,,40,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +913,040421,Institutional,,40,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +914,040422,Institutional,,40,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +915,040423,Institutional,,40,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +916,040430,Institutional,,40,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +917,040431,Institutional,,40,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +918,040432,Institutional,,40,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +919,040433,Institutional,,40,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +920,040510,Institutional,,40,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +921,040511,Institutional,,40,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +922,040512,Institutional,,40,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +923,040513,Institutional,,40,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +924,040520,Institutional,,40,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0 +925,040521,Institutional,,40,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,54.8607474265,0.0,73.4995485305,1.5999999999999999,0.0,0.0 +926,040522,Institutional,,40,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,66.503659804,0.0,82.40750199800001,4.266666666666667,0.0,0.0 +927,040523,Institutional,,40,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,78.6122886766,0.0,91.67177360420001,7.04,0.0,0.0 +928,040710,Institutional,,40,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +929,040711,Institutional,,40,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +930,040712,Institutional,,40,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +931,040713,Institutional,,40,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +932,040720,Institutional,,40,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +933,040721,Institutional,,40,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +934,040722,Institutional,,40,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +935,040723,Institutional,,40,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +936,040730,Institutional,,40,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +937,040731,Institutional,,40,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +938,040732,Institutional,,40,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +939,040733,Institutional,,40,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +940,040740,Institutional,,40,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +941,040741,Institutional,,40,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +942,040742,Institutional,,40,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +943,040743,Institutional,,40,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +944,040810,Institutional,,40,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +945,040811,Institutional,,40,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +946,040812,Institutional,,40,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +947,040813,Institutional,,40,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +948,040820,Institutional,,40,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0 +949,040821,Institutional,,40,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,18.2417615642,0.0,71.457727635,1.5999999999999999,0.0,0.0 +950,040822,Institutional,,40,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,40.6549639012,0.0,80.96621666000001,4.266666666666667,0.0,0.0 +951,040823,Institutional,,40,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,63.96469433168001,0.0,90.855045246,7.04,0.0,0.0 +952,040900,Institutional,,40,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +953,040901,Institutional,,40,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +954,040902,Institutional,,40,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +955,040903,Institutional,,40,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +956,040950,Institutional,,40,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +957,040951,Institutional,,40,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +958,040952,Institutional,,40,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +959,040953,Institutional,,40,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +960,051110,Transportation,Airport,51,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,0.0,0.0,0.0,0.0,0.0 +961,051111,Transportation,Airport,51,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +962,051112,Transportation,Airport,51,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +963,051113,Transportation,Airport,51,11,Open Water,#476BA0,3,high,#31a354,Open Water,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +964,051120,Transportation,Airport,51,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0 +965,051121,Transportation,Airport,51,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +966,051122,Transportation,Airport,51,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +967,051123,Transportation,Airport,51,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +968,051210,Transportation,Airport,51,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325 +969,051211,Transportation,Airport,51,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",59.1232019495,2.8899999999999997,101.406321958,5.34,0.0,0.325 +970,051212,Transportation,Airport,51,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",69.512451232,2.04,102.106400888,6.906666666666666,0.0,0.325 +971,051213,Transportation,Airport,51,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",80.31727048580001,1.156,102.83448297520002,8.536,0.0,0.325 +972,051220,Transportation,Airport,51,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568 +973,051221,Transportation,Airport,51,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",173.50107468649998,2.4933333330500003,81.8802591395,16.458069105,707.7,122.611568 +974,051222,Transportation,Airport,51,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",150.24977316399998,1.7599999998,88.323297722,14.754715446666665,707.7,122.611568 +975,051223,Transportation,Airport,51,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",126.0684195806,0.99733333322,95.02405784780001,12.983227642,707.7,122.611568 +976,051230,Transportation,Airport,51,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055 +977,051231,Transportation,Airport,51,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",160.2831994115,2.4933333330500003,81.15025092799999,16.2739024355,636.5666667,480.4527055 +978,051232,Transportation,Airport,51,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",140.919508264,1.7599999998,87.80799780800001,14.624715444666666,636.5666667,480.4527055 +979,051233,Transportation,Airport,51,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",120.7812694706,0.99733333322,94.73205456320001,12.9095609742,636.5666667,480.4527055 +980,051240,Transportation,Airport,51,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445 +981,051241,Transportation,Airport,51,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",135.2558827115,2.4933333330500003,82.5925075105,16.288069104999998,1627.85,860.1464445 +982,051242,Transportation,Airport,51,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",123.253167064,1.7599999998,88.826061278,14.634715446666664,1627.85,860.1464445 +983,051243,Transportation,Airport,51,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",110.77034279060001,0.99733333322,95.3089571962,12.915227642,1627.85,860.1464445 +984,051310,Transportation,Airport,51,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0 +985,051311,Transportation,Airport,51,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,19.946997426499998,0.0,37.242988548,1.5999999999999999,0.0,0.0 +986,051312,Transportation,Airport,51,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,41.858659804,0.0,56.814636128000004,4.266666666666667,0.0,0.0 +987,051313,Transportation,Airport,51,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,64.64678867660001,0.0,77.16914961120001,7.04,0.0,0.0 +988,051410,Transportation,Airport,51,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +989,051411,Transportation,Airport,51,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +990,051412,Transportation,Airport,51,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +991,051413,Transportation,Airport,51,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +992,051420,Transportation,Airport,51,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +993,051421,Transportation,Airport,51,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +994,051422,Transportation,Airport,51,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +995,051423,Transportation,Airport,51,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +996,051430,Transportation,Airport,51,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +997,051431,Transportation,Airport,51,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +998,051432,Transportation,Airport,51,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +999,051433,Transportation,Airport,51,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1000,051510,Transportation,Airport,51,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1001,051511,Transportation,Airport,51,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1002,051512,Transportation,Airport,51,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1003,051513,Transportation,Airport,51,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1004,051520,Transportation,Airport,51,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0 +1005,051521,Transportation,Airport,51,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,54.8607474265,0.0,73.4995485305,1.5999999999999999,0.0,0.0 +1006,051522,Transportation,Airport,51,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,66.503659804,0.0,82.40750199800001,4.266666666666667,0.0,0.0 +1007,051523,Transportation,Airport,51,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,78.6122886766,0.0,91.67177360420001,7.04,0.0,0.0 +1008,051710,Transportation,Airport,51,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +1009,051711,Transportation,Airport,51,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +1010,051712,Transportation,Airport,51,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +1011,051713,Transportation,Airport,51,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +1012,051720,Transportation,Airport,51,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1013,051721,Transportation,Airport,51,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1014,051722,Transportation,Airport,51,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1015,051723,Transportation,Airport,51,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1016,051730,Transportation,Airport,51,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1017,051731,Transportation,Airport,51,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1018,051732,Transportation,Airport,51,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1019,051733,Transportation,Airport,51,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1020,051740,Transportation,Airport,51,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1021,051741,Transportation,Airport,51,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1022,051742,Transportation,Airport,51,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1023,051743,Transportation,Airport,51,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1024,051810,Transportation,Airport,51,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +1025,051811,Transportation,Airport,51,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +1026,051812,Transportation,Airport,51,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +1027,051813,Transportation,Airport,51,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +1028,051820,Transportation,Airport,51,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0 +1029,051821,Transportation,Airport,51,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,18.2417615642,0.0,71.457727635,1.5999999999999999,0.0,0.0 +1030,051822,Transportation,Airport,51,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,40.6549639012,0.0,80.96621666000001,4.266666666666667,0.0,0.0 +1031,051823,Transportation,Airport,51,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,63.96469433168001,0.0,90.855045246,7.04,0.0,0.0 +1032,051900,Transportation,Airport,51,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +1033,051901,Transportation,Airport,51,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +1034,051902,Transportation,Airport,51,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +1035,051903,Transportation,Airport,51,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +1036,051950,Transportation,Airport,51,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +1037,051951,Transportation,Airport,51,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +1038,051952,Transportation,Airport,51,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +1039,051953,Transportation,Airport,51,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +1040,052110,Transportation,Road and Rail,52,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,0.0,0.0,0.0,0.0,0.0 +1041,052111,Transportation,Road and Rail,52,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +1042,052112,Transportation,Road and Rail,52,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +1043,052113,Transportation,Road and Rail,52,11,Open Water,#476BA0,3,high,#31a354,Open Water,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +1044,052120,Transportation,Road and Rail,52,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0 +1045,052121,Transportation,Road and Rail,52,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +1046,052122,Transportation,Road and Rail,52,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +1047,052123,Transportation,Road and Rail,52,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +1048,052210,Transportation,Road and Rail,52,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325 +1049,052211,Transportation,Road and Rail,52,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",59.1232019495,2.8899999999999997,101.406321958,5.34,0.0,0.325 +1050,052212,Transportation,Road and Rail,52,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",69.512451232,2.04,102.106400888,6.906666666666666,0.0,0.325 +1051,052213,Transportation,Road and Rail,52,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",80.31727048580001,1.156,102.83448297520002,8.536,0.0,0.325 +1052,052220,Transportation,Road and Rail,52,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568 +1053,052221,Transportation,Road and Rail,52,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",173.50107468649998,2.4933333330500003,81.8802591395,16.458069105,707.7,122.611568 +1054,052222,Transportation,Road and Rail,52,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",150.24977316399998,1.7599999998,88.323297722,14.754715446666665,707.7,122.611568 +1055,052223,Transportation,Road and Rail,52,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",126.0684195806,0.99733333322,95.02405784780001,12.983227642,707.7,122.611568 +1056,052230,Transportation,Road and Rail,52,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055 +1057,052231,Transportation,Road and Rail,52,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",160.2831994115,2.4933333330500003,81.15025092799999,16.2739024355,636.5666667,480.4527055 +1058,052232,Transportation,Road and Rail,52,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",140.919508264,1.7599999998,87.80799780800001,14.624715444666666,636.5666667,480.4527055 +1059,052233,Transportation,Road and Rail,52,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",120.7812694706,0.99733333322,94.73205456320001,12.9095609742,636.5666667,480.4527055 +1060,052240,Transportation,Road and Rail,52,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445 +1061,052241,Transportation,Road and Rail,52,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",135.2558827115,2.4933333330500003,82.5925075105,16.288069104999998,1627.85,860.1464445 +1062,052242,Transportation,Road and Rail,52,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",123.253167064,1.7599999998,88.826061278,14.634715446666664,1627.85,860.1464445 +1063,052243,Transportation,Road and Rail,52,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",110.77034279060001,0.99733333322,95.3089571962,12.915227642,1627.85,860.1464445 +1064,052310,Transportation,Road and Rail,52,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0 +1065,052311,Transportation,Road and Rail,52,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,19.946997426499998,0.0,37.242988548,1.5999999999999999,0.0,0.0 +1066,052312,Transportation,Road and Rail,52,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,41.858659804,0.0,56.814636128000004,4.266666666666667,0.0,0.0 +1067,052313,Transportation,Road and Rail,52,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,64.64678867660001,0.0,77.16914961120001,7.04,0.0,0.0 +1068,052410,Transportation,Road and Rail,52,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1069,052411,Transportation,Road and Rail,52,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1070,052412,Transportation,Road and Rail,52,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1071,052413,Transportation,Road and Rail,52,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1072,052420,Transportation,Road and Rail,52,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1073,052421,Transportation,Road and Rail,52,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1074,052422,Transportation,Road and Rail,52,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1075,052423,Transportation,Road and Rail,52,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1076,052430,Transportation,Road and Rail,52,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1077,052431,Transportation,Road and Rail,52,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1078,052432,Transportation,Road and Rail,52,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1079,052433,Transportation,Road and Rail,52,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1080,052510,Transportation,Road and Rail,52,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1081,052511,Transportation,Road and Rail,52,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1082,052512,Transportation,Road and Rail,52,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1083,052513,Transportation,Road and Rail,52,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1084,052520,Transportation,Road and Rail,52,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0 +1085,052521,Transportation,Road and Rail,52,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,54.8607474265,0.0,73.4995485305,1.5999999999999999,0.0,0.0 +1086,052522,Transportation,Road and Rail,52,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,66.503659804,0.0,82.40750199800001,4.266666666666667,0.0,0.0 +1087,052523,Transportation,Road and Rail,52,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,78.6122886766,0.0,91.67177360420001,7.04,0.0,0.0 +1088,052710,Transportation,Road and Rail,52,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +1089,052711,Transportation,Road and Rail,52,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +1090,052712,Transportation,Road and Rail,52,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +1091,052713,Transportation,Road and Rail,52,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +1092,052720,Transportation,Road and Rail,52,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1093,052721,Transportation,Road and Rail,52,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1094,052722,Transportation,Road and Rail,52,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1095,052723,Transportation,Road and Rail,52,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1096,052730,Transportation,Road and Rail,52,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1097,052731,Transportation,Road and Rail,52,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1098,052732,Transportation,Road and Rail,52,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1099,052733,Transportation,Road and Rail,52,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1100,052740,Transportation,Road and Rail,52,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1101,052741,Transportation,Road and Rail,52,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1102,052742,Transportation,Road and Rail,52,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1103,052743,Transportation,Road and Rail,52,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1104,052810,Transportation,Road and Rail,52,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +1105,052811,Transportation,Road and Rail,52,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +1106,052812,Transportation,Road and Rail,52,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +1107,052813,Transportation,Road and Rail,52,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +1108,052820,Transportation,Road and Rail,52,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0 +1109,052821,Transportation,Road and Rail,52,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,18.2417615642,0.0,71.457727635,1.5999999999999999,0.0,0.0 +1110,052822,Transportation,Road and Rail,52,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,40.6549639012,0.0,80.96621666000001,4.266666666666667,0.0,0.0 +1111,052823,Transportation,Road and Rail,52,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,63.96469433168001,0.0,90.855045246,7.04,0.0,0.0 +1112,052900,Transportation,Road and Rail,52,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +1113,052901,Transportation,Road and Rail,52,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +1114,052902,Transportation,Road and Rail,52,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +1115,052903,Transportation,Road and Rail,52,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +1116,052950,Transportation,Road and Rail,52,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +1117,052951,Transportation,Road and Rail,52,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +1118,052952,Transportation,Road and Rail,52,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +1119,052953,Transportation,Road and Rail,52,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +1120,053110,Transportation,Other,53,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,0.0,0.0,0.0,0.0,0.0 +1121,053111,Transportation,Other,53,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +1122,053112,Transportation,Other,53,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +1123,053113,Transportation,Other,53,11,Open Water,#476BA0,3,high,#31a354,Open Water,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +1124,053120,Transportation,Other,53,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0 +1125,053121,Transportation,Other,53,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +1126,053122,Transportation,Other,53,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +1127,053123,Transportation,Other,53,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +1128,053210,Transportation,Other,53,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325 +1129,053211,Transportation,Other,53,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",59.1232019495,2.8899999999999997,101.406321958,5.34,0.0,0.325 +1130,053212,Transportation,Other,53,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",69.512451232,2.04,102.106400888,6.906666666666666,0.0,0.325 +1131,053213,Transportation,Other,53,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",80.31727048580001,1.156,102.83448297520002,8.536,0.0,0.325 +1132,053220,Transportation,Other,53,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568 +1133,053221,Transportation,Other,53,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",173.50107468649998,2.4933333330500003,81.8802591395,16.458069105,707.7,122.611568 +1134,053222,Transportation,Other,53,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",150.24977316399998,1.7599999998,88.323297722,14.754715446666665,707.7,122.611568 +1135,053223,Transportation,Other,53,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",126.0684195806,0.99733333322,95.02405784780001,12.983227642,707.7,122.611568 +1136,053230,Transportation,Other,53,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055 +1137,053231,Transportation,Other,53,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",160.2831994115,2.4933333330500003,81.15025092799999,16.2739024355,636.5666667,480.4527055 +1138,053232,Transportation,Other,53,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",140.919508264,1.7599999998,87.80799780800001,14.624715444666666,636.5666667,480.4527055 +1139,053233,Transportation,Other,53,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",120.7812694706,0.99733333322,94.73205456320001,12.9095609742,636.5666667,480.4527055 +1140,053240,Transportation,Other,53,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445 +1141,053241,Transportation,Other,53,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",135.2558827115,2.4933333330500003,82.5925075105,16.288069104999998,1627.85,860.1464445 +1142,053242,Transportation,Other,53,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",123.253167064,1.7599999998,88.826061278,14.634715446666664,1627.85,860.1464445 +1143,053243,Transportation,Other,53,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",110.77034279060001,0.99733333322,95.3089571962,12.915227642,1627.85,860.1464445 +1144,053310,Transportation,Other,53,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0 +1145,053311,Transportation,Other,53,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,19.946997426499998,0.0,37.242988548,1.5999999999999999,0.0,0.0 +1146,053312,Transportation,Other,53,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,41.858659804,0.0,56.814636128000004,4.266666666666667,0.0,0.0 +1147,053313,Transportation,Other,53,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,64.64678867660001,0.0,77.16914961120001,7.04,0.0,0.0 +1148,053410,Transportation,Other,53,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1149,053411,Transportation,Other,53,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1150,053412,Transportation,Other,53,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1151,053413,Transportation,Other,53,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1152,053420,Transportation,Other,53,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1153,053421,Transportation,Other,53,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1154,053422,Transportation,Other,53,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1155,053423,Transportation,Other,53,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1156,053430,Transportation,Other,53,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1157,053431,Transportation,Other,53,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1158,053432,Transportation,Other,53,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1159,053433,Transportation,Other,53,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1160,053510,Transportation,Other,53,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1161,053511,Transportation,Other,53,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1162,053512,Transportation,Other,53,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1163,053513,Transportation,Other,53,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1164,053520,Transportation,Other,53,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0 +1165,053521,Transportation,Other,53,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,54.8607474265,0.0,73.4995485305,1.5999999999999999,0.0,0.0 +1166,053522,Transportation,Other,53,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,66.503659804,0.0,82.40750199800001,4.266666666666667,0.0,0.0 +1167,053523,Transportation,Other,53,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,78.6122886766,0.0,91.67177360420001,7.04,0.0,0.0 +1168,053710,Transportation,Other,53,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +1169,053711,Transportation,Other,53,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +1170,053712,Transportation,Other,53,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +1171,053713,Transportation,Other,53,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +1172,053720,Transportation,Other,53,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1173,053721,Transportation,Other,53,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1174,053722,Transportation,Other,53,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1175,053723,Transportation,Other,53,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1176,053730,Transportation,Other,53,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1177,053731,Transportation,Other,53,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1178,053732,Transportation,Other,53,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1179,053733,Transportation,Other,53,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1180,053740,Transportation,Other,53,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1181,053741,Transportation,Other,53,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1182,053742,Transportation,Other,53,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1183,053743,Transportation,Other,53,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1184,053810,Transportation,Other,53,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +1185,053811,Transportation,Other,53,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +1186,053812,Transportation,Other,53,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +1187,053813,Transportation,Other,53,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +1188,053820,Transportation,Other,53,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0 +1189,053821,Transportation,Other,53,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,18.2417615642,0.0,71.457727635,1.5999999999999999,0.0,0.0 +1190,053822,Transportation,Other,53,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,40.6549639012,0.0,80.96621666000001,4.266666666666667,0.0,0.0 +1191,053823,Transportation,Other,53,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,63.96469433168001,0.0,90.855045246,7.04,0.0,0.0 +1192,053900,Transportation,Other,53,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +1193,053901,Transportation,Other,53,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +1194,053902,Transportation,Other,53,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +1195,053903,Transportation,Other,53,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +1196,053950,Transportation,Other,53,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +1197,053951,Transportation,Other,53,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +1198,053952,Transportation,Other,53,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +1199,053953,Transportation,Other,53,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +1200,060110,Other Development,,60,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,0.0,0.0,0.0,0.0,0.0 +1201,060111,Other Development,,60,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +1202,060112,Other Development,,60,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +1203,060113,Other Development,,60,11,Open Water,#476BA0,3,high,#31a354,Open Water,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +1204,060120,Other Development,,60,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0 +1205,060121,Other Development,,60,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +1206,060122,Other Development,,60,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +1207,060123,Other Development,,60,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +1208,060210,Other Development,,60,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325 +1209,060211,Other Development,,60,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",59.1232019495,2.8899999999999997,101.406321958,5.34,0.0,0.325 +1210,060212,Other Development,,60,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",69.512451232,2.04,102.106400888,6.906666666666666,0.0,0.325 +1211,060213,Other Development,,60,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",80.31727048580001,1.156,102.83448297520002,8.536,0.0,0.325 +1212,060220,Other Development,,60,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568 +1213,060221,Other Development,,60,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",173.50107468649998,2.4933333330500003,81.8802591395,16.458069105,707.7,122.611568 +1214,060222,Other Development,,60,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",150.24977316399998,1.7599999998,88.323297722,14.754715446666665,707.7,122.611568 +1215,060223,Other Development,,60,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",126.0684195806,0.99733333322,95.02405784780001,12.983227642,707.7,122.611568 +1216,060230,Other Development,,60,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055 +1217,060231,Other Development,,60,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",160.2831994115,2.4933333330500003,81.15025092799999,16.2739024355,636.5666667,480.4527055 +1218,060232,Other Development,,60,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",140.919508264,1.7599999998,87.80799780800001,14.624715444666666,636.5666667,480.4527055 +1219,060233,Other Development,,60,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",120.7812694706,0.99733333322,94.73205456320001,12.9095609742,636.5666667,480.4527055 +1220,060240,Other Development,,60,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445 +1221,060241,Other Development,,60,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",135.2558827115,2.4933333330500003,82.5925075105,16.288069104999998,1627.85,860.1464445 +1222,060242,Other Development,,60,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",123.253167064,1.7599999998,88.826061278,14.634715446666664,1627.85,860.1464445 +1223,060243,Other Development,,60,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",110.77034279060001,0.99733333322,95.3089571962,12.915227642,1627.85,860.1464445 +1224,060310,Other Development,,60,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0 +1225,060311,Other Development,,60,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,19.946997426499998,0.0,37.242988548,1.5999999999999999,0.0,0.0 +1226,060312,Other Development,,60,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,41.858659804,0.0,56.814636128000004,4.266666666666667,0.0,0.0 +1227,060313,Other Development,,60,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,64.64678867660001,0.0,77.16914961120001,7.04,0.0,0.0 +1228,060410,Other Development,,60,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1229,060411,Other Development,,60,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1230,060412,Other Development,,60,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1231,060413,Other Development,,60,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1232,060420,Other Development,,60,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1233,060421,Other Development,,60,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1234,060422,Other Development,,60,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1235,060423,Other Development,,60,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1236,060430,Other Development,,60,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1237,060431,Other Development,,60,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1238,060432,Other Development,,60,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1239,060433,Other Development,,60,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1240,060510,Other Development,,60,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1241,060511,Other Development,,60,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1242,060512,Other Development,,60,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1243,060513,Other Development,,60,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1244,060520,Other Development,,60,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0 +1245,060521,Other Development,,60,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,54.8607474265,0.0,73.4995485305,1.5999999999999999,0.0,0.0 +1246,060522,Other Development,,60,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,66.503659804,0.0,82.40750199800001,4.266666666666667,0.0,0.0 +1247,060523,Other Development,,60,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,78.6122886766,0.0,91.67177360420001,7.04,0.0,0.0 +1248,060710,Other Development,,60,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +1249,060711,Other Development,,60,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +1250,060712,Other Development,,60,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +1251,060713,Other Development,,60,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +1252,060720,Other Development,,60,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1253,060721,Other Development,,60,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1254,060722,Other Development,,60,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1255,060723,Other Development,,60,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1256,060730,Other Development,,60,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1257,060731,Other Development,,60,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1258,060732,Other Development,,60,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1259,060733,Other Development,,60,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1260,060740,Other Development,,60,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1261,060741,Other Development,,60,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1262,060742,Other Development,,60,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1263,060743,Other Development,,60,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1264,060810,Other Development,,60,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +1265,060811,Other Development,,60,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +1266,060812,Other Development,,60,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +1267,060813,Other Development,,60,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +1268,060820,Other Development,,60,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0 +1269,060821,Other Development,,60,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,18.2417615642,0.0,71.457727635,1.5999999999999999,0.0,0.0 +1270,060822,Other Development,,60,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,40.6549639012,0.0,80.96621666000001,4.266666666666667,0.0,0.0 +1271,060823,Other Development,,60,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,63.96469433168001,0.0,90.855045246,7.04,0.0,0.0 +1272,060900,Other Development,,60,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +1273,060901,Other Development,,60,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +1274,060902,Other Development,,60,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +1275,060903,Other Development,,60,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +1276,060950,Other Development,,60,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +1277,060951,Other Development,,60,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +1278,060952,Other Development,,60,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +1279,060953,Other Development,,60,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +1280,070110,Agriculture,,70,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,0.0,0.0,0.0,0.0,0.0 +1281,070111,Agriculture,,70,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +1282,070112,Agriculture,,70,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +1283,070113,Agriculture,,70,11,Open Water,#476BA0,3,high,#31a354,Open Water,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +1284,070120,Agriculture,,70,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0 +1285,070121,Agriculture,,70,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +1286,070122,Agriculture,,70,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +1287,070123,Agriculture,,70,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +1288,070210,Agriculture,,70,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325 +1289,070211,Agriculture,,70,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",59.1232019495,2.8899999999999997,101.406321958,5.34,0.0,0.325 +1290,070212,Agriculture,,70,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",69.512451232,2.04,102.106400888,6.906666666666666,0.0,0.325 +1291,070213,Agriculture,,70,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",80.31727048580001,1.156,102.83448297520002,8.536,0.0,0.325 +1292,070220,Agriculture,,70,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568 +1293,070221,Agriculture,,70,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",173.50107468649998,2.4933333330500003,81.8802591395,16.458069105,707.7,122.611568 +1294,070222,Agriculture,,70,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",150.24977316399998,1.7599999998,88.323297722,14.754715446666665,707.7,122.611568 +1295,070223,Agriculture,,70,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",126.0684195806,0.99733333322,95.02405784780001,12.983227642,707.7,122.611568 +1296,070230,Agriculture,,70,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055 +1297,070231,Agriculture,,70,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",160.2831994115,2.4933333330500003,81.15025092799999,16.2739024355,636.5666667,480.4527055 +1298,070232,Agriculture,,70,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",140.919508264,1.7599999998,87.80799780800001,14.624715444666666,636.5666667,480.4527055 +1299,070233,Agriculture,,70,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",120.7812694706,0.99733333322,94.73205456320001,12.9095609742,636.5666667,480.4527055 +1300,070240,Agriculture,,70,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445 +1301,070241,Agriculture,,70,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",135.2558827115,2.4933333330500003,82.5925075105,16.288069104999998,1627.85,860.1464445 +1302,070242,Agriculture,,70,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",123.253167064,1.7599999998,88.826061278,14.634715446666664,1627.85,860.1464445 +1303,070243,Agriculture,,70,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",110.77034279060001,0.99733333322,95.3089571962,12.915227642,1627.85,860.1464445 +1304,070310,Agriculture,,70,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0 +1305,070311,Agriculture,,70,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,19.946997426499998,0.0,37.242988548,1.5999999999999999,0.0,0.0 +1306,070312,Agriculture,,70,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,41.858659804,0.0,56.814636128000004,4.266666666666667,0.0,0.0 +1307,070313,Agriculture,,70,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,64.64678867660001,0.0,77.16914961120001,7.04,0.0,0.0 +1308,070410,Agriculture,,70,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1309,070411,Agriculture,,70,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1310,070412,Agriculture,,70,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1311,070413,Agriculture,,70,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1312,070420,Agriculture,,70,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1313,070421,Agriculture,,70,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1314,070422,Agriculture,,70,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1315,070423,Agriculture,,70,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1316,070430,Agriculture,,70,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1317,070431,Agriculture,,70,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1318,070432,Agriculture,,70,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1319,070433,Agriculture,,70,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1320,070510,Agriculture,,70,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1321,070511,Agriculture,,70,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1322,070512,Agriculture,,70,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1323,070513,Agriculture,,70,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1324,070520,Agriculture,,70,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0 +1325,070521,Agriculture,,70,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,54.8607474265,0.0,73.4995485305,1.5999999999999999,0.0,0.0 +1326,070522,Agriculture,,70,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,66.503659804,0.0,82.40750199800001,4.266666666666667,0.0,0.0 +1327,070523,Agriculture,,70,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,78.6122886766,0.0,91.67177360420001,7.04,0.0,0.0 +1328,070710,Agriculture,,70,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +1329,070711,Agriculture,,70,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +1330,070712,Agriculture,,70,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +1331,070713,Agriculture,,70,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +1332,070720,Agriculture,,70,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1333,070721,Agriculture,,70,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1334,070722,Agriculture,,70,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1335,070723,Agriculture,,70,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1336,070730,Agriculture,,70,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1337,070731,Agriculture,,70,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1338,070732,Agriculture,,70,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1339,070733,Agriculture,,70,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1340,070740,Agriculture,,70,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1341,070741,Agriculture,,70,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1342,070742,Agriculture,,70,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1343,070743,Agriculture,,70,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1344,070810,Agriculture,,70,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +1345,070811,Agriculture,,70,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +1346,070812,Agriculture,,70,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +1347,070813,Agriculture,,70,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +1348,070820,Agriculture,,70,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0 +1349,070821,Agriculture,,70,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,18.2417615642,0.0,71.457727635,1.5999999999999999,0.0,0.0 +1350,070822,Agriculture,,70,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,40.6549639012,0.0,80.96621666000001,4.266666666666667,0.0,0.0 +1351,070823,Agriculture,,70,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,63.96469433168001,0.0,90.855045246,7.04,0.0,0.0 +1352,070900,Agriculture,,70,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +1353,070901,Agriculture,,70,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +1354,070902,Agriculture,,70,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +1355,070903,Agriculture,,70,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +1356,070950,Agriculture,,70,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +1357,070951,Agriculture,,70,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +1358,070952,Agriculture,,70,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +1359,070953,Agriculture,,70,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +1360,080110,Rangeland,,80,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,0.0,0.0,0.0,0.0,0.0 +1361,080111,Rangeland,,80,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +1362,080112,Rangeland,,80,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +1363,080113,Rangeland,,80,11,Open Water,#476BA0,3,high,#31a354,Open Water,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +1364,080120,Rangeland,,80,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0 +1365,080121,Rangeland,,80,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +1366,080122,Rangeland,,80,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +1367,080123,Rangeland,,80,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +1368,080210,Rangeland,,80,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325 +1369,080211,Rangeland,,80,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",59.1232019495,2.8899999999999997,101.406321958,5.34,0.0,0.325 +1370,080212,Rangeland,,80,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",69.512451232,2.04,102.106400888,6.906666666666666,0.0,0.325 +1371,080213,Rangeland,,80,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",80.31727048580001,1.156,102.83448297520002,8.536,0.0,0.325 +1372,080220,Rangeland,,80,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568 +1373,080221,Rangeland,,80,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",173.50107468649998,2.4933333330500003,81.8802591395,16.458069105,707.7,122.611568 +1374,080222,Rangeland,,80,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",150.24977316399998,1.7599999998,88.323297722,14.754715446666665,707.7,122.611568 +1375,080223,Rangeland,,80,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",126.0684195806,0.99733333322,95.02405784780001,12.983227642,707.7,122.611568 +1376,080230,Rangeland,,80,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055 +1377,080231,Rangeland,,80,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",160.2831994115,2.4933333330500003,81.15025092799999,16.2739024355,636.5666667,480.4527055 +1378,080232,Rangeland,,80,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",140.919508264,1.7599999998,87.80799780800001,14.624715444666666,636.5666667,480.4527055 +1379,080233,Rangeland,,80,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",120.7812694706,0.99733333322,94.73205456320001,12.9095609742,636.5666667,480.4527055 +1380,080240,Rangeland,,80,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445 +1381,080241,Rangeland,,80,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",135.2558827115,2.4933333330500003,82.5925075105,16.288069104999998,1627.85,860.1464445 +1382,080242,Rangeland,,80,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",123.253167064,1.7599999998,88.826061278,14.634715446666664,1627.85,860.1464445 +1383,080243,Rangeland,,80,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",110.77034279060001,0.99733333322,95.3089571962,12.915227642,1627.85,860.1464445 +1384,080310,Rangeland,,80,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0 +1385,080311,Rangeland,,80,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,19.946997426499998,0.0,37.242988548,1.5999999999999999,0.0,0.0 +1386,080312,Rangeland,,80,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,41.858659804,0.0,56.814636128000004,4.266666666666667,0.0,0.0 +1387,080313,Rangeland,,80,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,64.64678867660001,0.0,77.16914961120001,7.04,0.0,0.0 +1388,080410,Rangeland,,80,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1389,080411,Rangeland,,80,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1390,080412,Rangeland,,80,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1391,080413,Rangeland,,80,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1392,080420,Rangeland,,80,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1393,080421,Rangeland,,80,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1394,080422,Rangeland,,80,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1395,080423,Rangeland,,80,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1396,080430,Rangeland,,80,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1397,080431,Rangeland,,80,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1398,080432,Rangeland,,80,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1399,080433,Rangeland,,80,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1400,080510,Rangeland,,80,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1401,080511,Rangeland,,80,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1402,080512,Rangeland,,80,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1403,080513,Rangeland,,80,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1404,080520,Rangeland,,80,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0 +1405,080521,Rangeland,,80,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,54.8607474265,0.0,73.4995485305,1.5999999999999999,0.0,0.0 +1406,080522,Rangeland,,80,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,66.503659804,0.0,82.40750199800001,4.266666666666667,0.0,0.0 +1407,080523,Rangeland,,80,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,78.6122886766,0.0,91.67177360420001,7.04,0.0,0.0 +1408,080710,Rangeland,,80,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +1409,080711,Rangeland,,80,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +1410,080712,Rangeland,,80,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +1411,080713,Rangeland,,80,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +1412,080720,Rangeland,,80,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1413,080721,Rangeland,,80,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1414,080722,Rangeland,,80,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1415,080723,Rangeland,,80,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1416,080730,Rangeland,,80,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1417,080731,Rangeland,,80,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1418,080732,Rangeland,,80,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1419,080733,Rangeland,,80,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1420,080740,Rangeland,,80,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1421,080741,Rangeland,,80,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1422,080742,Rangeland,,80,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1423,080743,Rangeland,,80,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1424,080810,Rangeland,,80,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +1425,080811,Rangeland,,80,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +1426,080812,Rangeland,,80,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +1427,080813,Rangeland,,80,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +1428,080820,Rangeland,,80,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0 +1429,080821,Rangeland,,80,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,18.2417615642,0.0,71.457727635,1.5999999999999999,0.0,0.0 +1430,080822,Rangeland,,80,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,40.6549639012,0.0,80.96621666000001,4.266666666666667,0.0,0.0 +1431,080823,Rangeland,,80,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,63.96469433168001,0.0,90.855045246,7.04,0.0,0.0 +1432,080900,Rangeland,,80,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +1433,080901,Rangeland,,80,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +1434,080902,Rangeland,,80,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +1435,080903,Rangeland,,80,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +1436,080950,Rangeland,,80,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +1437,080951,Rangeland,,80,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +1438,080952,Rangeland,,80,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +1439,080953,Rangeland,,80,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +1440,090110,Extractive/Mining,,90,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,0.0,0.0,0.0,0.0,0.0 +1441,090111,Extractive/Mining,,90,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +1442,090112,Extractive/Mining,,90,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +1443,090113,Extractive/Mining,,90,11,Open Water,#476BA0,3,high,#31a354,Open Water,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +1444,090120,Extractive/Mining,,90,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0 +1445,090121,Extractive/Mining,,90,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +1446,090122,Extractive/Mining,,90,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +1447,090123,Extractive/Mining,,90,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +1448,090210,Extractive/Mining,,90,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325 +1449,090211,Extractive/Mining,,90,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",59.1232019495,2.8899999999999997,101.406321958,5.34,0.0,0.325 +1450,090212,Extractive/Mining,,90,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",69.512451232,2.04,102.106400888,6.906666666666666,0.0,0.325 +1451,090213,Extractive/Mining,,90,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",80.31727048580001,1.156,102.83448297520002,8.536,0.0,0.325 +1452,090220,Extractive/Mining,,90,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568 +1453,090221,Extractive/Mining,,90,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",173.50107468649998,2.4933333330500003,81.8802591395,16.458069105,707.7,122.611568 +1454,090222,Extractive/Mining,,90,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",150.24977316399998,1.7599999998,88.323297722,14.754715446666665,707.7,122.611568 +1455,090223,Extractive/Mining,,90,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",126.0684195806,0.99733333322,95.02405784780001,12.983227642,707.7,122.611568 +1456,090230,Extractive/Mining,,90,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055 +1457,090231,Extractive/Mining,,90,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",160.2831994115,2.4933333330500003,81.15025092799999,16.2739024355,636.5666667,480.4527055 +1458,090232,Extractive/Mining,,90,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",140.919508264,1.7599999998,87.80799780800001,14.624715444666666,636.5666667,480.4527055 +1459,090233,Extractive/Mining,,90,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",120.7812694706,0.99733333322,94.73205456320001,12.9095609742,636.5666667,480.4527055 +1460,090240,Extractive/Mining,,90,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445 +1461,090241,Extractive/Mining,,90,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",135.2558827115,2.4933333330500003,82.5925075105,16.288069104999998,1627.85,860.1464445 +1462,090242,Extractive/Mining,,90,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",123.253167064,1.7599999998,88.826061278,14.634715446666664,1627.85,860.1464445 +1463,090243,Extractive/Mining,,90,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",110.77034279060001,0.99733333322,95.3089571962,12.915227642,1627.85,860.1464445 +1464,090310,Extractive/Mining,,90,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0 +1465,090311,Extractive/Mining,,90,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,19.946997426499998,0.0,37.242988548,1.5999999999999999,0.0,0.0 +1466,090312,Extractive/Mining,,90,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,41.858659804,0.0,56.814636128000004,4.266666666666667,0.0,0.0 +1467,090313,Extractive/Mining,,90,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,64.64678867660001,0.0,77.16914961120001,7.04,0.0,0.0 +1468,090410,Extractive/Mining,,90,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1469,090411,Extractive/Mining,,90,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1470,090412,Extractive/Mining,,90,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1471,090413,Extractive/Mining,,90,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1472,090420,Extractive/Mining,,90,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1473,090421,Extractive/Mining,,90,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1474,090422,Extractive/Mining,,90,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1475,090423,Extractive/Mining,,90,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1476,090430,Extractive/Mining,,90,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1477,090431,Extractive/Mining,,90,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1478,090432,Extractive/Mining,,90,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1479,090433,Extractive/Mining,,90,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1480,090510,Extractive/Mining,,90,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1481,090511,Extractive/Mining,,90,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1482,090512,Extractive/Mining,,90,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1483,090513,Extractive/Mining,,90,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1484,090520,Extractive/Mining,,90,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0 +1485,090521,Extractive/Mining,,90,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,54.8607474265,0.0,73.4995485305,1.5999999999999999,0.0,0.0 +1486,090522,Extractive/Mining,,90,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,66.503659804,0.0,82.40750199800001,4.266666666666667,0.0,0.0 +1487,090523,Extractive/Mining,,90,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,78.6122886766,0.0,91.67177360420001,7.04,0.0,0.0 +1488,090710,Extractive/Mining,,90,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +1489,090711,Extractive/Mining,,90,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +1490,090712,Extractive/Mining,,90,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +1491,090713,Extractive/Mining,,90,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +1492,090720,Extractive/Mining,,90,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1493,090721,Extractive/Mining,,90,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1494,090722,Extractive/Mining,,90,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1495,090723,Extractive/Mining,,90,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1496,090730,Extractive/Mining,,90,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1497,090731,Extractive/Mining,,90,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1498,090732,Extractive/Mining,,90,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1499,090733,Extractive/Mining,,90,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1500,090740,Extractive/Mining,,90,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1501,090741,Extractive/Mining,,90,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1502,090742,Extractive/Mining,,90,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1503,090743,Extractive/Mining,,90,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1504,090810,Extractive/Mining,,90,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +1505,090811,Extractive/Mining,,90,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +1506,090812,Extractive/Mining,,90,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +1507,090813,Extractive/Mining,,90,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +1508,090820,Extractive/Mining,,90,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0 +1509,090821,Extractive/Mining,,90,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,18.2417615642,0.0,71.457727635,1.5999999999999999,0.0,0.0 +1510,090822,Extractive/Mining,,90,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,40.6549639012,0.0,80.96621666000001,4.266666666666667,0.0,0.0 +1511,090823,Extractive/Mining,,90,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,63.96469433168001,0.0,90.855045246,7.04,0.0,0.0 +1512,090900,Extractive/Mining,,90,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +1513,090901,Extractive/Mining,,90,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +1514,090902,Extractive/Mining,,90,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +1515,090903,Extractive/Mining,,90,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +1516,090950,Extractive/Mining,,90,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +1517,090951,Extractive/Mining,,90,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +1518,090952,Extractive/Mining,,90,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +1519,090953,Extractive/Mining,,90,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +1520,100110,Timber,,100,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,0.0,0.0,0.0,0.0,0.0 +1521,100111,Timber,,100,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +1522,100112,Timber,,100,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +1523,100113,Timber,,100,11,Open Water,#476BA0,3,high,#31a354,Open Water,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +1524,100120,Timber,,100,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0 +1525,100121,Timber,,100,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +1526,100122,Timber,,100,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +1527,100123,Timber,,100,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +1528,100210,Timber,,100,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325 +1529,100211,Timber,,100,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",59.1232019495,2.8899999999999997,101.406321958,5.34,0.0,0.325 +1530,100212,Timber,,100,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",69.512451232,2.04,102.106400888,6.906666666666666,0.0,0.325 +1531,100213,Timber,,100,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",80.31727048580001,1.156,102.83448297520002,8.536,0.0,0.325 +1532,100220,Timber,,100,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568 +1533,100221,Timber,,100,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",173.50107468649998,2.4933333330500003,81.8802591395,16.458069105,707.7,122.611568 +1534,100222,Timber,,100,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",150.24977316399998,1.7599999998,88.323297722,14.754715446666665,707.7,122.611568 +1535,100223,Timber,,100,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",126.0684195806,0.99733333322,95.02405784780001,12.983227642,707.7,122.611568 +1536,100230,Timber,,100,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055 +1537,100231,Timber,,100,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",160.2831994115,2.4933333330500003,81.15025092799999,16.2739024355,636.5666667,480.4527055 +1538,100232,Timber,,100,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",140.919508264,1.7599999998,87.80799780800001,14.624715444666666,636.5666667,480.4527055 +1539,100233,Timber,,100,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",120.7812694706,0.99733333322,94.73205456320001,12.9095609742,636.5666667,480.4527055 +1540,100240,Timber,,100,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445 +1541,100241,Timber,,100,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",135.2558827115,2.4933333330500003,82.5925075105,16.288069104999998,1627.85,860.1464445 +1542,100242,Timber,,100,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",123.253167064,1.7599999998,88.826061278,14.634715446666664,1627.85,860.1464445 +1543,100243,Timber,,100,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",110.77034279060001,0.99733333322,95.3089571962,12.915227642,1627.85,860.1464445 +1544,100310,Timber,,100,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0 +1545,100311,Timber,,100,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,19.946997426499998,0.0,37.242988548,1.5999999999999999,0.0,0.0 +1546,100312,Timber,,100,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,41.858659804,0.0,56.814636128000004,4.266666666666667,0.0,0.0 +1547,100313,Timber,,100,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,64.64678867660001,0.0,77.16914961120001,7.04,0.0,0.0 +1548,100410,Timber,,100,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1549,100411,Timber,,100,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1550,100412,Timber,,100,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1551,100413,Timber,,100,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1552,100420,Timber,,100,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1553,100421,Timber,,100,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1554,100422,Timber,,100,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1555,100423,Timber,,100,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1556,100430,Timber,,100,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1557,100431,Timber,,100,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1558,100432,Timber,,100,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1559,100433,Timber,,100,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1560,100510,Timber,,100,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1561,100511,Timber,,100,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1562,100512,Timber,,100,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1563,100513,Timber,,100,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1564,100520,Timber,,100,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0 +1565,100521,Timber,,100,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,54.8607474265,0.0,73.4995485305,1.5999999999999999,0.0,0.0 +1566,100522,Timber,,100,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,66.503659804,0.0,82.40750199800001,4.266666666666667,0.0,0.0 +1567,100523,Timber,,100,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,78.6122886766,0.0,91.67177360420001,7.04,0.0,0.0 +1568,100710,Timber,,100,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +1569,100711,Timber,,100,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +1570,100712,Timber,,100,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +1571,100713,Timber,,100,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +1572,100720,Timber,,100,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1573,100721,Timber,,100,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1574,100722,Timber,,100,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1575,100723,Timber,,100,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1576,100730,Timber,,100,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1577,100731,Timber,,100,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1578,100732,Timber,,100,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1579,100733,Timber,,100,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1580,100740,Timber,,100,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1581,100741,Timber,,100,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1582,100742,Timber,,100,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1583,100743,Timber,,100,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1584,100810,Timber,,100,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +1585,100811,Timber,,100,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +1586,100812,Timber,,100,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +1587,100813,Timber,,100,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +1588,100820,Timber,,100,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0 +1589,100821,Timber,,100,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,18.2417615642,0.0,71.457727635,1.5999999999999999,0.0,0.0 +1590,100822,Timber,,100,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,40.6549639012,0.0,80.96621666000001,4.266666666666667,0.0,0.0 +1591,100823,Timber,,100,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,63.96469433168001,0.0,90.855045246,7.04,0.0,0.0 +1592,100900,Timber,,100,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +1593,100901,Timber,,100,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +1594,100902,Timber,,100,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +1595,100903,Timber,,100,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +1596,100950,Timber,,100,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +1597,100951,Timber,,100,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +1598,100952,Timber,,100,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +1599,100953,Timber,,100,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +1600,110110,Barren,,110,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,0.0,0.0,0.0,0.0,0.0 +1601,110111,Barren,,110,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +1602,110112,Barren,,110,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +1603,110113,Barren,,110,11,Open Water,#476BA0,3,high,#31a354,Open Water,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +1604,110120,Barren,,110,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0 +1605,110121,Barren,,110,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +1606,110122,Barren,,110,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +1607,110123,Barren,,110,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +1608,110210,Barren,,110,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325 +1609,110211,Barren,,110,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",59.1232019495,2.8899999999999997,101.406321958,5.34,0.0,0.325 +1610,110212,Barren,,110,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",69.512451232,2.04,102.106400888,6.906666666666666,0.0,0.325 +1611,110213,Barren,,110,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",80.31727048580001,1.156,102.83448297520002,8.536,0.0,0.325 +1612,110220,Barren,,110,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568 +1613,110221,Barren,,110,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",173.50107468649998,2.4933333330500003,81.8802591395,16.458069105,707.7,122.611568 +1614,110222,Barren,,110,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",150.24977316399998,1.7599999998,88.323297722,14.754715446666665,707.7,122.611568 +1615,110223,Barren,,110,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",126.0684195806,0.99733333322,95.02405784780001,12.983227642,707.7,122.611568 +1616,110230,Barren,,110,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055 +1617,110231,Barren,,110,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",160.2831994115,2.4933333330500003,81.15025092799999,16.2739024355,636.5666667,480.4527055 +1618,110232,Barren,,110,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",140.919508264,1.7599999998,87.80799780800001,14.624715444666666,636.5666667,480.4527055 +1619,110233,Barren,,110,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",120.7812694706,0.99733333322,94.73205456320001,12.9095609742,636.5666667,480.4527055 +1620,110240,Barren,,110,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445 +1621,110241,Barren,,110,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",135.2558827115,2.4933333330500003,82.5925075105,16.288069104999998,1627.85,860.1464445 +1622,110242,Barren,,110,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",123.253167064,1.7599999998,88.826061278,14.634715446666664,1627.85,860.1464445 +1623,110243,Barren,,110,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",110.77034279060001,0.99733333322,95.3089571962,12.915227642,1627.85,860.1464445 +1624,110310,Barren,,110,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0 +1625,110311,Barren,,110,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,19.946997426499998,0.0,37.242988548,1.5999999999999999,0.0,0.0 +1626,110312,Barren,,110,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,41.858659804,0.0,56.814636128000004,4.266666666666667,0.0,0.0 +1627,110313,Barren,,110,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,64.64678867660001,0.0,77.16914961120001,7.04,0.0,0.0 +1628,110410,Barren,,110,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1629,110411,Barren,,110,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1630,110412,Barren,,110,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1631,110413,Barren,,110,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1632,110420,Barren,,110,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1633,110421,Barren,,110,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1634,110422,Barren,,110,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1635,110423,Barren,,110,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1636,110430,Barren,,110,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1637,110431,Barren,,110,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1638,110432,Barren,,110,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1639,110433,Barren,,110,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1640,110510,Barren,,110,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1641,110511,Barren,,110,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1642,110512,Barren,,110,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1643,110513,Barren,,110,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1644,110520,Barren,,110,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0 +1645,110521,Barren,,110,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,54.8607474265,0.0,73.4995485305,1.5999999999999999,0.0,0.0 +1646,110522,Barren,,110,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,66.503659804,0.0,82.40750199800001,4.266666666666667,0.0,0.0 +1647,110523,Barren,,110,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,78.6122886766,0.0,91.67177360420001,7.04,0.0,0.0 +1648,110710,Barren,,110,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +1649,110711,Barren,,110,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +1650,110712,Barren,,110,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +1651,110713,Barren,,110,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +1652,110720,Barren,,110,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1653,110721,Barren,,110,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1654,110722,Barren,,110,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1655,110723,Barren,,110,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1656,110730,Barren,,110,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1657,110731,Barren,,110,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1658,110732,Barren,,110,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1659,110733,Barren,,110,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1660,110740,Barren,,110,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1661,110741,Barren,,110,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1662,110742,Barren,,110,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1663,110743,Barren,,110,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1664,110810,Barren,,110,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +1665,110811,Barren,,110,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +1666,110812,Barren,,110,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +1667,110813,Barren,,110,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +1668,110820,Barren,,110,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0 +1669,110821,Barren,,110,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,18.2417615642,0.0,71.457727635,1.5999999999999999,0.0,0.0 +1670,110822,Barren,,110,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,40.6549639012,0.0,80.96621666000001,4.266666666666667,0.0,0.0 +1671,110823,Barren,,110,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,63.96469433168001,0.0,90.855045246,7.04,0.0,0.0 +1672,110900,Barren,,110,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +1673,110901,Barren,,110,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +1674,110902,Barren,,110,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +1675,110903,Barren,,110,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +1676,110950,Barren,,110,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +1677,110951,Barren,,110,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +1678,110952,Barren,,110,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +1679,110953,Barren,,110,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +1680,120110,Undifferentiated park,,120,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,0.0,0.0,0.0,0.0,0.0 +1681,120111,Undifferentiated park,,120,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +1682,120112,Undifferentiated park,,120,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +1683,120113,Undifferentiated park,,120,11,Open Water,#476BA0,3,high,#31a354,Open Water,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +1684,120120,Undifferentiated park,,120,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0 +1685,120121,Undifferentiated park,,120,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +1686,120122,Undifferentiated park,,120,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +1687,120123,Undifferentiated park,,120,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +1688,120210,Undifferentiated park,,120,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325 +1689,120211,Undifferentiated park,,120,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",59.1232019495,2.8899999999999997,101.406321958,5.34,0.0,0.325 +1690,120212,Undifferentiated park,,120,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",69.512451232,2.04,102.106400888,6.906666666666666,0.0,0.325 +1691,120213,Undifferentiated park,,120,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",80.31727048580001,1.156,102.83448297520002,8.536,0.0,0.325 +1692,120220,Undifferentiated park,,120,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568 +1693,120221,Undifferentiated park,,120,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",173.50107468649998,2.4933333330500003,81.8802591395,16.458069105,707.7,122.611568 +1694,120222,Undifferentiated park,,120,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",150.24977316399998,1.7599999998,88.323297722,14.754715446666665,707.7,122.611568 +1695,120223,Undifferentiated park,,120,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",126.0684195806,0.99733333322,95.02405784780001,12.983227642,707.7,122.611568 +1696,120230,Undifferentiated park,,120,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055 +1697,120231,Undifferentiated park,,120,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",160.2831994115,2.4933333330500003,81.15025092799999,16.2739024355,636.5666667,480.4527055 +1698,120232,Undifferentiated park,,120,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",140.919508264,1.7599999998,87.80799780800001,14.624715444666666,636.5666667,480.4527055 +1699,120233,Undifferentiated park,,120,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",120.7812694706,0.99733333322,94.73205456320001,12.9095609742,636.5666667,480.4527055 +1700,120240,Undifferentiated park,,120,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445 +1701,120241,Undifferentiated park,,120,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",135.2558827115,2.4933333330500003,82.5925075105,16.288069104999998,1627.85,860.1464445 +1702,120242,Undifferentiated park,,120,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",123.253167064,1.7599999998,88.826061278,14.634715446666664,1627.85,860.1464445 +1703,120243,Undifferentiated park,,120,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",110.77034279060001,0.99733333322,95.3089571962,12.915227642,1627.85,860.1464445 +1704,120310,Undifferentiated park,,120,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0 +1705,120311,Undifferentiated park,,120,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,19.946997426499998,0.0,37.242988548,1.5999999999999999,0.0,0.0 +1706,120312,Undifferentiated park,,120,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,41.858659804,0.0,56.814636128000004,4.266666666666667,0.0,0.0 +1707,120313,Undifferentiated park,,120,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,64.64678867660001,0.0,77.16914961120001,7.04,0.0,0.0 +1708,120410,Undifferentiated park,,120,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1709,120411,Undifferentiated park,,120,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1710,120412,Undifferentiated park,,120,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1711,120413,Undifferentiated park,,120,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1712,120420,Undifferentiated park,,120,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1713,120421,Undifferentiated park,,120,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1714,120422,Undifferentiated park,,120,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1715,120423,Undifferentiated park,,120,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1716,120430,Undifferentiated park,,120,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1717,120431,Undifferentiated park,,120,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1718,120432,Undifferentiated park,,120,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1719,120433,Undifferentiated park,,120,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1720,120510,Undifferentiated park,,120,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1721,120511,Undifferentiated park,,120,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1722,120512,Undifferentiated park,,120,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1723,120513,Undifferentiated park,,120,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1724,120520,Undifferentiated park,,120,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0 +1725,120521,Undifferentiated park,,120,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,54.8607474265,0.0,73.4995485305,1.5999999999999999,0.0,0.0 +1726,120522,Undifferentiated park,,120,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,66.503659804,0.0,82.40750199800001,4.266666666666667,0.0,0.0 +1727,120523,Undifferentiated park,,120,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,78.6122886766,0.0,91.67177360420001,7.04,0.0,0.0 +1728,120710,Undifferentiated park,,120,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +1729,120711,Undifferentiated park,,120,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +1730,120712,Undifferentiated park,,120,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +1731,120713,Undifferentiated park,,120,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +1732,120720,Undifferentiated park,,120,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1733,120721,Undifferentiated park,,120,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1734,120722,Undifferentiated park,,120,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1735,120723,Undifferentiated park,,120,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1736,120730,Undifferentiated park,,120,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1737,120731,Undifferentiated park,,120,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1738,120732,Undifferentiated park,,120,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1739,120733,Undifferentiated park,,120,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1740,120740,Undifferentiated park,,120,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1741,120741,Undifferentiated park,,120,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1742,120742,Undifferentiated park,,120,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1743,120743,Undifferentiated park,,120,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1744,120810,Undifferentiated park,,120,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +1745,120811,Undifferentiated park,,120,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +1746,120812,Undifferentiated park,,120,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +1747,120813,Undifferentiated park,,120,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +1748,120820,Undifferentiated park,,120,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0 +1749,120821,Undifferentiated park,,120,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,18.2417615642,0.0,71.457727635,1.5999999999999999,0.0,0.0 +1750,120822,Undifferentiated park,,120,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,40.6549639012,0.0,80.96621666000001,4.266666666666667,0.0,0.0 +1751,120823,Undifferentiated park,,120,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,63.96469433168001,0.0,90.855045246,7.04,0.0,0.0 +1752,120900,Undifferentiated park,,120,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +1753,120901,Undifferentiated park,,120,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +1754,120902,Undifferentiated park,,120,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +1755,120903,Undifferentiated park,,120,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +1756,120950,Undifferentiated park,,120,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +1757,120951,Undifferentiated park,,120,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +1758,120952,Undifferentiated park,,120,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +1759,120953,Undifferentiated park,,120,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +1760,131110,Developed park,Urban park,131,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,0.0,0.0,0.0,0.0,0.0 +1761,131111,Developed park,Urban park,131,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +1762,131112,Developed park,Urban park,131,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +1763,131113,Developed park,Urban park,131,11,Open Water,#476BA0,3,high,#31a354,Open Water,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +1764,131120,Developed park,Urban park,131,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0 +1765,131121,Developed park,Urban park,131,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +1766,131122,Developed park,Urban park,131,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +1767,131123,Developed park,Urban park,131,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +1768,131210,Developed park,Urban park,131,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325 +1769,131211,Developed park,Urban park,131,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",59.1232019495,2.8899999999999997,101.406321958,5.34,0.0,0.325 +1770,131212,Developed park,Urban park,131,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",69.512451232,2.04,102.106400888,6.906666666666666,0.0,0.325 +1771,131213,Developed park,Urban park,131,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",80.31727048580001,1.156,102.83448297520002,8.536,0.0,0.325 +1772,131220,Developed park,Urban park,131,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568 +1773,131221,Developed park,Urban park,131,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",173.50107468649998,2.4933333330500003,81.8802591395,16.458069105,707.7,122.611568 +1774,131222,Developed park,Urban park,131,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",150.24977316399998,1.7599999998,88.323297722,14.754715446666665,707.7,122.611568 +1775,131223,Developed park,Urban park,131,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",126.0684195806,0.99733333322,95.02405784780001,12.983227642,707.7,122.611568 +1776,131230,Developed park,Urban park,131,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055 +1777,131231,Developed park,Urban park,131,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",160.2831994115,2.4933333330500003,81.15025092799999,16.2739024355,636.5666667,480.4527055 +1778,131232,Developed park,Urban park,131,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",140.919508264,1.7599999998,87.80799780800001,14.624715444666666,636.5666667,480.4527055 +1779,131233,Developed park,Urban park,131,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",120.7812694706,0.99733333322,94.73205456320001,12.9095609742,636.5666667,480.4527055 +1780,131240,Developed park,Urban park,131,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445 +1781,131241,Developed park,Urban park,131,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",135.2558827115,2.4933333330500003,82.5925075105,16.288069104999998,1627.85,860.1464445 +1782,131242,Developed park,Urban park,131,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",123.253167064,1.7599999998,88.826061278,14.634715446666664,1627.85,860.1464445 +1783,131243,Developed park,Urban park,131,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",110.77034279060001,0.99733333322,95.3089571962,12.915227642,1627.85,860.1464445 +1784,131310,Developed park,Urban park,131,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0 +1785,131311,Developed park,Urban park,131,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,19.946997426499998,0.0,37.242988548,1.5999999999999999,0.0,0.0 +1786,131312,Developed park,Urban park,131,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,41.858659804,0.0,56.814636128000004,4.266666666666667,0.0,0.0 +1787,131313,Developed park,Urban park,131,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,64.64678867660001,0.0,77.16914961120001,7.04,0.0,0.0 +1788,131410,Developed park,Urban park,131,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1789,131411,Developed park,Urban park,131,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1790,131412,Developed park,Urban park,131,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1791,131413,Developed park,Urban park,131,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1792,131420,Developed park,Urban park,131,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1793,131421,Developed park,Urban park,131,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1794,131422,Developed park,Urban park,131,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1795,131423,Developed park,Urban park,131,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1796,131430,Developed park,Urban park,131,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1797,131431,Developed park,Urban park,131,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1798,131432,Developed park,Urban park,131,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1799,131433,Developed park,Urban park,131,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1800,131510,Developed park,Urban park,131,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1801,131511,Developed park,Urban park,131,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1802,131512,Developed park,Urban park,131,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1803,131513,Developed park,Urban park,131,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1804,131520,Developed park,Urban park,131,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0 +1805,131521,Developed park,Urban park,131,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,54.8607474265,0.0,73.4995485305,1.5999999999999999,0.0,0.0 +1806,131522,Developed park,Urban park,131,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,66.503659804,0.0,82.40750199800001,4.266666666666667,0.0,0.0 +1807,131523,Developed park,Urban park,131,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,78.6122886766,0.0,91.67177360420001,7.04,0.0,0.0 +1808,131710,Developed park,Urban park,131,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +1809,131711,Developed park,Urban park,131,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +1810,131712,Developed park,Urban park,131,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +1811,131713,Developed park,Urban park,131,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +1812,131720,Developed park,Urban park,131,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1813,131721,Developed park,Urban park,131,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1814,131722,Developed park,Urban park,131,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1815,131723,Developed park,Urban park,131,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1816,131730,Developed park,Urban park,131,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1817,131731,Developed park,Urban park,131,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1818,131732,Developed park,Urban park,131,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1819,131733,Developed park,Urban park,131,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1820,131740,Developed park,Urban park,131,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1821,131741,Developed park,Urban park,131,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1822,131742,Developed park,Urban park,131,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1823,131743,Developed park,Urban park,131,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1824,131810,Developed park,Urban park,131,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +1825,131811,Developed park,Urban park,131,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +1826,131812,Developed park,Urban park,131,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +1827,131813,Developed park,Urban park,131,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +1828,131820,Developed park,Urban park,131,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0 +1829,131821,Developed park,Urban park,131,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,18.2417615642,0.0,71.457727635,1.5999999999999999,0.0,0.0 +1830,131822,Developed park,Urban park,131,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,40.6549639012,0.0,80.96621666000001,4.266666666666667,0.0,0.0 +1831,131823,Developed park,Urban park,131,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,63.96469433168001,0.0,90.855045246,7.04,0.0,0.0 +1832,131900,Developed park,Urban park,131,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +1833,131901,Developed park,Urban park,131,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +1834,131902,Developed park,Urban park,131,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +1835,131903,Developed park,Urban park,131,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +1836,131950,Developed park,Urban park,131,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +1837,131951,Developed park,Urban park,131,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +1838,131952,Developed park,Urban park,131,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +1839,131953,Developed park,Urban park,131,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +1840,132110,Developed park,Golf course,132,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,0.0,0.0,0.0,0.0,0.0 +1841,132111,Developed park,Golf course,132,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +1842,132112,Developed park,Golf course,132,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +1843,132113,Developed park,Golf course,132,11,Open Water,#476BA0,3,high,#31a354,Open Water,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +1844,132120,Developed park,Golf course,132,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0 +1845,132121,Developed park,Golf course,132,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +1846,132122,Developed park,Golf course,132,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +1847,132123,Developed park,Golf course,132,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +1848,132210,Developed park,Golf course,132,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325 +1849,132211,Developed park,Golf course,132,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",59.1232019495,2.8899999999999997,101.406321958,5.34,0.0,0.325 +1850,132212,Developed park,Golf course,132,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",69.512451232,2.04,102.106400888,6.906666666666666,0.0,0.325 +1851,132213,Developed park,Golf course,132,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",80.31727048580001,1.156,102.83448297520002,8.536,0.0,0.325 +1852,132220,Developed park,Golf course,132,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568 +1853,132221,Developed park,Golf course,132,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",173.50107468649998,2.4933333330500003,81.8802591395,16.458069105,707.7,122.611568 +1854,132222,Developed park,Golf course,132,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",150.24977316399998,1.7599999998,88.323297722,14.754715446666665,707.7,122.611568 +1855,132223,Developed park,Golf course,132,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",126.0684195806,0.99733333322,95.02405784780001,12.983227642,707.7,122.611568 +1856,132230,Developed park,Golf course,132,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055 +1857,132231,Developed park,Golf course,132,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",160.2831994115,2.4933333330500003,81.15025092799999,16.2739024355,636.5666667,480.4527055 +1858,132232,Developed park,Golf course,132,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",140.919508264,1.7599999998,87.80799780800001,14.624715444666666,636.5666667,480.4527055 +1859,132233,Developed park,Golf course,132,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",120.7812694706,0.99733333322,94.73205456320001,12.9095609742,636.5666667,480.4527055 +1860,132240,Developed park,Golf course,132,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445 +1861,132241,Developed park,Golf course,132,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",135.2558827115,2.4933333330500003,82.5925075105,16.288069104999998,1627.85,860.1464445 +1862,132242,Developed park,Golf course,132,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",123.253167064,1.7599999998,88.826061278,14.634715446666664,1627.85,860.1464445 +1863,132243,Developed park,Golf course,132,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",110.77034279060001,0.99733333322,95.3089571962,12.915227642,1627.85,860.1464445 +1864,132310,Developed park,Golf course,132,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0 +1865,132311,Developed park,Golf course,132,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,19.946997426499998,0.0,37.242988548,1.5999999999999999,0.0,0.0 +1866,132312,Developed park,Golf course,132,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,41.858659804,0.0,56.814636128000004,4.266666666666667,0.0,0.0 +1867,132313,Developed park,Golf course,132,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,64.64678867660001,0.0,77.16914961120001,7.04,0.0,0.0 +1868,132410,Developed park,Golf course,132,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1869,132411,Developed park,Golf course,132,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1870,132412,Developed park,Golf course,132,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1871,132413,Developed park,Golf course,132,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1872,132420,Developed park,Golf course,132,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1873,132421,Developed park,Golf course,132,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1874,132422,Developed park,Golf course,132,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1875,132423,Developed park,Golf course,132,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1876,132430,Developed park,Golf course,132,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1877,132431,Developed park,Golf course,132,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1878,132432,Developed park,Golf course,132,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1879,132433,Developed park,Golf course,132,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1880,132510,Developed park,Golf course,132,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1881,132511,Developed park,Golf course,132,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1882,132512,Developed park,Golf course,132,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1883,132513,Developed park,Golf course,132,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1884,132520,Developed park,Golf course,132,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0 +1885,132521,Developed park,Golf course,132,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,54.8607474265,0.0,73.4995485305,1.5999999999999999,0.0,0.0 +1886,132522,Developed park,Golf course,132,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,66.503659804,0.0,82.40750199800001,4.266666666666667,0.0,0.0 +1887,132523,Developed park,Golf course,132,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,78.6122886766,0.0,91.67177360420001,7.04,0.0,0.0 +1888,132710,Developed park,Golf course,132,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +1889,132711,Developed park,Golf course,132,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +1890,132712,Developed park,Golf course,132,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +1891,132713,Developed park,Golf course,132,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +1892,132720,Developed park,Golf course,132,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1893,132721,Developed park,Golf course,132,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1894,132722,Developed park,Golf course,132,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1895,132723,Developed park,Golf course,132,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1896,132730,Developed park,Golf course,132,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1897,132731,Developed park,Golf course,132,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1898,132732,Developed park,Golf course,132,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1899,132733,Developed park,Golf course,132,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1900,132740,Developed park,Golf course,132,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1901,132741,Developed park,Golf course,132,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1902,132742,Developed park,Golf course,132,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1903,132743,Developed park,Golf course,132,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1904,132810,Developed park,Golf course,132,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +1905,132811,Developed park,Golf course,132,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +1906,132812,Developed park,Golf course,132,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +1907,132813,Developed park,Golf course,132,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +1908,132820,Developed park,Golf course,132,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0 +1909,132821,Developed park,Golf course,132,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,18.2417615642,0.0,71.457727635,1.5999999999999999,0.0,0.0 +1910,132822,Developed park,Golf course,132,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,40.6549639012,0.0,80.96621666000001,4.266666666666667,0.0,0.0 +1911,132823,Developed park,Golf course,132,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,63.96469433168001,0.0,90.855045246,7.04,0.0,0.0 +1912,132900,Developed park,Golf course,132,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +1913,132901,Developed park,Golf course,132,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +1914,132902,Developed park,Golf course,132,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +1915,132903,Developed park,Golf course,132,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +1916,132950,Developed park,Golf course,132,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +1917,132951,Developed park,Golf course,132,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +1918,132952,Developed park,Golf course,132,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +1919,132953,Developed park,Golf course,132,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +1920,133110,Developed park,Resort/ski area,133,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,0.0,0.0,0.0,0.0,0.0 +1921,133111,Developed park,Resort/ski area,133,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +1922,133112,Developed park,Resort/ski area,133,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +1923,133113,Developed park,Resort/ski area,133,11,Open Water,#476BA0,3,high,#31a354,Open Water,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +1924,133120,Developed park,Resort/ski area,133,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0 +1925,133121,Developed park,Resort/ski area,133,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +1926,133122,Developed park,Resort/ski area,133,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +1927,133123,Developed park,Resort/ski area,133,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +1928,133210,Developed park,Resort/ski area,133,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325 +1929,133211,Developed park,Resort/ski area,133,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",59.1232019495,2.8899999999999997,101.406321958,5.34,0.0,0.325 +1930,133212,Developed park,Resort/ski area,133,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",69.512451232,2.04,102.106400888,6.906666666666666,0.0,0.325 +1931,133213,Developed park,Resort/ski area,133,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",80.31727048580001,1.156,102.83448297520002,8.536,0.0,0.325 +1932,133220,Developed park,Resort/ski area,133,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568 +1933,133221,Developed park,Resort/ski area,133,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",173.50107468649998,2.4933333330500003,81.8802591395,16.458069105,707.7,122.611568 +1934,133222,Developed park,Resort/ski area,133,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",150.24977316399998,1.7599999998,88.323297722,14.754715446666665,707.7,122.611568 +1935,133223,Developed park,Resort/ski area,133,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",126.0684195806,0.99733333322,95.02405784780001,12.983227642,707.7,122.611568 +1936,133230,Developed park,Resort/ski area,133,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055 +1937,133231,Developed park,Resort/ski area,133,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",160.2831994115,2.4933333330500003,81.15025092799999,16.2739024355,636.5666667,480.4527055 +1938,133232,Developed park,Resort/ski area,133,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",140.919508264,1.7599999998,87.80799780800001,14.624715444666666,636.5666667,480.4527055 +1939,133233,Developed park,Resort/ski area,133,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",120.7812694706,0.99733333322,94.73205456320001,12.9095609742,636.5666667,480.4527055 +1940,133240,Developed park,Resort/ski area,133,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445 +1941,133241,Developed park,Resort/ski area,133,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",135.2558827115,2.4933333330500003,82.5925075105,16.288069104999998,1627.85,860.1464445 +1942,133242,Developed park,Resort/ski area,133,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",123.253167064,1.7599999998,88.826061278,14.634715446666664,1627.85,860.1464445 +1943,133243,Developed park,Resort/ski area,133,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",110.77034279060001,0.99733333322,95.3089571962,12.915227642,1627.85,860.1464445 +1944,133310,Developed park,Resort/ski area,133,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0 +1945,133311,Developed park,Resort/ski area,133,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,19.946997426499998,0.0,37.242988548,1.5999999999999999,0.0,0.0 +1946,133312,Developed park,Resort/ski area,133,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,41.858659804,0.0,56.814636128000004,4.266666666666667,0.0,0.0 +1947,133313,Developed park,Resort/ski area,133,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,64.64678867660001,0.0,77.16914961120001,7.04,0.0,0.0 +1948,133410,Developed park,Resort/ski area,133,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1949,133411,Developed park,Resort/ski area,133,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1950,133412,Developed park,Resort/ski area,133,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1951,133413,Developed park,Resort/ski area,133,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +1952,133420,Developed park,Resort/ski area,133,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1953,133421,Developed park,Resort/ski area,133,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1954,133422,Developed park,Resort/ski area,133,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1955,133423,Developed park,Resort/ski area,133,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +1956,133430,Developed park,Resort/ski area,133,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1957,133431,Developed park,Resort/ski area,133,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1958,133432,Developed park,Resort/ski area,133,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1959,133433,Developed park,Resort/ski area,133,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +1960,133510,Developed park,Resort/ski area,133,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1961,133511,Developed park,Resort/ski area,133,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1962,133512,Developed park,Resort/ski area,133,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1963,133513,Developed park,Resort/ski area,133,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1964,133520,Developed park,Resort/ski area,133,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0 +1965,133521,Developed park,Resort/ski area,133,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,54.8607474265,0.0,73.4995485305,1.5999999999999999,0.0,0.0 +1966,133522,Developed park,Resort/ski area,133,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,66.503659804,0.0,82.40750199800001,4.266666666666667,0.0,0.0 +1967,133523,Developed park,Resort/ski area,133,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,78.6122886766,0.0,91.67177360420001,7.04,0.0,0.0 +1968,133710,Developed park,Resort/ski area,133,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +1969,133711,Developed park,Resort/ski area,133,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +1970,133712,Developed park,Resort/ski area,133,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +1971,133713,Developed park,Resort/ski area,133,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +1972,133720,Developed park,Resort/ski area,133,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1973,133721,Developed park,Resort/ski area,133,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1974,133722,Developed park,Resort/ski area,133,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1975,133723,Developed park,Resort/ski area,133,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1976,133730,Developed park,Resort/ski area,133,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1977,133731,Developed park,Resort/ski area,133,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1978,133732,Developed park,Resort/ski area,133,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1979,133733,Developed park,Resort/ski area,133,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1980,133740,Developed park,Resort/ski area,133,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +1981,133741,Developed park,Resort/ski area,133,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +1982,133742,Developed park,Resort/ski area,133,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +1983,133743,Developed park,Resort/ski area,133,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +1984,133810,Developed park,Resort/ski area,133,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +1985,133811,Developed park,Resort/ski area,133,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +1986,133812,Developed park,Resort/ski area,133,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +1987,133813,Developed park,Resort/ski area,133,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +1988,133820,Developed park,Resort/ski area,133,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0 +1989,133821,Developed park,Resort/ski area,133,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,18.2417615642,0.0,71.457727635,1.5999999999999999,0.0,0.0 +1990,133822,Developed park,Resort/ski area,133,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,40.6549639012,0.0,80.96621666000001,4.266666666666667,0.0,0.0 +1991,133823,Developed park,Resort/ski area,133,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,63.96469433168001,0.0,90.855045246,7.04,0.0,0.0 +1992,133900,Developed park,Resort/ski area,133,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +1993,133901,Developed park,Resort/ski area,133,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +1994,133902,Developed park,Resort/ski area,133,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +1995,133903,Developed park,Resort/ski area,133,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +1996,133950,Developed park,Resort/ski area,133,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +1997,133951,Developed park,Resort/ski area,133,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +1998,133952,Developed park,Resort/ski area,133,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +1999,133953,Developed park,Resort/ski area,133,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +2000,134110,Developed park,Other,134,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,0.0,0.0,0.0,0.0,0.0 +2001,134111,Developed park,Other,134,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +2002,134112,Developed park,Other,134,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +2003,134113,Developed park,Other,134,11,Open Water,#476BA0,3,high,#31a354,Open Water,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +2004,134120,Developed park,Other,134,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0 +2005,134121,Developed park,Other,134,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +2006,134122,Developed park,Other,134,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +2007,134123,Developed park,Other,134,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +2008,134210,Developed park,Other,134,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325 +2009,134211,Developed park,Other,134,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",59.1232019495,2.8899999999999997,101.406321958,5.34,0.0,0.325 +2010,134212,Developed park,Other,134,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",69.512451232,2.04,102.106400888,6.906666666666666,0.0,0.325 +2011,134213,Developed park,Other,134,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",80.31727048580001,1.156,102.83448297520002,8.536,0.0,0.325 +2012,134220,Developed park,Other,134,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568 +2013,134221,Developed park,Other,134,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",173.50107468649998,2.4933333330500003,81.8802591395,16.458069105,707.7,122.611568 +2014,134222,Developed park,Other,134,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",150.24977316399998,1.7599999998,88.323297722,14.754715446666665,707.7,122.611568 +2015,134223,Developed park,Other,134,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",126.0684195806,0.99733333322,95.02405784780001,12.983227642,707.7,122.611568 +2016,134230,Developed park,Other,134,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055 +2017,134231,Developed park,Other,134,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",160.2831994115,2.4933333330500003,81.15025092799999,16.2739024355,636.5666667,480.4527055 +2018,134232,Developed park,Other,134,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",140.919508264,1.7599999998,87.80799780800001,14.624715444666666,636.5666667,480.4527055 +2019,134233,Developed park,Other,134,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",120.7812694706,0.99733333322,94.73205456320001,12.9095609742,636.5666667,480.4527055 +2020,134240,Developed park,Other,134,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445 +2021,134241,Developed park,Other,134,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",135.2558827115,2.4933333330500003,82.5925075105,16.288069104999998,1627.85,860.1464445 +2022,134242,Developed park,Other,134,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",123.253167064,1.7599999998,88.826061278,14.634715446666664,1627.85,860.1464445 +2023,134243,Developed park,Other,134,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",110.77034279060001,0.99733333322,95.3089571962,12.915227642,1627.85,860.1464445 +2024,134310,Developed park,Other,134,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0 +2025,134311,Developed park,Other,134,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,19.946997426499998,0.0,37.242988548,1.5999999999999999,0.0,0.0 +2026,134312,Developed park,Other,134,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,41.858659804,0.0,56.814636128000004,4.266666666666667,0.0,0.0 +2027,134313,Developed park,Other,134,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,64.64678867660001,0.0,77.16914961120001,7.04,0.0,0.0 +2028,134410,Developed park,Other,134,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +2029,134411,Developed park,Other,134,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +2030,134412,Developed park,Other,134,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +2031,134413,Developed park,Other,134,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +2032,134420,Developed park,Other,134,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +2033,134421,Developed park,Other,134,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +2034,134422,Developed park,Other,134,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +2035,134423,Developed park,Other,134,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +2036,134430,Developed park,Other,134,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +2037,134431,Developed park,Other,134,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +2038,134432,Developed park,Other,134,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +2039,134433,Developed park,Other,134,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +2040,134510,Developed park,Other,134,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +2041,134511,Developed park,Other,134,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +2042,134512,Developed park,Other,134,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +2043,134513,Developed park,Other,134,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +2044,134520,Developed park,Other,134,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0 +2045,134521,Developed park,Other,134,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,54.8607474265,0.0,73.4995485305,1.5999999999999999,0.0,0.0 +2046,134522,Developed park,Other,134,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,66.503659804,0.0,82.40750199800001,4.266666666666667,0.0,0.0 +2047,134523,Developed park,Other,134,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,78.6122886766,0.0,91.67177360420001,7.04,0.0,0.0 +2048,134710,Developed park,Other,134,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +2049,134711,Developed park,Other,134,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +2050,134712,Developed park,Other,134,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +2051,134713,Developed park,Other,134,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +2052,134720,Developed park,Other,134,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +2053,134721,Developed park,Other,134,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +2054,134722,Developed park,Other,134,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +2055,134723,Developed park,Other,134,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +2056,134730,Developed park,Other,134,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +2057,134731,Developed park,Other,134,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +2058,134732,Developed park,Other,134,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +2059,134733,Developed park,Other,134,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +2060,134740,Developed park,Other,134,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +2061,134741,Developed park,Other,134,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +2062,134742,Developed park,Other,134,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +2063,134743,Developed park,Other,134,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +2064,134810,Developed park,Other,134,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +2065,134811,Developed park,Other,134,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +2066,134812,Developed park,Other,134,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +2067,134813,Developed park,Other,134,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +2068,134820,Developed park,Other,134,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0 +2069,134821,Developed park,Other,134,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,18.2417615642,0.0,71.457727635,1.5999999999999999,0.0,0.0 +2070,134822,Developed park,Other,134,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,40.6549639012,0.0,80.96621666000001,4.266666666666667,0.0,0.0 +2071,134823,Developed park,Other,134,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,63.96469433168001,0.0,90.855045246,7.04,0.0,0.0 +2072,134900,Developed park,Other,134,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +2073,134901,Developed park,Other,134,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +2074,134902,Developed park,Other,134,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +2075,134903,Developed park,Other,134,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +2076,134950,Developed park,Other,134,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +2077,134951,Developed park,Other,134,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +2078,134952,Developed park,Other,134,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +2079,134953,Developed park,Other,134,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +2080,140110,Natural park,,140,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,0.0,0.0,0.0,0.0,0.0 +2081,140111,Natural park,,140,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +2082,140112,Natural park,,140,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +2083,140113,Natural park,,140,11,Open Water,#476BA0,3,high,#31a354,Open Water,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +2084,140120,Natural park,,140,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0 +2085,140121,Natural park,,140,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +2086,140122,Natural park,,140,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +2087,140123,Natural park,,140,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +2088,140210,Natural park,,140,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325 +2089,140211,Natural park,,140,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",59.1232019495,2.8899999999999997,101.406321958,5.34,0.0,0.325 +2090,140212,Natural park,,140,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",69.512451232,2.04,102.106400888,6.906666666666666,0.0,0.325 +2091,140213,Natural park,,140,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",80.31727048580001,1.156,102.83448297520002,8.536,0.0,0.325 +2092,140220,Natural park,,140,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568 +2093,140221,Natural park,,140,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",173.50107468649998,2.4933333330500003,81.8802591395,16.458069105,707.7,122.611568 +2094,140222,Natural park,,140,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",150.24977316399998,1.7599999998,88.323297722,14.754715446666665,707.7,122.611568 +2095,140223,Natural park,,140,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",126.0684195806,0.99733333322,95.02405784780001,12.983227642,707.7,122.611568 +2096,140230,Natural park,,140,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055 +2097,140231,Natural park,,140,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",160.2831994115,2.4933333330500003,81.15025092799999,16.2739024355,636.5666667,480.4527055 +2098,140232,Natural park,,140,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",140.919508264,1.7599999998,87.80799780800001,14.624715444666666,636.5666667,480.4527055 +2099,140233,Natural park,,140,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",120.7812694706,0.99733333322,94.73205456320001,12.9095609742,636.5666667,480.4527055 +2100,140240,Natural park,,140,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445 +2101,140241,Natural park,,140,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",135.2558827115,2.4933333330500003,82.5925075105,16.288069104999998,1627.85,860.1464445 +2102,140242,Natural park,,140,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",123.253167064,1.7599999998,88.826061278,14.634715446666664,1627.85,860.1464445 +2103,140243,Natural park,,140,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",110.77034279060001,0.99733333322,95.3089571962,12.915227642,1627.85,860.1464445 +2104,140310,Natural park,,140,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0 +2105,140311,Natural park,,140,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,19.946997426499998,0.0,37.242988548,1.5999999999999999,0.0,0.0 +2106,140312,Natural park,,140,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,41.858659804,0.0,56.814636128000004,4.266666666666667,0.0,0.0 +2107,140313,Natural park,,140,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,64.64678867660001,0.0,77.16914961120001,7.04,0.0,0.0 +2108,140410,Natural park,,140,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +2109,140411,Natural park,,140,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +2110,140412,Natural park,,140,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +2111,140413,Natural park,,140,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +2112,140420,Natural park,,140,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +2113,140421,Natural park,,140,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +2114,140422,Natural park,,140,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +2115,140423,Natural park,,140,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +2116,140430,Natural park,,140,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +2117,140431,Natural park,,140,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +2118,140432,Natural park,,140,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +2119,140433,Natural park,,140,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +2120,140510,Natural park,,140,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +2121,140511,Natural park,,140,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +2122,140512,Natural park,,140,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +2123,140513,Natural park,,140,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +2124,140520,Natural park,,140,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0 +2125,140521,Natural park,,140,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,54.8607474265,0.0,73.4995485305,1.5999999999999999,0.0,0.0 +2126,140522,Natural park,,140,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,66.503659804,0.0,82.40750199800001,4.266666666666667,0.0,0.0 +2127,140523,Natural park,,140,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,78.6122886766,0.0,91.67177360420001,7.04,0.0,0.0 +2128,140710,Natural park,,140,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +2129,140711,Natural park,,140,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +2130,140712,Natural park,,140,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +2131,140713,Natural park,,140,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +2132,140720,Natural park,,140,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +2133,140721,Natural park,,140,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +2134,140722,Natural park,,140,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +2135,140723,Natural park,,140,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +2136,140730,Natural park,,140,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +2137,140731,Natural park,,140,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +2138,140732,Natural park,,140,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +2139,140733,Natural park,,140,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +2140,140740,Natural park,,140,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +2141,140741,Natural park,,140,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +2142,140742,Natural park,,140,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +2143,140743,Natural park,,140,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +2144,140810,Natural park,,140,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +2145,140811,Natural park,,140,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +2146,140812,Natural park,,140,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +2147,140813,Natural park,,140,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +2148,140820,Natural park,,140,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0 +2149,140821,Natural park,,140,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,18.2417615642,0.0,71.457727635,1.5999999999999999,0.0,0.0 +2150,140822,Natural park,,140,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,40.6549639012,0.0,80.96621666000001,4.266666666666667,0.0,0.0 +2151,140823,Natural park,,140,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,63.96469433168001,0.0,90.855045246,7.04,0.0,0.0 +2152,140900,Natural park,,140,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +2153,140901,Natural park,,140,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +2154,140902,Natural park,,140,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +2155,140903,Natural park,,140,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +2156,140950,Natural park,,140,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +2157,140951,Natural park,,140,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +2158,140952,Natural park,,140,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +2159,140953,Natural park,,140,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +2160,151110,Conservation,Public,151,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,0.0,0.0,0.0,0.0,0.0 +2161,151111,Conservation,Public,151,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +2162,151112,Conservation,Public,151,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +2163,151113,Conservation,Public,151,11,Open Water,#476BA0,3,high,#31a354,Open Water,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +2164,151120,Conservation,Public,151,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0 +2165,151121,Conservation,Public,151,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +2166,151122,Conservation,Public,151,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +2167,151123,Conservation,Public,151,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +2168,151210,Conservation,Public,151,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325 +2169,151211,Conservation,Public,151,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",59.1232019495,2.8899999999999997,101.406321958,5.34,0.0,0.325 +2170,151212,Conservation,Public,151,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",69.512451232,2.04,102.106400888,6.906666666666666,0.0,0.325 +2171,151213,Conservation,Public,151,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",80.31727048580001,1.156,102.83448297520002,8.536,0.0,0.325 +2172,151220,Conservation,Public,151,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568 +2173,151221,Conservation,Public,151,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",173.50107468649998,2.4933333330500003,81.8802591395,16.458069105,707.7,122.611568 +2174,151222,Conservation,Public,151,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",150.24977316399998,1.7599999998,88.323297722,14.754715446666665,707.7,122.611568 +2175,151223,Conservation,Public,151,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",126.0684195806,0.99733333322,95.02405784780001,12.983227642,707.7,122.611568 +2176,151230,Conservation,Public,151,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055 +2177,151231,Conservation,Public,151,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",160.2831994115,2.4933333330500003,81.15025092799999,16.2739024355,636.5666667,480.4527055 +2178,151232,Conservation,Public,151,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",140.919508264,1.7599999998,87.80799780800001,14.624715444666666,636.5666667,480.4527055 +2179,151233,Conservation,Public,151,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",120.7812694706,0.99733333322,94.73205456320001,12.9095609742,636.5666667,480.4527055 +2180,151240,Conservation,Public,151,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445 +2181,151241,Conservation,Public,151,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",135.2558827115,2.4933333330500003,82.5925075105,16.288069104999998,1627.85,860.1464445 +2182,151242,Conservation,Public,151,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",123.253167064,1.7599999998,88.826061278,14.634715446666664,1627.85,860.1464445 +2183,151243,Conservation,Public,151,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",110.77034279060001,0.99733333322,95.3089571962,12.915227642,1627.85,860.1464445 +2184,151310,Conservation,Public,151,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0 +2185,151311,Conservation,Public,151,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,19.946997426499998,0.0,37.242988548,1.5999999999999999,0.0,0.0 +2186,151312,Conservation,Public,151,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,41.858659804,0.0,56.814636128000004,4.266666666666667,0.0,0.0 +2187,151313,Conservation,Public,151,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,64.64678867660001,0.0,77.16914961120001,7.04,0.0,0.0 +2188,151410,Conservation,Public,151,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +2189,151411,Conservation,Public,151,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +2190,151412,Conservation,Public,151,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +2191,151413,Conservation,Public,151,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +2192,151420,Conservation,Public,151,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +2193,151421,Conservation,Public,151,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +2194,151422,Conservation,Public,151,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +2195,151423,Conservation,Public,151,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +2196,151430,Conservation,Public,151,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +2197,151431,Conservation,Public,151,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +2198,151432,Conservation,Public,151,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +2199,151433,Conservation,Public,151,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +2200,151510,Conservation,Public,151,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +2201,151511,Conservation,Public,151,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +2202,151512,Conservation,Public,151,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +2203,151513,Conservation,Public,151,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +2204,151520,Conservation,Public,151,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0 +2205,151521,Conservation,Public,151,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,54.8607474265,0.0,73.4995485305,1.5999999999999999,0.0,0.0 +2206,151522,Conservation,Public,151,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,66.503659804,0.0,82.40750199800001,4.266666666666667,0.0,0.0 +2207,151523,Conservation,Public,151,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,78.6122886766,0.0,91.67177360420001,7.04,0.0,0.0 +2208,151710,Conservation,Public,151,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +2209,151711,Conservation,Public,151,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +2210,151712,Conservation,Public,151,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +2211,151713,Conservation,Public,151,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +2212,151720,Conservation,Public,151,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +2213,151721,Conservation,Public,151,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +2214,151722,Conservation,Public,151,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +2215,151723,Conservation,Public,151,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +2216,151730,Conservation,Public,151,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +2217,151731,Conservation,Public,151,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +2218,151732,Conservation,Public,151,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +2219,151733,Conservation,Public,151,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +2220,151740,Conservation,Public,151,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +2221,151741,Conservation,Public,151,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +2222,151742,Conservation,Public,151,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +2223,151743,Conservation,Public,151,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +2224,151810,Conservation,Public,151,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +2225,151811,Conservation,Public,151,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +2226,151812,Conservation,Public,151,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +2227,151813,Conservation,Public,151,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +2228,151820,Conservation,Public,151,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0 +2229,151821,Conservation,Public,151,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,18.2417615642,0.0,71.457727635,1.5999999999999999,0.0,0.0 +2230,151822,Conservation,Public,151,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,40.6549639012,0.0,80.96621666000001,4.266666666666667,0.0,0.0 +2231,151823,Conservation,Public,151,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,63.96469433168001,0.0,90.855045246,7.04,0.0,0.0 +2232,151900,Conservation,Public,151,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +2233,151901,Conservation,Public,151,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +2234,151902,Conservation,Public,151,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +2235,151903,Conservation,Public,151,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +2236,151950,Conservation,Public,151,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +2237,151951,Conservation,Public,151,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +2238,151952,Conservation,Public,151,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +2239,151953,Conservation,Public,151,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +2240,152110,Conservation,Public-limited access,152,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,0.0,0.0,0.0,0.0,0.0 +2241,152111,Conservation,Public-limited access,152,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +2242,152112,Conservation,Public-limited access,152,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +2243,152113,Conservation,Public-limited access,152,11,Open Water,#476BA0,3,high,#31a354,Open Water,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +2244,152120,Conservation,Public-limited access,152,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0 +2245,152121,Conservation,Public-limited access,152,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +2246,152122,Conservation,Public-limited access,152,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +2247,152123,Conservation,Public-limited access,152,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +2248,152210,Conservation,Public-limited access,152,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325 +2249,152211,Conservation,Public-limited access,152,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",59.1232019495,2.8899999999999997,101.406321958,5.34,0.0,0.325 +2250,152212,Conservation,Public-limited access,152,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",69.512451232,2.04,102.106400888,6.906666666666666,0.0,0.325 +2251,152213,Conservation,Public-limited access,152,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",80.31727048580001,1.156,102.83448297520002,8.536,0.0,0.325 +2252,152220,Conservation,Public-limited access,152,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568 +2253,152221,Conservation,Public-limited access,152,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",173.50107468649998,2.4933333330500003,81.8802591395,16.458069105,707.7,122.611568 +2254,152222,Conservation,Public-limited access,152,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",150.24977316399998,1.7599999998,88.323297722,14.754715446666665,707.7,122.611568 +2255,152223,Conservation,Public-limited access,152,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",126.0684195806,0.99733333322,95.02405784780001,12.983227642,707.7,122.611568 +2256,152230,Conservation,Public-limited access,152,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055 +2257,152231,Conservation,Public-limited access,152,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",160.2831994115,2.4933333330500003,81.15025092799999,16.2739024355,636.5666667,480.4527055 +2258,152232,Conservation,Public-limited access,152,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",140.919508264,1.7599999998,87.80799780800001,14.624715444666666,636.5666667,480.4527055 +2259,152233,Conservation,Public-limited access,152,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",120.7812694706,0.99733333322,94.73205456320001,12.9095609742,636.5666667,480.4527055 +2260,152240,Conservation,Public-limited access,152,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445 +2261,152241,Conservation,Public-limited access,152,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",135.2558827115,2.4933333330500003,82.5925075105,16.288069104999998,1627.85,860.1464445 +2262,152242,Conservation,Public-limited access,152,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",123.253167064,1.7599999998,88.826061278,14.634715446666664,1627.85,860.1464445 +2263,152243,Conservation,Public-limited access,152,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",110.77034279060001,0.99733333322,95.3089571962,12.915227642,1627.85,860.1464445 +2264,152310,Conservation,Public-limited access,152,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0 +2265,152311,Conservation,Public-limited access,152,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,19.946997426499998,0.0,37.242988548,1.5999999999999999,0.0,0.0 +2266,152312,Conservation,Public-limited access,152,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,41.858659804,0.0,56.814636128000004,4.266666666666667,0.0,0.0 +2267,152313,Conservation,Public-limited access,152,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,64.64678867660001,0.0,77.16914961120001,7.04,0.0,0.0 +2268,152410,Conservation,Public-limited access,152,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +2269,152411,Conservation,Public-limited access,152,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +2270,152412,Conservation,Public-limited access,152,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +2271,152413,Conservation,Public-limited access,152,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +2272,152420,Conservation,Public-limited access,152,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +2273,152421,Conservation,Public-limited access,152,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +2274,152422,Conservation,Public-limited access,152,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +2275,152423,Conservation,Public-limited access,152,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +2276,152430,Conservation,Public-limited access,152,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +2277,152431,Conservation,Public-limited access,152,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +2278,152432,Conservation,Public-limited access,152,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +2279,152433,Conservation,Public-limited access,152,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +2280,152510,Conservation,Public-limited access,152,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +2281,152511,Conservation,Public-limited access,152,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +2282,152512,Conservation,Public-limited access,152,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +2283,152513,Conservation,Public-limited access,152,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +2284,152520,Conservation,Public-limited access,152,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0 +2285,152521,Conservation,Public-limited access,152,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,54.8607474265,0.0,73.4995485305,1.5999999999999999,0.0,0.0 +2286,152522,Conservation,Public-limited access,152,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,66.503659804,0.0,82.40750199800001,4.266666666666667,0.0,0.0 +2287,152523,Conservation,Public-limited access,152,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,78.6122886766,0.0,91.67177360420001,7.04,0.0,0.0 +2288,152710,Conservation,Public-limited access,152,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +2289,152711,Conservation,Public-limited access,152,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +2290,152712,Conservation,Public-limited access,152,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +2291,152713,Conservation,Public-limited access,152,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +2292,152720,Conservation,Public-limited access,152,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +2293,152721,Conservation,Public-limited access,152,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +2294,152722,Conservation,Public-limited access,152,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +2295,152723,Conservation,Public-limited access,152,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +2296,152730,Conservation,Public-limited access,152,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +2297,152731,Conservation,Public-limited access,152,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +2298,152732,Conservation,Public-limited access,152,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +2299,152733,Conservation,Public-limited access,152,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +2300,152740,Conservation,Public-limited access,152,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +2301,152741,Conservation,Public-limited access,152,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +2302,152742,Conservation,Public-limited access,152,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +2303,152743,Conservation,Public-limited access,152,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +2304,152810,Conservation,Public-limited access,152,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +2305,152811,Conservation,Public-limited access,152,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +2306,152812,Conservation,Public-limited access,152,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +2307,152813,Conservation,Public-limited access,152,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +2308,152820,Conservation,Public-limited access,152,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0 +2309,152821,Conservation,Public-limited access,152,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,18.2417615642,0.0,71.457727635,1.5999999999999999,0.0,0.0 +2310,152822,Conservation,Public-limited access,152,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,40.6549639012,0.0,80.96621666000001,4.266666666666667,0.0,0.0 +2311,152823,Conservation,Public-limited access,152,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,63.96469433168001,0.0,90.855045246,7.04,0.0,0.0 +2312,152900,Conservation,Public-limited access,152,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +2313,152901,Conservation,Public-limited access,152,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +2314,152902,Conservation,Public-limited access,152,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +2315,152903,Conservation,Public-limited access,152,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +2316,152950,Conservation,Public-limited access,152,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +2317,152951,Conservation,Public-limited access,152,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +2318,152952,Conservation,Public-limited access,152,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +2319,152953,Conservation,Public-limited access,152,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +2320,153110,Conservation,Private easement,153,11,Open Water,#476BA0,0,none,#ffffff,Open Water,0.0,0.0,0.0,0.0,0.0,0.0 +2321,153111,Conservation,Private easement,153,11,Open Water,#476BA0,1,low,#e5f5e0,Open Water,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +2322,153112,Conservation,Private easement,153,11,Open Water,#476BA0,2,medium,#a1d99b,Open Water,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +2323,153113,Conservation,Private easement,153,11,Open Water,#476BA0,3,high,#31a354,Open Water,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +2324,153120,Conservation,Private easement,153,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,Perennial Ice/Snow,0.0,0.0,0.0,0.0,0.0,0.0 +2325,153121,Conservation,Private easement,153,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,Perennial Ice/Snow,14.1669974265,0.0,15.567988547999999,1.5999999999999999,0.0,0.0 +2326,153122,Conservation,Private easement,153,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,Perennial Ice/Snow,37.778659804,0.0,41.51463612800001,4.266666666666667,0.0,0.0 +2327,153123,Conservation,Private easement,153,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,Perennial Ice/Snow,62.334788676600006,0.0,68.49914961120001,7.04,0.0,0.0 +2328,153210,Conservation,Private easement,153,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,"Developed, Open Space",52.88965238,3.4,100.9862746,4.4,0.0,0.325 +2329,153211,Conservation,Private easement,153,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,"Developed, Open Space",59.1232019495,2.8899999999999997,101.406321958,5.34,0.0,0.325 +2330,153212,Conservation,Private easement,153,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,"Developed, Open Space",69.512451232,2.04,102.106400888,6.906666666666666,0.0,0.325 +2331,153213,Conservation,Private easement,153,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,"Developed, Open Space",80.31727048580001,1.156,102.83448297520002,8.536,0.0,0.325 +2332,153220,Conservation,Private easement,153,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,"Developed, Low Intensity",187.4518556,2.933333333,78.01443599,17.4800813,707.7,122.611568 +2333,153221,Conservation,Private easement,153,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,"Developed, Low Intensity",173.50107468649998,2.4933333330500003,81.8802591395,16.458069105,707.7,122.611568 +2334,153222,Conservation,Private easement,153,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,"Developed, Low Intensity",150.24977316399998,1.7599999998,88.323297722,14.754715446666665,707.7,122.611568 +2335,153223,Conservation,Private easement,153,22,"Developed, Low Intensity",#D89382,3,high,#31a354,"Developed, Low Intensity",126.0684195806,0.99733333322,95.02405784780001,12.983227642,707.7,122.611568 +2336,153230,Conservation,Private easement,153,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,"Developed, Medium Intensity",171.9014141,2.933333333,77.1556028,17.26341463,636.5666667,480.4527055 +2337,153231,Conservation,Private easement,153,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,"Developed, Medium Intensity",160.2831994115,2.4933333330500003,81.15025092799999,16.2739024355,636.5666667,480.4527055 +2338,153232,Conservation,Private easement,153,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,"Developed, Medium Intensity",140.919508264,1.7599999998,87.80799780800001,14.624715444666666,636.5666667,480.4527055 +2339,153233,Conservation,Private easement,153,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,"Developed, Medium Intensity",120.7812694706,0.99733333322,94.73205456320001,12.9095609742,636.5666667,480.4527055 +2340,153240,Conservation,Private easement,153,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,"Developed, High Intensity",142.4575121,2.933333333,78.85237525,17.2800813,1627.85,860.1464445 +2341,153241,Conservation,Private easement,153,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,"Developed, High Intensity",135.2558827115,2.4933333330500003,82.5925075105,16.288069104999998,1627.85,860.1464445 +2342,153242,Conservation,Private easement,153,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,"Developed, High Intensity",123.253167064,1.7599999998,88.826061278,14.634715446666664,1627.85,860.1464445 +2343,153243,Conservation,Private easement,153,24,"Developed, High Intensity",#AA0000,3,high,#31a354,"Developed, High Intensity",110.77034279060001,0.99733333322,95.3089571962,12.915227642,1627.85,860.1464445 +2344,153310,Conservation,Private easement,153,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,Barren Land,6.8,0.0,25.5,0.0,0.0,0.0 +2345,153311,Conservation,Private easement,153,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,Barren Land,19.946997426499998,0.0,37.242988548,1.5999999999999999,0.0,0.0 +2346,153312,Conservation,Private easement,153,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,Barren Land,41.858659804,0.0,56.814636128000004,4.266666666666667,0.0,0.0 +2347,153313,Conservation,Private easement,153,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,Barren Land,64.64678867660001,0.0,77.16914961120001,7.04,0.0,0.0 +2348,153410,Conservation,Private easement,153,41,Deciduous Forest,#68AA63,0,none,#ffffff,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +2349,153411,Conservation,Private easement,153,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +2350,153412,Conservation,Private easement,153,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +2351,153413,Conservation,Private easement,153,41,Deciduous Forest,#68AA63,3,high,#31a354,Deciduous Forest,85.88498714,0.0,96.08994273,8.8,0.0,0.0 +2352,153420,Conservation,Private easement,153,42,Evergreen Forest,#1C6330,0,none,#ffffff,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +2353,153421,Conservation,Private easement,153,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +2354,153422,Conservation,Private easement,153,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +2355,153423,Conservation,Private easement,153,42,Evergreen Forest,#1C6330,3,high,#31a354,Evergreen Forest,105.6849871,0.0,96.08994273,14.4,0.0,0.0 +2356,153430,Conservation,Private easement,153,43,Mixed Forest,#B5C98E,0,none,#ffffff,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +2357,153431,Conservation,Private easement,153,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +2358,153432,Conservation,Private easement,153,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +2359,153433,Conservation,Private easement,153,43,Mixed Forest,#B5C98E,3,high,#31a354,Mixed Forest,91.76997429,0.0,119.1798855,8.8,0.0,0.0 +2360,153510,Conservation,Private easement,153,51,Dwarf Scrub,#A58C30,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +2361,153511,Conservation,Private easement,153,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +2362,153512,Conservation,Private easement,153,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +2363,153513,Conservation,Private easement,153,51,Dwarf Scrub,#A58C30,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +2364,153520,Conservation,Private easement,153,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,Shrub/Scrub,47.875,0.0,68.15477645,0.0,0.0,0.0 +2365,153521,Conservation,Private easement,153,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,Shrub/Scrub,54.8607474265,0.0,73.4995485305,1.5999999999999999,0.0,0.0 +2366,153522,Conservation,Private easement,153,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,Shrub/Scrub,66.503659804,0.0,82.40750199800001,4.266666666666667,0.0,0.0 +2367,153523,Conservation,Private easement,153,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,Shrub/Scrub,78.6122886766,0.0,91.67177360420001,7.04,0.0,0.0 +2368,153710,Conservation,Private easement,153,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,Herbaceuous,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +2369,153711,Conservation,Private easement,153,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,Herbaceuous,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +2370,153712,Conservation,Private easement,153,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,Herbaceuous,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +2371,153713,Conservation,Private easement,153,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,Herbaceuous,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +2372,153720,Conservation,Private easement,153,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +2373,153721,Conservation,Private easement,153,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +2374,153722,Conservation,Private easement,153,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +2375,153723,Conservation,Private easement,153,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +2376,153730,Conservation,Private easement,153,73,Lichens,#99C147,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +2377,153731,Conservation,Private easement,153,73,Lichens,#99C147,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +2378,153732,Conservation,Private easement,153,73,Lichens,#99C147,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +2379,153733,Conservation,Private easement,153,73,Lichens,#99C147,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +2380,153740,Conservation,Private easement,153,74,Moss,#77AD93,0,none,#ffffff,,0.0,0.0,0.0,0.0,0.0,0.0 +2381,153741,Conservation,Private easement,153,74,Moss,#77AD93,1,low,#e5f5e0,,0.0,0.0,0.0,0.0,0.0,0.0 +2382,153742,Conservation,Private easement,153,74,Moss,#77AD93,2,medium,#a1d99b,,0.0,0.0,0.0,0.0,0.0,0.0 +2383,153743,Conservation,Private easement,153,74,Moss,#77AD93,3,high,#31a354,,0.0,0.0,0.0,0.0,0.0,0.0 +2384,153810,Conservation,Private easement,153,81,Pasture/Hay,#DBD83D,0,none,#ffffff,Hay/Pasture,10.10660117,8.0,98.79264417,0.0,0.0,0.0 +2385,153811,Conservation,Private easement,153,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,Hay/Pasture,22.757608421,6.8,99.5417360925,1.5999999999999999,0.0,0.0 +2386,153812,Conservation,Private easement,153,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,Hay/Pasture,43.842620506,4.8,100.79022263,4.266666666666667,0.0,0.0 +2387,153813,Conservation,Private easement,153,81,Pasture/Hay,#DBD83D,3,high,#31a354,Hay/Pasture,65.77103307440001,2.7199999999999998,102.088648629,7.04,0.0,0.0 +2388,153820,Conservation,Private easement,153,82,Cultivated Crops,#AA7028,0,none,#ffffff,Cultivated Crops,4.793840162,0.0,65.75263422,0.0,0.0,0.0 +2389,153821,Conservation,Private easement,153,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,Cultivated Crops,18.2417615642,0.0,71.457727635,1.5999999999999999,0.0,0.0 +2390,153822,Conservation,Private easement,153,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,Cultivated Crops,40.6549639012,0.0,80.96621666000001,4.266666666666667,0.0,0.0 +2391,153823,Conservation,Private easement,153,82,Cultivated Crops,#AA7028,3,high,#31a354,Cultivated Crops,63.96469433168001,0.0,90.855045246,7.04,0.0,0.0 +2392,153900,Conservation,Private easement,153,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,Woody Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +2393,153901,Conservation,Private easement,153,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,Woody Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +2394,153902,Conservation,Private easement,153,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,Woody Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +2395,153903,Conservation,Private easement,153,90,Woody Wetlands,#BAD8EA,3,high,#31a354,Woody Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 +2396,153950,Conservation,Private easement,153,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,Emergent Herbaceuous Wetlands,33.5,0.0,716.9138542,0.0,0.0,0.0 +2397,153951,Conservation,Private easement,153,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,Emergent Herbaceuous Wetlands,42.6419974265,0.0,624.9447646179999,1.5999999999999999,0.0,0.0 +2398,153952,Conservation,Private easement,153,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,Emergent Herbaceuous Wetlands,57.878659803999994,0.0,471.66294864799994,4.266666666666667,0.0,0.0 +2399,153953,Conservation,Private easement,153,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,Emergent Herbaceuous Wetlands,73.7247886766,0.0,312.2498600392,7.04,0.0,0.0 diff --git a/appdata/invest-data/biophysical_tables/urban_nature_access_nlcd_simple_nlud_trees.csv b/appdata/invest-data/biophysical_tables/urban_nature_access_nlcd_simple_nlud_trees.csv new file mode 100644 index 0000000..8360a93 --- /dev/null +++ b/appdata/invest-data/biophysical_tables/urban_nature_access_nlcd_simple_nlud_trees.csv @@ -0,0 +1,2401 @@ +lucode,code,nlud_simple_class,nlud_simple_subclass,simple_nlud,nlcd,nlcd_lulc,nlcd_colors,tree,tree_canopy_cover,tree_colors,greenspace,search_radius_m +0,001110,Waterbody,Natural,1,11,Open Water,#476BA0,0,none,#ffffff,0.0,2230.0 +1,001111,Waterbody,Natural,1,11,Open Water,#476BA0,1,low,#e5f5e0,0.0,2230.0 +2,001112,Waterbody,Natural,1,11,Open Water,#476BA0,2,medium,#a1d99b,0.0,2230.0 +3,001113,Waterbody,Natural,1,11,Open Water,#476BA0,3,high,#31a354,1.0,2230.0 +4,001120,Waterbody,Natural,1,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,0.0,2230.0 +5,001121,Waterbody,Natural,1,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,0.0,2230.0 +6,001122,Waterbody,Natural,1,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,0.0,2230.0 +7,001123,Waterbody,Natural,1,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,1.0,2230.0 +8,001210,Waterbody,Natural,1,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,0.0,2230.0 +9,001211,Waterbody,Natural,1,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,0.0,2230.0 +10,001212,Waterbody,Natural,1,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,0.0,2230.0 +11,001213,Waterbody,Natural,1,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,1.0,2230.0 +12,001220,Waterbody,Natural,1,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,0.0,2230.0 +13,001221,Waterbody,Natural,1,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,0.0,2230.0 +14,001222,Waterbody,Natural,1,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,0.0,2230.0 +15,001223,Waterbody,Natural,1,22,"Developed, Low Intensity",#D89382,3,high,#31a354,1.0,2230.0 +16,001230,Waterbody,Natural,1,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,0.0,2230.0 +17,001231,Waterbody,Natural,1,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,0.0,2230.0 +18,001232,Waterbody,Natural,1,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,0.0,2230.0 +19,001233,Waterbody,Natural,1,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,1.0,2230.0 +20,001240,Waterbody,Natural,1,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,0.0,2230.0 +21,001241,Waterbody,Natural,1,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,0.0,2230.0 +22,001242,Waterbody,Natural,1,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,0.0,2230.0 +23,001243,Waterbody,Natural,1,24,"Developed, High Intensity",#AA0000,3,high,#31a354,1.0,2230.0 +24,001310,Waterbody,Natural,1,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,0.0,2230.0 +25,001311,Waterbody,Natural,1,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,0.0,2230.0 +26,001312,Waterbody,Natural,1,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,0.0,2230.0 +27,001313,Waterbody,Natural,1,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,1.0,2230.0 +28,001410,Waterbody,Natural,1,41,Deciduous Forest,#68AA63,0,none,#ffffff,1.0,2230.0 +29,001411,Waterbody,Natural,1,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,1.0,2230.0 +30,001412,Waterbody,Natural,1,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,1.0,2230.0 +31,001413,Waterbody,Natural,1,41,Deciduous Forest,#68AA63,3,high,#31a354,1.0,2230.0 +32,001420,Waterbody,Natural,1,42,Evergreen Forest,#1C6330,0,none,#ffffff,1.0,2230.0 +33,001421,Waterbody,Natural,1,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,1.0,2230.0 +34,001422,Waterbody,Natural,1,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,1.0,2230.0 +35,001423,Waterbody,Natural,1,42,Evergreen Forest,#1C6330,3,high,#31a354,1.0,2230.0 +36,001430,Waterbody,Natural,1,43,Mixed Forest,#B5C98E,0,none,#ffffff,1.0,2230.0 +37,001431,Waterbody,Natural,1,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,1.0,2230.0 +38,001432,Waterbody,Natural,1,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,1.0,2230.0 +39,001433,Waterbody,Natural,1,43,Mixed Forest,#B5C98E,3,high,#31a354,1.0,2230.0 +40,001510,Waterbody,Natural,1,51,Dwarf Scrub,#A58C30,0,none,#ffffff,0.0, +41,001511,Waterbody,Natural,1,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,0.0, +42,001512,Waterbody,Natural,1,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,0.0, +43,001513,Waterbody,Natural,1,51,Dwarf Scrub,#A58C30,3,high,#31a354,1.0, +44,001520,Waterbody,Natural,1,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,1.0,2230.0 +45,001521,Waterbody,Natural,1,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,1.0,2230.0 +46,001522,Waterbody,Natural,1,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,1.0,2230.0 +47,001523,Waterbody,Natural,1,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,1.0,2230.0 +48,001710,Waterbody,Natural,1,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,1.0,2230.0 +49,001711,Waterbody,Natural,1,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,1.0,2230.0 +50,001712,Waterbody,Natural,1,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,1.0,2230.0 +51,001713,Waterbody,Natural,1,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,1.0,2230.0 +52,001720,Waterbody,Natural,1,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,0.0, +53,001721,Waterbody,Natural,1,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,0.0, +54,001722,Waterbody,Natural,1,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,0.0, +55,001723,Waterbody,Natural,1,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,1.0, +56,001730,Waterbody,Natural,1,73,Lichens,#99C147,0,none,#ffffff,0.0, +57,001731,Waterbody,Natural,1,73,Lichens,#99C147,1,low,#e5f5e0,0.0, +58,001732,Waterbody,Natural,1,73,Lichens,#99C147,2,medium,#a1d99b,0.0, +59,001733,Waterbody,Natural,1,73,Lichens,#99C147,3,high,#31a354,1.0, +60,001740,Waterbody,Natural,1,74,Moss,#77AD93,0,none,#ffffff,0.0, +61,001741,Waterbody,Natural,1,74,Moss,#77AD93,1,low,#e5f5e0,0.0, +62,001742,Waterbody,Natural,1,74,Moss,#77AD93,2,medium,#a1d99b,0.0, +63,001743,Waterbody,Natural,1,74,Moss,#77AD93,3,high,#31a354,1.0, +64,001810,Waterbody,Natural,1,81,Pasture/Hay,#DBD83D,0,none,#ffffff,0.0,2230.0 +65,001811,Waterbody,Natural,1,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,0.0,2230.0 +66,001812,Waterbody,Natural,1,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,0.0,2230.0 +67,001813,Waterbody,Natural,1,81,Pasture/Hay,#DBD83D,3,high,#31a354,1.0,2230.0 +68,001820,Waterbody,Natural,1,82,Cultivated Crops,#AA7028,0,none,#ffffff,0.0,2230.0 +69,001821,Waterbody,Natural,1,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,0.0,2230.0 +70,001822,Waterbody,Natural,1,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,0.0,2230.0 +71,001823,Waterbody,Natural,1,82,Cultivated Crops,#AA7028,3,high,#31a354,1.0,2230.0 +72,001900,Waterbody,Natural,1,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,1.0,2230.0 +73,001901,Waterbody,Natural,1,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,1.0,2230.0 +74,001902,Waterbody,Natural,1,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,1.0,2230.0 +75,001903,Waterbody,Natural,1,90,Woody Wetlands,#BAD8EA,3,high,#31a354,1.0,2230.0 +76,001950,Waterbody,Natural,1,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,1.0,2230.0 +77,001951,Waterbody,Natural,1,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,1.0,2230.0 +78,001952,Waterbody,Natural,1,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,1.0,2230.0 +79,001953,Waterbody,Natural,1,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,1.0,2230.0 +80,002110,Waterbody,Wetland,2,11,Open Water,#476BA0,0,none,#ffffff,0.0,2230.0 +81,002111,Waterbody,Wetland,2,11,Open Water,#476BA0,1,low,#e5f5e0,0.0,2230.0 +82,002112,Waterbody,Wetland,2,11,Open Water,#476BA0,2,medium,#a1d99b,0.0,2230.0 +83,002113,Waterbody,Wetland,2,11,Open Water,#476BA0,3,high,#31a354,1.0,2230.0 +84,002120,Waterbody,Wetland,2,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,0.0,2230.0 +85,002121,Waterbody,Wetland,2,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,0.0,2230.0 +86,002122,Waterbody,Wetland,2,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,0.0,2230.0 +87,002123,Waterbody,Wetland,2,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,1.0,2230.0 +88,002210,Waterbody,Wetland,2,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,0.0,2230.0 +89,002211,Waterbody,Wetland,2,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,0.0,2230.0 +90,002212,Waterbody,Wetland,2,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,0.0,2230.0 +91,002213,Waterbody,Wetland,2,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,1.0,2230.0 +92,002220,Waterbody,Wetland,2,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,0.0,2230.0 +93,002221,Waterbody,Wetland,2,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,0.0,2230.0 +94,002222,Waterbody,Wetland,2,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,0.0,2230.0 +95,002223,Waterbody,Wetland,2,22,"Developed, Low Intensity",#D89382,3,high,#31a354,1.0,2230.0 +96,002230,Waterbody,Wetland,2,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,0.0,2230.0 +97,002231,Waterbody,Wetland,2,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,0.0,2230.0 +98,002232,Waterbody,Wetland,2,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,0.0,2230.0 +99,002233,Waterbody,Wetland,2,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,1.0,2230.0 +100,002240,Waterbody,Wetland,2,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,0.0,2230.0 +101,002241,Waterbody,Wetland,2,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,0.0,2230.0 +102,002242,Waterbody,Wetland,2,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,0.0,2230.0 +103,002243,Waterbody,Wetland,2,24,"Developed, High Intensity",#AA0000,3,high,#31a354,1.0,2230.0 +104,002310,Waterbody,Wetland,2,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,0.0,2230.0 +105,002311,Waterbody,Wetland,2,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,0.0,2230.0 +106,002312,Waterbody,Wetland,2,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,0.0,2230.0 +107,002313,Waterbody,Wetland,2,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,1.0,2230.0 +108,002410,Waterbody,Wetland,2,41,Deciduous Forest,#68AA63,0,none,#ffffff,1.0,2230.0 +109,002411,Waterbody,Wetland,2,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,1.0,2230.0 +110,002412,Waterbody,Wetland,2,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,1.0,2230.0 +111,002413,Waterbody,Wetland,2,41,Deciduous Forest,#68AA63,3,high,#31a354,1.0,2230.0 +112,002420,Waterbody,Wetland,2,42,Evergreen Forest,#1C6330,0,none,#ffffff,1.0,2230.0 +113,002421,Waterbody,Wetland,2,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,1.0,2230.0 +114,002422,Waterbody,Wetland,2,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,1.0,2230.0 +115,002423,Waterbody,Wetland,2,42,Evergreen Forest,#1C6330,3,high,#31a354,1.0,2230.0 +116,002430,Waterbody,Wetland,2,43,Mixed Forest,#B5C98E,0,none,#ffffff,1.0,2230.0 +117,002431,Waterbody,Wetland,2,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,1.0,2230.0 +118,002432,Waterbody,Wetland,2,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,1.0,2230.0 +119,002433,Waterbody,Wetland,2,43,Mixed Forest,#B5C98E,3,high,#31a354,1.0,2230.0 +120,002510,Waterbody,Wetland,2,51,Dwarf Scrub,#A58C30,0,none,#ffffff,0.0, +121,002511,Waterbody,Wetland,2,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,0.0, +122,002512,Waterbody,Wetland,2,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,0.0, +123,002513,Waterbody,Wetland,2,51,Dwarf Scrub,#A58C30,3,high,#31a354,1.0, +124,002520,Waterbody,Wetland,2,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,1.0,2230.0 +125,002521,Waterbody,Wetland,2,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,1.0,2230.0 +126,002522,Waterbody,Wetland,2,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,1.0,2230.0 +127,002523,Waterbody,Wetland,2,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,1.0,2230.0 +128,002710,Waterbody,Wetland,2,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,1.0,2230.0 +129,002711,Waterbody,Wetland,2,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,1.0,2230.0 +130,002712,Waterbody,Wetland,2,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,1.0,2230.0 +131,002713,Waterbody,Wetland,2,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,1.0,2230.0 +132,002720,Waterbody,Wetland,2,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,0.0, +133,002721,Waterbody,Wetland,2,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,0.0, +134,002722,Waterbody,Wetland,2,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,0.0, +135,002723,Waterbody,Wetland,2,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,1.0, +136,002730,Waterbody,Wetland,2,73,Lichens,#99C147,0,none,#ffffff,0.0, +137,002731,Waterbody,Wetland,2,73,Lichens,#99C147,1,low,#e5f5e0,0.0, +138,002732,Waterbody,Wetland,2,73,Lichens,#99C147,2,medium,#a1d99b,0.0, +139,002733,Waterbody,Wetland,2,73,Lichens,#99C147,3,high,#31a354,1.0, +140,002740,Waterbody,Wetland,2,74,Moss,#77AD93,0,none,#ffffff,0.0, +141,002741,Waterbody,Wetland,2,74,Moss,#77AD93,1,low,#e5f5e0,0.0, +142,002742,Waterbody,Wetland,2,74,Moss,#77AD93,2,medium,#a1d99b,0.0, +143,002743,Waterbody,Wetland,2,74,Moss,#77AD93,3,high,#31a354,1.0, +144,002810,Waterbody,Wetland,2,81,Pasture/Hay,#DBD83D,0,none,#ffffff,0.0,2230.0 +145,002811,Waterbody,Wetland,2,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,0.0,2230.0 +146,002812,Waterbody,Wetland,2,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,0.0,2230.0 +147,002813,Waterbody,Wetland,2,81,Pasture/Hay,#DBD83D,3,high,#31a354,1.0,2230.0 +148,002820,Waterbody,Wetland,2,82,Cultivated Crops,#AA7028,0,none,#ffffff,0.0,2230.0 +149,002821,Waterbody,Wetland,2,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,0.0,2230.0 +150,002822,Waterbody,Wetland,2,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,0.0,2230.0 +151,002823,Waterbody,Wetland,2,82,Cultivated Crops,#AA7028,3,high,#31a354,1.0,2230.0 +152,002900,Waterbody,Wetland,2,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,1.0,2230.0 +153,002901,Waterbody,Wetland,2,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,1.0,2230.0 +154,002902,Waterbody,Wetland,2,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,1.0,2230.0 +155,002903,Waterbody,Wetland,2,90,Woody Wetlands,#BAD8EA,3,high,#31a354,1.0,2230.0 +156,002950,Waterbody,Wetland,2,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,1.0,2230.0 +157,002951,Waterbody,Wetland,2,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,1.0,2230.0 +158,002952,Waterbody,Wetland,2,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,1.0,2230.0 +159,002953,Waterbody,Wetland,2,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,1.0,2230.0 +160,003110,Waterbody,Artificial,3,11,Open Water,#476BA0,0,none,#ffffff,0.0,2230.0 +161,003111,Waterbody,Artificial,3,11,Open Water,#476BA0,1,low,#e5f5e0,0.0,2230.0 +162,003112,Waterbody,Artificial,3,11,Open Water,#476BA0,2,medium,#a1d99b,0.0,2230.0 +163,003113,Waterbody,Artificial,3,11,Open Water,#476BA0,3,high,#31a354,1.0,2230.0 +164,003120,Waterbody,Artificial,3,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,0.0,2230.0 +165,003121,Waterbody,Artificial,3,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,0.0,2230.0 +166,003122,Waterbody,Artificial,3,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,0.0,2230.0 +167,003123,Waterbody,Artificial,3,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,1.0,2230.0 +168,003210,Waterbody,Artificial,3,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,0.0,2230.0 +169,003211,Waterbody,Artificial,3,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,0.0,2230.0 +170,003212,Waterbody,Artificial,3,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,0.0,2230.0 +171,003213,Waterbody,Artificial,3,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,1.0,2230.0 +172,003220,Waterbody,Artificial,3,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,0.0,2230.0 +173,003221,Waterbody,Artificial,3,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,0.0,2230.0 +174,003222,Waterbody,Artificial,3,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,0.0,2230.0 +175,003223,Waterbody,Artificial,3,22,"Developed, Low Intensity",#D89382,3,high,#31a354,1.0,2230.0 +176,003230,Waterbody,Artificial,3,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,0.0,2230.0 +177,003231,Waterbody,Artificial,3,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,0.0,2230.0 +178,003232,Waterbody,Artificial,3,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,0.0,2230.0 +179,003233,Waterbody,Artificial,3,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,1.0,2230.0 +180,003240,Waterbody,Artificial,3,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,0.0,2230.0 +181,003241,Waterbody,Artificial,3,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,0.0,2230.0 +182,003242,Waterbody,Artificial,3,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,0.0,2230.0 +183,003243,Waterbody,Artificial,3,24,"Developed, High Intensity",#AA0000,3,high,#31a354,1.0,2230.0 +184,003310,Waterbody,Artificial,3,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,0.0,2230.0 +185,003311,Waterbody,Artificial,3,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,0.0,2230.0 +186,003312,Waterbody,Artificial,3,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,0.0,2230.0 +187,003313,Waterbody,Artificial,3,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,1.0,2230.0 +188,003410,Waterbody,Artificial,3,41,Deciduous Forest,#68AA63,0,none,#ffffff,1.0,2230.0 +189,003411,Waterbody,Artificial,3,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,1.0,2230.0 +190,003412,Waterbody,Artificial,3,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,1.0,2230.0 +191,003413,Waterbody,Artificial,3,41,Deciduous Forest,#68AA63,3,high,#31a354,1.0,2230.0 +192,003420,Waterbody,Artificial,3,42,Evergreen Forest,#1C6330,0,none,#ffffff,1.0,2230.0 +193,003421,Waterbody,Artificial,3,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,1.0,2230.0 +194,003422,Waterbody,Artificial,3,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,1.0,2230.0 +195,003423,Waterbody,Artificial,3,42,Evergreen Forest,#1C6330,3,high,#31a354,1.0,2230.0 +196,003430,Waterbody,Artificial,3,43,Mixed Forest,#B5C98E,0,none,#ffffff,1.0,2230.0 +197,003431,Waterbody,Artificial,3,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,1.0,2230.0 +198,003432,Waterbody,Artificial,3,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,1.0,2230.0 +199,003433,Waterbody,Artificial,3,43,Mixed Forest,#B5C98E,3,high,#31a354,1.0,2230.0 +200,003510,Waterbody,Artificial,3,51,Dwarf Scrub,#A58C30,0,none,#ffffff,0.0, +201,003511,Waterbody,Artificial,3,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,0.0, +202,003512,Waterbody,Artificial,3,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,0.0, +203,003513,Waterbody,Artificial,3,51,Dwarf Scrub,#A58C30,3,high,#31a354,1.0, +204,003520,Waterbody,Artificial,3,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,1.0,2230.0 +205,003521,Waterbody,Artificial,3,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,1.0,2230.0 +206,003522,Waterbody,Artificial,3,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,1.0,2230.0 +207,003523,Waterbody,Artificial,3,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,1.0,2230.0 +208,003710,Waterbody,Artificial,3,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,1.0,2230.0 +209,003711,Waterbody,Artificial,3,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,1.0,2230.0 +210,003712,Waterbody,Artificial,3,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,1.0,2230.0 +211,003713,Waterbody,Artificial,3,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,1.0,2230.0 +212,003720,Waterbody,Artificial,3,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,0.0, +213,003721,Waterbody,Artificial,3,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,0.0, +214,003722,Waterbody,Artificial,3,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,0.0, +215,003723,Waterbody,Artificial,3,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,1.0, +216,003730,Waterbody,Artificial,3,73,Lichens,#99C147,0,none,#ffffff,0.0, +217,003731,Waterbody,Artificial,3,73,Lichens,#99C147,1,low,#e5f5e0,0.0, +218,003732,Waterbody,Artificial,3,73,Lichens,#99C147,2,medium,#a1d99b,0.0, +219,003733,Waterbody,Artificial,3,73,Lichens,#99C147,3,high,#31a354,1.0, +220,003740,Waterbody,Artificial,3,74,Moss,#77AD93,0,none,#ffffff,0.0, +221,003741,Waterbody,Artificial,3,74,Moss,#77AD93,1,low,#e5f5e0,0.0, +222,003742,Waterbody,Artificial,3,74,Moss,#77AD93,2,medium,#a1d99b,0.0, +223,003743,Waterbody,Artificial,3,74,Moss,#77AD93,3,high,#31a354,1.0, +224,003810,Waterbody,Artificial,3,81,Pasture/Hay,#DBD83D,0,none,#ffffff,0.0,2230.0 +225,003811,Waterbody,Artificial,3,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,0.0,2230.0 +226,003812,Waterbody,Artificial,3,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,0.0,2230.0 +227,003813,Waterbody,Artificial,3,81,Pasture/Hay,#DBD83D,3,high,#31a354,1.0,2230.0 +228,003820,Waterbody,Artificial,3,82,Cultivated Crops,#AA7028,0,none,#ffffff,0.0,2230.0 +229,003821,Waterbody,Artificial,3,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,0.0,2230.0 +230,003822,Waterbody,Artificial,3,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,0.0,2230.0 +231,003823,Waterbody,Artificial,3,82,Cultivated Crops,#AA7028,3,high,#31a354,1.0,2230.0 +232,003900,Waterbody,Artificial,3,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,1.0,2230.0 +233,003901,Waterbody,Artificial,3,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,1.0,2230.0 +234,003902,Waterbody,Artificial,3,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,1.0,2230.0 +235,003903,Waterbody,Artificial,3,90,Woody Wetlands,#BAD8EA,3,high,#31a354,1.0,2230.0 +236,003950,Waterbody,Artificial,3,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,1.0,2230.0 +237,003951,Waterbody,Artificial,3,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,1.0,2230.0 +238,003952,Waterbody,Artificial,3,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,1.0,2230.0 +239,003953,Waterbody,Artificial,3,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,1.0,2230.0 +240,004110,Waterbody,Perennial Ice/Snow,4,11,Open Water,#476BA0,0,none,#ffffff,0.0,2230.0 +241,004111,Waterbody,Perennial Ice/Snow,4,11,Open Water,#476BA0,1,low,#e5f5e0,0.0,2230.0 +242,004112,Waterbody,Perennial Ice/Snow,4,11,Open Water,#476BA0,2,medium,#a1d99b,0.0,2230.0 +243,004113,Waterbody,Perennial Ice/Snow,4,11,Open Water,#476BA0,3,high,#31a354,1.0,2230.0 +244,004120,Waterbody,Perennial Ice/Snow,4,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,0.0,2230.0 +245,004121,Waterbody,Perennial Ice/Snow,4,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,0.0,2230.0 +246,004122,Waterbody,Perennial Ice/Snow,4,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,0.0,2230.0 +247,004123,Waterbody,Perennial Ice/Snow,4,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,1.0,2230.0 +248,004210,Waterbody,Perennial Ice/Snow,4,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,0.0,2230.0 +249,004211,Waterbody,Perennial Ice/Snow,4,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,0.0,2230.0 +250,004212,Waterbody,Perennial Ice/Snow,4,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,0.0,2230.0 +251,004213,Waterbody,Perennial Ice/Snow,4,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,1.0,2230.0 +252,004220,Waterbody,Perennial Ice/Snow,4,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,0.0,2230.0 +253,004221,Waterbody,Perennial Ice/Snow,4,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,0.0,2230.0 +254,004222,Waterbody,Perennial Ice/Snow,4,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,0.0,2230.0 +255,004223,Waterbody,Perennial Ice/Snow,4,22,"Developed, Low Intensity",#D89382,3,high,#31a354,1.0,2230.0 +256,004230,Waterbody,Perennial Ice/Snow,4,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,0.0,2230.0 +257,004231,Waterbody,Perennial Ice/Snow,4,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,0.0,2230.0 +258,004232,Waterbody,Perennial Ice/Snow,4,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,0.0,2230.0 +259,004233,Waterbody,Perennial Ice/Snow,4,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,1.0,2230.0 +260,004240,Waterbody,Perennial Ice/Snow,4,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,0.0,2230.0 +261,004241,Waterbody,Perennial Ice/Snow,4,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,0.0,2230.0 +262,004242,Waterbody,Perennial Ice/Snow,4,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,0.0,2230.0 +263,004243,Waterbody,Perennial Ice/Snow,4,24,"Developed, High Intensity",#AA0000,3,high,#31a354,1.0,2230.0 +264,004310,Waterbody,Perennial Ice/Snow,4,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,0.0,2230.0 +265,004311,Waterbody,Perennial Ice/Snow,4,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,0.0,2230.0 +266,004312,Waterbody,Perennial Ice/Snow,4,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,0.0,2230.0 +267,004313,Waterbody,Perennial Ice/Snow,4,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,1.0,2230.0 +268,004410,Waterbody,Perennial Ice/Snow,4,41,Deciduous Forest,#68AA63,0,none,#ffffff,1.0,2230.0 +269,004411,Waterbody,Perennial Ice/Snow,4,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,1.0,2230.0 +270,004412,Waterbody,Perennial Ice/Snow,4,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,1.0,2230.0 +271,004413,Waterbody,Perennial Ice/Snow,4,41,Deciduous Forest,#68AA63,3,high,#31a354,1.0,2230.0 +272,004420,Waterbody,Perennial Ice/Snow,4,42,Evergreen Forest,#1C6330,0,none,#ffffff,1.0,2230.0 +273,004421,Waterbody,Perennial Ice/Snow,4,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,1.0,2230.0 +274,004422,Waterbody,Perennial Ice/Snow,4,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,1.0,2230.0 +275,004423,Waterbody,Perennial Ice/Snow,4,42,Evergreen Forest,#1C6330,3,high,#31a354,1.0,2230.0 +276,004430,Waterbody,Perennial Ice/Snow,4,43,Mixed Forest,#B5C98E,0,none,#ffffff,1.0,2230.0 +277,004431,Waterbody,Perennial Ice/Snow,4,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,1.0,2230.0 +278,004432,Waterbody,Perennial Ice/Snow,4,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,1.0,2230.0 +279,004433,Waterbody,Perennial Ice/Snow,4,43,Mixed Forest,#B5C98E,3,high,#31a354,1.0,2230.0 +280,004510,Waterbody,Perennial Ice/Snow,4,51,Dwarf Scrub,#A58C30,0,none,#ffffff,0.0, +281,004511,Waterbody,Perennial Ice/Snow,4,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,0.0, +282,004512,Waterbody,Perennial Ice/Snow,4,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,0.0, +283,004513,Waterbody,Perennial Ice/Snow,4,51,Dwarf Scrub,#A58C30,3,high,#31a354,1.0, +284,004520,Waterbody,Perennial Ice/Snow,4,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,1.0,2230.0 +285,004521,Waterbody,Perennial Ice/Snow,4,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,1.0,2230.0 +286,004522,Waterbody,Perennial Ice/Snow,4,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,1.0,2230.0 +287,004523,Waterbody,Perennial Ice/Snow,4,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,1.0,2230.0 +288,004710,Waterbody,Perennial Ice/Snow,4,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,1.0,2230.0 +289,004711,Waterbody,Perennial Ice/Snow,4,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,1.0,2230.0 +290,004712,Waterbody,Perennial Ice/Snow,4,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,1.0,2230.0 +291,004713,Waterbody,Perennial Ice/Snow,4,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,1.0,2230.0 +292,004720,Waterbody,Perennial Ice/Snow,4,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,0.0, +293,004721,Waterbody,Perennial Ice/Snow,4,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,0.0, +294,004722,Waterbody,Perennial Ice/Snow,4,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,0.0, +295,004723,Waterbody,Perennial Ice/Snow,4,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,1.0, +296,004730,Waterbody,Perennial Ice/Snow,4,73,Lichens,#99C147,0,none,#ffffff,0.0, +297,004731,Waterbody,Perennial Ice/Snow,4,73,Lichens,#99C147,1,low,#e5f5e0,0.0, +298,004732,Waterbody,Perennial Ice/Snow,4,73,Lichens,#99C147,2,medium,#a1d99b,0.0, +299,004733,Waterbody,Perennial Ice/Snow,4,73,Lichens,#99C147,3,high,#31a354,1.0, +300,004740,Waterbody,Perennial Ice/Snow,4,74,Moss,#77AD93,0,none,#ffffff,0.0, +301,004741,Waterbody,Perennial Ice/Snow,4,74,Moss,#77AD93,1,low,#e5f5e0,0.0, +302,004742,Waterbody,Perennial Ice/Snow,4,74,Moss,#77AD93,2,medium,#a1d99b,0.0, +303,004743,Waterbody,Perennial Ice/Snow,4,74,Moss,#77AD93,3,high,#31a354,1.0, +304,004810,Waterbody,Perennial Ice/Snow,4,81,Pasture/Hay,#DBD83D,0,none,#ffffff,0.0,2230.0 +305,004811,Waterbody,Perennial Ice/Snow,4,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,0.0,2230.0 +306,004812,Waterbody,Perennial Ice/Snow,4,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,0.0,2230.0 +307,004813,Waterbody,Perennial Ice/Snow,4,81,Pasture/Hay,#DBD83D,3,high,#31a354,1.0,2230.0 +308,004820,Waterbody,Perennial Ice/Snow,4,82,Cultivated Crops,#AA7028,0,none,#ffffff,0.0,2230.0 +309,004821,Waterbody,Perennial Ice/Snow,4,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,0.0,2230.0 +310,004822,Waterbody,Perennial Ice/Snow,4,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,0.0,2230.0 +311,004823,Waterbody,Perennial Ice/Snow,4,82,Cultivated Crops,#AA7028,3,high,#31a354,1.0,2230.0 +312,004900,Waterbody,Perennial Ice/Snow,4,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,1.0,2230.0 +313,004901,Waterbody,Perennial Ice/Snow,4,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,1.0,2230.0 +314,004902,Waterbody,Perennial Ice/Snow,4,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,1.0,2230.0 +315,004903,Waterbody,Perennial Ice/Snow,4,90,Woody Wetlands,#BAD8EA,3,high,#31a354,1.0,2230.0 +316,004950,Waterbody,Perennial Ice/Snow,4,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,1.0,2230.0 +317,004951,Waterbody,Perennial Ice/Snow,4,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,1.0,2230.0 +318,004952,Waterbody,Perennial Ice/Snow,4,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,1.0,2230.0 +319,004953,Waterbody,Perennial Ice/Snow,4,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,1.0,2230.0 +320,011110,Residential,Dense urban,11,11,Open Water,#476BA0,0,none,#ffffff,0.0,2230.0 +321,011111,Residential,Dense urban,11,11,Open Water,#476BA0,1,low,#e5f5e0,0.0,2230.0 +322,011112,Residential,Dense urban,11,11,Open Water,#476BA0,2,medium,#a1d99b,0.0,2230.0 +323,011113,Residential,Dense urban,11,11,Open Water,#476BA0,3,high,#31a354,1.0,2230.0 +324,011120,Residential,Dense urban,11,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,0.0,2230.0 +325,011121,Residential,Dense urban,11,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,0.0,2230.0 +326,011122,Residential,Dense urban,11,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,0.0,2230.0 +327,011123,Residential,Dense urban,11,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,1.0,2230.0 +328,011210,Residential,Dense urban,11,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,0.0,2230.0 +329,011211,Residential,Dense urban,11,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,0.0,2230.0 +330,011212,Residential,Dense urban,11,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,0.0,2230.0 +331,011213,Residential,Dense urban,11,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,1.0,2230.0 +332,011220,Residential,Dense urban,11,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,0.0,2230.0 +333,011221,Residential,Dense urban,11,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,0.0,2230.0 +334,011222,Residential,Dense urban,11,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,0.0,2230.0 +335,011223,Residential,Dense urban,11,22,"Developed, Low Intensity",#D89382,3,high,#31a354,1.0,2230.0 +336,011230,Residential,Dense urban,11,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,0.0,2230.0 +337,011231,Residential,Dense urban,11,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,0.0,2230.0 +338,011232,Residential,Dense urban,11,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,0.0,2230.0 +339,011233,Residential,Dense urban,11,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,1.0,2230.0 +340,011240,Residential,Dense urban,11,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,0.0,2230.0 +341,011241,Residential,Dense urban,11,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,0.0,2230.0 +342,011242,Residential,Dense urban,11,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,0.0,2230.0 +343,011243,Residential,Dense urban,11,24,"Developed, High Intensity",#AA0000,3,high,#31a354,1.0,2230.0 +344,011310,Residential,Dense urban,11,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,0.0,2230.0 +345,011311,Residential,Dense urban,11,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,0.0,2230.0 +346,011312,Residential,Dense urban,11,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,0.0,2230.0 +347,011313,Residential,Dense urban,11,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,1.0,2230.0 +348,011410,Residential,Dense urban,11,41,Deciduous Forest,#68AA63,0,none,#ffffff,1.0,2230.0 +349,011411,Residential,Dense urban,11,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,1.0,2230.0 +350,011412,Residential,Dense urban,11,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,1.0,2230.0 +351,011413,Residential,Dense urban,11,41,Deciduous Forest,#68AA63,3,high,#31a354,1.0,2230.0 +352,011420,Residential,Dense urban,11,42,Evergreen Forest,#1C6330,0,none,#ffffff,1.0,2230.0 +353,011421,Residential,Dense urban,11,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,1.0,2230.0 +354,011422,Residential,Dense urban,11,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,1.0,2230.0 +355,011423,Residential,Dense urban,11,42,Evergreen Forest,#1C6330,3,high,#31a354,1.0,2230.0 +356,011430,Residential,Dense urban,11,43,Mixed Forest,#B5C98E,0,none,#ffffff,1.0,2230.0 +357,011431,Residential,Dense urban,11,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,1.0,2230.0 +358,011432,Residential,Dense urban,11,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,1.0,2230.0 +359,011433,Residential,Dense urban,11,43,Mixed Forest,#B5C98E,3,high,#31a354,1.0,2230.0 +360,011510,Residential,Dense urban,11,51,Dwarf Scrub,#A58C30,0,none,#ffffff,0.0, +361,011511,Residential,Dense urban,11,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,0.0, +362,011512,Residential,Dense urban,11,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,0.0, +363,011513,Residential,Dense urban,11,51,Dwarf Scrub,#A58C30,3,high,#31a354,1.0, +364,011520,Residential,Dense urban,11,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,1.0,2230.0 +365,011521,Residential,Dense urban,11,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,1.0,2230.0 +366,011522,Residential,Dense urban,11,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,1.0,2230.0 +367,011523,Residential,Dense urban,11,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,1.0,2230.0 +368,011710,Residential,Dense urban,11,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,1.0,2230.0 +369,011711,Residential,Dense urban,11,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,1.0,2230.0 +370,011712,Residential,Dense urban,11,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,1.0,2230.0 +371,011713,Residential,Dense urban,11,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,1.0,2230.0 +372,011720,Residential,Dense urban,11,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,0.0, +373,011721,Residential,Dense urban,11,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,0.0, +374,011722,Residential,Dense urban,11,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,0.0, +375,011723,Residential,Dense urban,11,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,1.0, +376,011730,Residential,Dense urban,11,73,Lichens,#99C147,0,none,#ffffff,0.0, +377,011731,Residential,Dense urban,11,73,Lichens,#99C147,1,low,#e5f5e0,0.0, +378,011732,Residential,Dense urban,11,73,Lichens,#99C147,2,medium,#a1d99b,0.0, +379,011733,Residential,Dense urban,11,73,Lichens,#99C147,3,high,#31a354,1.0, +380,011740,Residential,Dense urban,11,74,Moss,#77AD93,0,none,#ffffff,0.0, +381,011741,Residential,Dense urban,11,74,Moss,#77AD93,1,low,#e5f5e0,0.0, +382,011742,Residential,Dense urban,11,74,Moss,#77AD93,2,medium,#a1d99b,0.0, +383,011743,Residential,Dense urban,11,74,Moss,#77AD93,3,high,#31a354,1.0, +384,011810,Residential,Dense urban,11,81,Pasture/Hay,#DBD83D,0,none,#ffffff,0.0,2230.0 +385,011811,Residential,Dense urban,11,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,0.0,2230.0 +386,011812,Residential,Dense urban,11,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,0.0,2230.0 +387,011813,Residential,Dense urban,11,81,Pasture/Hay,#DBD83D,3,high,#31a354,1.0,2230.0 +388,011820,Residential,Dense urban,11,82,Cultivated Crops,#AA7028,0,none,#ffffff,0.0,2230.0 +389,011821,Residential,Dense urban,11,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,0.0,2230.0 +390,011822,Residential,Dense urban,11,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,0.0,2230.0 +391,011823,Residential,Dense urban,11,82,Cultivated Crops,#AA7028,3,high,#31a354,1.0,2230.0 +392,011900,Residential,Dense urban,11,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,1.0,2230.0 +393,011901,Residential,Dense urban,11,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,1.0,2230.0 +394,011902,Residential,Dense urban,11,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,1.0,2230.0 +395,011903,Residential,Dense urban,11,90,Woody Wetlands,#BAD8EA,3,high,#31a354,1.0,2230.0 +396,011950,Residential,Dense urban,11,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,1.0,2230.0 +397,011951,Residential,Dense urban,11,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,1.0,2230.0 +398,011952,Residential,Dense urban,11,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,1.0,2230.0 +399,011953,Residential,Dense urban,11,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,1.0,2230.0 +400,012110,Residential,Urban,12,11,Open Water,#476BA0,0,none,#ffffff,0.0,2230.0 +401,012111,Residential,Urban,12,11,Open Water,#476BA0,1,low,#e5f5e0,0.0,2230.0 +402,012112,Residential,Urban,12,11,Open Water,#476BA0,2,medium,#a1d99b,0.0,2230.0 +403,012113,Residential,Urban,12,11,Open Water,#476BA0,3,high,#31a354,1.0,2230.0 +404,012120,Residential,Urban,12,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,0.0,2230.0 +405,012121,Residential,Urban,12,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,0.0,2230.0 +406,012122,Residential,Urban,12,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,0.0,2230.0 +407,012123,Residential,Urban,12,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,1.0,2230.0 +408,012210,Residential,Urban,12,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,0.0,2230.0 +409,012211,Residential,Urban,12,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,0.0,2230.0 +410,012212,Residential,Urban,12,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,0.0,2230.0 +411,012213,Residential,Urban,12,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,1.0,2230.0 +412,012220,Residential,Urban,12,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,0.0,2230.0 +413,012221,Residential,Urban,12,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,0.0,2230.0 +414,012222,Residential,Urban,12,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,0.0,2230.0 +415,012223,Residential,Urban,12,22,"Developed, Low Intensity",#D89382,3,high,#31a354,1.0,2230.0 +416,012230,Residential,Urban,12,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,0.0,2230.0 +417,012231,Residential,Urban,12,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,0.0,2230.0 +418,012232,Residential,Urban,12,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,0.0,2230.0 +419,012233,Residential,Urban,12,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,1.0,2230.0 +420,012240,Residential,Urban,12,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,0.0,2230.0 +421,012241,Residential,Urban,12,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,0.0,2230.0 +422,012242,Residential,Urban,12,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,0.0,2230.0 +423,012243,Residential,Urban,12,24,"Developed, High Intensity",#AA0000,3,high,#31a354,1.0,2230.0 +424,012310,Residential,Urban,12,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,0.0,2230.0 +425,012311,Residential,Urban,12,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,0.0,2230.0 +426,012312,Residential,Urban,12,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,0.0,2230.0 +427,012313,Residential,Urban,12,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,1.0,2230.0 +428,012410,Residential,Urban,12,41,Deciduous Forest,#68AA63,0,none,#ffffff,1.0,2230.0 +429,012411,Residential,Urban,12,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,1.0,2230.0 +430,012412,Residential,Urban,12,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,1.0,2230.0 +431,012413,Residential,Urban,12,41,Deciduous Forest,#68AA63,3,high,#31a354,1.0,2230.0 +432,012420,Residential,Urban,12,42,Evergreen Forest,#1C6330,0,none,#ffffff,1.0,2230.0 +433,012421,Residential,Urban,12,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,1.0,2230.0 +434,012422,Residential,Urban,12,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,1.0,2230.0 +435,012423,Residential,Urban,12,42,Evergreen Forest,#1C6330,3,high,#31a354,1.0,2230.0 +436,012430,Residential,Urban,12,43,Mixed Forest,#B5C98E,0,none,#ffffff,1.0,2230.0 +437,012431,Residential,Urban,12,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,1.0,2230.0 +438,012432,Residential,Urban,12,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,1.0,2230.0 +439,012433,Residential,Urban,12,43,Mixed Forest,#B5C98E,3,high,#31a354,1.0,2230.0 +440,012510,Residential,Urban,12,51,Dwarf Scrub,#A58C30,0,none,#ffffff,0.0, +441,012511,Residential,Urban,12,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,0.0, +442,012512,Residential,Urban,12,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,0.0, +443,012513,Residential,Urban,12,51,Dwarf Scrub,#A58C30,3,high,#31a354,1.0, +444,012520,Residential,Urban,12,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,1.0,2230.0 +445,012521,Residential,Urban,12,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,1.0,2230.0 +446,012522,Residential,Urban,12,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,1.0,2230.0 +447,012523,Residential,Urban,12,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,1.0,2230.0 +448,012710,Residential,Urban,12,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,1.0,2230.0 +449,012711,Residential,Urban,12,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,1.0,2230.0 +450,012712,Residential,Urban,12,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,1.0,2230.0 +451,012713,Residential,Urban,12,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,1.0,2230.0 +452,012720,Residential,Urban,12,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,0.0, +453,012721,Residential,Urban,12,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,0.0, +454,012722,Residential,Urban,12,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,0.0, +455,012723,Residential,Urban,12,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,1.0, +456,012730,Residential,Urban,12,73,Lichens,#99C147,0,none,#ffffff,0.0, +457,012731,Residential,Urban,12,73,Lichens,#99C147,1,low,#e5f5e0,0.0, +458,012732,Residential,Urban,12,73,Lichens,#99C147,2,medium,#a1d99b,0.0, +459,012733,Residential,Urban,12,73,Lichens,#99C147,3,high,#31a354,1.0, +460,012740,Residential,Urban,12,74,Moss,#77AD93,0,none,#ffffff,0.0, +461,012741,Residential,Urban,12,74,Moss,#77AD93,1,low,#e5f5e0,0.0, +462,012742,Residential,Urban,12,74,Moss,#77AD93,2,medium,#a1d99b,0.0, +463,012743,Residential,Urban,12,74,Moss,#77AD93,3,high,#31a354,1.0, +464,012810,Residential,Urban,12,81,Pasture/Hay,#DBD83D,0,none,#ffffff,0.0,2230.0 +465,012811,Residential,Urban,12,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,0.0,2230.0 +466,012812,Residential,Urban,12,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,0.0,2230.0 +467,012813,Residential,Urban,12,81,Pasture/Hay,#DBD83D,3,high,#31a354,1.0,2230.0 +468,012820,Residential,Urban,12,82,Cultivated Crops,#AA7028,0,none,#ffffff,0.0,2230.0 +469,012821,Residential,Urban,12,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,0.0,2230.0 +470,012822,Residential,Urban,12,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,0.0,2230.0 +471,012823,Residential,Urban,12,82,Cultivated Crops,#AA7028,3,high,#31a354,1.0,2230.0 +472,012900,Residential,Urban,12,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,1.0,2230.0 +473,012901,Residential,Urban,12,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,1.0,2230.0 +474,012902,Residential,Urban,12,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,1.0,2230.0 +475,012903,Residential,Urban,12,90,Woody Wetlands,#BAD8EA,3,high,#31a354,1.0,2230.0 +476,012950,Residential,Urban,12,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,1.0,2230.0 +477,012951,Residential,Urban,12,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,1.0,2230.0 +478,012952,Residential,Urban,12,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,1.0,2230.0 +479,012953,Residential,Urban,12,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,1.0,2230.0 +480,013110,Residential,Suburban,13,11,Open Water,#476BA0,0,none,#ffffff,0.0,2230.0 +481,013111,Residential,Suburban,13,11,Open Water,#476BA0,1,low,#e5f5e0,0.0,2230.0 +482,013112,Residential,Suburban,13,11,Open Water,#476BA0,2,medium,#a1d99b,0.0,2230.0 +483,013113,Residential,Suburban,13,11,Open Water,#476BA0,3,high,#31a354,1.0,2230.0 +484,013120,Residential,Suburban,13,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,0.0,2230.0 +485,013121,Residential,Suburban,13,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,0.0,2230.0 +486,013122,Residential,Suburban,13,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,0.0,2230.0 +487,013123,Residential,Suburban,13,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,1.0,2230.0 +488,013210,Residential,Suburban,13,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,0.0,2230.0 +489,013211,Residential,Suburban,13,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,0.0,2230.0 +490,013212,Residential,Suburban,13,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,0.0,2230.0 +491,013213,Residential,Suburban,13,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,1.0,2230.0 +492,013220,Residential,Suburban,13,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,0.0,2230.0 +493,013221,Residential,Suburban,13,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,0.0,2230.0 +494,013222,Residential,Suburban,13,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,0.0,2230.0 +495,013223,Residential,Suburban,13,22,"Developed, Low Intensity",#D89382,3,high,#31a354,1.0,2230.0 +496,013230,Residential,Suburban,13,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,0.0,2230.0 +497,013231,Residential,Suburban,13,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,0.0,2230.0 +498,013232,Residential,Suburban,13,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,0.0,2230.0 +499,013233,Residential,Suburban,13,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,1.0,2230.0 +500,013240,Residential,Suburban,13,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,0.0,2230.0 +501,013241,Residential,Suburban,13,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,0.0,2230.0 +502,013242,Residential,Suburban,13,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,0.0,2230.0 +503,013243,Residential,Suburban,13,24,"Developed, High Intensity",#AA0000,3,high,#31a354,1.0,2230.0 +504,013310,Residential,Suburban,13,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,0.0,2230.0 +505,013311,Residential,Suburban,13,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,0.0,2230.0 +506,013312,Residential,Suburban,13,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,0.0,2230.0 +507,013313,Residential,Suburban,13,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,1.0,2230.0 +508,013410,Residential,Suburban,13,41,Deciduous Forest,#68AA63,0,none,#ffffff,1.0,2230.0 +509,013411,Residential,Suburban,13,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,1.0,2230.0 +510,013412,Residential,Suburban,13,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,1.0,2230.0 +511,013413,Residential,Suburban,13,41,Deciduous Forest,#68AA63,3,high,#31a354,1.0,2230.0 +512,013420,Residential,Suburban,13,42,Evergreen Forest,#1C6330,0,none,#ffffff,1.0,2230.0 +513,013421,Residential,Suburban,13,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,1.0,2230.0 +514,013422,Residential,Suburban,13,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,1.0,2230.0 +515,013423,Residential,Suburban,13,42,Evergreen Forest,#1C6330,3,high,#31a354,1.0,2230.0 +516,013430,Residential,Suburban,13,43,Mixed Forest,#B5C98E,0,none,#ffffff,1.0,2230.0 +517,013431,Residential,Suburban,13,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,1.0,2230.0 +518,013432,Residential,Suburban,13,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,1.0,2230.0 +519,013433,Residential,Suburban,13,43,Mixed Forest,#B5C98E,3,high,#31a354,1.0,2230.0 +520,013510,Residential,Suburban,13,51,Dwarf Scrub,#A58C30,0,none,#ffffff,0.0, +521,013511,Residential,Suburban,13,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,0.0, +522,013512,Residential,Suburban,13,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,0.0, +523,013513,Residential,Suburban,13,51,Dwarf Scrub,#A58C30,3,high,#31a354,1.0, +524,013520,Residential,Suburban,13,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,1.0,2230.0 +525,013521,Residential,Suburban,13,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,1.0,2230.0 +526,013522,Residential,Suburban,13,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,1.0,2230.0 +527,013523,Residential,Suburban,13,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,1.0,2230.0 +528,013710,Residential,Suburban,13,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,1.0,2230.0 +529,013711,Residential,Suburban,13,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,1.0,2230.0 +530,013712,Residential,Suburban,13,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,1.0,2230.0 +531,013713,Residential,Suburban,13,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,1.0,2230.0 +532,013720,Residential,Suburban,13,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,0.0, +533,013721,Residential,Suburban,13,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,0.0, +534,013722,Residential,Suburban,13,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,0.0, +535,013723,Residential,Suburban,13,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,1.0, +536,013730,Residential,Suburban,13,73,Lichens,#99C147,0,none,#ffffff,0.0, +537,013731,Residential,Suburban,13,73,Lichens,#99C147,1,low,#e5f5e0,0.0, +538,013732,Residential,Suburban,13,73,Lichens,#99C147,2,medium,#a1d99b,0.0, +539,013733,Residential,Suburban,13,73,Lichens,#99C147,3,high,#31a354,1.0, +540,013740,Residential,Suburban,13,74,Moss,#77AD93,0,none,#ffffff,0.0, +541,013741,Residential,Suburban,13,74,Moss,#77AD93,1,low,#e5f5e0,0.0, +542,013742,Residential,Suburban,13,74,Moss,#77AD93,2,medium,#a1d99b,0.0, +543,013743,Residential,Suburban,13,74,Moss,#77AD93,3,high,#31a354,1.0, +544,013810,Residential,Suburban,13,81,Pasture/Hay,#DBD83D,0,none,#ffffff,0.0,2230.0 +545,013811,Residential,Suburban,13,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,0.0,2230.0 +546,013812,Residential,Suburban,13,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,0.0,2230.0 +547,013813,Residential,Suburban,13,81,Pasture/Hay,#DBD83D,3,high,#31a354,1.0,2230.0 +548,013820,Residential,Suburban,13,82,Cultivated Crops,#AA7028,0,none,#ffffff,0.0,2230.0 +549,013821,Residential,Suburban,13,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,0.0,2230.0 +550,013822,Residential,Suburban,13,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,0.0,2230.0 +551,013823,Residential,Suburban,13,82,Cultivated Crops,#AA7028,3,high,#31a354,1.0,2230.0 +552,013900,Residential,Suburban,13,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,1.0,2230.0 +553,013901,Residential,Suburban,13,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,1.0,2230.0 +554,013902,Residential,Suburban,13,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,1.0,2230.0 +555,013903,Residential,Suburban,13,90,Woody Wetlands,#BAD8EA,3,high,#31a354,1.0,2230.0 +556,013950,Residential,Suburban,13,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,1.0,2230.0 +557,013951,Residential,Suburban,13,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,1.0,2230.0 +558,013952,Residential,Suburban,13,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,1.0,2230.0 +559,013953,Residential,Suburban,13,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,1.0,2230.0 +560,014110,Residential,Exurban,14,11,Open Water,#476BA0,0,none,#ffffff,0.0,2230.0 +561,014111,Residential,Exurban,14,11,Open Water,#476BA0,1,low,#e5f5e0,0.0,2230.0 +562,014112,Residential,Exurban,14,11,Open Water,#476BA0,2,medium,#a1d99b,0.0,2230.0 +563,014113,Residential,Exurban,14,11,Open Water,#476BA0,3,high,#31a354,1.0,2230.0 +564,014120,Residential,Exurban,14,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,0.0,2230.0 +565,014121,Residential,Exurban,14,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,0.0,2230.0 +566,014122,Residential,Exurban,14,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,0.0,2230.0 +567,014123,Residential,Exurban,14,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,1.0,2230.0 +568,014210,Residential,Exurban,14,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,0.0,2230.0 +569,014211,Residential,Exurban,14,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,0.0,2230.0 +570,014212,Residential,Exurban,14,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,0.0,2230.0 +571,014213,Residential,Exurban,14,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,1.0,2230.0 +572,014220,Residential,Exurban,14,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,0.0,2230.0 +573,014221,Residential,Exurban,14,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,0.0,2230.0 +574,014222,Residential,Exurban,14,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,0.0,2230.0 +575,014223,Residential,Exurban,14,22,"Developed, Low Intensity",#D89382,3,high,#31a354,1.0,2230.0 +576,014230,Residential,Exurban,14,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,0.0,2230.0 +577,014231,Residential,Exurban,14,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,0.0,2230.0 +578,014232,Residential,Exurban,14,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,0.0,2230.0 +579,014233,Residential,Exurban,14,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,1.0,2230.0 +580,014240,Residential,Exurban,14,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,0.0,2230.0 +581,014241,Residential,Exurban,14,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,0.0,2230.0 +582,014242,Residential,Exurban,14,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,0.0,2230.0 +583,014243,Residential,Exurban,14,24,"Developed, High Intensity",#AA0000,3,high,#31a354,1.0,2230.0 +584,014310,Residential,Exurban,14,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,0.0,2230.0 +585,014311,Residential,Exurban,14,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,0.0,2230.0 +586,014312,Residential,Exurban,14,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,0.0,2230.0 +587,014313,Residential,Exurban,14,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,1.0,2230.0 +588,014410,Residential,Exurban,14,41,Deciduous Forest,#68AA63,0,none,#ffffff,1.0,2230.0 +589,014411,Residential,Exurban,14,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,1.0,2230.0 +590,014412,Residential,Exurban,14,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,1.0,2230.0 +591,014413,Residential,Exurban,14,41,Deciduous Forest,#68AA63,3,high,#31a354,1.0,2230.0 +592,014420,Residential,Exurban,14,42,Evergreen Forest,#1C6330,0,none,#ffffff,1.0,2230.0 +593,014421,Residential,Exurban,14,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,1.0,2230.0 +594,014422,Residential,Exurban,14,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,1.0,2230.0 +595,014423,Residential,Exurban,14,42,Evergreen Forest,#1C6330,3,high,#31a354,1.0,2230.0 +596,014430,Residential,Exurban,14,43,Mixed Forest,#B5C98E,0,none,#ffffff,1.0,2230.0 +597,014431,Residential,Exurban,14,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,1.0,2230.0 +598,014432,Residential,Exurban,14,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,1.0,2230.0 +599,014433,Residential,Exurban,14,43,Mixed Forest,#B5C98E,3,high,#31a354,1.0,2230.0 +600,014510,Residential,Exurban,14,51,Dwarf Scrub,#A58C30,0,none,#ffffff,0.0, +601,014511,Residential,Exurban,14,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,0.0, +602,014512,Residential,Exurban,14,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,0.0, +603,014513,Residential,Exurban,14,51,Dwarf Scrub,#A58C30,3,high,#31a354,1.0, +604,014520,Residential,Exurban,14,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,1.0,2230.0 +605,014521,Residential,Exurban,14,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,1.0,2230.0 +606,014522,Residential,Exurban,14,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,1.0,2230.0 +607,014523,Residential,Exurban,14,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,1.0,2230.0 +608,014710,Residential,Exurban,14,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,1.0,2230.0 +609,014711,Residential,Exurban,14,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,1.0,2230.0 +610,014712,Residential,Exurban,14,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,1.0,2230.0 +611,014713,Residential,Exurban,14,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,1.0,2230.0 +612,014720,Residential,Exurban,14,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,0.0, +613,014721,Residential,Exurban,14,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,0.0, +614,014722,Residential,Exurban,14,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,0.0, +615,014723,Residential,Exurban,14,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,1.0, +616,014730,Residential,Exurban,14,73,Lichens,#99C147,0,none,#ffffff,0.0, +617,014731,Residential,Exurban,14,73,Lichens,#99C147,1,low,#e5f5e0,0.0, +618,014732,Residential,Exurban,14,73,Lichens,#99C147,2,medium,#a1d99b,0.0, +619,014733,Residential,Exurban,14,73,Lichens,#99C147,3,high,#31a354,1.0, +620,014740,Residential,Exurban,14,74,Moss,#77AD93,0,none,#ffffff,0.0, +621,014741,Residential,Exurban,14,74,Moss,#77AD93,1,low,#e5f5e0,0.0, +622,014742,Residential,Exurban,14,74,Moss,#77AD93,2,medium,#a1d99b,0.0, +623,014743,Residential,Exurban,14,74,Moss,#77AD93,3,high,#31a354,1.0, +624,014810,Residential,Exurban,14,81,Pasture/Hay,#DBD83D,0,none,#ffffff,0.0,2230.0 +625,014811,Residential,Exurban,14,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,0.0,2230.0 +626,014812,Residential,Exurban,14,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,0.0,2230.0 +627,014813,Residential,Exurban,14,81,Pasture/Hay,#DBD83D,3,high,#31a354,1.0,2230.0 +628,014820,Residential,Exurban,14,82,Cultivated Crops,#AA7028,0,none,#ffffff,0.0,2230.0 +629,014821,Residential,Exurban,14,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,0.0,2230.0 +630,014822,Residential,Exurban,14,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,0.0,2230.0 +631,014823,Residential,Exurban,14,82,Cultivated Crops,#AA7028,3,high,#31a354,1.0,2230.0 +632,014900,Residential,Exurban,14,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,1.0,2230.0 +633,014901,Residential,Exurban,14,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,1.0,2230.0 +634,014902,Residential,Exurban,14,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,1.0,2230.0 +635,014903,Residential,Exurban,14,90,Woody Wetlands,#BAD8EA,3,high,#31a354,1.0,2230.0 +636,014950,Residential,Exurban,14,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,1.0,2230.0 +637,014951,Residential,Exurban,14,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,1.0,2230.0 +638,014952,Residential,Exurban,14,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,1.0,2230.0 +639,014953,Residential,Exurban,14,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,1.0,2230.0 +640,015110,Residential,Rural,15,11,Open Water,#476BA0,0,none,#ffffff,0.0,2230.0 +641,015111,Residential,Rural,15,11,Open Water,#476BA0,1,low,#e5f5e0,0.0,2230.0 +642,015112,Residential,Rural,15,11,Open Water,#476BA0,2,medium,#a1d99b,0.0,2230.0 +643,015113,Residential,Rural,15,11,Open Water,#476BA0,3,high,#31a354,1.0,2230.0 +644,015120,Residential,Rural,15,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,0.0,2230.0 +645,015121,Residential,Rural,15,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,0.0,2230.0 +646,015122,Residential,Rural,15,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,0.0,2230.0 +647,015123,Residential,Rural,15,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,1.0,2230.0 +648,015210,Residential,Rural,15,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,0.0,2230.0 +649,015211,Residential,Rural,15,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,0.0,2230.0 +650,015212,Residential,Rural,15,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,0.0,2230.0 +651,015213,Residential,Rural,15,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,1.0,2230.0 +652,015220,Residential,Rural,15,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,0.0,2230.0 +653,015221,Residential,Rural,15,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,0.0,2230.0 +654,015222,Residential,Rural,15,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,0.0,2230.0 +655,015223,Residential,Rural,15,22,"Developed, Low Intensity",#D89382,3,high,#31a354,1.0,2230.0 +656,015230,Residential,Rural,15,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,0.0,2230.0 +657,015231,Residential,Rural,15,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,0.0,2230.0 +658,015232,Residential,Rural,15,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,0.0,2230.0 +659,015233,Residential,Rural,15,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,1.0,2230.0 +660,015240,Residential,Rural,15,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,0.0,2230.0 +661,015241,Residential,Rural,15,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,0.0,2230.0 +662,015242,Residential,Rural,15,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,0.0,2230.0 +663,015243,Residential,Rural,15,24,"Developed, High Intensity",#AA0000,3,high,#31a354,1.0,2230.0 +664,015310,Residential,Rural,15,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,0.0,2230.0 +665,015311,Residential,Rural,15,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,0.0,2230.0 +666,015312,Residential,Rural,15,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,0.0,2230.0 +667,015313,Residential,Rural,15,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,1.0,2230.0 +668,015410,Residential,Rural,15,41,Deciduous Forest,#68AA63,0,none,#ffffff,1.0,2230.0 +669,015411,Residential,Rural,15,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,1.0,2230.0 +670,015412,Residential,Rural,15,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,1.0,2230.0 +671,015413,Residential,Rural,15,41,Deciduous Forest,#68AA63,3,high,#31a354,1.0,2230.0 +672,015420,Residential,Rural,15,42,Evergreen Forest,#1C6330,0,none,#ffffff,1.0,2230.0 +673,015421,Residential,Rural,15,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,1.0,2230.0 +674,015422,Residential,Rural,15,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,1.0,2230.0 +675,015423,Residential,Rural,15,42,Evergreen Forest,#1C6330,3,high,#31a354,1.0,2230.0 +676,015430,Residential,Rural,15,43,Mixed Forest,#B5C98E,0,none,#ffffff,1.0,2230.0 +677,015431,Residential,Rural,15,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,1.0,2230.0 +678,015432,Residential,Rural,15,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,1.0,2230.0 +679,015433,Residential,Rural,15,43,Mixed Forest,#B5C98E,3,high,#31a354,1.0,2230.0 +680,015510,Residential,Rural,15,51,Dwarf Scrub,#A58C30,0,none,#ffffff,0.0, +681,015511,Residential,Rural,15,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,0.0, +682,015512,Residential,Rural,15,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,0.0, +683,015513,Residential,Rural,15,51,Dwarf Scrub,#A58C30,3,high,#31a354,1.0, +684,015520,Residential,Rural,15,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,1.0,2230.0 +685,015521,Residential,Rural,15,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,1.0,2230.0 +686,015522,Residential,Rural,15,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,1.0,2230.0 +687,015523,Residential,Rural,15,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,1.0,2230.0 +688,015710,Residential,Rural,15,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,1.0,2230.0 +689,015711,Residential,Rural,15,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,1.0,2230.0 +690,015712,Residential,Rural,15,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,1.0,2230.0 +691,015713,Residential,Rural,15,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,1.0,2230.0 +692,015720,Residential,Rural,15,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,0.0, +693,015721,Residential,Rural,15,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,0.0, +694,015722,Residential,Rural,15,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,0.0, +695,015723,Residential,Rural,15,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,1.0, +696,015730,Residential,Rural,15,73,Lichens,#99C147,0,none,#ffffff,0.0, +697,015731,Residential,Rural,15,73,Lichens,#99C147,1,low,#e5f5e0,0.0, +698,015732,Residential,Rural,15,73,Lichens,#99C147,2,medium,#a1d99b,0.0, +699,015733,Residential,Rural,15,73,Lichens,#99C147,3,high,#31a354,1.0, +700,015740,Residential,Rural,15,74,Moss,#77AD93,0,none,#ffffff,0.0, +701,015741,Residential,Rural,15,74,Moss,#77AD93,1,low,#e5f5e0,0.0, +702,015742,Residential,Rural,15,74,Moss,#77AD93,2,medium,#a1d99b,0.0, +703,015743,Residential,Rural,15,74,Moss,#77AD93,3,high,#31a354,1.0, +704,015810,Residential,Rural,15,81,Pasture/Hay,#DBD83D,0,none,#ffffff,0.0,2230.0 +705,015811,Residential,Rural,15,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,0.0,2230.0 +706,015812,Residential,Rural,15,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,0.0,2230.0 +707,015813,Residential,Rural,15,81,Pasture/Hay,#DBD83D,3,high,#31a354,1.0,2230.0 +708,015820,Residential,Rural,15,82,Cultivated Crops,#AA7028,0,none,#ffffff,0.0,2230.0 +709,015821,Residential,Rural,15,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,0.0,2230.0 +710,015822,Residential,Rural,15,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,0.0,2230.0 +711,015823,Residential,Rural,15,82,Cultivated Crops,#AA7028,3,high,#31a354,1.0,2230.0 +712,015900,Residential,Rural,15,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,1.0,2230.0 +713,015901,Residential,Rural,15,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,1.0,2230.0 +714,015902,Residential,Rural,15,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,1.0,2230.0 +715,015903,Residential,Rural,15,90,Woody Wetlands,#BAD8EA,3,high,#31a354,1.0,2230.0 +716,015950,Residential,Rural,15,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,1.0,2230.0 +717,015951,Residential,Rural,15,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,1.0,2230.0 +718,015952,Residential,Rural,15,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,1.0,2230.0 +719,015953,Residential,Rural,15,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,1.0,2230.0 +720,020110,Commercial,,20,11,Open Water,#476BA0,0,none,#ffffff,0.0,2230.0 +721,020111,Commercial,,20,11,Open Water,#476BA0,1,low,#e5f5e0,0.0,2230.0 +722,020112,Commercial,,20,11,Open Water,#476BA0,2,medium,#a1d99b,0.0,2230.0 +723,020113,Commercial,,20,11,Open Water,#476BA0,3,high,#31a354,1.0,2230.0 +724,020120,Commercial,,20,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,0.0,2230.0 +725,020121,Commercial,,20,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,0.0,2230.0 +726,020122,Commercial,,20,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,0.0,2230.0 +727,020123,Commercial,,20,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,1.0,2230.0 +728,020210,Commercial,,20,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,0.0,2230.0 +729,020211,Commercial,,20,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,0.0,2230.0 +730,020212,Commercial,,20,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,0.0,2230.0 +731,020213,Commercial,,20,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,1.0,2230.0 +732,020220,Commercial,,20,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,0.0,2230.0 +733,020221,Commercial,,20,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,0.0,2230.0 +734,020222,Commercial,,20,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,0.0,2230.0 +735,020223,Commercial,,20,22,"Developed, Low Intensity",#D89382,3,high,#31a354,1.0,2230.0 +736,020230,Commercial,,20,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,0.0,2230.0 +737,020231,Commercial,,20,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,0.0,2230.0 +738,020232,Commercial,,20,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,0.0,2230.0 +739,020233,Commercial,,20,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,1.0,2230.0 +740,020240,Commercial,,20,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,0.0,2230.0 +741,020241,Commercial,,20,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,0.0,2230.0 +742,020242,Commercial,,20,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,0.0,2230.0 +743,020243,Commercial,,20,24,"Developed, High Intensity",#AA0000,3,high,#31a354,1.0,2230.0 +744,020310,Commercial,,20,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,0.0,2230.0 +745,020311,Commercial,,20,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,0.0,2230.0 +746,020312,Commercial,,20,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,0.0,2230.0 +747,020313,Commercial,,20,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,1.0,2230.0 +748,020410,Commercial,,20,41,Deciduous Forest,#68AA63,0,none,#ffffff,1.0,2230.0 +749,020411,Commercial,,20,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,1.0,2230.0 +750,020412,Commercial,,20,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,1.0,2230.0 +751,020413,Commercial,,20,41,Deciduous Forest,#68AA63,3,high,#31a354,1.0,2230.0 +752,020420,Commercial,,20,42,Evergreen Forest,#1C6330,0,none,#ffffff,1.0,2230.0 +753,020421,Commercial,,20,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,1.0,2230.0 +754,020422,Commercial,,20,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,1.0,2230.0 +755,020423,Commercial,,20,42,Evergreen Forest,#1C6330,3,high,#31a354,1.0,2230.0 +756,020430,Commercial,,20,43,Mixed Forest,#B5C98E,0,none,#ffffff,1.0,2230.0 +757,020431,Commercial,,20,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,1.0,2230.0 +758,020432,Commercial,,20,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,1.0,2230.0 +759,020433,Commercial,,20,43,Mixed Forest,#B5C98E,3,high,#31a354,1.0,2230.0 +760,020510,Commercial,,20,51,Dwarf Scrub,#A58C30,0,none,#ffffff,0.0, +761,020511,Commercial,,20,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,0.0, +762,020512,Commercial,,20,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,0.0, +763,020513,Commercial,,20,51,Dwarf Scrub,#A58C30,3,high,#31a354,1.0, +764,020520,Commercial,,20,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,1.0,2230.0 +765,020521,Commercial,,20,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,1.0,2230.0 +766,020522,Commercial,,20,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,1.0,2230.0 +767,020523,Commercial,,20,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,1.0,2230.0 +768,020710,Commercial,,20,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,1.0,2230.0 +769,020711,Commercial,,20,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,1.0,2230.0 +770,020712,Commercial,,20,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,1.0,2230.0 +771,020713,Commercial,,20,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,1.0,2230.0 +772,020720,Commercial,,20,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,0.0, +773,020721,Commercial,,20,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,0.0, +774,020722,Commercial,,20,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,0.0, +775,020723,Commercial,,20,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,1.0, +776,020730,Commercial,,20,73,Lichens,#99C147,0,none,#ffffff,0.0, +777,020731,Commercial,,20,73,Lichens,#99C147,1,low,#e5f5e0,0.0, +778,020732,Commercial,,20,73,Lichens,#99C147,2,medium,#a1d99b,0.0, +779,020733,Commercial,,20,73,Lichens,#99C147,3,high,#31a354,1.0, +780,020740,Commercial,,20,74,Moss,#77AD93,0,none,#ffffff,0.0, +781,020741,Commercial,,20,74,Moss,#77AD93,1,low,#e5f5e0,0.0, +782,020742,Commercial,,20,74,Moss,#77AD93,2,medium,#a1d99b,0.0, +783,020743,Commercial,,20,74,Moss,#77AD93,3,high,#31a354,1.0, +784,020810,Commercial,,20,81,Pasture/Hay,#DBD83D,0,none,#ffffff,0.0,2230.0 +785,020811,Commercial,,20,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,0.0,2230.0 +786,020812,Commercial,,20,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,0.0,2230.0 +787,020813,Commercial,,20,81,Pasture/Hay,#DBD83D,3,high,#31a354,1.0,2230.0 +788,020820,Commercial,,20,82,Cultivated Crops,#AA7028,0,none,#ffffff,0.0,2230.0 +789,020821,Commercial,,20,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,0.0,2230.0 +790,020822,Commercial,,20,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,0.0,2230.0 +791,020823,Commercial,,20,82,Cultivated Crops,#AA7028,3,high,#31a354,1.0,2230.0 +792,020900,Commercial,,20,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,1.0,2230.0 +793,020901,Commercial,,20,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,1.0,2230.0 +794,020902,Commercial,,20,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,1.0,2230.0 +795,020903,Commercial,,20,90,Woody Wetlands,#BAD8EA,3,high,#31a354,1.0,2230.0 +796,020950,Commercial,,20,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,1.0,2230.0 +797,020951,Commercial,,20,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,1.0,2230.0 +798,020952,Commercial,,20,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,1.0,2230.0 +799,020953,Commercial,,20,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,1.0,2230.0 +800,030110,Industrial,,30,11,Open Water,#476BA0,0,none,#ffffff,0.0,2230.0 +801,030111,Industrial,,30,11,Open Water,#476BA0,1,low,#e5f5e0,0.0,2230.0 +802,030112,Industrial,,30,11,Open Water,#476BA0,2,medium,#a1d99b,0.0,2230.0 +803,030113,Industrial,,30,11,Open Water,#476BA0,3,high,#31a354,1.0,2230.0 +804,030120,Industrial,,30,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,0.0,2230.0 +805,030121,Industrial,,30,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,0.0,2230.0 +806,030122,Industrial,,30,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,0.0,2230.0 +807,030123,Industrial,,30,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,1.0,2230.0 +808,030210,Industrial,,30,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,0.0,2230.0 +809,030211,Industrial,,30,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,0.0,2230.0 +810,030212,Industrial,,30,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,0.0,2230.0 +811,030213,Industrial,,30,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,1.0,2230.0 +812,030220,Industrial,,30,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,0.0,2230.0 +813,030221,Industrial,,30,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,0.0,2230.0 +814,030222,Industrial,,30,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,0.0,2230.0 +815,030223,Industrial,,30,22,"Developed, Low Intensity",#D89382,3,high,#31a354,1.0,2230.0 +816,030230,Industrial,,30,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,0.0,2230.0 +817,030231,Industrial,,30,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,0.0,2230.0 +818,030232,Industrial,,30,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,0.0,2230.0 +819,030233,Industrial,,30,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,1.0,2230.0 +820,030240,Industrial,,30,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,0.0,2230.0 +821,030241,Industrial,,30,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,0.0,2230.0 +822,030242,Industrial,,30,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,0.0,2230.0 +823,030243,Industrial,,30,24,"Developed, High Intensity",#AA0000,3,high,#31a354,1.0,2230.0 +824,030310,Industrial,,30,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,0.0,2230.0 +825,030311,Industrial,,30,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,0.0,2230.0 +826,030312,Industrial,,30,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,0.0,2230.0 +827,030313,Industrial,,30,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,1.0,2230.0 +828,030410,Industrial,,30,41,Deciduous Forest,#68AA63,0,none,#ffffff,1.0,2230.0 +829,030411,Industrial,,30,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,1.0,2230.0 +830,030412,Industrial,,30,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,1.0,2230.0 +831,030413,Industrial,,30,41,Deciduous Forest,#68AA63,3,high,#31a354,1.0,2230.0 +832,030420,Industrial,,30,42,Evergreen Forest,#1C6330,0,none,#ffffff,1.0,2230.0 +833,030421,Industrial,,30,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,1.0,2230.0 +834,030422,Industrial,,30,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,1.0,2230.0 +835,030423,Industrial,,30,42,Evergreen Forest,#1C6330,3,high,#31a354,1.0,2230.0 +836,030430,Industrial,,30,43,Mixed Forest,#B5C98E,0,none,#ffffff,1.0,2230.0 +837,030431,Industrial,,30,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,1.0,2230.0 +838,030432,Industrial,,30,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,1.0,2230.0 +839,030433,Industrial,,30,43,Mixed Forest,#B5C98E,3,high,#31a354,1.0,2230.0 +840,030510,Industrial,,30,51,Dwarf Scrub,#A58C30,0,none,#ffffff,0.0, +841,030511,Industrial,,30,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,0.0, +842,030512,Industrial,,30,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,0.0, +843,030513,Industrial,,30,51,Dwarf Scrub,#A58C30,3,high,#31a354,1.0, +844,030520,Industrial,,30,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,1.0,2230.0 +845,030521,Industrial,,30,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,1.0,2230.0 +846,030522,Industrial,,30,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,1.0,2230.0 +847,030523,Industrial,,30,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,1.0,2230.0 +848,030710,Industrial,,30,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,1.0,2230.0 +849,030711,Industrial,,30,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,1.0,2230.0 +850,030712,Industrial,,30,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,1.0,2230.0 +851,030713,Industrial,,30,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,1.0,2230.0 +852,030720,Industrial,,30,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,0.0, +853,030721,Industrial,,30,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,0.0, +854,030722,Industrial,,30,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,0.0, +855,030723,Industrial,,30,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,1.0, +856,030730,Industrial,,30,73,Lichens,#99C147,0,none,#ffffff,0.0, +857,030731,Industrial,,30,73,Lichens,#99C147,1,low,#e5f5e0,0.0, +858,030732,Industrial,,30,73,Lichens,#99C147,2,medium,#a1d99b,0.0, +859,030733,Industrial,,30,73,Lichens,#99C147,3,high,#31a354,1.0, +860,030740,Industrial,,30,74,Moss,#77AD93,0,none,#ffffff,0.0, +861,030741,Industrial,,30,74,Moss,#77AD93,1,low,#e5f5e0,0.0, +862,030742,Industrial,,30,74,Moss,#77AD93,2,medium,#a1d99b,0.0, +863,030743,Industrial,,30,74,Moss,#77AD93,3,high,#31a354,1.0, +864,030810,Industrial,,30,81,Pasture/Hay,#DBD83D,0,none,#ffffff,0.0,2230.0 +865,030811,Industrial,,30,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,0.0,2230.0 +866,030812,Industrial,,30,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,0.0,2230.0 +867,030813,Industrial,,30,81,Pasture/Hay,#DBD83D,3,high,#31a354,1.0,2230.0 +868,030820,Industrial,,30,82,Cultivated Crops,#AA7028,0,none,#ffffff,0.0,2230.0 +869,030821,Industrial,,30,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,0.0,2230.0 +870,030822,Industrial,,30,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,0.0,2230.0 +871,030823,Industrial,,30,82,Cultivated Crops,#AA7028,3,high,#31a354,1.0,2230.0 +872,030900,Industrial,,30,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,1.0,2230.0 +873,030901,Industrial,,30,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,1.0,2230.0 +874,030902,Industrial,,30,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,1.0,2230.0 +875,030903,Industrial,,30,90,Woody Wetlands,#BAD8EA,3,high,#31a354,1.0,2230.0 +876,030950,Industrial,,30,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,1.0,2230.0 +877,030951,Industrial,,30,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,1.0,2230.0 +878,030952,Industrial,,30,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,1.0,2230.0 +879,030953,Industrial,,30,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,1.0,2230.0 +880,040110,Institutional,,40,11,Open Water,#476BA0,0,none,#ffffff,0.0,2230.0 +881,040111,Institutional,,40,11,Open Water,#476BA0,1,low,#e5f5e0,0.0,2230.0 +882,040112,Institutional,,40,11,Open Water,#476BA0,2,medium,#a1d99b,0.0,2230.0 +883,040113,Institutional,,40,11,Open Water,#476BA0,3,high,#31a354,1.0,2230.0 +884,040120,Institutional,,40,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,0.0,2230.0 +885,040121,Institutional,,40,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,0.0,2230.0 +886,040122,Institutional,,40,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,0.0,2230.0 +887,040123,Institutional,,40,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,1.0,2230.0 +888,040210,Institutional,,40,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,0.0,2230.0 +889,040211,Institutional,,40,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,0.0,2230.0 +890,040212,Institutional,,40,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,0.0,2230.0 +891,040213,Institutional,,40,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,1.0,2230.0 +892,040220,Institutional,,40,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,0.0,2230.0 +893,040221,Institutional,,40,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,0.0,2230.0 +894,040222,Institutional,,40,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,0.0,2230.0 +895,040223,Institutional,,40,22,"Developed, Low Intensity",#D89382,3,high,#31a354,1.0,2230.0 +896,040230,Institutional,,40,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,0.0,2230.0 +897,040231,Institutional,,40,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,0.0,2230.0 +898,040232,Institutional,,40,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,0.0,2230.0 +899,040233,Institutional,,40,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,1.0,2230.0 +900,040240,Institutional,,40,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,0.0,2230.0 +901,040241,Institutional,,40,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,0.0,2230.0 +902,040242,Institutional,,40,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,0.0,2230.0 +903,040243,Institutional,,40,24,"Developed, High Intensity",#AA0000,3,high,#31a354,1.0,2230.0 +904,040310,Institutional,,40,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,0.0,2230.0 +905,040311,Institutional,,40,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,0.0,2230.0 +906,040312,Institutional,,40,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,0.0,2230.0 +907,040313,Institutional,,40,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,1.0,2230.0 +908,040410,Institutional,,40,41,Deciduous Forest,#68AA63,0,none,#ffffff,1.0,2230.0 +909,040411,Institutional,,40,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,1.0,2230.0 +910,040412,Institutional,,40,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,1.0,2230.0 +911,040413,Institutional,,40,41,Deciduous Forest,#68AA63,3,high,#31a354,1.0,2230.0 +912,040420,Institutional,,40,42,Evergreen Forest,#1C6330,0,none,#ffffff,1.0,2230.0 +913,040421,Institutional,,40,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,1.0,2230.0 +914,040422,Institutional,,40,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,1.0,2230.0 +915,040423,Institutional,,40,42,Evergreen Forest,#1C6330,3,high,#31a354,1.0,2230.0 +916,040430,Institutional,,40,43,Mixed Forest,#B5C98E,0,none,#ffffff,1.0,2230.0 +917,040431,Institutional,,40,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,1.0,2230.0 +918,040432,Institutional,,40,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,1.0,2230.0 +919,040433,Institutional,,40,43,Mixed Forest,#B5C98E,3,high,#31a354,1.0,2230.0 +920,040510,Institutional,,40,51,Dwarf Scrub,#A58C30,0,none,#ffffff,0.0, +921,040511,Institutional,,40,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,0.0, +922,040512,Institutional,,40,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,0.0, +923,040513,Institutional,,40,51,Dwarf Scrub,#A58C30,3,high,#31a354,1.0, +924,040520,Institutional,,40,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,1.0,2230.0 +925,040521,Institutional,,40,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,1.0,2230.0 +926,040522,Institutional,,40,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,1.0,2230.0 +927,040523,Institutional,,40,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,1.0,2230.0 +928,040710,Institutional,,40,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,1.0,2230.0 +929,040711,Institutional,,40,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,1.0,2230.0 +930,040712,Institutional,,40,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,1.0,2230.0 +931,040713,Institutional,,40,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,1.0,2230.0 +932,040720,Institutional,,40,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,0.0, +933,040721,Institutional,,40,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,0.0, +934,040722,Institutional,,40,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,0.0, +935,040723,Institutional,,40,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,1.0, +936,040730,Institutional,,40,73,Lichens,#99C147,0,none,#ffffff,0.0, +937,040731,Institutional,,40,73,Lichens,#99C147,1,low,#e5f5e0,0.0, +938,040732,Institutional,,40,73,Lichens,#99C147,2,medium,#a1d99b,0.0, +939,040733,Institutional,,40,73,Lichens,#99C147,3,high,#31a354,1.0, +940,040740,Institutional,,40,74,Moss,#77AD93,0,none,#ffffff,0.0, +941,040741,Institutional,,40,74,Moss,#77AD93,1,low,#e5f5e0,0.0, +942,040742,Institutional,,40,74,Moss,#77AD93,2,medium,#a1d99b,0.0, +943,040743,Institutional,,40,74,Moss,#77AD93,3,high,#31a354,1.0, +944,040810,Institutional,,40,81,Pasture/Hay,#DBD83D,0,none,#ffffff,0.0,2230.0 +945,040811,Institutional,,40,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,0.0,2230.0 +946,040812,Institutional,,40,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,0.0,2230.0 +947,040813,Institutional,,40,81,Pasture/Hay,#DBD83D,3,high,#31a354,1.0,2230.0 +948,040820,Institutional,,40,82,Cultivated Crops,#AA7028,0,none,#ffffff,0.0,2230.0 +949,040821,Institutional,,40,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,0.0,2230.0 +950,040822,Institutional,,40,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,0.0,2230.0 +951,040823,Institutional,,40,82,Cultivated Crops,#AA7028,3,high,#31a354,1.0,2230.0 +952,040900,Institutional,,40,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,1.0,2230.0 +953,040901,Institutional,,40,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,1.0,2230.0 +954,040902,Institutional,,40,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,1.0,2230.0 +955,040903,Institutional,,40,90,Woody Wetlands,#BAD8EA,3,high,#31a354,1.0,2230.0 +956,040950,Institutional,,40,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,1.0,2230.0 +957,040951,Institutional,,40,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,1.0,2230.0 +958,040952,Institutional,,40,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,1.0,2230.0 +959,040953,Institutional,,40,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,1.0,2230.0 +960,051110,Transportation,Airport,51,11,Open Water,#476BA0,0,none,#ffffff,0.0,2230.0 +961,051111,Transportation,Airport,51,11,Open Water,#476BA0,1,low,#e5f5e0,0.0,2230.0 +962,051112,Transportation,Airport,51,11,Open Water,#476BA0,2,medium,#a1d99b,0.0,2230.0 +963,051113,Transportation,Airport,51,11,Open Water,#476BA0,3,high,#31a354,1.0,2230.0 +964,051120,Transportation,Airport,51,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,0.0,2230.0 +965,051121,Transportation,Airport,51,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,0.0,2230.0 +966,051122,Transportation,Airport,51,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,0.0,2230.0 +967,051123,Transportation,Airport,51,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,1.0,2230.0 +968,051210,Transportation,Airport,51,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,0.0,2230.0 +969,051211,Transportation,Airport,51,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,0.0,2230.0 +970,051212,Transportation,Airport,51,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,0.0,2230.0 +971,051213,Transportation,Airport,51,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,1.0,2230.0 +972,051220,Transportation,Airport,51,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,0.0,2230.0 +973,051221,Transportation,Airport,51,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,0.0,2230.0 +974,051222,Transportation,Airport,51,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,0.0,2230.0 +975,051223,Transportation,Airport,51,22,"Developed, Low Intensity",#D89382,3,high,#31a354,1.0,2230.0 +976,051230,Transportation,Airport,51,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,0.0,2230.0 +977,051231,Transportation,Airport,51,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,0.0,2230.0 +978,051232,Transportation,Airport,51,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,0.0,2230.0 +979,051233,Transportation,Airport,51,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,1.0,2230.0 +980,051240,Transportation,Airport,51,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,0.0,2230.0 +981,051241,Transportation,Airport,51,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,0.0,2230.0 +982,051242,Transportation,Airport,51,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,0.0,2230.0 +983,051243,Transportation,Airport,51,24,"Developed, High Intensity",#AA0000,3,high,#31a354,1.0,2230.0 +984,051310,Transportation,Airport,51,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,0.0,2230.0 +985,051311,Transportation,Airport,51,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,0.0,2230.0 +986,051312,Transportation,Airport,51,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,0.0,2230.0 +987,051313,Transportation,Airport,51,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,1.0,2230.0 +988,051410,Transportation,Airport,51,41,Deciduous Forest,#68AA63,0,none,#ffffff,1.0,2230.0 +989,051411,Transportation,Airport,51,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,1.0,2230.0 +990,051412,Transportation,Airport,51,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,1.0,2230.0 +991,051413,Transportation,Airport,51,41,Deciduous Forest,#68AA63,3,high,#31a354,1.0,2230.0 +992,051420,Transportation,Airport,51,42,Evergreen Forest,#1C6330,0,none,#ffffff,1.0,2230.0 +993,051421,Transportation,Airport,51,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,1.0,2230.0 +994,051422,Transportation,Airport,51,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,1.0,2230.0 +995,051423,Transportation,Airport,51,42,Evergreen Forest,#1C6330,3,high,#31a354,1.0,2230.0 +996,051430,Transportation,Airport,51,43,Mixed Forest,#B5C98E,0,none,#ffffff,1.0,2230.0 +997,051431,Transportation,Airport,51,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,1.0,2230.0 +998,051432,Transportation,Airport,51,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,1.0,2230.0 +999,051433,Transportation,Airport,51,43,Mixed Forest,#B5C98E,3,high,#31a354,1.0,2230.0 +1000,051510,Transportation,Airport,51,51,Dwarf Scrub,#A58C30,0,none,#ffffff,0.0, +1001,051511,Transportation,Airport,51,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,0.0, +1002,051512,Transportation,Airport,51,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,0.0, +1003,051513,Transportation,Airport,51,51,Dwarf Scrub,#A58C30,3,high,#31a354,1.0, +1004,051520,Transportation,Airport,51,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,1.0,2230.0 +1005,051521,Transportation,Airport,51,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,1.0,2230.0 +1006,051522,Transportation,Airport,51,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,1.0,2230.0 +1007,051523,Transportation,Airport,51,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,1.0,2230.0 +1008,051710,Transportation,Airport,51,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,1.0,2230.0 +1009,051711,Transportation,Airport,51,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,1.0,2230.0 +1010,051712,Transportation,Airport,51,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,1.0,2230.0 +1011,051713,Transportation,Airport,51,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,1.0,2230.0 +1012,051720,Transportation,Airport,51,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,0.0, +1013,051721,Transportation,Airport,51,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,0.0, +1014,051722,Transportation,Airport,51,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,0.0, +1015,051723,Transportation,Airport,51,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,1.0, +1016,051730,Transportation,Airport,51,73,Lichens,#99C147,0,none,#ffffff,0.0, +1017,051731,Transportation,Airport,51,73,Lichens,#99C147,1,low,#e5f5e0,0.0, +1018,051732,Transportation,Airport,51,73,Lichens,#99C147,2,medium,#a1d99b,0.0, +1019,051733,Transportation,Airport,51,73,Lichens,#99C147,3,high,#31a354,1.0, +1020,051740,Transportation,Airport,51,74,Moss,#77AD93,0,none,#ffffff,0.0, +1021,051741,Transportation,Airport,51,74,Moss,#77AD93,1,low,#e5f5e0,0.0, +1022,051742,Transportation,Airport,51,74,Moss,#77AD93,2,medium,#a1d99b,0.0, +1023,051743,Transportation,Airport,51,74,Moss,#77AD93,3,high,#31a354,1.0, +1024,051810,Transportation,Airport,51,81,Pasture/Hay,#DBD83D,0,none,#ffffff,0.0,2230.0 +1025,051811,Transportation,Airport,51,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,0.0,2230.0 +1026,051812,Transportation,Airport,51,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,0.0,2230.0 +1027,051813,Transportation,Airport,51,81,Pasture/Hay,#DBD83D,3,high,#31a354,1.0,2230.0 +1028,051820,Transportation,Airport,51,82,Cultivated Crops,#AA7028,0,none,#ffffff,0.0,2230.0 +1029,051821,Transportation,Airport,51,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,0.0,2230.0 +1030,051822,Transportation,Airport,51,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,0.0,2230.0 +1031,051823,Transportation,Airport,51,82,Cultivated Crops,#AA7028,3,high,#31a354,1.0,2230.0 +1032,051900,Transportation,Airport,51,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,1.0,2230.0 +1033,051901,Transportation,Airport,51,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,1.0,2230.0 +1034,051902,Transportation,Airport,51,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,1.0,2230.0 +1035,051903,Transportation,Airport,51,90,Woody Wetlands,#BAD8EA,3,high,#31a354,1.0,2230.0 +1036,051950,Transportation,Airport,51,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,1.0,2230.0 +1037,051951,Transportation,Airport,51,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,1.0,2230.0 +1038,051952,Transportation,Airport,51,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,1.0,2230.0 +1039,051953,Transportation,Airport,51,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,1.0,2230.0 +1040,052110,Transportation,Road and Rail,52,11,Open Water,#476BA0,0,none,#ffffff,0.0,2230.0 +1041,052111,Transportation,Road and Rail,52,11,Open Water,#476BA0,1,low,#e5f5e0,0.0,2230.0 +1042,052112,Transportation,Road and Rail,52,11,Open Water,#476BA0,2,medium,#a1d99b,0.0,2230.0 +1043,052113,Transportation,Road and Rail,52,11,Open Water,#476BA0,3,high,#31a354,1.0,2230.0 +1044,052120,Transportation,Road and Rail,52,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,0.0,2230.0 +1045,052121,Transportation,Road and Rail,52,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,0.0,2230.0 +1046,052122,Transportation,Road and Rail,52,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,0.0,2230.0 +1047,052123,Transportation,Road and Rail,52,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,1.0,2230.0 +1048,052210,Transportation,Road and Rail,52,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,0.0,2230.0 +1049,052211,Transportation,Road and Rail,52,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,0.0,2230.0 +1050,052212,Transportation,Road and Rail,52,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,0.0,2230.0 +1051,052213,Transportation,Road and Rail,52,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,1.0,2230.0 +1052,052220,Transportation,Road and Rail,52,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,0.0,2230.0 +1053,052221,Transportation,Road and Rail,52,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,0.0,2230.0 +1054,052222,Transportation,Road and Rail,52,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,0.0,2230.0 +1055,052223,Transportation,Road and Rail,52,22,"Developed, Low Intensity",#D89382,3,high,#31a354,1.0,2230.0 +1056,052230,Transportation,Road and Rail,52,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,0.0,2230.0 +1057,052231,Transportation,Road and Rail,52,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,0.0,2230.0 +1058,052232,Transportation,Road and Rail,52,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,0.0,2230.0 +1059,052233,Transportation,Road and Rail,52,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,1.0,2230.0 +1060,052240,Transportation,Road and Rail,52,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,0.0,2230.0 +1061,052241,Transportation,Road and Rail,52,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,0.0,2230.0 +1062,052242,Transportation,Road and Rail,52,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,0.0,2230.0 +1063,052243,Transportation,Road and Rail,52,24,"Developed, High Intensity",#AA0000,3,high,#31a354,1.0,2230.0 +1064,052310,Transportation,Road and Rail,52,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,0.0,2230.0 +1065,052311,Transportation,Road and Rail,52,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,0.0,2230.0 +1066,052312,Transportation,Road and Rail,52,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,0.0,2230.0 +1067,052313,Transportation,Road and Rail,52,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,1.0,2230.0 +1068,052410,Transportation,Road and Rail,52,41,Deciduous Forest,#68AA63,0,none,#ffffff,1.0,2230.0 +1069,052411,Transportation,Road and Rail,52,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,1.0,2230.0 +1070,052412,Transportation,Road and Rail,52,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,1.0,2230.0 +1071,052413,Transportation,Road and Rail,52,41,Deciduous Forest,#68AA63,3,high,#31a354,1.0,2230.0 +1072,052420,Transportation,Road and Rail,52,42,Evergreen Forest,#1C6330,0,none,#ffffff,1.0,2230.0 +1073,052421,Transportation,Road and Rail,52,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,1.0,2230.0 +1074,052422,Transportation,Road and Rail,52,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,1.0,2230.0 +1075,052423,Transportation,Road and Rail,52,42,Evergreen Forest,#1C6330,3,high,#31a354,1.0,2230.0 +1076,052430,Transportation,Road and Rail,52,43,Mixed Forest,#B5C98E,0,none,#ffffff,1.0,2230.0 +1077,052431,Transportation,Road and Rail,52,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,1.0,2230.0 +1078,052432,Transportation,Road and Rail,52,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,1.0,2230.0 +1079,052433,Transportation,Road and Rail,52,43,Mixed Forest,#B5C98E,3,high,#31a354,1.0,2230.0 +1080,052510,Transportation,Road and Rail,52,51,Dwarf Scrub,#A58C30,0,none,#ffffff,0.0, +1081,052511,Transportation,Road and Rail,52,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,0.0, +1082,052512,Transportation,Road and Rail,52,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,0.0, +1083,052513,Transportation,Road and Rail,52,51,Dwarf Scrub,#A58C30,3,high,#31a354,1.0, +1084,052520,Transportation,Road and Rail,52,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,1.0,2230.0 +1085,052521,Transportation,Road and Rail,52,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,1.0,2230.0 +1086,052522,Transportation,Road and Rail,52,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,1.0,2230.0 +1087,052523,Transportation,Road and Rail,52,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,1.0,2230.0 +1088,052710,Transportation,Road and Rail,52,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,1.0,2230.0 +1089,052711,Transportation,Road and Rail,52,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,1.0,2230.0 +1090,052712,Transportation,Road and Rail,52,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,1.0,2230.0 +1091,052713,Transportation,Road and Rail,52,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,1.0,2230.0 +1092,052720,Transportation,Road and Rail,52,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,0.0, +1093,052721,Transportation,Road and Rail,52,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,0.0, +1094,052722,Transportation,Road and Rail,52,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,0.0, +1095,052723,Transportation,Road and Rail,52,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,1.0, +1096,052730,Transportation,Road and Rail,52,73,Lichens,#99C147,0,none,#ffffff,0.0, +1097,052731,Transportation,Road and Rail,52,73,Lichens,#99C147,1,low,#e5f5e0,0.0, +1098,052732,Transportation,Road and Rail,52,73,Lichens,#99C147,2,medium,#a1d99b,0.0, +1099,052733,Transportation,Road and Rail,52,73,Lichens,#99C147,3,high,#31a354,1.0, +1100,052740,Transportation,Road and Rail,52,74,Moss,#77AD93,0,none,#ffffff,0.0, +1101,052741,Transportation,Road and Rail,52,74,Moss,#77AD93,1,low,#e5f5e0,0.0, +1102,052742,Transportation,Road and Rail,52,74,Moss,#77AD93,2,medium,#a1d99b,0.0, +1103,052743,Transportation,Road and Rail,52,74,Moss,#77AD93,3,high,#31a354,1.0, +1104,052810,Transportation,Road and Rail,52,81,Pasture/Hay,#DBD83D,0,none,#ffffff,0.0,2230.0 +1105,052811,Transportation,Road and Rail,52,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,0.0,2230.0 +1106,052812,Transportation,Road and Rail,52,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,0.0,2230.0 +1107,052813,Transportation,Road and Rail,52,81,Pasture/Hay,#DBD83D,3,high,#31a354,1.0,2230.0 +1108,052820,Transportation,Road and Rail,52,82,Cultivated Crops,#AA7028,0,none,#ffffff,0.0,2230.0 +1109,052821,Transportation,Road and Rail,52,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,0.0,2230.0 +1110,052822,Transportation,Road and Rail,52,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,0.0,2230.0 +1111,052823,Transportation,Road and Rail,52,82,Cultivated Crops,#AA7028,3,high,#31a354,1.0,2230.0 +1112,052900,Transportation,Road and Rail,52,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,1.0,2230.0 +1113,052901,Transportation,Road and Rail,52,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,1.0,2230.0 +1114,052902,Transportation,Road and Rail,52,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,1.0,2230.0 +1115,052903,Transportation,Road and Rail,52,90,Woody Wetlands,#BAD8EA,3,high,#31a354,1.0,2230.0 +1116,052950,Transportation,Road and Rail,52,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,1.0,2230.0 +1117,052951,Transportation,Road and Rail,52,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,1.0,2230.0 +1118,052952,Transportation,Road and Rail,52,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,1.0,2230.0 +1119,052953,Transportation,Road and Rail,52,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,1.0,2230.0 +1120,053110,Transportation,Other,53,11,Open Water,#476BA0,0,none,#ffffff,0.0,2230.0 +1121,053111,Transportation,Other,53,11,Open Water,#476BA0,1,low,#e5f5e0,0.0,2230.0 +1122,053112,Transportation,Other,53,11,Open Water,#476BA0,2,medium,#a1d99b,0.0,2230.0 +1123,053113,Transportation,Other,53,11,Open Water,#476BA0,3,high,#31a354,1.0,2230.0 +1124,053120,Transportation,Other,53,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,0.0,2230.0 +1125,053121,Transportation,Other,53,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,0.0,2230.0 +1126,053122,Transportation,Other,53,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,0.0,2230.0 +1127,053123,Transportation,Other,53,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,1.0,2230.0 +1128,053210,Transportation,Other,53,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,0.0,2230.0 +1129,053211,Transportation,Other,53,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,0.0,2230.0 +1130,053212,Transportation,Other,53,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,0.0,2230.0 +1131,053213,Transportation,Other,53,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,1.0,2230.0 +1132,053220,Transportation,Other,53,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,0.0,2230.0 +1133,053221,Transportation,Other,53,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,0.0,2230.0 +1134,053222,Transportation,Other,53,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,0.0,2230.0 +1135,053223,Transportation,Other,53,22,"Developed, Low Intensity",#D89382,3,high,#31a354,1.0,2230.0 +1136,053230,Transportation,Other,53,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,0.0,2230.0 +1137,053231,Transportation,Other,53,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,0.0,2230.0 +1138,053232,Transportation,Other,53,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,0.0,2230.0 +1139,053233,Transportation,Other,53,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,1.0,2230.0 +1140,053240,Transportation,Other,53,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,0.0,2230.0 +1141,053241,Transportation,Other,53,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,0.0,2230.0 +1142,053242,Transportation,Other,53,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,0.0,2230.0 +1143,053243,Transportation,Other,53,24,"Developed, High Intensity",#AA0000,3,high,#31a354,1.0,2230.0 +1144,053310,Transportation,Other,53,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,0.0,2230.0 +1145,053311,Transportation,Other,53,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,0.0,2230.0 +1146,053312,Transportation,Other,53,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,0.0,2230.0 +1147,053313,Transportation,Other,53,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,1.0,2230.0 +1148,053410,Transportation,Other,53,41,Deciduous Forest,#68AA63,0,none,#ffffff,1.0,2230.0 +1149,053411,Transportation,Other,53,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,1.0,2230.0 +1150,053412,Transportation,Other,53,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,1.0,2230.0 +1151,053413,Transportation,Other,53,41,Deciduous Forest,#68AA63,3,high,#31a354,1.0,2230.0 +1152,053420,Transportation,Other,53,42,Evergreen Forest,#1C6330,0,none,#ffffff,1.0,2230.0 +1153,053421,Transportation,Other,53,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,1.0,2230.0 +1154,053422,Transportation,Other,53,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,1.0,2230.0 +1155,053423,Transportation,Other,53,42,Evergreen Forest,#1C6330,3,high,#31a354,1.0,2230.0 +1156,053430,Transportation,Other,53,43,Mixed Forest,#B5C98E,0,none,#ffffff,1.0,2230.0 +1157,053431,Transportation,Other,53,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,1.0,2230.0 +1158,053432,Transportation,Other,53,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,1.0,2230.0 +1159,053433,Transportation,Other,53,43,Mixed Forest,#B5C98E,3,high,#31a354,1.0,2230.0 +1160,053510,Transportation,Other,53,51,Dwarf Scrub,#A58C30,0,none,#ffffff,0.0, +1161,053511,Transportation,Other,53,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,0.0, +1162,053512,Transportation,Other,53,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,0.0, +1163,053513,Transportation,Other,53,51,Dwarf Scrub,#A58C30,3,high,#31a354,1.0, +1164,053520,Transportation,Other,53,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,1.0,2230.0 +1165,053521,Transportation,Other,53,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,1.0,2230.0 +1166,053522,Transportation,Other,53,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,1.0,2230.0 +1167,053523,Transportation,Other,53,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,1.0,2230.0 +1168,053710,Transportation,Other,53,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,1.0,2230.0 +1169,053711,Transportation,Other,53,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,1.0,2230.0 +1170,053712,Transportation,Other,53,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,1.0,2230.0 +1171,053713,Transportation,Other,53,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,1.0,2230.0 +1172,053720,Transportation,Other,53,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,0.0, +1173,053721,Transportation,Other,53,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,0.0, +1174,053722,Transportation,Other,53,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,0.0, +1175,053723,Transportation,Other,53,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,1.0, +1176,053730,Transportation,Other,53,73,Lichens,#99C147,0,none,#ffffff,0.0, +1177,053731,Transportation,Other,53,73,Lichens,#99C147,1,low,#e5f5e0,0.0, +1178,053732,Transportation,Other,53,73,Lichens,#99C147,2,medium,#a1d99b,0.0, +1179,053733,Transportation,Other,53,73,Lichens,#99C147,3,high,#31a354,1.0, +1180,053740,Transportation,Other,53,74,Moss,#77AD93,0,none,#ffffff,0.0, +1181,053741,Transportation,Other,53,74,Moss,#77AD93,1,low,#e5f5e0,0.0, +1182,053742,Transportation,Other,53,74,Moss,#77AD93,2,medium,#a1d99b,0.0, +1183,053743,Transportation,Other,53,74,Moss,#77AD93,3,high,#31a354,1.0, +1184,053810,Transportation,Other,53,81,Pasture/Hay,#DBD83D,0,none,#ffffff,0.0,2230.0 +1185,053811,Transportation,Other,53,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,0.0,2230.0 +1186,053812,Transportation,Other,53,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,0.0,2230.0 +1187,053813,Transportation,Other,53,81,Pasture/Hay,#DBD83D,3,high,#31a354,1.0,2230.0 +1188,053820,Transportation,Other,53,82,Cultivated Crops,#AA7028,0,none,#ffffff,0.0,2230.0 +1189,053821,Transportation,Other,53,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,0.0,2230.0 +1190,053822,Transportation,Other,53,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,0.0,2230.0 +1191,053823,Transportation,Other,53,82,Cultivated Crops,#AA7028,3,high,#31a354,1.0,2230.0 +1192,053900,Transportation,Other,53,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,1.0,2230.0 +1193,053901,Transportation,Other,53,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,1.0,2230.0 +1194,053902,Transportation,Other,53,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,1.0,2230.0 +1195,053903,Transportation,Other,53,90,Woody Wetlands,#BAD8EA,3,high,#31a354,1.0,2230.0 +1196,053950,Transportation,Other,53,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,1.0,2230.0 +1197,053951,Transportation,Other,53,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,1.0,2230.0 +1198,053952,Transportation,Other,53,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,1.0,2230.0 +1199,053953,Transportation,Other,53,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,1.0,2230.0 +1200,060110,Other Development,,60,11,Open Water,#476BA0,0,none,#ffffff,0.0,2230.0 +1201,060111,Other Development,,60,11,Open Water,#476BA0,1,low,#e5f5e0,0.0,2230.0 +1202,060112,Other Development,,60,11,Open Water,#476BA0,2,medium,#a1d99b,0.0,2230.0 +1203,060113,Other Development,,60,11,Open Water,#476BA0,3,high,#31a354,1.0,2230.0 +1204,060120,Other Development,,60,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,0.0,2230.0 +1205,060121,Other Development,,60,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,0.0,2230.0 +1206,060122,Other Development,,60,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,0.0,2230.0 +1207,060123,Other Development,,60,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,1.0,2230.0 +1208,060210,Other Development,,60,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,0.0,2230.0 +1209,060211,Other Development,,60,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,0.0,2230.0 +1210,060212,Other Development,,60,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,0.0,2230.0 +1211,060213,Other Development,,60,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,1.0,2230.0 +1212,060220,Other Development,,60,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,0.0,2230.0 +1213,060221,Other Development,,60,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,0.0,2230.0 +1214,060222,Other Development,,60,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,0.0,2230.0 +1215,060223,Other Development,,60,22,"Developed, Low Intensity",#D89382,3,high,#31a354,1.0,2230.0 +1216,060230,Other Development,,60,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,0.0,2230.0 +1217,060231,Other Development,,60,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,0.0,2230.0 +1218,060232,Other Development,,60,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,0.0,2230.0 +1219,060233,Other Development,,60,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,1.0,2230.0 +1220,060240,Other Development,,60,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,0.0,2230.0 +1221,060241,Other Development,,60,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,0.0,2230.0 +1222,060242,Other Development,,60,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,0.0,2230.0 +1223,060243,Other Development,,60,24,"Developed, High Intensity",#AA0000,3,high,#31a354,1.0,2230.0 +1224,060310,Other Development,,60,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,0.0,2230.0 +1225,060311,Other Development,,60,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,0.0,2230.0 +1226,060312,Other Development,,60,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,0.0,2230.0 +1227,060313,Other Development,,60,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,1.0,2230.0 +1228,060410,Other Development,,60,41,Deciduous Forest,#68AA63,0,none,#ffffff,1.0,2230.0 +1229,060411,Other Development,,60,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,1.0,2230.0 +1230,060412,Other Development,,60,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,1.0,2230.0 +1231,060413,Other Development,,60,41,Deciduous Forest,#68AA63,3,high,#31a354,1.0,2230.0 +1232,060420,Other Development,,60,42,Evergreen Forest,#1C6330,0,none,#ffffff,1.0,2230.0 +1233,060421,Other Development,,60,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,1.0,2230.0 +1234,060422,Other Development,,60,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,1.0,2230.0 +1235,060423,Other Development,,60,42,Evergreen Forest,#1C6330,3,high,#31a354,1.0,2230.0 +1236,060430,Other Development,,60,43,Mixed Forest,#B5C98E,0,none,#ffffff,1.0,2230.0 +1237,060431,Other Development,,60,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,1.0,2230.0 +1238,060432,Other Development,,60,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,1.0,2230.0 +1239,060433,Other Development,,60,43,Mixed Forest,#B5C98E,3,high,#31a354,1.0,2230.0 +1240,060510,Other Development,,60,51,Dwarf Scrub,#A58C30,0,none,#ffffff,0.0, +1241,060511,Other Development,,60,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,0.0, +1242,060512,Other Development,,60,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,0.0, +1243,060513,Other Development,,60,51,Dwarf Scrub,#A58C30,3,high,#31a354,1.0, +1244,060520,Other Development,,60,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,1.0,2230.0 +1245,060521,Other Development,,60,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,1.0,2230.0 +1246,060522,Other Development,,60,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,1.0,2230.0 +1247,060523,Other Development,,60,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,1.0,2230.0 +1248,060710,Other Development,,60,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,1.0,2230.0 +1249,060711,Other Development,,60,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,1.0,2230.0 +1250,060712,Other Development,,60,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,1.0,2230.0 +1251,060713,Other Development,,60,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,1.0,2230.0 +1252,060720,Other Development,,60,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,0.0, +1253,060721,Other Development,,60,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,0.0, +1254,060722,Other Development,,60,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,0.0, +1255,060723,Other Development,,60,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,1.0, +1256,060730,Other Development,,60,73,Lichens,#99C147,0,none,#ffffff,0.0, +1257,060731,Other Development,,60,73,Lichens,#99C147,1,low,#e5f5e0,0.0, +1258,060732,Other Development,,60,73,Lichens,#99C147,2,medium,#a1d99b,0.0, +1259,060733,Other Development,,60,73,Lichens,#99C147,3,high,#31a354,1.0, +1260,060740,Other Development,,60,74,Moss,#77AD93,0,none,#ffffff,0.0, +1261,060741,Other Development,,60,74,Moss,#77AD93,1,low,#e5f5e0,0.0, +1262,060742,Other Development,,60,74,Moss,#77AD93,2,medium,#a1d99b,0.0, +1263,060743,Other Development,,60,74,Moss,#77AD93,3,high,#31a354,1.0, +1264,060810,Other Development,,60,81,Pasture/Hay,#DBD83D,0,none,#ffffff,0.0,2230.0 +1265,060811,Other Development,,60,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,0.0,2230.0 +1266,060812,Other Development,,60,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,0.0,2230.0 +1267,060813,Other Development,,60,81,Pasture/Hay,#DBD83D,3,high,#31a354,1.0,2230.0 +1268,060820,Other Development,,60,82,Cultivated Crops,#AA7028,0,none,#ffffff,0.0,2230.0 +1269,060821,Other Development,,60,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,0.0,2230.0 +1270,060822,Other Development,,60,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,0.0,2230.0 +1271,060823,Other Development,,60,82,Cultivated Crops,#AA7028,3,high,#31a354,1.0,2230.0 +1272,060900,Other Development,,60,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,1.0,2230.0 +1273,060901,Other Development,,60,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,1.0,2230.0 +1274,060902,Other Development,,60,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,1.0,2230.0 +1275,060903,Other Development,,60,90,Woody Wetlands,#BAD8EA,3,high,#31a354,1.0,2230.0 +1276,060950,Other Development,,60,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,1.0,2230.0 +1277,060951,Other Development,,60,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,1.0,2230.0 +1278,060952,Other Development,,60,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,1.0,2230.0 +1279,060953,Other Development,,60,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,1.0,2230.0 +1280,070110,Agriculture,,70,11,Open Water,#476BA0,0,none,#ffffff,0.0,2230.0 +1281,070111,Agriculture,,70,11,Open Water,#476BA0,1,low,#e5f5e0,0.0,2230.0 +1282,070112,Agriculture,,70,11,Open Water,#476BA0,2,medium,#a1d99b,0.0,2230.0 +1283,070113,Agriculture,,70,11,Open Water,#476BA0,3,high,#31a354,1.0,2230.0 +1284,070120,Agriculture,,70,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,0.0,2230.0 +1285,070121,Agriculture,,70,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,0.0,2230.0 +1286,070122,Agriculture,,70,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,0.0,2230.0 +1287,070123,Agriculture,,70,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,1.0,2230.0 +1288,070210,Agriculture,,70,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,0.0,2230.0 +1289,070211,Agriculture,,70,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,0.0,2230.0 +1290,070212,Agriculture,,70,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,0.0,2230.0 +1291,070213,Agriculture,,70,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,1.0,2230.0 +1292,070220,Agriculture,,70,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,0.0,2230.0 +1293,070221,Agriculture,,70,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,0.0,2230.0 +1294,070222,Agriculture,,70,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,0.0,2230.0 +1295,070223,Agriculture,,70,22,"Developed, Low Intensity",#D89382,3,high,#31a354,1.0,2230.0 +1296,070230,Agriculture,,70,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,0.0,2230.0 +1297,070231,Agriculture,,70,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,0.0,2230.0 +1298,070232,Agriculture,,70,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,0.0,2230.0 +1299,070233,Agriculture,,70,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,1.0,2230.0 +1300,070240,Agriculture,,70,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,0.0,2230.0 +1301,070241,Agriculture,,70,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,0.0,2230.0 +1302,070242,Agriculture,,70,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,0.0,2230.0 +1303,070243,Agriculture,,70,24,"Developed, High Intensity",#AA0000,3,high,#31a354,1.0,2230.0 +1304,070310,Agriculture,,70,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,0.0,2230.0 +1305,070311,Agriculture,,70,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,0.0,2230.0 +1306,070312,Agriculture,,70,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,0.0,2230.0 +1307,070313,Agriculture,,70,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,1.0,2230.0 +1308,070410,Agriculture,,70,41,Deciduous Forest,#68AA63,0,none,#ffffff,1.0,2230.0 +1309,070411,Agriculture,,70,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,1.0,2230.0 +1310,070412,Agriculture,,70,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,1.0,2230.0 +1311,070413,Agriculture,,70,41,Deciduous Forest,#68AA63,3,high,#31a354,1.0,2230.0 +1312,070420,Agriculture,,70,42,Evergreen Forest,#1C6330,0,none,#ffffff,1.0,2230.0 +1313,070421,Agriculture,,70,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,1.0,2230.0 +1314,070422,Agriculture,,70,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,1.0,2230.0 +1315,070423,Agriculture,,70,42,Evergreen Forest,#1C6330,3,high,#31a354,1.0,2230.0 +1316,070430,Agriculture,,70,43,Mixed Forest,#B5C98E,0,none,#ffffff,1.0,2230.0 +1317,070431,Agriculture,,70,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,1.0,2230.0 +1318,070432,Agriculture,,70,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,1.0,2230.0 +1319,070433,Agriculture,,70,43,Mixed Forest,#B5C98E,3,high,#31a354,1.0,2230.0 +1320,070510,Agriculture,,70,51,Dwarf Scrub,#A58C30,0,none,#ffffff,0.0, +1321,070511,Agriculture,,70,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,0.0, +1322,070512,Agriculture,,70,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,0.0, +1323,070513,Agriculture,,70,51,Dwarf Scrub,#A58C30,3,high,#31a354,1.0, +1324,070520,Agriculture,,70,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,1.0,2230.0 +1325,070521,Agriculture,,70,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,1.0,2230.0 +1326,070522,Agriculture,,70,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,1.0,2230.0 +1327,070523,Agriculture,,70,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,1.0,2230.0 +1328,070710,Agriculture,,70,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,1.0,2230.0 +1329,070711,Agriculture,,70,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,1.0,2230.0 +1330,070712,Agriculture,,70,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,1.0,2230.0 +1331,070713,Agriculture,,70,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,1.0,2230.0 +1332,070720,Agriculture,,70,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,0.0, +1333,070721,Agriculture,,70,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,0.0, +1334,070722,Agriculture,,70,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,0.0, +1335,070723,Agriculture,,70,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,1.0, +1336,070730,Agriculture,,70,73,Lichens,#99C147,0,none,#ffffff,0.0, +1337,070731,Agriculture,,70,73,Lichens,#99C147,1,low,#e5f5e0,0.0, +1338,070732,Agriculture,,70,73,Lichens,#99C147,2,medium,#a1d99b,0.0, +1339,070733,Agriculture,,70,73,Lichens,#99C147,3,high,#31a354,1.0, +1340,070740,Agriculture,,70,74,Moss,#77AD93,0,none,#ffffff,0.0, +1341,070741,Agriculture,,70,74,Moss,#77AD93,1,low,#e5f5e0,0.0, +1342,070742,Agriculture,,70,74,Moss,#77AD93,2,medium,#a1d99b,0.0, +1343,070743,Agriculture,,70,74,Moss,#77AD93,3,high,#31a354,1.0, +1344,070810,Agriculture,,70,81,Pasture/Hay,#DBD83D,0,none,#ffffff,0.0,2230.0 +1345,070811,Agriculture,,70,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,0.0,2230.0 +1346,070812,Agriculture,,70,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,0.0,2230.0 +1347,070813,Agriculture,,70,81,Pasture/Hay,#DBD83D,3,high,#31a354,1.0,2230.0 +1348,070820,Agriculture,,70,82,Cultivated Crops,#AA7028,0,none,#ffffff,0.0,2230.0 +1349,070821,Agriculture,,70,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,0.0,2230.0 +1350,070822,Agriculture,,70,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,0.0,2230.0 +1351,070823,Agriculture,,70,82,Cultivated Crops,#AA7028,3,high,#31a354,1.0,2230.0 +1352,070900,Agriculture,,70,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,1.0,2230.0 +1353,070901,Agriculture,,70,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,1.0,2230.0 +1354,070902,Agriculture,,70,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,1.0,2230.0 +1355,070903,Agriculture,,70,90,Woody Wetlands,#BAD8EA,3,high,#31a354,1.0,2230.0 +1356,070950,Agriculture,,70,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,1.0,2230.0 +1357,070951,Agriculture,,70,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,1.0,2230.0 +1358,070952,Agriculture,,70,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,1.0,2230.0 +1359,070953,Agriculture,,70,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,1.0,2230.0 +1360,080110,Rangeland,,80,11,Open Water,#476BA0,0,none,#ffffff,0.0,2230.0 +1361,080111,Rangeland,,80,11,Open Water,#476BA0,1,low,#e5f5e0,0.0,2230.0 +1362,080112,Rangeland,,80,11,Open Water,#476BA0,2,medium,#a1d99b,0.0,2230.0 +1363,080113,Rangeland,,80,11,Open Water,#476BA0,3,high,#31a354,1.0,2230.0 +1364,080120,Rangeland,,80,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,0.0,2230.0 +1365,080121,Rangeland,,80,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,0.0,2230.0 +1366,080122,Rangeland,,80,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,0.0,2230.0 +1367,080123,Rangeland,,80,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,1.0,2230.0 +1368,080210,Rangeland,,80,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,0.0,2230.0 +1369,080211,Rangeland,,80,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,0.0,2230.0 +1370,080212,Rangeland,,80,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,0.0,2230.0 +1371,080213,Rangeland,,80,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,1.0,2230.0 +1372,080220,Rangeland,,80,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,0.0,2230.0 +1373,080221,Rangeland,,80,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,0.0,2230.0 +1374,080222,Rangeland,,80,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,0.0,2230.0 +1375,080223,Rangeland,,80,22,"Developed, Low Intensity",#D89382,3,high,#31a354,1.0,2230.0 +1376,080230,Rangeland,,80,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,0.0,2230.0 +1377,080231,Rangeland,,80,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,0.0,2230.0 +1378,080232,Rangeland,,80,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,0.0,2230.0 +1379,080233,Rangeland,,80,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,1.0,2230.0 +1380,080240,Rangeland,,80,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,0.0,2230.0 +1381,080241,Rangeland,,80,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,0.0,2230.0 +1382,080242,Rangeland,,80,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,0.0,2230.0 +1383,080243,Rangeland,,80,24,"Developed, High Intensity",#AA0000,3,high,#31a354,1.0,2230.0 +1384,080310,Rangeland,,80,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,0.0,2230.0 +1385,080311,Rangeland,,80,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,0.0,2230.0 +1386,080312,Rangeland,,80,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,0.0,2230.0 +1387,080313,Rangeland,,80,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,1.0,2230.0 +1388,080410,Rangeland,,80,41,Deciduous Forest,#68AA63,0,none,#ffffff,1.0,2230.0 +1389,080411,Rangeland,,80,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,1.0,2230.0 +1390,080412,Rangeland,,80,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,1.0,2230.0 +1391,080413,Rangeland,,80,41,Deciduous Forest,#68AA63,3,high,#31a354,1.0,2230.0 +1392,080420,Rangeland,,80,42,Evergreen Forest,#1C6330,0,none,#ffffff,1.0,2230.0 +1393,080421,Rangeland,,80,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,1.0,2230.0 +1394,080422,Rangeland,,80,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,1.0,2230.0 +1395,080423,Rangeland,,80,42,Evergreen Forest,#1C6330,3,high,#31a354,1.0,2230.0 +1396,080430,Rangeland,,80,43,Mixed Forest,#B5C98E,0,none,#ffffff,1.0,2230.0 +1397,080431,Rangeland,,80,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,1.0,2230.0 +1398,080432,Rangeland,,80,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,1.0,2230.0 +1399,080433,Rangeland,,80,43,Mixed Forest,#B5C98E,3,high,#31a354,1.0,2230.0 +1400,080510,Rangeland,,80,51,Dwarf Scrub,#A58C30,0,none,#ffffff,0.0, +1401,080511,Rangeland,,80,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,0.0, +1402,080512,Rangeland,,80,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,0.0, +1403,080513,Rangeland,,80,51,Dwarf Scrub,#A58C30,3,high,#31a354,1.0, +1404,080520,Rangeland,,80,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,1.0,2230.0 +1405,080521,Rangeland,,80,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,1.0,2230.0 +1406,080522,Rangeland,,80,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,1.0,2230.0 +1407,080523,Rangeland,,80,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,1.0,2230.0 +1408,080710,Rangeland,,80,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,1.0,2230.0 +1409,080711,Rangeland,,80,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,1.0,2230.0 +1410,080712,Rangeland,,80,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,1.0,2230.0 +1411,080713,Rangeland,,80,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,1.0,2230.0 +1412,080720,Rangeland,,80,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,0.0, +1413,080721,Rangeland,,80,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,0.0, +1414,080722,Rangeland,,80,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,0.0, +1415,080723,Rangeland,,80,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,1.0, +1416,080730,Rangeland,,80,73,Lichens,#99C147,0,none,#ffffff,0.0, +1417,080731,Rangeland,,80,73,Lichens,#99C147,1,low,#e5f5e0,0.0, +1418,080732,Rangeland,,80,73,Lichens,#99C147,2,medium,#a1d99b,0.0, +1419,080733,Rangeland,,80,73,Lichens,#99C147,3,high,#31a354,1.0, +1420,080740,Rangeland,,80,74,Moss,#77AD93,0,none,#ffffff,0.0, +1421,080741,Rangeland,,80,74,Moss,#77AD93,1,low,#e5f5e0,0.0, +1422,080742,Rangeland,,80,74,Moss,#77AD93,2,medium,#a1d99b,0.0, +1423,080743,Rangeland,,80,74,Moss,#77AD93,3,high,#31a354,1.0, +1424,080810,Rangeland,,80,81,Pasture/Hay,#DBD83D,0,none,#ffffff,0.0,2230.0 +1425,080811,Rangeland,,80,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,0.0,2230.0 +1426,080812,Rangeland,,80,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,0.0,2230.0 +1427,080813,Rangeland,,80,81,Pasture/Hay,#DBD83D,3,high,#31a354,1.0,2230.0 +1428,080820,Rangeland,,80,82,Cultivated Crops,#AA7028,0,none,#ffffff,0.0,2230.0 +1429,080821,Rangeland,,80,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,0.0,2230.0 +1430,080822,Rangeland,,80,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,0.0,2230.0 +1431,080823,Rangeland,,80,82,Cultivated Crops,#AA7028,3,high,#31a354,1.0,2230.0 +1432,080900,Rangeland,,80,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,1.0,2230.0 +1433,080901,Rangeland,,80,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,1.0,2230.0 +1434,080902,Rangeland,,80,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,1.0,2230.0 +1435,080903,Rangeland,,80,90,Woody Wetlands,#BAD8EA,3,high,#31a354,1.0,2230.0 +1436,080950,Rangeland,,80,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,1.0,2230.0 +1437,080951,Rangeland,,80,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,1.0,2230.0 +1438,080952,Rangeland,,80,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,1.0,2230.0 +1439,080953,Rangeland,,80,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,1.0,2230.0 +1440,090110,Extractive/Mining,,90,11,Open Water,#476BA0,0,none,#ffffff,0.0,2230.0 +1441,090111,Extractive/Mining,,90,11,Open Water,#476BA0,1,low,#e5f5e0,0.0,2230.0 +1442,090112,Extractive/Mining,,90,11,Open Water,#476BA0,2,medium,#a1d99b,0.0,2230.0 +1443,090113,Extractive/Mining,,90,11,Open Water,#476BA0,3,high,#31a354,1.0,2230.0 +1444,090120,Extractive/Mining,,90,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,0.0,2230.0 +1445,090121,Extractive/Mining,,90,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,0.0,2230.0 +1446,090122,Extractive/Mining,,90,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,0.0,2230.0 +1447,090123,Extractive/Mining,,90,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,1.0,2230.0 +1448,090210,Extractive/Mining,,90,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,0.0,2230.0 +1449,090211,Extractive/Mining,,90,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,0.0,2230.0 +1450,090212,Extractive/Mining,,90,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,0.0,2230.0 +1451,090213,Extractive/Mining,,90,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,1.0,2230.0 +1452,090220,Extractive/Mining,,90,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,0.0,2230.0 +1453,090221,Extractive/Mining,,90,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,0.0,2230.0 +1454,090222,Extractive/Mining,,90,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,0.0,2230.0 +1455,090223,Extractive/Mining,,90,22,"Developed, Low Intensity",#D89382,3,high,#31a354,1.0,2230.0 +1456,090230,Extractive/Mining,,90,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,0.0,2230.0 +1457,090231,Extractive/Mining,,90,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,0.0,2230.0 +1458,090232,Extractive/Mining,,90,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,0.0,2230.0 +1459,090233,Extractive/Mining,,90,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,1.0,2230.0 +1460,090240,Extractive/Mining,,90,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,0.0,2230.0 +1461,090241,Extractive/Mining,,90,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,0.0,2230.0 +1462,090242,Extractive/Mining,,90,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,0.0,2230.0 +1463,090243,Extractive/Mining,,90,24,"Developed, High Intensity",#AA0000,3,high,#31a354,1.0,2230.0 +1464,090310,Extractive/Mining,,90,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,0.0,2230.0 +1465,090311,Extractive/Mining,,90,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,0.0,2230.0 +1466,090312,Extractive/Mining,,90,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,0.0,2230.0 +1467,090313,Extractive/Mining,,90,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,1.0,2230.0 +1468,090410,Extractive/Mining,,90,41,Deciduous Forest,#68AA63,0,none,#ffffff,1.0,2230.0 +1469,090411,Extractive/Mining,,90,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,1.0,2230.0 +1470,090412,Extractive/Mining,,90,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,1.0,2230.0 +1471,090413,Extractive/Mining,,90,41,Deciduous Forest,#68AA63,3,high,#31a354,1.0,2230.0 +1472,090420,Extractive/Mining,,90,42,Evergreen Forest,#1C6330,0,none,#ffffff,1.0,2230.0 +1473,090421,Extractive/Mining,,90,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,1.0,2230.0 +1474,090422,Extractive/Mining,,90,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,1.0,2230.0 +1475,090423,Extractive/Mining,,90,42,Evergreen Forest,#1C6330,3,high,#31a354,1.0,2230.0 +1476,090430,Extractive/Mining,,90,43,Mixed Forest,#B5C98E,0,none,#ffffff,1.0,2230.0 +1477,090431,Extractive/Mining,,90,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,1.0,2230.0 +1478,090432,Extractive/Mining,,90,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,1.0,2230.0 +1479,090433,Extractive/Mining,,90,43,Mixed Forest,#B5C98E,3,high,#31a354,1.0,2230.0 +1480,090510,Extractive/Mining,,90,51,Dwarf Scrub,#A58C30,0,none,#ffffff,0.0, +1481,090511,Extractive/Mining,,90,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,0.0, +1482,090512,Extractive/Mining,,90,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,0.0, +1483,090513,Extractive/Mining,,90,51,Dwarf Scrub,#A58C30,3,high,#31a354,1.0, +1484,090520,Extractive/Mining,,90,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,1.0,2230.0 +1485,090521,Extractive/Mining,,90,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,1.0,2230.0 +1486,090522,Extractive/Mining,,90,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,1.0,2230.0 +1487,090523,Extractive/Mining,,90,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,1.0,2230.0 +1488,090710,Extractive/Mining,,90,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,1.0,2230.0 +1489,090711,Extractive/Mining,,90,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,1.0,2230.0 +1490,090712,Extractive/Mining,,90,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,1.0,2230.0 +1491,090713,Extractive/Mining,,90,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,1.0,2230.0 +1492,090720,Extractive/Mining,,90,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,0.0, +1493,090721,Extractive/Mining,,90,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,0.0, +1494,090722,Extractive/Mining,,90,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,0.0, +1495,090723,Extractive/Mining,,90,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,1.0, +1496,090730,Extractive/Mining,,90,73,Lichens,#99C147,0,none,#ffffff,0.0, +1497,090731,Extractive/Mining,,90,73,Lichens,#99C147,1,low,#e5f5e0,0.0, +1498,090732,Extractive/Mining,,90,73,Lichens,#99C147,2,medium,#a1d99b,0.0, +1499,090733,Extractive/Mining,,90,73,Lichens,#99C147,3,high,#31a354,1.0, +1500,090740,Extractive/Mining,,90,74,Moss,#77AD93,0,none,#ffffff,0.0, +1501,090741,Extractive/Mining,,90,74,Moss,#77AD93,1,low,#e5f5e0,0.0, +1502,090742,Extractive/Mining,,90,74,Moss,#77AD93,2,medium,#a1d99b,0.0, +1503,090743,Extractive/Mining,,90,74,Moss,#77AD93,3,high,#31a354,1.0, +1504,090810,Extractive/Mining,,90,81,Pasture/Hay,#DBD83D,0,none,#ffffff,0.0,2230.0 +1505,090811,Extractive/Mining,,90,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,0.0,2230.0 +1506,090812,Extractive/Mining,,90,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,0.0,2230.0 +1507,090813,Extractive/Mining,,90,81,Pasture/Hay,#DBD83D,3,high,#31a354,1.0,2230.0 +1508,090820,Extractive/Mining,,90,82,Cultivated Crops,#AA7028,0,none,#ffffff,0.0,2230.0 +1509,090821,Extractive/Mining,,90,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,0.0,2230.0 +1510,090822,Extractive/Mining,,90,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,0.0,2230.0 +1511,090823,Extractive/Mining,,90,82,Cultivated Crops,#AA7028,3,high,#31a354,1.0,2230.0 +1512,090900,Extractive/Mining,,90,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,1.0,2230.0 +1513,090901,Extractive/Mining,,90,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,1.0,2230.0 +1514,090902,Extractive/Mining,,90,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,1.0,2230.0 +1515,090903,Extractive/Mining,,90,90,Woody Wetlands,#BAD8EA,3,high,#31a354,1.0,2230.0 +1516,090950,Extractive/Mining,,90,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,1.0,2230.0 +1517,090951,Extractive/Mining,,90,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,1.0,2230.0 +1518,090952,Extractive/Mining,,90,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,1.0,2230.0 +1519,090953,Extractive/Mining,,90,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,1.0,2230.0 +1520,100110,Timber,,100,11,Open Water,#476BA0,0,none,#ffffff,0.0,2230.0 +1521,100111,Timber,,100,11,Open Water,#476BA0,1,low,#e5f5e0,0.0,2230.0 +1522,100112,Timber,,100,11,Open Water,#476BA0,2,medium,#a1d99b,0.0,2230.0 +1523,100113,Timber,,100,11,Open Water,#476BA0,3,high,#31a354,1.0,2230.0 +1524,100120,Timber,,100,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,0.0,2230.0 +1525,100121,Timber,,100,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,0.0,2230.0 +1526,100122,Timber,,100,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,0.0,2230.0 +1527,100123,Timber,,100,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,1.0,2230.0 +1528,100210,Timber,,100,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,0.0,2230.0 +1529,100211,Timber,,100,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,0.0,2230.0 +1530,100212,Timber,,100,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,0.0,2230.0 +1531,100213,Timber,,100,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,1.0,2230.0 +1532,100220,Timber,,100,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,0.0,2230.0 +1533,100221,Timber,,100,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,0.0,2230.0 +1534,100222,Timber,,100,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,0.0,2230.0 +1535,100223,Timber,,100,22,"Developed, Low Intensity",#D89382,3,high,#31a354,1.0,2230.0 +1536,100230,Timber,,100,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,0.0,2230.0 +1537,100231,Timber,,100,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,0.0,2230.0 +1538,100232,Timber,,100,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,0.0,2230.0 +1539,100233,Timber,,100,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,1.0,2230.0 +1540,100240,Timber,,100,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,0.0,2230.0 +1541,100241,Timber,,100,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,0.0,2230.0 +1542,100242,Timber,,100,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,0.0,2230.0 +1543,100243,Timber,,100,24,"Developed, High Intensity",#AA0000,3,high,#31a354,1.0,2230.0 +1544,100310,Timber,,100,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,0.0,2230.0 +1545,100311,Timber,,100,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,0.0,2230.0 +1546,100312,Timber,,100,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,0.0,2230.0 +1547,100313,Timber,,100,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,1.0,2230.0 +1548,100410,Timber,,100,41,Deciduous Forest,#68AA63,0,none,#ffffff,1.0,2230.0 +1549,100411,Timber,,100,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,1.0,2230.0 +1550,100412,Timber,,100,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,1.0,2230.0 +1551,100413,Timber,,100,41,Deciduous Forest,#68AA63,3,high,#31a354,1.0,2230.0 +1552,100420,Timber,,100,42,Evergreen Forest,#1C6330,0,none,#ffffff,1.0,2230.0 +1553,100421,Timber,,100,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,1.0,2230.0 +1554,100422,Timber,,100,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,1.0,2230.0 +1555,100423,Timber,,100,42,Evergreen Forest,#1C6330,3,high,#31a354,1.0,2230.0 +1556,100430,Timber,,100,43,Mixed Forest,#B5C98E,0,none,#ffffff,1.0,2230.0 +1557,100431,Timber,,100,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,1.0,2230.0 +1558,100432,Timber,,100,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,1.0,2230.0 +1559,100433,Timber,,100,43,Mixed Forest,#B5C98E,3,high,#31a354,1.0,2230.0 +1560,100510,Timber,,100,51,Dwarf Scrub,#A58C30,0,none,#ffffff,0.0, +1561,100511,Timber,,100,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,0.0, +1562,100512,Timber,,100,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,0.0, +1563,100513,Timber,,100,51,Dwarf Scrub,#A58C30,3,high,#31a354,1.0, +1564,100520,Timber,,100,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,1.0,2230.0 +1565,100521,Timber,,100,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,1.0,2230.0 +1566,100522,Timber,,100,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,1.0,2230.0 +1567,100523,Timber,,100,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,1.0,2230.0 +1568,100710,Timber,,100,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,1.0,2230.0 +1569,100711,Timber,,100,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,1.0,2230.0 +1570,100712,Timber,,100,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,1.0,2230.0 +1571,100713,Timber,,100,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,1.0,2230.0 +1572,100720,Timber,,100,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,0.0, +1573,100721,Timber,,100,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,0.0, +1574,100722,Timber,,100,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,0.0, +1575,100723,Timber,,100,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,1.0, +1576,100730,Timber,,100,73,Lichens,#99C147,0,none,#ffffff,0.0, +1577,100731,Timber,,100,73,Lichens,#99C147,1,low,#e5f5e0,0.0, +1578,100732,Timber,,100,73,Lichens,#99C147,2,medium,#a1d99b,0.0, +1579,100733,Timber,,100,73,Lichens,#99C147,3,high,#31a354,1.0, +1580,100740,Timber,,100,74,Moss,#77AD93,0,none,#ffffff,0.0, +1581,100741,Timber,,100,74,Moss,#77AD93,1,low,#e5f5e0,0.0, +1582,100742,Timber,,100,74,Moss,#77AD93,2,medium,#a1d99b,0.0, +1583,100743,Timber,,100,74,Moss,#77AD93,3,high,#31a354,1.0, +1584,100810,Timber,,100,81,Pasture/Hay,#DBD83D,0,none,#ffffff,0.0,2230.0 +1585,100811,Timber,,100,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,0.0,2230.0 +1586,100812,Timber,,100,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,0.0,2230.0 +1587,100813,Timber,,100,81,Pasture/Hay,#DBD83D,3,high,#31a354,1.0,2230.0 +1588,100820,Timber,,100,82,Cultivated Crops,#AA7028,0,none,#ffffff,0.0,2230.0 +1589,100821,Timber,,100,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,0.0,2230.0 +1590,100822,Timber,,100,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,0.0,2230.0 +1591,100823,Timber,,100,82,Cultivated Crops,#AA7028,3,high,#31a354,1.0,2230.0 +1592,100900,Timber,,100,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,1.0,2230.0 +1593,100901,Timber,,100,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,1.0,2230.0 +1594,100902,Timber,,100,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,1.0,2230.0 +1595,100903,Timber,,100,90,Woody Wetlands,#BAD8EA,3,high,#31a354,1.0,2230.0 +1596,100950,Timber,,100,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,1.0,2230.0 +1597,100951,Timber,,100,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,1.0,2230.0 +1598,100952,Timber,,100,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,1.0,2230.0 +1599,100953,Timber,,100,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,1.0,2230.0 +1600,110110,Barren,,110,11,Open Water,#476BA0,0,none,#ffffff,0.0,2230.0 +1601,110111,Barren,,110,11,Open Water,#476BA0,1,low,#e5f5e0,0.0,2230.0 +1602,110112,Barren,,110,11,Open Water,#476BA0,2,medium,#a1d99b,0.0,2230.0 +1603,110113,Barren,,110,11,Open Water,#476BA0,3,high,#31a354,1.0,2230.0 +1604,110120,Barren,,110,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,0.0,2230.0 +1605,110121,Barren,,110,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,0.0,2230.0 +1606,110122,Barren,,110,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,0.0,2230.0 +1607,110123,Barren,,110,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,1.0,2230.0 +1608,110210,Barren,,110,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,0.0,2230.0 +1609,110211,Barren,,110,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,0.0,2230.0 +1610,110212,Barren,,110,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,0.0,2230.0 +1611,110213,Barren,,110,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,1.0,2230.0 +1612,110220,Barren,,110,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,0.0,2230.0 +1613,110221,Barren,,110,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,0.0,2230.0 +1614,110222,Barren,,110,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,0.0,2230.0 +1615,110223,Barren,,110,22,"Developed, Low Intensity",#D89382,3,high,#31a354,1.0,2230.0 +1616,110230,Barren,,110,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,0.0,2230.0 +1617,110231,Barren,,110,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,0.0,2230.0 +1618,110232,Barren,,110,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,0.0,2230.0 +1619,110233,Barren,,110,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,1.0,2230.0 +1620,110240,Barren,,110,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,0.0,2230.0 +1621,110241,Barren,,110,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,0.0,2230.0 +1622,110242,Barren,,110,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,0.0,2230.0 +1623,110243,Barren,,110,24,"Developed, High Intensity",#AA0000,3,high,#31a354,1.0,2230.0 +1624,110310,Barren,,110,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,0.0,2230.0 +1625,110311,Barren,,110,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,0.0,2230.0 +1626,110312,Barren,,110,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,0.0,2230.0 +1627,110313,Barren,,110,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,1.0,2230.0 +1628,110410,Barren,,110,41,Deciduous Forest,#68AA63,0,none,#ffffff,1.0,2230.0 +1629,110411,Barren,,110,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,1.0,2230.0 +1630,110412,Barren,,110,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,1.0,2230.0 +1631,110413,Barren,,110,41,Deciduous Forest,#68AA63,3,high,#31a354,1.0,2230.0 +1632,110420,Barren,,110,42,Evergreen Forest,#1C6330,0,none,#ffffff,1.0,2230.0 +1633,110421,Barren,,110,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,1.0,2230.0 +1634,110422,Barren,,110,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,1.0,2230.0 +1635,110423,Barren,,110,42,Evergreen Forest,#1C6330,3,high,#31a354,1.0,2230.0 +1636,110430,Barren,,110,43,Mixed Forest,#B5C98E,0,none,#ffffff,1.0,2230.0 +1637,110431,Barren,,110,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,1.0,2230.0 +1638,110432,Barren,,110,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,1.0,2230.0 +1639,110433,Barren,,110,43,Mixed Forest,#B5C98E,3,high,#31a354,1.0,2230.0 +1640,110510,Barren,,110,51,Dwarf Scrub,#A58C30,0,none,#ffffff,0.0, +1641,110511,Barren,,110,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,0.0, +1642,110512,Barren,,110,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,0.0, +1643,110513,Barren,,110,51,Dwarf Scrub,#A58C30,3,high,#31a354,1.0, +1644,110520,Barren,,110,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,1.0,2230.0 +1645,110521,Barren,,110,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,1.0,2230.0 +1646,110522,Barren,,110,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,1.0,2230.0 +1647,110523,Barren,,110,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,1.0,2230.0 +1648,110710,Barren,,110,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,1.0,2230.0 +1649,110711,Barren,,110,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,1.0,2230.0 +1650,110712,Barren,,110,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,1.0,2230.0 +1651,110713,Barren,,110,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,1.0,2230.0 +1652,110720,Barren,,110,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,0.0, +1653,110721,Barren,,110,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,0.0, +1654,110722,Barren,,110,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,0.0, +1655,110723,Barren,,110,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,1.0, +1656,110730,Barren,,110,73,Lichens,#99C147,0,none,#ffffff,0.0, +1657,110731,Barren,,110,73,Lichens,#99C147,1,low,#e5f5e0,0.0, +1658,110732,Barren,,110,73,Lichens,#99C147,2,medium,#a1d99b,0.0, +1659,110733,Barren,,110,73,Lichens,#99C147,3,high,#31a354,1.0, +1660,110740,Barren,,110,74,Moss,#77AD93,0,none,#ffffff,0.0, +1661,110741,Barren,,110,74,Moss,#77AD93,1,low,#e5f5e0,0.0, +1662,110742,Barren,,110,74,Moss,#77AD93,2,medium,#a1d99b,0.0, +1663,110743,Barren,,110,74,Moss,#77AD93,3,high,#31a354,1.0, +1664,110810,Barren,,110,81,Pasture/Hay,#DBD83D,0,none,#ffffff,0.0,2230.0 +1665,110811,Barren,,110,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,0.0,2230.0 +1666,110812,Barren,,110,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,0.0,2230.0 +1667,110813,Barren,,110,81,Pasture/Hay,#DBD83D,3,high,#31a354,1.0,2230.0 +1668,110820,Barren,,110,82,Cultivated Crops,#AA7028,0,none,#ffffff,0.0,2230.0 +1669,110821,Barren,,110,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,0.0,2230.0 +1670,110822,Barren,,110,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,0.0,2230.0 +1671,110823,Barren,,110,82,Cultivated Crops,#AA7028,3,high,#31a354,1.0,2230.0 +1672,110900,Barren,,110,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,1.0,2230.0 +1673,110901,Barren,,110,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,1.0,2230.0 +1674,110902,Barren,,110,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,1.0,2230.0 +1675,110903,Barren,,110,90,Woody Wetlands,#BAD8EA,3,high,#31a354,1.0,2230.0 +1676,110950,Barren,,110,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,1.0,2230.0 +1677,110951,Barren,,110,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,1.0,2230.0 +1678,110952,Barren,,110,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,1.0,2230.0 +1679,110953,Barren,,110,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,1.0,2230.0 +1680,120110,Undifferentiated park,,120,11,Open Water,#476BA0,0,none,#ffffff,0.0,2230.0 +1681,120111,Undifferentiated park,,120,11,Open Water,#476BA0,1,low,#e5f5e0,0.0,2230.0 +1682,120112,Undifferentiated park,,120,11,Open Water,#476BA0,2,medium,#a1d99b,0.0,2230.0 +1683,120113,Undifferentiated park,,120,11,Open Water,#476BA0,3,high,#31a354,1.0,2230.0 +1684,120120,Undifferentiated park,,120,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,0.0,2230.0 +1685,120121,Undifferentiated park,,120,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,0.0,2230.0 +1686,120122,Undifferentiated park,,120,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,0.0,2230.0 +1687,120123,Undifferentiated park,,120,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,1.0,2230.0 +1688,120210,Undifferentiated park,,120,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,0.0,2230.0 +1689,120211,Undifferentiated park,,120,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,0.0,2230.0 +1690,120212,Undifferentiated park,,120,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,0.0,2230.0 +1691,120213,Undifferentiated park,,120,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,1.0,2230.0 +1692,120220,Undifferentiated park,,120,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,0.0,2230.0 +1693,120221,Undifferentiated park,,120,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,0.0,2230.0 +1694,120222,Undifferentiated park,,120,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,0.0,2230.0 +1695,120223,Undifferentiated park,,120,22,"Developed, Low Intensity",#D89382,3,high,#31a354,1.0,2230.0 +1696,120230,Undifferentiated park,,120,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,0.0,2230.0 +1697,120231,Undifferentiated park,,120,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,0.0,2230.0 +1698,120232,Undifferentiated park,,120,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,0.0,2230.0 +1699,120233,Undifferentiated park,,120,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,1.0,2230.0 +1700,120240,Undifferentiated park,,120,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,0.0,2230.0 +1701,120241,Undifferentiated park,,120,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,0.0,2230.0 +1702,120242,Undifferentiated park,,120,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,0.0,2230.0 +1703,120243,Undifferentiated park,,120,24,"Developed, High Intensity",#AA0000,3,high,#31a354,1.0,2230.0 +1704,120310,Undifferentiated park,,120,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,0.0,2230.0 +1705,120311,Undifferentiated park,,120,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,0.0,2230.0 +1706,120312,Undifferentiated park,,120,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,0.0,2230.0 +1707,120313,Undifferentiated park,,120,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,1.0,2230.0 +1708,120410,Undifferentiated park,,120,41,Deciduous Forest,#68AA63,0,none,#ffffff,1.0,2230.0 +1709,120411,Undifferentiated park,,120,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,1.0,2230.0 +1710,120412,Undifferentiated park,,120,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,1.0,2230.0 +1711,120413,Undifferentiated park,,120,41,Deciduous Forest,#68AA63,3,high,#31a354,1.0,2230.0 +1712,120420,Undifferentiated park,,120,42,Evergreen Forest,#1C6330,0,none,#ffffff,1.0,2230.0 +1713,120421,Undifferentiated park,,120,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,1.0,2230.0 +1714,120422,Undifferentiated park,,120,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,1.0,2230.0 +1715,120423,Undifferentiated park,,120,42,Evergreen Forest,#1C6330,3,high,#31a354,1.0,2230.0 +1716,120430,Undifferentiated park,,120,43,Mixed Forest,#B5C98E,0,none,#ffffff,1.0,2230.0 +1717,120431,Undifferentiated park,,120,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,1.0,2230.0 +1718,120432,Undifferentiated park,,120,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,1.0,2230.0 +1719,120433,Undifferentiated park,,120,43,Mixed Forest,#B5C98E,3,high,#31a354,1.0,2230.0 +1720,120510,Undifferentiated park,,120,51,Dwarf Scrub,#A58C30,0,none,#ffffff,0.0, +1721,120511,Undifferentiated park,,120,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,0.0, +1722,120512,Undifferentiated park,,120,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,0.0, +1723,120513,Undifferentiated park,,120,51,Dwarf Scrub,#A58C30,3,high,#31a354,1.0, +1724,120520,Undifferentiated park,,120,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,1.0,2230.0 +1725,120521,Undifferentiated park,,120,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,1.0,2230.0 +1726,120522,Undifferentiated park,,120,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,1.0,2230.0 +1727,120523,Undifferentiated park,,120,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,1.0,2230.0 +1728,120710,Undifferentiated park,,120,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,1.0,2230.0 +1729,120711,Undifferentiated park,,120,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,1.0,2230.0 +1730,120712,Undifferentiated park,,120,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,1.0,2230.0 +1731,120713,Undifferentiated park,,120,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,1.0,2230.0 +1732,120720,Undifferentiated park,,120,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,0.0, +1733,120721,Undifferentiated park,,120,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,0.0, +1734,120722,Undifferentiated park,,120,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,0.0, +1735,120723,Undifferentiated park,,120,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,1.0, +1736,120730,Undifferentiated park,,120,73,Lichens,#99C147,0,none,#ffffff,0.0, +1737,120731,Undifferentiated park,,120,73,Lichens,#99C147,1,low,#e5f5e0,0.0, +1738,120732,Undifferentiated park,,120,73,Lichens,#99C147,2,medium,#a1d99b,0.0, +1739,120733,Undifferentiated park,,120,73,Lichens,#99C147,3,high,#31a354,1.0, +1740,120740,Undifferentiated park,,120,74,Moss,#77AD93,0,none,#ffffff,0.0, +1741,120741,Undifferentiated park,,120,74,Moss,#77AD93,1,low,#e5f5e0,0.0, +1742,120742,Undifferentiated park,,120,74,Moss,#77AD93,2,medium,#a1d99b,0.0, +1743,120743,Undifferentiated park,,120,74,Moss,#77AD93,3,high,#31a354,1.0, +1744,120810,Undifferentiated park,,120,81,Pasture/Hay,#DBD83D,0,none,#ffffff,0.0,2230.0 +1745,120811,Undifferentiated park,,120,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,0.0,2230.0 +1746,120812,Undifferentiated park,,120,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,0.0,2230.0 +1747,120813,Undifferentiated park,,120,81,Pasture/Hay,#DBD83D,3,high,#31a354,1.0,2230.0 +1748,120820,Undifferentiated park,,120,82,Cultivated Crops,#AA7028,0,none,#ffffff,0.0,2230.0 +1749,120821,Undifferentiated park,,120,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,0.0,2230.0 +1750,120822,Undifferentiated park,,120,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,0.0,2230.0 +1751,120823,Undifferentiated park,,120,82,Cultivated Crops,#AA7028,3,high,#31a354,1.0,2230.0 +1752,120900,Undifferentiated park,,120,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,1.0,2230.0 +1753,120901,Undifferentiated park,,120,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,1.0,2230.0 +1754,120902,Undifferentiated park,,120,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,1.0,2230.0 +1755,120903,Undifferentiated park,,120,90,Woody Wetlands,#BAD8EA,3,high,#31a354,1.0,2230.0 +1756,120950,Undifferentiated park,,120,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,1.0,2230.0 +1757,120951,Undifferentiated park,,120,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,1.0,2230.0 +1758,120952,Undifferentiated park,,120,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,1.0,2230.0 +1759,120953,Undifferentiated park,,120,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,1.0,2230.0 +1760,131110,Developed park,Urban park,131,11,Open Water,#476BA0,0,none,#ffffff,0.0,2230.0 +1761,131111,Developed park,Urban park,131,11,Open Water,#476BA0,1,low,#e5f5e0,0.0,2230.0 +1762,131112,Developed park,Urban park,131,11,Open Water,#476BA0,2,medium,#a1d99b,0.0,2230.0 +1763,131113,Developed park,Urban park,131,11,Open Water,#476BA0,3,high,#31a354,1.0,2230.0 +1764,131120,Developed park,Urban park,131,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,0.0,2230.0 +1765,131121,Developed park,Urban park,131,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,0.0,2230.0 +1766,131122,Developed park,Urban park,131,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,0.0,2230.0 +1767,131123,Developed park,Urban park,131,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,1.0,2230.0 +1768,131210,Developed park,Urban park,131,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,0.0,2230.0 +1769,131211,Developed park,Urban park,131,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,0.0,2230.0 +1770,131212,Developed park,Urban park,131,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,0.0,2230.0 +1771,131213,Developed park,Urban park,131,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,1.0,2230.0 +1772,131220,Developed park,Urban park,131,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,0.0,2230.0 +1773,131221,Developed park,Urban park,131,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,0.0,2230.0 +1774,131222,Developed park,Urban park,131,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,0.0,2230.0 +1775,131223,Developed park,Urban park,131,22,"Developed, Low Intensity",#D89382,3,high,#31a354,1.0,2230.0 +1776,131230,Developed park,Urban park,131,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,0.0,2230.0 +1777,131231,Developed park,Urban park,131,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,0.0,2230.0 +1778,131232,Developed park,Urban park,131,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,0.0,2230.0 +1779,131233,Developed park,Urban park,131,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,1.0,2230.0 +1780,131240,Developed park,Urban park,131,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,0.0,2230.0 +1781,131241,Developed park,Urban park,131,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,0.0,2230.0 +1782,131242,Developed park,Urban park,131,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,0.0,2230.0 +1783,131243,Developed park,Urban park,131,24,"Developed, High Intensity",#AA0000,3,high,#31a354,1.0,2230.0 +1784,131310,Developed park,Urban park,131,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,0.0,2230.0 +1785,131311,Developed park,Urban park,131,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,0.0,2230.0 +1786,131312,Developed park,Urban park,131,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,0.0,2230.0 +1787,131313,Developed park,Urban park,131,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,1.0,2230.0 +1788,131410,Developed park,Urban park,131,41,Deciduous Forest,#68AA63,0,none,#ffffff,1.0,2230.0 +1789,131411,Developed park,Urban park,131,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,1.0,2230.0 +1790,131412,Developed park,Urban park,131,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,1.0,2230.0 +1791,131413,Developed park,Urban park,131,41,Deciduous Forest,#68AA63,3,high,#31a354,1.0,2230.0 +1792,131420,Developed park,Urban park,131,42,Evergreen Forest,#1C6330,0,none,#ffffff,1.0,2230.0 +1793,131421,Developed park,Urban park,131,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,1.0,2230.0 +1794,131422,Developed park,Urban park,131,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,1.0,2230.0 +1795,131423,Developed park,Urban park,131,42,Evergreen Forest,#1C6330,3,high,#31a354,1.0,2230.0 +1796,131430,Developed park,Urban park,131,43,Mixed Forest,#B5C98E,0,none,#ffffff,1.0,2230.0 +1797,131431,Developed park,Urban park,131,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,1.0,2230.0 +1798,131432,Developed park,Urban park,131,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,1.0,2230.0 +1799,131433,Developed park,Urban park,131,43,Mixed Forest,#B5C98E,3,high,#31a354,1.0,2230.0 +1800,131510,Developed park,Urban park,131,51,Dwarf Scrub,#A58C30,0,none,#ffffff,0.0, +1801,131511,Developed park,Urban park,131,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,0.0, +1802,131512,Developed park,Urban park,131,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,0.0, +1803,131513,Developed park,Urban park,131,51,Dwarf Scrub,#A58C30,3,high,#31a354,1.0, +1804,131520,Developed park,Urban park,131,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,1.0,2230.0 +1805,131521,Developed park,Urban park,131,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,1.0,2230.0 +1806,131522,Developed park,Urban park,131,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,1.0,2230.0 +1807,131523,Developed park,Urban park,131,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,1.0,2230.0 +1808,131710,Developed park,Urban park,131,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,1.0,2230.0 +1809,131711,Developed park,Urban park,131,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,1.0,2230.0 +1810,131712,Developed park,Urban park,131,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,1.0,2230.0 +1811,131713,Developed park,Urban park,131,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,1.0,2230.0 +1812,131720,Developed park,Urban park,131,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,0.0, +1813,131721,Developed park,Urban park,131,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,0.0, +1814,131722,Developed park,Urban park,131,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,0.0, +1815,131723,Developed park,Urban park,131,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,1.0, +1816,131730,Developed park,Urban park,131,73,Lichens,#99C147,0,none,#ffffff,0.0, +1817,131731,Developed park,Urban park,131,73,Lichens,#99C147,1,low,#e5f5e0,0.0, +1818,131732,Developed park,Urban park,131,73,Lichens,#99C147,2,medium,#a1d99b,0.0, +1819,131733,Developed park,Urban park,131,73,Lichens,#99C147,3,high,#31a354,1.0, +1820,131740,Developed park,Urban park,131,74,Moss,#77AD93,0,none,#ffffff,0.0, +1821,131741,Developed park,Urban park,131,74,Moss,#77AD93,1,low,#e5f5e0,0.0, +1822,131742,Developed park,Urban park,131,74,Moss,#77AD93,2,medium,#a1d99b,0.0, +1823,131743,Developed park,Urban park,131,74,Moss,#77AD93,3,high,#31a354,1.0, +1824,131810,Developed park,Urban park,131,81,Pasture/Hay,#DBD83D,0,none,#ffffff,0.0,2230.0 +1825,131811,Developed park,Urban park,131,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,0.0,2230.0 +1826,131812,Developed park,Urban park,131,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,0.0,2230.0 +1827,131813,Developed park,Urban park,131,81,Pasture/Hay,#DBD83D,3,high,#31a354,1.0,2230.0 +1828,131820,Developed park,Urban park,131,82,Cultivated Crops,#AA7028,0,none,#ffffff,0.0,2230.0 +1829,131821,Developed park,Urban park,131,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,0.0,2230.0 +1830,131822,Developed park,Urban park,131,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,0.0,2230.0 +1831,131823,Developed park,Urban park,131,82,Cultivated Crops,#AA7028,3,high,#31a354,1.0,2230.0 +1832,131900,Developed park,Urban park,131,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,1.0,2230.0 +1833,131901,Developed park,Urban park,131,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,1.0,2230.0 +1834,131902,Developed park,Urban park,131,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,1.0,2230.0 +1835,131903,Developed park,Urban park,131,90,Woody Wetlands,#BAD8EA,3,high,#31a354,1.0,2230.0 +1836,131950,Developed park,Urban park,131,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,1.0,2230.0 +1837,131951,Developed park,Urban park,131,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,1.0,2230.0 +1838,131952,Developed park,Urban park,131,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,1.0,2230.0 +1839,131953,Developed park,Urban park,131,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,1.0,2230.0 +1840,132110,Developed park,Golf course,132,11,Open Water,#476BA0,0,none,#ffffff,0.0,2230.0 +1841,132111,Developed park,Golf course,132,11,Open Water,#476BA0,1,low,#e5f5e0,0.0,2230.0 +1842,132112,Developed park,Golf course,132,11,Open Water,#476BA0,2,medium,#a1d99b,0.0,2230.0 +1843,132113,Developed park,Golf course,132,11,Open Water,#476BA0,3,high,#31a354,1.0,2230.0 +1844,132120,Developed park,Golf course,132,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,0.0,2230.0 +1845,132121,Developed park,Golf course,132,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,0.0,2230.0 +1846,132122,Developed park,Golf course,132,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,0.0,2230.0 +1847,132123,Developed park,Golf course,132,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,1.0,2230.0 +1848,132210,Developed park,Golf course,132,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,0.0,2230.0 +1849,132211,Developed park,Golf course,132,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,0.0,2230.0 +1850,132212,Developed park,Golf course,132,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,0.0,2230.0 +1851,132213,Developed park,Golf course,132,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,1.0,2230.0 +1852,132220,Developed park,Golf course,132,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,0.0,2230.0 +1853,132221,Developed park,Golf course,132,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,0.0,2230.0 +1854,132222,Developed park,Golf course,132,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,0.0,2230.0 +1855,132223,Developed park,Golf course,132,22,"Developed, Low Intensity",#D89382,3,high,#31a354,1.0,2230.0 +1856,132230,Developed park,Golf course,132,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,0.0,2230.0 +1857,132231,Developed park,Golf course,132,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,0.0,2230.0 +1858,132232,Developed park,Golf course,132,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,0.0,2230.0 +1859,132233,Developed park,Golf course,132,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,1.0,2230.0 +1860,132240,Developed park,Golf course,132,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,0.0,2230.0 +1861,132241,Developed park,Golf course,132,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,0.0,2230.0 +1862,132242,Developed park,Golf course,132,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,0.0,2230.0 +1863,132243,Developed park,Golf course,132,24,"Developed, High Intensity",#AA0000,3,high,#31a354,1.0,2230.0 +1864,132310,Developed park,Golf course,132,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,0.0,2230.0 +1865,132311,Developed park,Golf course,132,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,0.0,2230.0 +1866,132312,Developed park,Golf course,132,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,0.0,2230.0 +1867,132313,Developed park,Golf course,132,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,1.0,2230.0 +1868,132410,Developed park,Golf course,132,41,Deciduous Forest,#68AA63,0,none,#ffffff,1.0,2230.0 +1869,132411,Developed park,Golf course,132,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,1.0,2230.0 +1870,132412,Developed park,Golf course,132,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,1.0,2230.0 +1871,132413,Developed park,Golf course,132,41,Deciduous Forest,#68AA63,3,high,#31a354,1.0,2230.0 +1872,132420,Developed park,Golf course,132,42,Evergreen Forest,#1C6330,0,none,#ffffff,1.0,2230.0 +1873,132421,Developed park,Golf course,132,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,1.0,2230.0 +1874,132422,Developed park,Golf course,132,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,1.0,2230.0 +1875,132423,Developed park,Golf course,132,42,Evergreen Forest,#1C6330,3,high,#31a354,1.0,2230.0 +1876,132430,Developed park,Golf course,132,43,Mixed Forest,#B5C98E,0,none,#ffffff,1.0,2230.0 +1877,132431,Developed park,Golf course,132,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,1.0,2230.0 +1878,132432,Developed park,Golf course,132,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,1.0,2230.0 +1879,132433,Developed park,Golf course,132,43,Mixed Forest,#B5C98E,3,high,#31a354,1.0,2230.0 +1880,132510,Developed park,Golf course,132,51,Dwarf Scrub,#A58C30,0,none,#ffffff,0.0, +1881,132511,Developed park,Golf course,132,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,0.0, +1882,132512,Developed park,Golf course,132,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,0.0, +1883,132513,Developed park,Golf course,132,51,Dwarf Scrub,#A58C30,3,high,#31a354,1.0, +1884,132520,Developed park,Golf course,132,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,1.0,2230.0 +1885,132521,Developed park,Golf course,132,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,1.0,2230.0 +1886,132522,Developed park,Golf course,132,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,1.0,2230.0 +1887,132523,Developed park,Golf course,132,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,1.0,2230.0 +1888,132710,Developed park,Golf course,132,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,1.0,2230.0 +1889,132711,Developed park,Golf course,132,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,1.0,2230.0 +1890,132712,Developed park,Golf course,132,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,1.0,2230.0 +1891,132713,Developed park,Golf course,132,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,1.0,2230.0 +1892,132720,Developed park,Golf course,132,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,0.0, +1893,132721,Developed park,Golf course,132,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,0.0, +1894,132722,Developed park,Golf course,132,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,0.0, +1895,132723,Developed park,Golf course,132,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,1.0, +1896,132730,Developed park,Golf course,132,73,Lichens,#99C147,0,none,#ffffff,0.0, +1897,132731,Developed park,Golf course,132,73,Lichens,#99C147,1,low,#e5f5e0,0.0, +1898,132732,Developed park,Golf course,132,73,Lichens,#99C147,2,medium,#a1d99b,0.0, +1899,132733,Developed park,Golf course,132,73,Lichens,#99C147,3,high,#31a354,1.0, +1900,132740,Developed park,Golf course,132,74,Moss,#77AD93,0,none,#ffffff,0.0, +1901,132741,Developed park,Golf course,132,74,Moss,#77AD93,1,low,#e5f5e0,0.0, +1902,132742,Developed park,Golf course,132,74,Moss,#77AD93,2,medium,#a1d99b,0.0, +1903,132743,Developed park,Golf course,132,74,Moss,#77AD93,3,high,#31a354,1.0, +1904,132810,Developed park,Golf course,132,81,Pasture/Hay,#DBD83D,0,none,#ffffff,0.0,2230.0 +1905,132811,Developed park,Golf course,132,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,0.0,2230.0 +1906,132812,Developed park,Golf course,132,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,0.0,2230.0 +1907,132813,Developed park,Golf course,132,81,Pasture/Hay,#DBD83D,3,high,#31a354,1.0,2230.0 +1908,132820,Developed park,Golf course,132,82,Cultivated Crops,#AA7028,0,none,#ffffff,0.0,2230.0 +1909,132821,Developed park,Golf course,132,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,0.0,2230.0 +1910,132822,Developed park,Golf course,132,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,0.0,2230.0 +1911,132823,Developed park,Golf course,132,82,Cultivated Crops,#AA7028,3,high,#31a354,1.0,2230.0 +1912,132900,Developed park,Golf course,132,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,1.0,2230.0 +1913,132901,Developed park,Golf course,132,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,1.0,2230.0 +1914,132902,Developed park,Golf course,132,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,1.0,2230.0 +1915,132903,Developed park,Golf course,132,90,Woody Wetlands,#BAD8EA,3,high,#31a354,1.0,2230.0 +1916,132950,Developed park,Golf course,132,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,1.0,2230.0 +1917,132951,Developed park,Golf course,132,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,1.0,2230.0 +1918,132952,Developed park,Golf course,132,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,1.0,2230.0 +1919,132953,Developed park,Golf course,132,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,1.0,2230.0 +1920,133110,Developed park,Resort/ski area,133,11,Open Water,#476BA0,0,none,#ffffff,0.0,2230.0 +1921,133111,Developed park,Resort/ski area,133,11,Open Water,#476BA0,1,low,#e5f5e0,0.0,2230.0 +1922,133112,Developed park,Resort/ski area,133,11,Open Water,#476BA0,2,medium,#a1d99b,0.0,2230.0 +1923,133113,Developed park,Resort/ski area,133,11,Open Water,#476BA0,3,high,#31a354,1.0,2230.0 +1924,133120,Developed park,Resort/ski area,133,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,0.0,2230.0 +1925,133121,Developed park,Resort/ski area,133,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,0.0,2230.0 +1926,133122,Developed park,Resort/ski area,133,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,0.0,2230.0 +1927,133123,Developed park,Resort/ski area,133,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,1.0,2230.0 +1928,133210,Developed park,Resort/ski area,133,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,0.0,2230.0 +1929,133211,Developed park,Resort/ski area,133,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,0.0,2230.0 +1930,133212,Developed park,Resort/ski area,133,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,0.0,2230.0 +1931,133213,Developed park,Resort/ski area,133,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,1.0,2230.0 +1932,133220,Developed park,Resort/ski area,133,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,0.0,2230.0 +1933,133221,Developed park,Resort/ski area,133,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,0.0,2230.0 +1934,133222,Developed park,Resort/ski area,133,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,0.0,2230.0 +1935,133223,Developed park,Resort/ski area,133,22,"Developed, Low Intensity",#D89382,3,high,#31a354,1.0,2230.0 +1936,133230,Developed park,Resort/ski area,133,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,0.0,2230.0 +1937,133231,Developed park,Resort/ski area,133,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,0.0,2230.0 +1938,133232,Developed park,Resort/ski area,133,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,0.0,2230.0 +1939,133233,Developed park,Resort/ski area,133,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,1.0,2230.0 +1940,133240,Developed park,Resort/ski area,133,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,0.0,2230.0 +1941,133241,Developed park,Resort/ski area,133,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,0.0,2230.0 +1942,133242,Developed park,Resort/ski area,133,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,0.0,2230.0 +1943,133243,Developed park,Resort/ski area,133,24,"Developed, High Intensity",#AA0000,3,high,#31a354,1.0,2230.0 +1944,133310,Developed park,Resort/ski area,133,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,0.0,2230.0 +1945,133311,Developed park,Resort/ski area,133,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,0.0,2230.0 +1946,133312,Developed park,Resort/ski area,133,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,0.0,2230.0 +1947,133313,Developed park,Resort/ski area,133,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,1.0,2230.0 +1948,133410,Developed park,Resort/ski area,133,41,Deciduous Forest,#68AA63,0,none,#ffffff,1.0,2230.0 +1949,133411,Developed park,Resort/ski area,133,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,1.0,2230.0 +1950,133412,Developed park,Resort/ski area,133,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,1.0,2230.0 +1951,133413,Developed park,Resort/ski area,133,41,Deciduous Forest,#68AA63,3,high,#31a354,1.0,2230.0 +1952,133420,Developed park,Resort/ski area,133,42,Evergreen Forest,#1C6330,0,none,#ffffff,1.0,2230.0 +1953,133421,Developed park,Resort/ski area,133,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,1.0,2230.0 +1954,133422,Developed park,Resort/ski area,133,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,1.0,2230.0 +1955,133423,Developed park,Resort/ski area,133,42,Evergreen Forest,#1C6330,3,high,#31a354,1.0,2230.0 +1956,133430,Developed park,Resort/ski area,133,43,Mixed Forest,#B5C98E,0,none,#ffffff,1.0,2230.0 +1957,133431,Developed park,Resort/ski area,133,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,1.0,2230.0 +1958,133432,Developed park,Resort/ski area,133,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,1.0,2230.0 +1959,133433,Developed park,Resort/ski area,133,43,Mixed Forest,#B5C98E,3,high,#31a354,1.0,2230.0 +1960,133510,Developed park,Resort/ski area,133,51,Dwarf Scrub,#A58C30,0,none,#ffffff,0.0, +1961,133511,Developed park,Resort/ski area,133,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,0.0, +1962,133512,Developed park,Resort/ski area,133,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,0.0, +1963,133513,Developed park,Resort/ski area,133,51,Dwarf Scrub,#A58C30,3,high,#31a354,1.0, +1964,133520,Developed park,Resort/ski area,133,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,1.0,2230.0 +1965,133521,Developed park,Resort/ski area,133,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,1.0,2230.0 +1966,133522,Developed park,Resort/ski area,133,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,1.0,2230.0 +1967,133523,Developed park,Resort/ski area,133,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,1.0,2230.0 +1968,133710,Developed park,Resort/ski area,133,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,1.0,2230.0 +1969,133711,Developed park,Resort/ski area,133,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,1.0,2230.0 +1970,133712,Developed park,Resort/ski area,133,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,1.0,2230.0 +1971,133713,Developed park,Resort/ski area,133,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,1.0,2230.0 +1972,133720,Developed park,Resort/ski area,133,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,0.0, +1973,133721,Developed park,Resort/ski area,133,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,0.0, +1974,133722,Developed park,Resort/ski area,133,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,0.0, +1975,133723,Developed park,Resort/ski area,133,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,1.0, +1976,133730,Developed park,Resort/ski area,133,73,Lichens,#99C147,0,none,#ffffff,0.0, +1977,133731,Developed park,Resort/ski area,133,73,Lichens,#99C147,1,low,#e5f5e0,0.0, +1978,133732,Developed park,Resort/ski area,133,73,Lichens,#99C147,2,medium,#a1d99b,0.0, +1979,133733,Developed park,Resort/ski area,133,73,Lichens,#99C147,3,high,#31a354,1.0, +1980,133740,Developed park,Resort/ski area,133,74,Moss,#77AD93,0,none,#ffffff,0.0, +1981,133741,Developed park,Resort/ski area,133,74,Moss,#77AD93,1,low,#e5f5e0,0.0, +1982,133742,Developed park,Resort/ski area,133,74,Moss,#77AD93,2,medium,#a1d99b,0.0, +1983,133743,Developed park,Resort/ski area,133,74,Moss,#77AD93,3,high,#31a354,1.0, +1984,133810,Developed park,Resort/ski area,133,81,Pasture/Hay,#DBD83D,0,none,#ffffff,0.0,2230.0 +1985,133811,Developed park,Resort/ski area,133,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,0.0,2230.0 +1986,133812,Developed park,Resort/ski area,133,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,0.0,2230.0 +1987,133813,Developed park,Resort/ski area,133,81,Pasture/Hay,#DBD83D,3,high,#31a354,1.0,2230.0 +1988,133820,Developed park,Resort/ski area,133,82,Cultivated Crops,#AA7028,0,none,#ffffff,0.0,2230.0 +1989,133821,Developed park,Resort/ski area,133,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,0.0,2230.0 +1990,133822,Developed park,Resort/ski area,133,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,0.0,2230.0 +1991,133823,Developed park,Resort/ski area,133,82,Cultivated Crops,#AA7028,3,high,#31a354,1.0,2230.0 +1992,133900,Developed park,Resort/ski area,133,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,1.0,2230.0 +1993,133901,Developed park,Resort/ski area,133,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,1.0,2230.0 +1994,133902,Developed park,Resort/ski area,133,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,1.0,2230.0 +1995,133903,Developed park,Resort/ski area,133,90,Woody Wetlands,#BAD8EA,3,high,#31a354,1.0,2230.0 +1996,133950,Developed park,Resort/ski area,133,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,1.0,2230.0 +1997,133951,Developed park,Resort/ski area,133,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,1.0,2230.0 +1998,133952,Developed park,Resort/ski area,133,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,1.0,2230.0 +1999,133953,Developed park,Resort/ski area,133,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,1.0,2230.0 +2000,134110,Developed park,Other,134,11,Open Water,#476BA0,0,none,#ffffff,0.0,2230.0 +2001,134111,Developed park,Other,134,11,Open Water,#476BA0,1,low,#e5f5e0,0.0,2230.0 +2002,134112,Developed park,Other,134,11,Open Water,#476BA0,2,medium,#a1d99b,0.0,2230.0 +2003,134113,Developed park,Other,134,11,Open Water,#476BA0,3,high,#31a354,1.0,2230.0 +2004,134120,Developed park,Other,134,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,0.0,2230.0 +2005,134121,Developed park,Other,134,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,0.0,2230.0 +2006,134122,Developed park,Other,134,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,0.0,2230.0 +2007,134123,Developed park,Other,134,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,1.0,2230.0 +2008,134210,Developed park,Other,134,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,0.0,2230.0 +2009,134211,Developed park,Other,134,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,0.0,2230.0 +2010,134212,Developed park,Other,134,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,0.0,2230.0 +2011,134213,Developed park,Other,134,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,1.0,2230.0 +2012,134220,Developed park,Other,134,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,0.0,2230.0 +2013,134221,Developed park,Other,134,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,0.0,2230.0 +2014,134222,Developed park,Other,134,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,0.0,2230.0 +2015,134223,Developed park,Other,134,22,"Developed, Low Intensity",#D89382,3,high,#31a354,1.0,2230.0 +2016,134230,Developed park,Other,134,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,0.0,2230.0 +2017,134231,Developed park,Other,134,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,0.0,2230.0 +2018,134232,Developed park,Other,134,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,0.0,2230.0 +2019,134233,Developed park,Other,134,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,1.0,2230.0 +2020,134240,Developed park,Other,134,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,0.0,2230.0 +2021,134241,Developed park,Other,134,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,0.0,2230.0 +2022,134242,Developed park,Other,134,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,0.0,2230.0 +2023,134243,Developed park,Other,134,24,"Developed, High Intensity",#AA0000,3,high,#31a354,1.0,2230.0 +2024,134310,Developed park,Other,134,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,0.0,2230.0 +2025,134311,Developed park,Other,134,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,0.0,2230.0 +2026,134312,Developed park,Other,134,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,0.0,2230.0 +2027,134313,Developed park,Other,134,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,1.0,2230.0 +2028,134410,Developed park,Other,134,41,Deciduous Forest,#68AA63,0,none,#ffffff,1.0,2230.0 +2029,134411,Developed park,Other,134,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,1.0,2230.0 +2030,134412,Developed park,Other,134,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,1.0,2230.0 +2031,134413,Developed park,Other,134,41,Deciduous Forest,#68AA63,3,high,#31a354,1.0,2230.0 +2032,134420,Developed park,Other,134,42,Evergreen Forest,#1C6330,0,none,#ffffff,1.0,2230.0 +2033,134421,Developed park,Other,134,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,1.0,2230.0 +2034,134422,Developed park,Other,134,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,1.0,2230.0 +2035,134423,Developed park,Other,134,42,Evergreen Forest,#1C6330,3,high,#31a354,1.0,2230.0 +2036,134430,Developed park,Other,134,43,Mixed Forest,#B5C98E,0,none,#ffffff,1.0,2230.0 +2037,134431,Developed park,Other,134,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,1.0,2230.0 +2038,134432,Developed park,Other,134,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,1.0,2230.0 +2039,134433,Developed park,Other,134,43,Mixed Forest,#B5C98E,3,high,#31a354,1.0,2230.0 +2040,134510,Developed park,Other,134,51,Dwarf Scrub,#A58C30,0,none,#ffffff,0.0, +2041,134511,Developed park,Other,134,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,0.0, +2042,134512,Developed park,Other,134,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,0.0, +2043,134513,Developed park,Other,134,51,Dwarf Scrub,#A58C30,3,high,#31a354,1.0, +2044,134520,Developed park,Other,134,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,1.0,2230.0 +2045,134521,Developed park,Other,134,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,1.0,2230.0 +2046,134522,Developed park,Other,134,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,1.0,2230.0 +2047,134523,Developed park,Other,134,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,1.0,2230.0 +2048,134710,Developed park,Other,134,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,1.0,2230.0 +2049,134711,Developed park,Other,134,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,1.0,2230.0 +2050,134712,Developed park,Other,134,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,1.0,2230.0 +2051,134713,Developed park,Other,134,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,1.0,2230.0 +2052,134720,Developed park,Other,134,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,0.0, +2053,134721,Developed park,Other,134,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,0.0, +2054,134722,Developed park,Other,134,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,0.0, +2055,134723,Developed park,Other,134,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,1.0, +2056,134730,Developed park,Other,134,73,Lichens,#99C147,0,none,#ffffff,0.0, +2057,134731,Developed park,Other,134,73,Lichens,#99C147,1,low,#e5f5e0,0.0, +2058,134732,Developed park,Other,134,73,Lichens,#99C147,2,medium,#a1d99b,0.0, +2059,134733,Developed park,Other,134,73,Lichens,#99C147,3,high,#31a354,1.0, +2060,134740,Developed park,Other,134,74,Moss,#77AD93,0,none,#ffffff,0.0, +2061,134741,Developed park,Other,134,74,Moss,#77AD93,1,low,#e5f5e0,0.0, +2062,134742,Developed park,Other,134,74,Moss,#77AD93,2,medium,#a1d99b,0.0, +2063,134743,Developed park,Other,134,74,Moss,#77AD93,3,high,#31a354,1.0, +2064,134810,Developed park,Other,134,81,Pasture/Hay,#DBD83D,0,none,#ffffff,0.0,2230.0 +2065,134811,Developed park,Other,134,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,0.0,2230.0 +2066,134812,Developed park,Other,134,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,0.0,2230.0 +2067,134813,Developed park,Other,134,81,Pasture/Hay,#DBD83D,3,high,#31a354,1.0,2230.0 +2068,134820,Developed park,Other,134,82,Cultivated Crops,#AA7028,0,none,#ffffff,0.0,2230.0 +2069,134821,Developed park,Other,134,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,0.0,2230.0 +2070,134822,Developed park,Other,134,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,0.0,2230.0 +2071,134823,Developed park,Other,134,82,Cultivated Crops,#AA7028,3,high,#31a354,1.0,2230.0 +2072,134900,Developed park,Other,134,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,1.0,2230.0 +2073,134901,Developed park,Other,134,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,1.0,2230.0 +2074,134902,Developed park,Other,134,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,1.0,2230.0 +2075,134903,Developed park,Other,134,90,Woody Wetlands,#BAD8EA,3,high,#31a354,1.0,2230.0 +2076,134950,Developed park,Other,134,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,1.0,2230.0 +2077,134951,Developed park,Other,134,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,1.0,2230.0 +2078,134952,Developed park,Other,134,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,1.0,2230.0 +2079,134953,Developed park,Other,134,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,1.0,2230.0 +2080,140110,Natural park,,140,11,Open Water,#476BA0,0,none,#ffffff,0.0,2230.0 +2081,140111,Natural park,,140,11,Open Water,#476BA0,1,low,#e5f5e0,0.0,2230.0 +2082,140112,Natural park,,140,11,Open Water,#476BA0,2,medium,#a1d99b,0.0,2230.0 +2083,140113,Natural park,,140,11,Open Water,#476BA0,3,high,#31a354,1.0,2230.0 +2084,140120,Natural park,,140,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,0.0,2230.0 +2085,140121,Natural park,,140,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,0.0,2230.0 +2086,140122,Natural park,,140,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,0.0,2230.0 +2087,140123,Natural park,,140,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,1.0,2230.0 +2088,140210,Natural park,,140,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,0.0,2230.0 +2089,140211,Natural park,,140,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,0.0,2230.0 +2090,140212,Natural park,,140,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,0.0,2230.0 +2091,140213,Natural park,,140,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,1.0,2230.0 +2092,140220,Natural park,,140,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,0.0,2230.0 +2093,140221,Natural park,,140,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,0.0,2230.0 +2094,140222,Natural park,,140,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,0.0,2230.0 +2095,140223,Natural park,,140,22,"Developed, Low Intensity",#D89382,3,high,#31a354,1.0,2230.0 +2096,140230,Natural park,,140,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,0.0,2230.0 +2097,140231,Natural park,,140,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,0.0,2230.0 +2098,140232,Natural park,,140,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,0.0,2230.0 +2099,140233,Natural park,,140,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,1.0,2230.0 +2100,140240,Natural park,,140,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,0.0,2230.0 +2101,140241,Natural park,,140,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,0.0,2230.0 +2102,140242,Natural park,,140,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,0.0,2230.0 +2103,140243,Natural park,,140,24,"Developed, High Intensity",#AA0000,3,high,#31a354,1.0,2230.0 +2104,140310,Natural park,,140,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,0.0,2230.0 +2105,140311,Natural park,,140,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,0.0,2230.0 +2106,140312,Natural park,,140,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,0.0,2230.0 +2107,140313,Natural park,,140,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,1.0,2230.0 +2108,140410,Natural park,,140,41,Deciduous Forest,#68AA63,0,none,#ffffff,1.0,2230.0 +2109,140411,Natural park,,140,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,1.0,2230.0 +2110,140412,Natural park,,140,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,1.0,2230.0 +2111,140413,Natural park,,140,41,Deciduous Forest,#68AA63,3,high,#31a354,1.0,2230.0 +2112,140420,Natural park,,140,42,Evergreen Forest,#1C6330,0,none,#ffffff,1.0,2230.0 +2113,140421,Natural park,,140,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,1.0,2230.0 +2114,140422,Natural park,,140,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,1.0,2230.0 +2115,140423,Natural park,,140,42,Evergreen Forest,#1C6330,3,high,#31a354,1.0,2230.0 +2116,140430,Natural park,,140,43,Mixed Forest,#B5C98E,0,none,#ffffff,1.0,2230.0 +2117,140431,Natural park,,140,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,1.0,2230.0 +2118,140432,Natural park,,140,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,1.0,2230.0 +2119,140433,Natural park,,140,43,Mixed Forest,#B5C98E,3,high,#31a354,1.0,2230.0 +2120,140510,Natural park,,140,51,Dwarf Scrub,#A58C30,0,none,#ffffff,0.0, +2121,140511,Natural park,,140,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,0.0, +2122,140512,Natural park,,140,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,0.0, +2123,140513,Natural park,,140,51,Dwarf Scrub,#A58C30,3,high,#31a354,1.0, +2124,140520,Natural park,,140,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,1.0,2230.0 +2125,140521,Natural park,,140,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,1.0,2230.0 +2126,140522,Natural park,,140,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,1.0,2230.0 +2127,140523,Natural park,,140,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,1.0,2230.0 +2128,140710,Natural park,,140,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,1.0,2230.0 +2129,140711,Natural park,,140,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,1.0,2230.0 +2130,140712,Natural park,,140,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,1.0,2230.0 +2131,140713,Natural park,,140,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,1.0,2230.0 +2132,140720,Natural park,,140,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,0.0, +2133,140721,Natural park,,140,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,0.0, +2134,140722,Natural park,,140,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,0.0, +2135,140723,Natural park,,140,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,1.0, +2136,140730,Natural park,,140,73,Lichens,#99C147,0,none,#ffffff,0.0, +2137,140731,Natural park,,140,73,Lichens,#99C147,1,low,#e5f5e0,0.0, +2138,140732,Natural park,,140,73,Lichens,#99C147,2,medium,#a1d99b,0.0, +2139,140733,Natural park,,140,73,Lichens,#99C147,3,high,#31a354,1.0, +2140,140740,Natural park,,140,74,Moss,#77AD93,0,none,#ffffff,0.0, +2141,140741,Natural park,,140,74,Moss,#77AD93,1,low,#e5f5e0,0.0, +2142,140742,Natural park,,140,74,Moss,#77AD93,2,medium,#a1d99b,0.0, +2143,140743,Natural park,,140,74,Moss,#77AD93,3,high,#31a354,1.0, +2144,140810,Natural park,,140,81,Pasture/Hay,#DBD83D,0,none,#ffffff,0.0,2230.0 +2145,140811,Natural park,,140,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,0.0,2230.0 +2146,140812,Natural park,,140,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,0.0,2230.0 +2147,140813,Natural park,,140,81,Pasture/Hay,#DBD83D,3,high,#31a354,1.0,2230.0 +2148,140820,Natural park,,140,82,Cultivated Crops,#AA7028,0,none,#ffffff,0.0,2230.0 +2149,140821,Natural park,,140,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,0.0,2230.0 +2150,140822,Natural park,,140,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,0.0,2230.0 +2151,140823,Natural park,,140,82,Cultivated Crops,#AA7028,3,high,#31a354,1.0,2230.0 +2152,140900,Natural park,,140,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,1.0,2230.0 +2153,140901,Natural park,,140,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,1.0,2230.0 +2154,140902,Natural park,,140,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,1.0,2230.0 +2155,140903,Natural park,,140,90,Woody Wetlands,#BAD8EA,3,high,#31a354,1.0,2230.0 +2156,140950,Natural park,,140,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,1.0,2230.0 +2157,140951,Natural park,,140,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,1.0,2230.0 +2158,140952,Natural park,,140,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,1.0,2230.0 +2159,140953,Natural park,,140,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,1.0,2230.0 +2160,151110,Conservation,Public,151,11,Open Water,#476BA0,0,none,#ffffff,0.0,2230.0 +2161,151111,Conservation,Public,151,11,Open Water,#476BA0,1,low,#e5f5e0,0.0,2230.0 +2162,151112,Conservation,Public,151,11,Open Water,#476BA0,2,medium,#a1d99b,0.0,2230.0 +2163,151113,Conservation,Public,151,11,Open Water,#476BA0,3,high,#31a354,1.0,2230.0 +2164,151120,Conservation,Public,151,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,0.0,2230.0 +2165,151121,Conservation,Public,151,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,0.0,2230.0 +2166,151122,Conservation,Public,151,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,0.0,2230.0 +2167,151123,Conservation,Public,151,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,1.0,2230.0 +2168,151210,Conservation,Public,151,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,0.0,2230.0 +2169,151211,Conservation,Public,151,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,0.0,2230.0 +2170,151212,Conservation,Public,151,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,0.0,2230.0 +2171,151213,Conservation,Public,151,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,1.0,2230.0 +2172,151220,Conservation,Public,151,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,0.0,2230.0 +2173,151221,Conservation,Public,151,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,0.0,2230.0 +2174,151222,Conservation,Public,151,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,0.0,2230.0 +2175,151223,Conservation,Public,151,22,"Developed, Low Intensity",#D89382,3,high,#31a354,1.0,2230.0 +2176,151230,Conservation,Public,151,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,0.0,2230.0 +2177,151231,Conservation,Public,151,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,0.0,2230.0 +2178,151232,Conservation,Public,151,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,0.0,2230.0 +2179,151233,Conservation,Public,151,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,1.0,2230.0 +2180,151240,Conservation,Public,151,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,0.0,2230.0 +2181,151241,Conservation,Public,151,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,0.0,2230.0 +2182,151242,Conservation,Public,151,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,0.0,2230.0 +2183,151243,Conservation,Public,151,24,"Developed, High Intensity",#AA0000,3,high,#31a354,1.0,2230.0 +2184,151310,Conservation,Public,151,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,0.0,2230.0 +2185,151311,Conservation,Public,151,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,0.0,2230.0 +2186,151312,Conservation,Public,151,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,0.0,2230.0 +2187,151313,Conservation,Public,151,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,1.0,2230.0 +2188,151410,Conservation,Public,151,41,Deciduous Forest,#68AA63,0,none,#ffffff,1.0,2230.0 +2189,151411,Conservation,Public,151,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,1.0,2230.0 +2190,151412,Conservation,Public,151,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,1.0,2230.0 +2191,151413,Conservation,Public,151,41,Deciduous Forest,#68AA63,3,high,#31a354,1.0,2230.0 +2192,151420,Conservation,Public,151,42,Evergreen Forest,#1C6330,0,none,#ffffff,1.0,2230.0 +2193,151421,Conservation,Public,151,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,1.0,2230.0 +2194,151422,Conservation,Public,151,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,1.0,2230.0 +2195,151423,Conservation,Public,151,42,Evergreen Forest,#1C6330,3,high,#31a354,1.0,2230.0 +2196,151430,Conservation,Public,151,43,Mixed Forest,#B5C98E,0,none,#ffffff,1.0,2230.0 +2197,151431,Conservation,Public,151,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,1.0,2230.0 +2198,151432,Conservation,Public,151,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,1.0,2230.0 +2199,151433,Conservation,Public,151,43,Mixed Forest,#B5C98E,3,high,#31a354,1.0,2230.0 +2200,151510,Conservation,Public,151,51,Dwarf Scrub,#A58C30,0,none,#ffffff,0.0, +2201,151511,Conservation,Public,151,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,0.0, +2202,151512,Conservation,Public,151,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,0.0, +2203,151513,Conservation,Public,151,51,Dwarf Scrub,#A58C30,3,high,#31a354,1.0, +2204,151520,Conservation,Public,151,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,1.0,2230.0 +2205,151521,Conservation,Public,151,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,1.0,2230.0 +2206,151522,Conservation,Public,151,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,1.0,2230.0 +2207,151523,Conservation,Public,151,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,1.0,2230.0 +2208,151710,Conservation,Public,151,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,1.0,2230.0 +2209,151711,Conservation,Public,151,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,1.0,2230.0 +2210,151712,Conservation,Public,151,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,1.0,2230.0 +2211,151713,Conservation,Public,151,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,1.0,2230.0 +2212,151720,Conservation,Public,151,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,0.0, +2213,151721,Conservation,Public,151,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,0.0, +2214,151722,Conservation,Public,151,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,0.0, +2215,151723,Conservation,Public,151,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,1.0, +2216,151730,Conservation,Public,151,73,Lichens,#99C147,0,none,#ffffff,0.0, +2217,151731,Conservation,Public,151,73,Lichens,#99C147,1,low,#e5f5e0,0.0, +2218,151732,Conservation,Public,151,73,Lichens,#99C147,2,medium,#a1d99b,0.0, +2219,151733,Conservation,Public,151,73,Lichens,#99C147,3,high,#31a354,1.0, +2220,151740,Conservation,Public,151,74,Moss,#77AD93,0,none,#ffffff,0.0, +2221,151741,Conservation,Public,151,74,Moss,#77AD93,1,low,#e5f5e0,0.0, +2222,151742,Conservation,Public,151,74,Moss,#77AD93,2,medium,#a1d99b,0.0, +2223,151743,Conservation,Public,151,74,Moss,#77AD93,3,high,#31a354,1.0, +2224,151810,Conservation,Public,151,81,Pasture/Hay,#DBD83D,0,none,#ffffff,0.0,2230.0 +2225,151811,Conservation,Public,151,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,0.0,2230.0 +2226,151812,Conservation,Public,151,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,0.0,2230.0 +2227,151813,Conservation,Public,151,81,Pasture/Hay,#DBD83D,3,high,#31a354,1.0,2230.0 +2228,151820,Conservation,Public,151,82,Cultivated Crops,#AA7028,0,none,#ffffff,0.0,2230.0 +2229,151821,Conservation,Public,151,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,0.0,2230.0 +2230,151822,Conservation,Public,151,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,0.0,2230.0 +2231,151823,Conservation,Public,151,82,Cultivated Crops,#AA7028,3,high,#31a354,1.0,2230.0 +2232,151900,Conservation,Public,151,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,1.0,2230.0 +2233,151901,Conservation,Public,151,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,1.0,2230.0 +2234,151902,Conservation,Public,151,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,1.0,2230.0 +2235,151903,Conservation,Public,151,90,Woody Wetlands,#BAD8EA,3,high,#31a354,1.0,2230.0 +2236,151950,Conservation,Public,151,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,1.0,2230.0 +2237,151951,Conservation,Public,151,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,1.0,2230.0 +2238,151952,Conservation,Public,151,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,1.0,2230.0 +2239,151953,Conservation,Public,151,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,1.0,2230.0 +2240,152110,Conservation,Public-limited access,152,11,Open Water,#476BA0,0,none,#ffffff,0.0,2230.0 +2241,152111,Conservation,Public-limited access,152,11,Open Water,#476BA0,1,low,#e5f5e0,0.0,2230.0 +2242,152112,Conservation,Public-limited access,152,11,Open Water,#476BA0,2,medium,#a1d99b,0.0,2230.0 +2243,152113,Conservation,Public-limited access,152,11,Open Water,#476BA0,3,high,#31a354,1.0,2230.0 +2244,152120,Conservation,Public-limited access,152,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,0.0,2230.0 +2245,152121,Conservation,Public-limited access,152,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,0.0,2230.0 +2246,152122,Conservation,Public-limited access,152,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,0.0,2230.0 +2247,152123,Conservation,Public-limited access,152,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,1.0,2230.0 +2248,152210,Conservation,Public-limited access,152,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,0.0,2230.0 +2249,152211,Conservation,Public-limited access,152,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,0.0,2230.0 +2250,152212,Conservation,Public-limited access,152,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,0.0,2230.0 +2251,152213,Conservation,Public-limited access,152,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,1.0,2230.0 +2252,152220,Conservation,Public-limited access,152,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,0.0,2230.0 +2253,152221,Conservation,Public-limited access,152,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,0.0,2230.0 +2254,152222,Conservation,Public-limited access,152,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,0.0,2230.0 +2255,152223,Conservation,Public-limited access,152,22,"Developed, Low Intensity",#D89382,3,high,#31a354,1.0,2230.0 +2256,152230,Conservation,Public-limited access,152,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,0.0,2230.0 +2257,152231,Conservation,Public-limited access,152,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,0.0,2230.0 +2258,152232,Conservation,Public-limited access,152,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,0.0,2230.0 +2259,152233,Conservation,Public-limited access,152,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,1.0,2230.0 +2260,152240,Conservation,Public-limited access,152,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,0.0,2230.0 +2261,152241,Conservation,Public-limited access,152,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,0.0,2230.0 +2262,152242,Conservation,Public-limited access,152,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,0.0,2230.0 +2263,152243,Conservation,Public-limited access,152,24,"Developed, High Intensity",#AA0000,3,high,#31a354,1.0,2230.0 +2264,152310,Conservation,Public-limited access,152,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,0.0,2230.0 +2265,152311,Conservation,Public-limited access,152,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,0.0,2230.0 +2266,152312,Conservation,Public-limited access,152,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,0.0,2230.0 +2267,152313,Conservation,Public-limited access,152,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,1.0,2230.0 +2268,152410,Conservation,Public-limited access,152,41,Deciduous Forest,#68AA63,0,none,#ffffff,1.0,2230.0 +2269,152411,Conservation,Public-limited access,152,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,1.0,2230.0 +2270,152412,Conservation,Public-limited access,152,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,1.0,2230.0 +2271,152413,Conservation,Public-limited access,152,41,Deciduous Forest,#68AA63,3,high,#31a354,1.0,2230.0 +2272,152420,Conservation,Public-limited access,152,42,Evergreen Forest,#1C6330,0,none,#ffffff,1.0,2230.0 +2273,152421,Conservation,Public-limited access,152,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,1.0,2230.0 +2274,152422,Conservation,Public-limited access,152,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,1.0,2230.0 +2275,152423,Conservation,Public-limited access,152,42,Evergreen Forest,#1C6330,3,high,#31a354,1.0,2230.0 +2276,152430,Conservation,Public-limited access,152,43,Mixed Forest,#B5C98E,0,none,#ffffff,1.0,2230.0 +2277,152431,Conservation,Public-limited access,152,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,1.0,2230.0 +2278,152432,Conservation,Public-limited access,152,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,1.0,2230.0 +2279,152433,Conservation,Public-limited access,152,43,Mixed Forest,#B5C98E,3,high,#31a354,1.0,2230.0 +2280,152510,Conservation,Public-limited access,152,51,Dwarf Scrub,#A58C30,0,none,#ffffff,0.0, +2281,152511,Conservation,Public-limited access,152,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,0.0, +2282,152512,Conservation,Public-limited access,152,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,0.0, +2283,152513,Conservation,Public-limited access,152,51,Dwarf Scrub,#A58C30,3,high,#31a354,1.0, +2284,152520,Conservation,Public-limited access,152,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,1.0,2230.0 +2285,152521,Conservation,Public-limited access,152,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,1.0,2230.0 +2286,152522,Conservation,Public-limited access,152,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,1.0,2230.0 +2287,152523,Conservation,Public-limited access,152,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,1.0,2230.0 +2288,152710,Conservation,Public-limited access,152,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,1.0,2230.0 +2289,152711,Conservation,Public-limited access,152,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,1.0,2230.0 +2290,152712,Conservation,Public-limited access,152,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,1.0,2230.0 +2291,152713,Conservation,Public-limited access,152,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,1.0,2230.0 +2292,152720,Conservation,Public-limited access,152,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,0.0, +2293,152721,Conservation,Public-limited access,152,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,0.0, +2294,152722,Conservation,Public-limited access,152,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,0.0, +2295,152723,Conservation,Public-limited access,152,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,1.0, +2296,152730,Conservation,Public-limited access,152,73,Lichens,#99C147,0,none,#ffffff,0.0, +2297,152731,Conservation,Public-limited access,152,73,Lichens,#99C147,1,low,#e5f5e0,0.0, +2298,152732,Conservation,Public-limited access,152,73,Lichens,#99C147,2,medium,#a1d99b,0.0, +2299,152733,Conservation,Public-limited access,152,73,Lichens,#99C147,3,high,#31a354,1.0, +2300,152740,Conservation,Public-limited access,152,74,Moss,#77AD93,0,none,#ffffff,0.0, +2301,152741,Conservation,Public-limited access,152,74,Moss,#77AD93,1,low,#e5f5e0,0.0, +2302,152742,Conservation,Public-limited access,152,74,Moss,#77AD93,2,medium,#a1d99b,0.0, +2303,152743,Conservation,Public-limited access,152,74,Moss,#77AD93,3,high,#31a354,1.0, +2304,152810,Conservation,Public-limited access,152,81,Pasture/Hay,#DBD83D,0,none,#ffffff,0.0,2230.0 +2305,152811,Conservation,Public-limited access,152,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,0.0,2230.0 +2306,152812,Conservation,Public-limited access,152,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,0.0,2230.0 +2307,152813,Conservation,Public-limited access,152,81,Pasture/Hay,#DBD83D,3,high,#31a354,1.0,2230.0 +2308,152820,Conservation,Public-limited access,152,82,Cultivated Crops,#AA7028,0,none,#ffffff,0.0,2230.0 +2309,152821,Conservation,Public-limited access,152,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,0.0,2230.0 +2310,152822,Conservation,Public-limited access,152,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,0.0,2230.0 +2311,152823,Conservation,Public-limited access,152,82,Cultivated Crops,#AA7028,3,high,#31a354,1.0,2230.0 +2312,152900,Conservation,Public-limited access,152,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,1.0,2230.0 +2313,152901,Conservation,Public-limited access,152,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,1.0,2230.0 +2314,152902,Conservation,Public-limited access,152,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,1.0,2230.0 +2315,152903,Conservation,Public-limited access,152,90,Woody Wetlands,#BAD8EA,3,high,#31a354,1.0,2230.0 +2316,152950,Conservation,Public-limited access,152,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,1.0,2230.0 +2317,152951,Conservation,Public-limited access,152,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,1.0,2230.0 +2318,152952,Conservation,Public-limited access,152,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,1.0,2230.0 +2319,152953,Conservation,Public-limited access,152,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,1.0,2230.0 +2320,153110,Conservation,Private easement,153,11,Open Water,#476BA0,0,none,#ffffff,0.0,2230.0 +2321,153111,Conservation,Private easement,153,11,Open Water,#476BA0,1,low,#e5f5e0,0.0,2230.0 +2322,153112,Conservation,Private easement,153,11,Open Water,#476BA0,2,medium,#a1d99b,0.0,2230.0 +2323,153113,Conservation,Private easement,153,11,Open Water,#476BA0,3,high,#31a354,1.0,2230.0 +2324,153120,Conservation,Private easement,153,12,Perennial Ice/Snow,#D1DDF9,0,none,#ffffff,0.0,2230.0 +2325,153121,Conservation,Private easement,153,12,Perennial Ice/Snow,#D1DDF9,1,low,#e5f5e0,0.0,2230.0 +2326,153122,Conservation,Private easement,153,12,Perennial Ice/Snow,#D1DDF9,2,medium,#a1d99b,0.0,2230.0 +2327,153123,Conservation,Private easement,153,12,Perennial Ice/Snow,#D1DDF9,3,high,#31a354,1.0,2230.0 +2328,153210,Conservation,Private easement,153,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,0.0,2230.0 +2329,153211,Conservation,Private easement,153,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,0.0,2230.0 +2330,153212,Conservation,Private easement,153,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,0.0,2230.0 +2331,153213,Conservation,Private easement,153,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,1.0,2230.0 +2332,153220,Conservation,Private easement,153,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,0.0,2230.0 +2333,153221,Conservation,Private easement,153,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,0.0,2230.0 +2334,153222,Conservation,Private easement,153,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,0.0,2230.0 +2335,153223,Conservation,Private easement,153,22,"Developed, Low Intensity",#D89382,3,high,#31a354,1.0,2230.0 +2336,153230,Conservation,Private easement,153,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,0.0,2230.0 +2337,153231,Conservation,Private easement,153,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,0.0,2230.0 +2338,153232,Conservation,Private easement,153,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,0.0,2230.0 +2339,153233,Conservation,Private easement,153,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,1.0,2230.0 +2340,153240,Conservation,Private easement,153,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,0.0,2230.0 +2341,153241,Conservation,Private easement,153,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,0.0,2230.0 +2342,153242,Conservation,Private easement,153,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,0.0,2230.0 +2343,153243,Conservation,Private easement,153,24,"Developed, High Intensity",#AA0000,3,high,#31a354,1.0,2230.0 +2344,153310,Conservation,Private easement,153,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,0.0,2230.0 +2345,153311,Conservation,Private easement,153,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,0.0,2230.0 +2346,153312,Conservation,Private easement,153,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,0.0,2230.0 +2347,153313,Conservation,Private easement,153,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,1.0,2230.0 +2348,153410,Conservation,Private easement,153,41,Deciduous Forest,#68AA63,0,none,#ffffff,1.0,2230.0 +2349,153411,Conservation,Private easement,153,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,1.0,2230.0 +2350,153412,Conservation,Private easement,153,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,1.0,2230.0 +2351,153413,Conservation,Private easement,153,41,Deciduous Forest,#68AA63,3,high,#31a354,1.0,2230.0 +2352,153420,Conservation,Private easement,153,42,Evergreen Forest,#1C6330,0,none,#ffffff,1.0,2230.0 +2353,153421,Conservation,Private easement,153,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,1.0,2230.0 +2354,153422,Conservation,Private easement,153,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,1.0,2230.0 +2355,153423,Conservation,Private easement,153,42,Evergreen Forest,#1C6330,3,high,#31a354,1.0,2230.0 +2356,153430,Conservation,Private easement,153,43,Mixed Forest,#B5C98E,0,none,#ffffff,1.0,2230.0 +2357,153431,Conservation,Private easement,153,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,1.0,2230.0 +2358,153432,Conservation,Private easement,153,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,1.0,2230.0 +2359,153433,Conservation,Private easement,153,43,Mixed Forest,#B5C98E,3,high,#31a354,1.0,2230.0 +2360,153510,Conservation,Private easement,153,51,Dwarf Scrub,#A58C30,0,none,#ffffff,0.0, +2361,153511,Conservation,Private easement,153,51,Dwarf Scrub,#A58C30,1,low,#e5f5e0,0.0, +2362,153512,Conservation,Private easement,153,51,Dwarf Scrub,#A58C30,2,medium,#a1d99b,0.0, +2363,153513,Conservation,Private easement,153,51,Dwarf Scrub,#A58C30,3,high,#31a354,1.0, +2364,153520,Conservation,Private easement,153,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,1.0,2230.0 +2365,153521,Conservation,Private easement,153,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,1.0,2230.0 +2366,153522,Conservation,Private easement,153,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,1.0,2230.0 +2367,153523,Conservation,Private easement,153,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,1.0,2230.0 +2368,153710,Conservation,Private easement,153,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,1.0,2230.0 +2369,153711,Conservation,Private easement,153,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,1.0,2230.0 +2370,153712,Conservation,Private easement,153,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,1.0,2230.0 +2371,153713,Conservation,Private easement,153,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,1.0,2230.0 +2372,153720,Conservation,Private easement,153,72,Sedge/Herbaceuous,#C9C977,0,none,#ffffff,0.0, +2373,153721,Conservation,Private easement,153,72,Sedge/Herbaceuous,#C9C977,1,low,#e5f5e0,0.0, +2374,153722,Conservation,Private easement,153,72,Sedge/Herbaceuous,#C9C977,2,medium,#a1d99b,0.0, +2375,153723,Conservation,Private easement,153,72,Sedge/Herbaceuous,#C9C977,3,high,#31a354,1.0, +2376,153730,Conservation,Private easement,153,73,Lichens,#99C147,0,none,#ffffff,0.0, +2377,153731,Conservation,Private easement,153,73,Lichens,#99C147,1,low,#e5f5e0,0.0, +2378,153732,Conservation,Private easement,153,73,Lichens,#99C147,2,medium,#a1d99b,0.0, +2379,153733,Conservation,Private easement,153,73,Lichens,#99C147,3,high,#31a354,1.0, +2380,153740,Conservation,Private easement,153,74,Moss,#77AD93,0,none,#ffffff,0.0, +2381,153741,Conservation,Private easement,153,74,Moss,#77AD93,1,low,#e5f5e0,0.0, +2382,153742,Conservation,Private easement,153,74,Moss,#77AD93,2,medium,#a1d99b,0.0, +2383,153743,Conservation,Private easement,153,74,Moss,#77AD93,3,high,#31a354,1.0, +2384,153810,Conservation,Private easement,153,81,Pasture/Hay,#DBD83D,0,none,#ffffff,0.0,2230.0 +2385,153811,Conservation,Private easement,153,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,0.0,2230.0 +2386,153812,Conservation,Private easement,153,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,0.0,2230.0 +2387,153813,Conservation,Private easement,153,81,Pasture/Hay,#DBD83D,3,high,#31a354,1.0,2230.0 +2388,153820,Conservation,Private easement,153,82,Cultivated Crops,#AA7028,0,none,#ffffff,0.0,2230.0 +2389,153821,Conservation,Private easement,153,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,0.0,2230.0 +2390,153822,Conservation,Private easement,153,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,0.0,2230.0 +2391,153823,Conservation,Private easement,153,82,Cultivated Crops,#AA7028,3,high,#31a354,1.0,2230.0 +2392,153900,Conservation,Private easement,153,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,1.0,2230.0 +2393,153901,Conservation,Private easement,153,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,1.0,2230.0 +2394,153902,Conservation,Private easement,153,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,1.0,2230.0 +2395,153903,Conservation,Private easement,153,90,Woody Wetlands,#BAD8EA,3,high,#31a354,1.0,2230.0 +2396,153950,Conservation,Private easement,153,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,1.0,2230.0 +2397,153951,Conservation,Private easement,153,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,1.0,2230.0 +2398,153952,Conservation,Private easement,153,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,1.0,2230.0 +2399,153953,Conservation,Private easement,153,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,1.0,2230.0 diff --git a/appdata/lulc_crosswalk.csv b/appdata/lulc_crosswalk.csv new file mode 100644 index 0000000..5f4141a --- /dev/null +++ b/appdata/lulc_crosswalk.csv @@ -0,0 +1,788 @@ +lucode,code,nlud_simple_class,nlud_simple_subclass,nlud_simple,nlcd,nlcd_lulc,nlcd_colors,tree,tree_canopy_cover,tree_colors,frequency +0,1110,Waterbody,Natural,1,11,Open Water,#476BA0,0,none,#ffffff,18981 +1,1111,Waterbody,Natural,1,11,Open Water,#476BA0,1,low,#e5f5e0,8155 +2,1112,Waterbody,Natural,1,11,Open Water,#476BA0,2,medium,#a1d99b,4113 +3,1113,Waterbody,Natural,1,11,Open Water,#476BA0,3,high,#31a354,105 +8,1210,Waterbody,Natural,1,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,37 +9,1211,Waterbody,Natural,1,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,218 +10,1212,Waterbody,Natural,1,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,114 +11,1213,Waterbody,Natural,1,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,13 +12,1220,Waterbody,Natural,1,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,11 +13,1221,Waterbody,Natural,1,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,138 +14,1222,Waterbody,Natural,1,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,68 +15,1223,Waterbody,Natural,1,22,"Developed, Low Intensity",#D89382,3,high,#31a354,1 +16,1230,Waterbody,Natural,1,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,10 +17,1231,Waterbody,Natural,1,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,211 +18,1232,Waterbody,Natural,1,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,70 +20,1240,Waterbody,Natural,1,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,9 +21,1241,Waterbody,Natural,1,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,122 +22,1242,Waterbody,Natural,1,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,32 +24,1310,Waterbody,Natural,1,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,12 +25,1311,Waterbody,Natural,1,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,130 +26,1312,Waterbody,Natural,1,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,27 +28,1410,Waterbody,Natural,1,41,Deciduous Forest,#68AA63,0,none,#ffffff,1 +29,1411,Waterbody,Natural,1,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,45 +30,1412,Waterbody,Natural,1,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,170 +31,1413,Waterbody,Natural,1,41,Deciduous Forest,#68AA63,3,high,#31a354,18 +33,1421,Waterbody,Natural,1,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,45 +34,1422,Waterbody,Natural,1,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,213 +35,1423,Waterbody,Natural,1,42,Evergreen Forest,#1C6330,3,high,#31a354,19 +37,1431,Waterbody,Natural,1,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,37 +38,1432,Waterbody,Natural,1,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,179 +39,1433,Waterbody,Natural,1,43,Mixed Forest,#B5C98E,3,high,#31a354,11 +44,1520,Waterbody,Natural,1,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,3 +45,1521,Waterbody,Natural,1,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,853 +46,1522,Waterbody,Natural,1,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,757 +47,1523,Waterbody,Natural,1,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,2 +48,1710,Waterbody,Natural,1,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,1 +49,1711,Waterbody,Natural,1,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,108 +50,1712,Waterbody,Natural,1,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,130 +51,1713,Waterbody,Natural,1,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,5 +65,1811,Waterbody,Natural,1,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,96 +66,1812,Waterbody,Natural,1,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,23 +69,1821,Waterbody,Natural,1,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,21 +70,1822,Waterbody,Natural,1,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,4 +82,2112,Waterbody,Wetland,2,11,Open Water,#476BA0,2,medium,#a1d99b,2 +83,2113,Waterbody,Wetland,2,11,Open Water,#476BA0,3,high,#31a354,2 +110,2412,Waterbody,Wetland,2,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,1 +126,2522,Waterbody,Wetland,2,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,2 +152,2900,Waterbody,Wetland,2,90,Woody Wetlands,#BAD8EA,0,none,#ffffff,11 +153,2901,Waterbody,Wetland,2,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,6168 +154,2902,Waterbody,Wetland,2,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,50384 +155,2903,Waterbody,Wetland,2,90,Woody Wetlands,#BAD8EA,3,high,#31a354,8061 +156,2950,Waterbody,Wetland,2,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,83 +157,2951,Waterbody,Wetland,2,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,1838 +158,2952,Waterbody,Wetland,2,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,2694 +159,2953,Waterbody,Wetland,2,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,146 +160,3110,Waterbody,Artificial,3,11,Open Water,#476BA0,0,none,#ffffff,3 +161,3111,Waterbody,Artificial,3,11,Open Water,#476BA0,1,low,#e5f5e0,79 +162,3112,Waterbody,Artificial,3,11,Open Water,#476BA0,2,medium,#a1d99b,109 +163,3113,Waterbody,Artificial,3,11,Open Water,#476BA0,3,high,#31a354,21 +169,3211,Waterbody,Artificial,3,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,25 +170,3212,Waterbody,Artificial,3,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,6 +173,3221,Waterbody,Artificial,3,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,59 +174,3222,Waterbody,Artificial,3,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,2 +176,3230,Waterbody,Artificial,3,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,3 +177,3231,Waterbody,Artificial,3,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,188 +178,3232,Waterbody,Artificial,3,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,28 +180,3240,Waterbody,Artificial,3,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,20 +181,3241,Waterbody,Artificial,3,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,99 +182,3242,Waterbody,Artificial,3,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,15 +184,3310,Waterbody,Artificial,3,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,5 +185,3311,Waterbody,Artificial,3,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,16 +186,3312,Waterbody,Artificial,3,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,55 +187,3313,Waterbody,Artificial,3,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,8 +190,3412,Waterbody,Artificial,3,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,1 +191,3413,Waterbody,Artificial,3,41,Deciduous Forest,#68AA63,3,high,#31a354,1 +193,3421,Waterbody,Artificial,3,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,2 +194,3422,Waterbody,Artificial,3,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,3 +205,3521,Waterbody,Artificial,3,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,40 +206,3522,Waterbody,Artificial,3,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,4 +209,3711,Waterbody,Artificial,3,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,4 +210,3712,Waterbody,Artificial,3,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,1 +225,3811,Waterbody,Artificial,3,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,51 +229,3821,Waterbody,Artificial,3,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,1 +328,11210,Residential,Dense urban,11,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,68 +329,11211,Residential,Dense urban,11,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,15115 +330,11212,Residential,Dense urban,11,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,5066 +331,11213,Residential,Dense urban,11,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,124 +332,11220,Residential,Dense urban,11,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,308 +333,11221,Residential,Dense urban,11,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,81307 +334,11222,Residential,Dense urban,11,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,17829 +335,11223,Residential,Dense urban,11,22,"Developed, Low Intensity",#D89382,3,high,#31a354,74 +336,11230,Residential,Dense urban,11,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,852 +337,11231,Residential,Dense urban,11,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,127265 +338,11232,Residential,Dense urban,11,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,23343 +339,11233,Residential,Dense urban,11,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,94 +340,11240,Residential,Dense urban,11,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,695 +341,11241,Residential,Dense urban,11,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,28271 +342,11242,Residential,Dense urban,11,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,3530 +343,11243,Residential,Dense urban,11,24,"Developed, High Intensity",#AA0000,3,high,#31a354,29 +408,12210,Residential,Urban,12,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,277 +409,12211,Residential,Urban,12,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,72032 +410,12212,Residential,Urban,12,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,48473 +411,12213,Residential,Urban,12,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,3795 +412,12220,Residential,Urban,12,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,670 +413,12221,Residential,Urban,12,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,122789 +414,12222,Residential,Urban,12,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,65814 +415,12223,Residential,Urban,12,22,"Developed, Low Intensity",#D89382,3,high,#31a354,1780 +416,12230,Residential,Urban,12,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,1947 +417,12231,Residential,Urban,12,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,148268 +418,12232,Residential,Urban,12,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,45730 +419,12233,Residential,Urban,12,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,1090 +420,12240,Residential,Urban,12,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,1993 +421,12241,Residential,Urban,12,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,53389 +422,12242,Residential,Urban,12,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,5819 +423,12243,Residential,Urban,12,24,"Developed, High Intensity",#AA0000,3,high,#31a354,191 +428,12410,Residential,Urban,12,41,Deciduous Forest,#68AA63,0,none,#ffffff,7 +429,12411,Residential,Urban,12,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,2061 +430,12412,Residential,Urban,12,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,9675 +431,12413,Residential,Urban,12,41,Deciduous Forest,#68AA63,3,high,#31a354,585 +432,12420,Residential,Urban,12,42,Evergreen Forest,#1C6330,0,none,#ffffff,15 +433,12421,Residential,Urban,12,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,4977 +434,12422,Residential,Urban,12,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,26217 +435,12423,Residential,Urban,12,42,Evergreen Forest,#1C6330,3,high,#31a354,8863 +436,12430,Residential,Urban,12,43,Mixed Forest,#B5C98E,0,none,#ffffff,1 +437,12431,Residential,Urban,12,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,227 +438,12432,Residential,Urban,12,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,1477 +439,12433,Residential,Urban,12,43,Mixed Forest,#B5C98E,3,high,#31a354,100 +444,12520,Residential,Urban,12,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,57 +445,12521,Residential,Urban,12,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,29049 +446,12522,Residential,Urban,12,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,17594 +447,12523,Residential,Urban,12,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,56 +448,12710,Residential,Urban,12,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,38 +449,12711,Residential,Urban,12,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,5316 +450,12712,Residential,Urban,12,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,1541 +451,12713,Residential,Urban,12,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,136 +465,12811,Residential,Urban,12,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,781 +466,12812,Residential,Urban,12,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,83 +469,12821,Residential,Urban,12,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,916 +470,12822,Residential,Urban,12,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,177 +488,13210,Residential,Suburban,13,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,109 +489,13211,Residential,Suburban,13,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,22432 +490,13212,Residential,Suburban,13,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,17317 +491,13213,Residential,Suburban,13,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,1927 +492,13220,Residential,Suburban,13,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,232 +493,13221,Residential,Suburban,13,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,19576 +494,13222,Residential,Suburban,13,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,10928 +495,13223,Residential,Suburban,13,22,"Developed, Low Intensity",#D89382,3,high,#31a354,933 +496,13230,Residential,Suburban,13,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,575 +497,13231,Residential,Suburban,13,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,21023 +498,13232,Residential,Suburban,13,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,6464 +499,13233,Residential,Suburban,13,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,918 +500,13240,Residential,Suburban,13,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,599 +501,13241,Residential,Suburban,13,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,13361 +502,13242,Residential,Suburban,13,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,1651 +503,13243,Residential,Suburban,13,24,"Developed, High Intensity",#AA0000,3,high,#31a354,150 +508,13410,Residential,Suburban,13,41,Deciduous Forest,#68AA63,0,none,#ffffff,10 +509,13411,Residential,Suburban,13,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,1456 +510,13412,Residential,Suburban,13,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,9052 +511,13413,Residential,Suburban,13,41,Deciduous Forest,#68AA63,3,high,#31a354,568 +512,13420,Residential,Suburban,13,42,Evergreen Forest,#1C6330,0,none,#ffffff,13 +513,13421,Residential,Suburban,13,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,3593 +514,13422,Residential,Suburban,13,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,24395 +515,13423,Residential,Suburban,13,42,Evergreen Forest,#1C6330,3,high,#31a354,14208 +517,13431,Residential,Suburban,13,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,185 +518,13432,Residential,Suburban,13,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,1783 +519,13433,Residential,Suburban,13,43,Mixed Forest,#B5C98E,3,high,#31a354,110 +524,13520,Residential,Suburban,13,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,105 +525,13521,Residential,Suburban,13,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,26466 +526,13522,Residential,Suburban,13,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,16431 +527,13523,Residential,Suburban,13,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,66 +528,13710,Residential,Suburban,13,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,128 +529,13711,Residential,Suburban,13,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,5031 +530,13712,Residential,Suburban,13,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,1127 +531,13713,Residential,Suburban,13,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,247 +545,13811,Residential,Suburban,13,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,3468 +546,13812,Residential,Suburban,13,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,132 +548,13820,Residential,Suburban,13,82,Cultivated Crops,#AA7028,0,none,#ffffff,1 +549,13821,Residential,Suburban,13,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,2169 +550,13822,Residential,Suburban,13,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,168 +572,14220,Residential,Exurban,14,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,142 +573,14221,Residential,Exurban,14,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,18437 +574,14222,Residential,Exurban,14,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,4704 +575,14223,Residential,Exurban,14,22,"Developed, Low Intensity",#D89382,3,high,#31a354,161 +588,14410,Residential,Exurban,14,41,Deciduous Forest,#68AA63,0,none,#ffffff,13 +589,14411,Residential,Exurban,14,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,10326 +590,14412,Residential,Exurban,14,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,34716 +591,14413,Residential,Exurban,14,41,Deciduous Forest,#68AA63,3,high,#31a354,918 +592,14420,Residential,Exurban,14,42,Evergreen Forest,#1C6330,0,none,#ffffff,21 +593,14421,Residential,Exurban,14,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,9303 +594,14422,Residential,Exurban,14,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,65106 +595,14423,Residential,Exurban,14,42,Evergreen Forest,#1C6330,3,high,#31a354,47702 +597,14431,Residential,Exurban,14,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,1572 +598,14432,Residential,Exurban,14,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,14715 +599,14433,Residential,Exurban,14,43,Mixed Forest,#B5C98E,3,high,#31a354,180 +604,14520,Residential,Exurban,14,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,239 +605,14521,Residential,Exurban,14,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,236140 +606,14522,Residential,Exurban,14,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,114760 +607,14523,Residential,Exurban,14,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,459 +608,14710,Residential,Exurban,14,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,134 +609,14711,Residential,Exurban,14,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,20300 +610,14712,Residential,Exurban,14,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,4383 +611,14713,Residential,Exurban,14,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,499 +624,14810,Residential,Exurban,14,81,Pasture/Hay,#DBD83D,0,none,#ffffff,94 +625,14811,Residential,Exurban,14,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,105285 +626,14812,Residential,Exurban,14,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,3384 +628,14820,Residential,Exurban,14,82,Cultivated Crops,#AA7028,0,none,#ffffff,41 +629,14821,Residential,Exurban,14,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,20983 +630,14822,Residential,Exurban,14,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,1172 +631,14823,Residential,Exurban,14,82,Cultivated Crops,#AA7028,3,high,#31a354,23 +668,15410,Residential,Rural,15,41,Deciduous Forest,#68AA63,0,none,#ffffff,19 +669,15411,Residential,Rural,15,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,5355 +670,15412,Residential,Rural,15,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,22991 +671,15413,Residential,Rural,15,41,Deciduous Forest,#68AA63,3,high,#31a354,1534 +672,15420,Residential,Rural,15,42,Evergreen Forest,#1C6330,0,none,#ffffff,21 +673,15421,Residential,Rural,15,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,7750 +674,15422,Residential,Rural,15,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,55966 +675,15423,Residential,Rural,15,42,Evergreen Forest,#1C6330,3,high,#31a354,46923 +677,15431,Residential,Rural,15,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,644 +678,15432,Residential,Rural,15,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,8322 +679,15433,Residential,Rural,15,43,Mixed Forest,#B5C98E,3,high,#31a354,226 +684,15520,Residential,Rural,15,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,459 +685,15521,Residential,Rural,15,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,130462 +686,15522,Residential,Rural,15,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,71344 +687,15523,Residential,Rural,15,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,561 +688,15710,Residential,Rural,15,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,97 +689,15711,Residential,Rural,15,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,13208 +690,15712,Residential,Rural,15,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,3598 +691,15713,Residential,Rural,15,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,870 +704,15810,Residential,Rural,15,81,Pasture/Hay,#DBD83D,0,none,#ffffff,34 +705,15811,Residential,Rural,15,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,62407 +706,15812,Residential,Rural,15,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,2261 +707,15813,Residential,Rural,15,81,Pasture/Hay,#DBD83D,3,high,#31a354,2 +708,15820,Residential,Rural,15,82,Cultivated Crops,#AA7028,0,none,#ffffff,40 +709,15821,Residential,Rural,15,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,18818 +710,15822,Residential,Rural,15,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,924 +720,20110,Commercial,,20,11,Open Water,#476BA0,0,none,#ffffff,143 +721,20111,Commercial,,20,11,Open Water,#476BA0,1,low,#e5f5e0,242 +722,20112,Commercial,,20,11,Open Water,#476BA0,2,medium,#a1d99b,88 +728,20210,Commercial,,20,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,11 +729,20211,Commercial,,20,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,3377 +730,20212,Commercial,,20,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,1010 +731,20213,Commercial,,20,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,18 +732,20220,Commercial,,20,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,57 +733,20221,Commercial,,20,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,3513 +734,20222,Commercial,,20,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,630 +735,20223,Commercial,,20,22,"Developed, Low Intensity",#D89382,3,high,#31a354,7 +736,20230,Commercial,,20,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,312 +737,20231,Commercial,,20,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,8188 +738,20232,Commercial,,20,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,808 +739,20233,Commercial,,20,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,2 +740,20240,Commercial,,20,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,841 +741,20241,Commercial,,20,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,13268 +742,20242,Commercial,,20,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,1272 +743,20243,Commercial,,20,24,"Developed, High Intensity",#AA0000,3,high,#31a354,3 +744,20310,Commercial,,20,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,189 +745,20311,Commercial,,20,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,1285 +746,20312,Commercial,,20,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,33 +749,20411,Commercial,,20,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,203 +750,20412,Commercial,,20,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,2461 +751,20413,Commercial,,20,41,Deciduous Forest,#68AA63,3,high,#31a354,25 +753,20421,Commercial,,20,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,284 +754,20422,Commercial,,20,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,3220 +755,20423,Commercial,,20,42,Evergreen Forest,#1C6330,3,high,#31a354,1295 +757,20431,Commercial,,20,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,24 +758,20432,Commercial,,20,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,325 +759,20433,Commercial,,20,43,Mixed Forest,#B5C98E,3,high,#31a354,4 +764,20520,Commercial,,20,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,40 +765,20521,Commercial,,20,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,9993 +766,20522,Commercial,,20,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,6311 +767,20523,Commercial,,20,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,14 +768,20710,Commercial,,20,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,41 +769,20711,Commercial,,20,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,4291 +770,20712,Commercial,,20,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,160 +784,20810,Commercial,,20,81,Pasture/Hay,#DBD83D,0,none,#ffffff,1 +785,20811,Commercial,,20,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,513 +786,20812,Commercial,,20,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,12 +789,20821,Commercial,,20,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,1086 +790,20822,Commercial,,20,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,100 +793,20901,Commercial,,20,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,70 +794,20902,Commercial,,20,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,657 +795,20903,Commercial,,20,90,Woody Wetlands,#BAD8EA,3,high,#31a354,29 +796,20950,Commercial,,20,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,1 +797,20951,Commercial,,20,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,34 +798,20952,Commercial,,20,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,23 +799,20953,Commercial,,20,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,1 +800,30110,Industrial,,30,11,Open Water,#476BA0,0,none,#ffffff,218 +801,30111,Industrial,,30,11,Open Water,#476BA0,1,low,#e5f5e0,374 +802,30112,Industrial,,30,11,Open Water,#476BA0,2,medium,#a1d99b,170 +803,30113,Industrial,,30,11,Open Water,#476BA0,3,high,#31a354,8 +808,30210,Industrial,,30,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,71 +809,30211,Industrial,,30,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,15038 +810,30212,Industrial,,30,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,5622 +811,30213,Industrial,,30,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,372 +812,30220,Industrial,,30,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,341 +813,30221,Industrial,,30,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,16420 +814,30222,Industrial,,30,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,4681 +815,30223,Industrial,,30,22,"Developed, Low Intensity",#D89382,3,high,#31a354,182 +816,30230,Industrial,,30,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,1339 +817,30231,Industrial,,30,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,24789 +818,30232,Industrial,,30,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,4048 +819,30233,Industrial,,30,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,98 +820,30240,Industrial,,30,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,2711 +821,30241,Industrial,,30,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,25393 +822,30242,Industrial,,30,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,1619 +823,30243,Industrial,,30,24,"Developed, High Intensity",#AA0000,3,high,#31a354,25 +824,30310,Industrial,,30,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,1306 +825,30311,Industrial,,30,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,4347 +826,30312,Industrial,,30,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,899 +827,30313,Industrial,,30,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,87 +829,30411,Industrial,,30,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,900 +830,30412,Industrial,,30,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,4485 +831,30413,Industrial,,30,41,Deciduous Forest,#68AA63,3,high,#31a354,394 +832,30420,Industrial,,30,42,Evergreen Forest,#1C6330,0,none,#ffffff,10 +833,30421,Industrial,,30,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,3270 +834,30422,Industrial,,30,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,28118 +835,30423,Industrial,,30,42,Evergreen Forest,#1C6330,3,high,#31a354,38883 +837,30431,Industrial,,30,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,137 +838,30432,Industrial,,30,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,1913 +839,30433,Industrial,,30,43,Mixed Forest,#B5C98E,3,high,#31a354,84 +844,30520,Industrial,,30,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,157 +845,30521,Industrial,,30,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,33208 +846,30522,Industrial,,30,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,19824 +847,30523,Industrial,,30,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,511 +848,30710,Industrial,,30,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,107 +849,30711,Industrial,,30,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,4866 +850,30712,Industrial,,30,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,856 +851,30713,Industrial,,30,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,254 +864,30810,Industrial,,30,81,Pasture/Hay,#DBD83D,0,none,#ffffff,3 +865,30811,Industrial,,30,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,9962 +866,30812,Industrial,,30,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,310 +867,30813,Industrial,,30,81,Pasture/Hay,#DBD83D,3,high,#31a354,1 +869,30821,Industrial,,30,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,3284 +870,30822,Industrial,,30,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,257 +873,30901,Industrial,,30,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,320 +874,30902,Industrial,,30,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,3764 +875,30903,Industrial,,30,90,Woody Wetlands,#BAD8EA,3,high,#31a354,689 +876,30950,Industrial,,30,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,2 +877,30951,Industrial,,30,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,68 +878,30952,Industrial,,30,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,108 +879,30953,Industrial,,30,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,6 +880,40110,Institutional,,40,11,Open Water,#476BA0,0,none,#ffffff,22 +881,40111,Institutional,,40,11,Open Water,#476BA0,1,low,#e5f5e0,247 +882,40112,Institutional,,40,11,Open Water,#476BA0,2,medium,#a1d99b,173 +883,40113,Institutional,,40,11,Open Water,#476BA0,3,high,#31a354,3 +888,40210,Institutional,,40,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,38 +889,40211,Institutional,,40,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,10703 +890,40212,Institutional,,40,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,4691 +891,40213,Institutional,,40,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,546 +892,40220,Institutional,,40,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,97 +893,40221,Institutional,,40,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,10325 +894,40222,Institutional,,40,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,4304 +895,40223,Institutional,,40,22,"Developed, Low Intensity",#D89382,3,high,#31a354,135 +896,40230,Institutional,,40,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,419 +897,40231,Institutional,,40,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,18682 +898,40232,Institutional,,40,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,4572 +899,40233,Institutional,,40,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,46 +900,40240,Institutional,,40,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,495 +901,40241,Institutional,,40,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,13655 +902,40242,Institutional,,40,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,1784 +903,40243,Institutional,,40,24,"Developed, High Intensity",#AA0000,3,high,#31a354,4 +904,40310,Institutional,,40,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,23 +905,40311,Institutional,,40,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,221 +906,40312,Institutional,,40,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,75 +909,40411,Institutional,,40,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,459 +910,40412,Institutional,,40,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,2212 +911,40413,Institutional,,40,41,Deciduous Forest,#68AA63,3,high,#31a354,171 +912,40420,Institutional,,40,42,Evergreen Forest,#1C6330,0,none,#ffffff,1 +913,40421,Institutional,,40,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,825 +914,40422,Institutional,,40,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,4832 +915,40423,Institutional,,40,42,Evergreen Forest,#1C6330,3,high,#31a354,3435 +917,40431,Institutional,,40,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,88 +918,40432,Institutional,,40,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,631 +919,40433,Institutional,,40,43,Mixed Forest,#B5C98E,3,high,#31a354,5 +924,40520,Institutional,,40,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,18 +925,40521,Institutional,,40,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,10773 +926,40522,Institutional,,40,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,6225 +927,40523,Institutional,,40,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,56 +928,40710,Institutional,,40,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,14 +929,40711,Institutional,,40,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,826 +930,40712,Institutional,,40,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,191 +931,40713,Institutional,,40,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,58 +945,40811,Institutional,,40,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,1062 +946,40812,Institutional,,40,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,19 +949,40821,Institutional,,40,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,1014 +950,40822,Institutional,,40,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,197 +953,40901,Institutional,,40,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,155 +954,40902,Institutional,,40,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,1689 +955,40903,Institutional,,40,90,Woody Wetlands,#BAD8EA,3,high,#31a354,1036 +957,40951,Institutional,,40,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,19 +958,40952,Institutional,,40,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,20 +968,51210,Transportation,Airport,51,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,12 +969,51211,Transportation,Airport,51,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,2866 +970,51212,Transportation,Airport,51,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,108 +972,51220,Transportation,Airport,51,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,47 +973,51221,Transportation,Airport,51,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,1681 +974,51222,Transportation,Airport,51,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,29 +976,51230,Transportation,Airport,51,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,231 +977,51231,Transportation,Airport,51,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,2791 +978,51232,Transportation,Airport,51,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,8 +980,51240,Transportation,Airport,51,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,914 +981,51241,Transportation,Airport,51,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,3837 +982,51242,Transportation,Airport,51,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,43 +984,51310,Transportation,Airport,51,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,1 +985,51311,Transportation,Airport,51,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,1 +989,51411,Transportation,Airport,51,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,1 +990,51412,Transportation,Airport,51,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,15 +993,51421,Transportation,Airport,51,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,1 +994,51422,Transportation,Airport,51,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,8 +995,51423,Transportation,Airport,51,42,Evergreen Forest,#1C6330,3,high,#31a354,1 +1004,51520,Transportation,Airport,51,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,1 +1005,51521,Transportation,Airport,51,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,2023 +1006,51522,Transportation,Airport,51,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,135 +1008,51710,Transportation,Airport,51,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,1 +1009,51711,Transportation,Airport,51,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,41 +1025,51811,Transportation,Airport,51,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,43 +1026,51812,Transportation,Airport,51,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,7 +1029,51821,Transportation,Airport,51,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,4 +1033,51901,Transportation,Airport,51,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,24 +1034,51902,Transportation,Airport,51,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,88 +1035,51903,Transportation,Airport,51,90,Woody Wetlands,#BAD8EA,3,high,#31a354,4 +1041,52111,Transportation,Road and Rail,52,11,Open Water,#476BA0,1,low,#e5f5e0,1 +1049,52211,Transportation,Road and Rail,52,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,2856 +1050,52212,Transportation,Road and Rail,52,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,1262 +1051,52213,Transportation,Road and Rail,52,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,12 +1052,52220,Transportation,Road and Rail,52,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,17 +1053,52221,Transportation,Road and Rail,52,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,10035 +1054,52222,Transportation,Road and Rail,52,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,1608 +1055,52223,Transportation,Road and Rail,52,22,"Developed, Low Intensity",#D89382,3,high,#31a354,11 +1056,52230,Transportation,Road and Rail,52,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,53 +1057,52231,Transportation,Road and Rail,52,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,16943 +1058,52232,Transportation,Road and Rail,52,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,1174 +1059,52233,Transportation,Road and Rail,52,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,10 +1060,52240,Transportation,Road and Rail,52,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,52 +1061,52241,Transportation,Road and Rail,52,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,14032 +1062,52242,Transportation,Road and Rail,52,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,1129 +1063,52243,Transportation,Road and Rail,52,24,"Developed, High Intensity",#AA0000,3,high,#31a354,12 +1065,52311,Transportation,Road and Rail,52,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,41 +1066,52312,Transportation,Road and Rail,52,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,6 +1069,52411,Transportation,Road and Rail,52,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,11 +1070,52412,Transportation,Road and Rail,52,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,103 +1071,52413,Transportation,Road and Rail,52,41,Deciduous Forest,#68AA63,3,high,#31a354,2 +1073,52421,Transportation,Road and Rail,52,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,3 +1074,52422,Transportation,Road and Rail,52,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,96 +1075,52423,Transportation,Road and Rail,52,42,Evergreen Forest,#1C6330,3,high,#31a354,3 +1077,52431,Transportation,Road and Rail,52,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,4 +1078,52432,Transportation,Road and Rail,52,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,98 +1079,52433,Transportation,Road and Rail,52,43,Mixed Forest,#B5C98E,3,high,#31a354,1 +1084,52520,Transportation,Road and Rail,52,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,4 +1085,52521,Transportation,Road and Rail,52,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,1363 +1086,52522,Transportation,Road and Rail,52,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,994 +1089,52711,Transportation,Road and Rail,52,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,41 +1090,52712,Transportation,Road and Rail,52,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,6 +1105,52811,Transportation,Road and Rail,52,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,65 +1106,52812,Transportation,Road and Rail,52,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,5 +1109,52821,Transportation,Road and Rail,52,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,161 +1110,52822,Transportation,Road and Rail,52,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,5 +1113,52901,Transportation,Road and Rail,52,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,37 +1114,52902,Transportation,Road and Rail,52,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,133 +1115,52903,Transportation,Road and Rail,52,90,Woody Wetlands,#BAD8EA,3,high,#31a354,3 +1117,52951,Transportation,Road and Rail,52,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,2 +1118,52952,Transportation,Road and Rail,52,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,7 +1120,53110,Transportation,Other,53,11,Open Water,#476BA0,0,none,#ffffff,7 +1121,53111,Transportation,Other,53,11,Open Water,#476BA0,1,low,#e5f5e0,127 +1122,53112,Transportation,Other,53,11,Open Water,#476BA0,2,medium,#a1d99b,104 +1123,53113,Transportation,Other,53,11,Open Water,#476BA0,3,high,#31a354,46 +1128,53210,Transportation,Other,53,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,8 +1129,53211,Transportation,Other,53,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,4842 +1130,53212,Transportation,Other,53,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,1763 +1131,53213,Transportation,Other,53,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,94 +1132,53220,Transportation,Other,53,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,63 +1133,53221,Transportation,Other,53,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,3782 +1134,53222,Transportation,Other,53,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,1088 +1135,53223,Transportation,Other,53,22,"Developed, Low Intensity",#D89382,3,high,#31a354,35 +1136,53230,Transportation,Other,53,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,333 +1137,53231,Transportation,Other,53,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,5100 +1138,53232,Transportation,Other,53,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,823 +1139,53233,Transportation,Other,53,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,29 +1140,53240,Transportation,Other,53,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,726 +1141,53241,Transportation,Other,53,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,4634 +1142,53242,Transportation,Other,53,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,392 +1143,53243,Transportation,Other,53,24,"Developed, High Intensity",#AA0000,3,high,#31a354,3 +1144,53310,Transportation,Other,53,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,10 +1145,53311,Transportation,Other,53,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,254 +1146,53312,Transportation,Other,53,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,135 +1147,53313,Transportation,Other,53,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,8 +1148,53410,Transportation,Other,53,41,Deciduous Forest,#68AA63,0,none,#ffffff,1 +1149,53411,Transportation,Other,53,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,260 +1150,53412,Transportation,Other,53,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,1301 +1151,53413,Transportation,Other,53,41,Deciduous Forest,#68AA63,3,high,#31a354,34 +1152,53420,Transportation,Other,53,42,Evergreen Forest,#1C6330,0,none,#ffffff,1 +1153,53421,Transportation,Other,53,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,777 +1154,53422,Transportation,Other,53,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,3366 +1155,53423,Transportation,Other,53,42,Evergreen Forest,#1C6330,3,high,#31a354,1183 +1157,53431,Transportation,Other,53,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,23 +1158,53432,Transportation,Other,53,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,534 +1159,53433,Transportation,Other,53,43,Mixed Forest,#B5C98E,3,high,#31a354,17 +1164,53520,Transportation,Other,53,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,17 +1165,53521,Transportation,Other,53,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,8821 +1166,53522,Transportation,Other,53,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,5269 +1167,53523,Transportation,Other,53,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,10 +1168,53710,Transportation,Other,53,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,5 +1169,53711,Transportation,Other,53,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,3355 +1170,53712,Transportation,Other,53,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,238 +1171,53713,Transportation,Other,53,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,32 +1185,53811,Transportation,Other,53,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,3511 +1186,53812,Transportation,Other,53,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,416 +1188,53820,Transportation,Other,53,82,Cultivated Crops,#AA7028,0,none,#ffffff,6 +1189,53821,Transportation,Other,53,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,7319 +1190,53822,Transportation,Other,53,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,81 +1193,53901,Transportation,Other,53,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,78 +1194,53902,Transportation,Other,53,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,1215 +1195,53903,Transportation,Other,53,90,Woody Wetlands,#BAD8EA,3,high,#31a354,329 +1197,53951,Transportation,Other,53,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,28 +1198,53952,Transportation,Other,53,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,40 +1208,60210,Other Development,,60,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,456 +1209,60211,Other Development,,60,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,121213 +1210,60212,Other Development,,60,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,30670 +1211,60213,Other Development,,60,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,2187 +1212,60220,Other Development,,60,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,873 +1213,60221,Other Development,,60,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,57053 +1214,60222,Other Development,,60,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,11048 +1215,60223,Other Development,,60,22,"Developed, Low Intensity",#D89382,3,high,#31a354,494 +1216,60230,Other Development,,60,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,2064 +1217,60231,Other Development,,60,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,58606 +1218,60232,Other Development,,60,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,7278 +1219,60233,Other Development,,60,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,243 +1220,60240,Other Development,,60,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,2718 +1221,60241,Other Development,,60,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,39151 +1222,60242,Other Development,,60,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,2410 +1223,60243,Other Development,,60,24,"Developed, High Intensity",#AA0000,3,high,#31a354,58 +1233,60421,Other Development,,60,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,1 +1234,60422,Other Development,,60,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,1 +1245,60521,Other Development,,60,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,32 +1265,60811,Other Development,,60,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,4 +1269,60821,Other Development,,60,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,3 +1280,70110,Agriculture,,70,11,Open Water,#476BA0,0,none,#ffffff,88 +1281,70111,Agriculture,,70,11,Open Water,#476BA0,1,low,#e5f5e0,380 +1282,70112,Agriculture,,70,11,Open Water,#476BA0,2,medium,#a1d99b,90 +1288,70210,Agriculture,,70,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,2 +1289,70211,Agriculture,,70,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,1509 +1290,70212,Agriculture,,70,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,78 +1291,70213,Agriculture,,70,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,10 +1292,70220,Agriculture,,70,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,6 +1293,70221,Agriculture,,70,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,1486 +1294,70222,Agriculture,,70,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,231 +1295,70223,Agriculture,,70,22,"Developed, Low Intensity",#D89382,3,high,#31a354,19 +1296,70230,Agriculture,,70,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,4 +1297,70231,Agriculture,,70,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,2460 +1298,70232,Agriculture,,70,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,437 +1299,70233,Agriculture,,70,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,14 +1301,70241,Agriculture,,70,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,350 +1302,70242,Agriculture,,70,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,115 +1303,70243,Agriculture,,70,24,"Developed, High Intensity",#AA0000,3,high,#31a354,8 +1304,70310,Agriculture,,70,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,370 +1305,70311,Agriculture,,70,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,3139 +1306,70312,Agriculture,,70,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,514 +1307,70313,Agriculture,,70,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,103 +1308,70410,Agriculture,,70,41,Deciduous Forest,#68AA63,0,none,#ffffff,3 +1309,70411,Agriculture,,70,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,159 +1310,70412,Agriculture,,70,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,607 +1311,70413,Agriculture,,70,41,Deciduous Forest,#68AA63,3,high,#31a354,16 +1312,70420,Agriculture,,70,42,Evergreen Forest,#1C6330,0,none,#ffffff,6 +1313,70421,Agriculture,,70,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,127 +1314,70422,Agriculture,,70,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,285 +1315,70423,Agriculture,,70,42,Evergreen Forest,#1C6330,3,high,#31a354,11 +1317,70431,Agriculture,,70,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,40 +1318,70432,Agriculture,,70,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,329 +1319,70433,Agriculture,,70,43,Mixed Forest,#B5C98E,3,high,#31a354,3 +1324,70520,Agriculture,,70,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,83 +1325,70521,Agriculture,,70,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,24011 +1326,70522,Agriculture,,70,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,2779 +1327,70523,Agriculture,,70,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,5 +1328,70710,Agriculture,,70,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,80 +1329,70711,Agriculture,,70,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,7357 +1330,70712,Agriculture,,70,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,491 +1331,70713,Agriculture,,70,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,16 +1344,70810,Agriculture,,70,81,Pasture/Hay,#DBD83D,0,none,#ffffff,120 +1345,70811,Agriculture,,70,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,57830 +1346,70812,Agriculture,,70,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,1764 +1347,70813,Agriculture,,70,81,Pasture/Hay,#DBD83D,3,high,#31a354,3 +1348,70820,Agriculture,,70,82,Cultivated Crops,#AA7028,0,none,#ffffff,205 +1349,70821,Agriculture,,70,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,186607 +1350,70822,Agriculture,,70,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,1964 +1353,70901,Agriculture,,70,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,231 +1354,70902,Agriculture,,70,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,585 +1355,70903,Agriculture,,70,90,Woody Wetlands,#BAD8EA,3,high,#31a354,15 +1356,70950,Agriculture,,70,95,Emergent Herbaceous Wetlands,#70A3BA,0,none,#ffffff,1 +1357,70951,Agriculture,,70,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,93 +1358,70952,Agriculture,,70,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,54 +1359,70953,Agriculture,,70,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,1 +1361,80111,Rangeland,,80,11,Open Water,#476BA0,1,low,#e5f5e0,56 +1362,80112,Rangeland,,80,11,Open Water,#476BA0,2,medium,#a1d99b,14 +1368,80210,Rangeland,,80,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,4 +1369,80211,Rangeland,,80,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,1209 +1370,80212,Rangeland,,80,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,38 +1371,80213,Rangeland,,80,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,1 +1372,80220,Rangeland,,80,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,1 +1373,80221,Rangeland,,80,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,180 +1374,80222,Rangeland,,80,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,33 +1376,80230,Rangeland,,80,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,1 +1377,80231,Rangeland,,80,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,294 +1378,80232,Rangeland,,80,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,58 +1379,80233,Rangeland,,80,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,1 +1381,80241,Rangeland,,80,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,48 +1382,80242,Rangeland,,80,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,10 +1384,80310,Rangeland,,80,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,21 +1385,80311,Rangeland,,80,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,291 +1386,80312,Rangeland,,80,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,63 +1387,80313,Rangeland,,80,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,1 +1388,80410,Rangeland,,80,41,Deciduous Forest,#68AA63,0,none,#ffffff,1 +1389,80411,Rangeland,,80,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,89 +1390,80412,Rangeland,,80,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,59 +1393,80421,Rangeland,,80,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,69 +1394,80422,Rangeland,,80,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,38 +1395,80423,Rangeland,,80,42,Evergreen Forest,#1C6330,3,high,#31a354,3 +1397,80431,Rangeland,,80,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,14 +1398,80432,Rangeland,,80,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,35 +1404,80520,Rangeland,,80,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,511 +1405,80521,Rangeland,,80,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,208040 +1406,80522,Rangeland,,80,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,102308 +1407,80523,Rangeland,,80,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,995 +1408,80710,Rangeland,,80,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,89 +1409,80711,Rangeland,,80,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,16213 +1410,80712,Rangeland,,80,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,2919 +1411,80713,Rangeland,,80,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,672 +1424,80810,Rangeland,,80,81,Pasture/Hay,#DBD83D,0,none,#ffffff,8 +1425,80811,Rangeland,,80,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,15816 +1426,80812,Rangeland,,80,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,190 +1428,80820,Rangeland,,80,82,Cultivated Crops,#AA7028,0,none,#ffffff,11 +1429,80821,Rangeland,,80,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,17696 +1430,80822,Rangeland,,80,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,207 +1433,80901,Rangeland,,80,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,128 +1434,80902,Rangeland,,80,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,106 +1435,80903,Rangeland,,80,90,Woody Wetlands,#BAD8EA,3,high,#31a354,6 +1437,80951,Rangeland,,80,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,54 +1438,80952,Rangeland,,80,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,46 +1439,80953,Rangeland,,80,95,Emergent Herbaceous Wetlands,#70A3BA,3,high,#31a354,1 +1440,90110,Extractive/Mining,,90,11,Open Water,#476BA0,0,none,#ffffff,8 +1441,90111,Extractive/Mining,,90,11,Open Water,#476BA0,1,low,#e5f5e0,66 +1442,90112,Extractive/Mining,,90,11,Open Water,#476BA0,2,medium,#a1d99b,19 +1448,90210,Extractive/Mining,,90,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,6 +1449,90211,Extractive/Mining,,90,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,1304 +1450,90212,Extractive/Mining,,90,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,292 +1451,90213,Extractive/Mining,,90,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,14 +1452,90220,Extractive/Mining,,90,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,63 +1453,90221,Extractive/Mining,,90,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,1691 +1454,90222,Extractive/Mining,,90,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,404 +1455,90223,Extractive/Mining,,90,22,"Developed, Low Intensity",#D89382,3,high,#31a354,18 +1456,90230,Extractive/Mining,,90,23,"Developed, Medium Intensity",#ED0000,0,none,#ffffff,207 +1457,90231,Extractive/Mining,,90,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,2275 +1458,90232,Extractive/Mining,,90,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,331 +1459,90233,Extractive/Mining,,90,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,41 +1460,90240,Extractive/Mining,,90,24,"Developed, High Intensity",#AA0000,0,none,#ffffff,207 +1461,90241,Extractive/Mining,,90,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,1709 +1462,90242,Extractive/Mining,,90,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,78 +1463,90243,Extractive/Mining,,90,24,"Developed, High Intensity",#AA0000,3,high,#31a354,1 +1464,90310,Extractive/Mining,,90,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,632 +1465,90311,Extractive/Mining,,90,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,1628 +1466,90312,Extractive/Mining,,90,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,267 +1467,90313,Extractive/Mining,,90,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,45 +1469,90411,Extractive/Mining,,90,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,67 +1470,90412,Extractive/Mining,,90,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,181 +1471,90413,Extractive/Mining,,90,41,Deciduous Forest,#68AA63,3,high,#31a354,1 +1472,90420,Extractive/Mining,,90,42,Evergreen Forest,#1C6330,0,none,#ffffff,3 +1473,90421,Extractive/Mining,,90,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,181 +1474,90422,Extractive/Mining,,90,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,796 +1475,90423,Extractive/Mining,,90,42,Evergreen Forest,#1C6330,3,high,#31a354,240 +1477,90431,Extractive/Mining,,90,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,15 +1478,90432,Extractive/Mining,,90,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,235 +1479,90433,Extractive/Mining,,90,43,Mixed Forest,#B5C98E,3,high,#31a354,5 +1484,90520,Extractive/Mining,,90,52,Scrub/Shrub,#CCBA7C,0,none,#ffffff,30 +1485,90521,Extractive/Mining,,90,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,3222 +1486,90522,Extractive/Mining,,90,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,1080 +1487,90523,Extractive/Mining,,90,52,Scrub/Shrub,#CCBA7C,3,high,#31a354,1 +1488,90710,Extractive/Mining,,90,71,Grassland/Herbaceous,#E2E2C1,0,none,#ffffff,10 +1489,90711,Extractive/Mining,,90,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,340 +1490,90712,Extractive/Mining,,90,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,60 +1491,90713,Extractive/Mining,,90,71,Grassland/Herbaceous,#E2E2C1,3,high,#31a354,6 +1504,90810,Extractive/Mining,,90,81,Pasture/Hay,#DBD83D,0,none,#ffffff,3 +1505,90811,Extractive/Mining,,90,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,851 +1506,90812,Extractive/Mining,,90,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,66 +1508,90820,Extractive/Mining,,90,82,Cultivated Crops,#AA7028,0,none,#ffffff,27 +1509,90821,Extractive/Mining,,90,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,2963 +1510,90822,Extractive/Mining,,90,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,30 +1513,90901,Extractive/Mining,,90,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,26 +1514,90902,Extractive/Mining,,90,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,241 +1515,90903,Extractive/Mining,,90,90,Woody Wetlands,#BAD8EA,3,high,#31a354,34 +1517,90951,Extractive/Mining,,90,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,5 +1548,100410,Timber,,100,41,Deciduous Forest,#68AA63,0,none,#ffffff,21 +1549,100411,Timber,,100,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,12462 +1550,100412,Timber,,100,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,36939 +1551,100413,Timber,,100,41,Deciduous Forest,#68AA63,3,high,#31a354,1558 +1552,100420,Timber,,100,42,Evergreen Forest,#1C6330,0,none,#ffffff,33 +1553,100421,Timber,,100,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,16658 +1554,100422,Timber,,100,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,93524 +1555,100423,Timber,,100,42,Evergreen Forest,#1C6330,3,high,#31a354,137804 +1556,100430,Timber,,100,43,Mixed Forest,#B5C98E,0,none,#ffffff,2 +1557,100431,Timber,,100,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,985 +1558,100432,Timber,,100,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,11345 +1559,100433,Timber,,100,43,Mixed Forest,#B5C98E,3,high,#31a354,216 +1624,110310,Barren,,110,31,Barren Land (Rock/Sand/Clay),#B2ADA3,0,none,#ffffff,3682 +1625,110311,Barren,,110,31,Barren Land (Rock/Sand/Clay),#B2ADA3,1,low,#e5f5e0,19293 +1626,110312,Barren,,110,31,Barren Land (Rock/Sand/Clay),#B2ADA3,2,medium,#a1d99b,4522 +1627,110313,Barren,,110,31,Barren Land (Rock/Sand/Clay),#B2ADA3,3,high,#31a354,684 +1680,120110,Undifferentiated park,,120,11,Open Water,#476BA0,0,none,#ffffff,56 +1681,120111,Undifferentiated park,,120,11,Open Water,#476BA0,1,low,#e5f5e0,38 +1682,120112,Undifferentiated park,,120,11,Open Water,#476BA0,2,medium,#a1d99b,1 +1688,120210,Undifferentiated park,,120,21,"Developed, Open Space",#DDC9C9,0,none,#ffffff,1 +1689,120211,Undifferentiated park,,120,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,271 +1690,120212,Undifferentiated park,,120,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,97 +1691,120213,Undifferentiated park,,120,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,9 +1692,120220,Undifferentiated park,,120,22,"Developed, Low Intensity",#D89382,0,none,#ffffff,1 +1693,120221,Undifferentiated park,,120,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,191 +1694,120222,Undifferentiated park,,120,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,32 +1697,120231,Undifferentiated park,,120,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,83 +1698,120232,Undifferentiated park,,120,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,11 +1701,120241,Undifferentiated park,,120,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,12 +1710,120412,Undifferentiated park,,120,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,18 +1713,120421,Undifferentiated park,,120,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,17 +1714,120422,Undifferentiated park,,120,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,107 +1715,120423,Undifferentiated park,,120,42,Evergreen Forest,#1C6330,3,high,#31a354,899 +1717,120431,Undifferentiated park,,120,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,2 +1725,120521,Undifferentiated park,,120,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,137 +1726,120522,Undifferentiated park,,120,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,31 +1729,120711,Undifferentiated park,,120,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,15 +1744,120810,Undifferentiated park,,120,81,Pasture/Hay,#DBD83D,0,none,#ffffff,1 +1745,120811,Undifferentiated park,,120,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,18 +1753,120901,Undifferentiated park,,120,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,14 +1754,120902,Undifferentiated park,,120,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,255 +1755,120903,Undifferentiated park,,120,90,Woody Wetlands,#BAD8EA,3,high,#31a354,39 +1757,120951,Undifferentiated park,,120,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,4 +1849,132211,Developed park,Golf course,132,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,319 +1850,132212,Developed park,Golf course,132,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,1 +1853,132221,Developed park,Golf course,132,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,32 +1857,132231,Developed park,Golf course,132,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,19 +1861,132241,Developed park,Golf course,132,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,1 +2033,134421,Developed park,Other,134,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,1 +2081,140111,Natural park,,140,11,Open Water,#476BA0,1,low,#e5f5e0,10 +2082,140112,Natural park,,140,11,Open Water,#476BA0,2,medium,#a1d99b,1 +2089,140211,Natural park,,140,21,"Developed, Open Space",#DDC9C9,1,low,#e5f5e0,413 +2090,140212,Natural park,,140,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,155 +2091,140213,Natural park,,140,21,"Developed, Open Space",#DDC9C9,3,high,#31a354,3 +2093,140221,Natural park,,140,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,298 +2094,140222,Natural park,,140,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,86 +2097,140231,Natural park,,140,23,"Developed, Medium Intensity",#ED0000,1,low,#e5f5e0,199 +2098,140232,Natural park,,140,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,33 +2099,140233,Natural park,,140,23,"Developed, Medium Intensity",#ED0000,3,high,#31a354,1 +2101,140241,Natural park,,140,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,41 +2102,140242,Natural park,,140,24,"Developed, High Intensity",#AA0000,2,medium,#a1d99b,5 +2109,140411,Natural park,,140,41,Deciduous Forest,#68AA63,1,low,#e5f5e0,15 +2110,140412,Natural park,,140,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,60 +2111,140413,Natural park,,140,41,Deciduous Forest,#68AA63,3,high,#31a354,4 +2113,140421,Natural park,,140,42,Evergreen Forest,#1C6330,1,low,#e5f5e0,13 +2114,140422,Natural park,,140,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,55 +2115,140423,Natural park,,140,42,Evergreen Forest,#1C6330,3,high,#31a354,11 +2117,140431,Natural park,,140,43,Mixed Forest,#B5C98E,1,low,#e5f5e0,7 +2118,140432,Natural park,,140,43,Mixed Forest,#B5C98E,2,medium,#a1d99b,18 +2125,140521,Natural park,,140,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,392 +2126,140522,Natural park,,140,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,210 +2129,140711,Natural park,,140,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,14 +2130,140712,Natural park,,140,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,1 +2145,140811,Natural park,,140,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,382 +2146,140812,Natural park,,140,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,25 +2149,140821,Natural park,,140,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,26 +2150,140822,Natural park,,140,82,Cultivated Crops,#AA7028,2,medium,#a1d99b,4 +2153,140901,Natural park,,140,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,88 +2154,140902,Natural park,,140,90,Woody Wetlands,#BAD8EA,2,medium,#a1d99b,530 +2155,140903,Natural park,,140,90,Woody Wetlands,#BAD8EA,3,high,#31a354,60 +2157,140951,Natural park,,140,95,Emergent Herbaceous Wetlands,#70A3BA,1,low,#e5f5e0,9 +2158,140952,Natural park,,140,95,Emergent Herbaceous Wetlands,#70A3BA,2,medium,#a1d99b,9 +2241,152111,Conservation,Public-limited access,152,11,Open Water,#476BA0,1,low,#e5f5e0,13 +2242,152112,Conservation,Public-limited access,152,11,Open Water,#476BA0,2,medium,#a1d99b,8 +2250,152212,Conservation,Public-limited access,152,21,"Developed, Open Space",#DDC9C9,2,medium,#a1d99b,1 +2253,152221,Conservation,Public-limited access,152,22,"Developed, Low Intensity",#D89382,1,low,#e5f5e0,2 +2254,152222,Conservation,Public-limited access,152,22,"Developed, Low Intensity",#D89382,2,medium,#a1d99b,2 +2258,152232,Conservation,Public-limited access,152,23,"Developed, Medium Intensity",#ED0000,2,medium,#a1d99b,1 +2261,152241,Conservation,Public-limited access,152,24,"Developed, High Intensity",#AA0000,1,low,#e5f5e0,3 +2270,152412,Conservation,Public-limited access,152,41,Deciduous Forest,#68AA63,2,medium,#a1d99b,2 +2274,152422,Conservation,Public-limited access,152,42,Evergreen Forest,#1C6330,2,medium,#a1d99b,4 +2285,152521,Conservation,Public-limited access,152,52,Scrub/Shrub,#CCBA7C,1,low,#e5f5e0,194 +2286,152522,Conservation,Public-limited access,152,52,Scrub/Shrub,#CCBA7C,2,medium,#a1d99b,14 +2289,152711,Conservation,Public-limited access,152,71,Grassland/Herbaceous,#E2E2C1,1,low,#e5f5e0,18 +2290,152712,Conservation,Public-limited access,152,71,Grassland/Herbaceous,#E2E2C1,2,medium,#a1d99b,1 +2305,152811,Conservation,Public-limited access,152,81,Pasture/Hay,#DBD83D,1,low,#e5f5e0,63 +2306,152812,Conservation,Public-limited access,152,81,Pasture/Hay,#DBD83D,2,medium,#a1d99b,5 +2309,152821,Conservation,Public-limited access,152,82,Cultivated Crops,#AA7028,1,low,#e5f5e0,44 +2313,152901,Conservation,Public-limited access,152,90,Woody Wetlands,#BAD8EA,1,low,#e5f5e0,1 diff --git a/appdata/lulc_crosswalk.json b/appdata/lulc_crosswalk.json new file mode 100644 index 0000000..c65cbfe --- /dev/null +++ b/appdata/lulc_crosswalk.json @@ -0,0 +1 @@ +{"0": {"nlcd": "11", "nlud": "1", "tree": "0"}, "1": {"nlcd": "11", "nlud": "1", "tree": "1"}, "2": {"nlcd": "11", "nlud": "1", "tree": "2"}, "3": {"nlcd": "11", "nlud": "1", "tree": "3"}, "8": {"nlcd": "21", "nlud": "1", "tree": "0"}, "9": {"nlcd": "21", "nlud": "1", "tree": "1"}, "10": {"nlcd": "21", "nlud": "1", "tree": "2"}, "11": {"nlcd": "21", "nlud": "1", "tree": "3"}, "12": {"nlcd": "22", "nlud": "1", "tree": "0"}, "13": {"nlcd": "22", "nlud": "1", "tree": "1"}, "14": {"nlcd": "22", "nlud": "1", "tree": "2"}, "15": {"nlcd": "22", "nlud": "1", "tree": "3"}, "16": {"nlcd": "23", "nlud": "1", "tree": "0"}, "17": {"nlcd": "23", "nlud": "1", "tree": "1"}, "18": {"nlcd": "23", "nlud": "1", "tree": "2"}, "20": {"nlcd": "24", "nlud": "1", "tree": "0"}, "21": {"nlcd": "24", "nlud": "1", "tree": "1"}, "22": {"nlcd": "24", "nlud": "1", "tree": "2"}, "24": {"nlcd": "31", "nlud": "1", "tree": "0"}, "25": {"nlcd": "31", "nlud": "1", "tree": "1"}, "26": {"nlcd": "31", "nlud": "1", "tree": "2"}, "28": {"nlcd": "41", "nlud": "1", "tree": "0"}, "29": {"nlcd": "41", "nlud": "1", "tree": "1"}, "30": {"nlcd": "41", "nlud": "1", "tree": "2"}, "31": {"nlcd": "41", "nlud": "1", "tree": "3"}, "33": {"nlcd": "42", "nlud": "1", "tree": "1"}, "34": {"nlcd": "42", "nlud": "1", "tree": "2"}, "35": {"nlcd": "42", "nlud": "1", "tree": "3"}, "37": {"nlcd": "43", "nlud": "1", "tree": "1"}, "38": {"nlcd": "43", "nlud": "1", "tree": "2"}, "39": {"nlcd": "43", "nlud": "1", "tree": "3"}, "44": {"nlcd": "52", "nlud": "1", "tree": "0"}, "45": {"nlcd": "52", "nlud": "1", "tree": "1"}, "46": {"nlcd": "52", "nlud": "1", "tree": "2"}, "47": {"nlcd": "52", "nlud": "1", "tree": "3"}, "48": {"nlcd": "71", "nlud": "1", "tree": "0"}, "49": {"nlcd": "71", "nlud": "1", "tree": "1"}, "50": {"nlcd": "71", "nlud": "1", "tree": "2"}, "51": {"nlcd": "71", "nlud": "1", "tree": "3"}, "65": {"nlcd": "81", "nlud": "1", "tree": "1"}, "66": {"nlcd": "81", "nlud": "1", "tree": "2"}, "69": {"nlcd": "82", "nlud": "1", "tree": "1"}, "70": {"nlcd": "82", "nlud": "1", "tree": "2"}, "82": {"nlcd": "11", "nlud": "2", "tree": "2"}, "83": {"nlcd": "11", "nlud": "2", "tree": "3"}, "110": {"nlcd": "41", "nlud": "2", "tree": "2"}, "126": {"nlcd": "52", "nlud": "2", "tree": "2"}, "152": {"nlcd": "90", "nlud": "2", "tree": "0"}, "153": {"nlcd": "90", "nlud": "2", "tree": "1"}, "154": {"nlcd": "90", "nlud": "2", "tree": "2"}, "155": {"nlcd": "90", "nlud": "2", "tree": "3"}, "156": {"nlcd": "95", "nlud": "2", "tree": "0"}, "157": {"nlcd": "95", "nlud": "2", "tree": "1"}, "158": {"nlcd": "95", "nlud": "2", "tree": "2"}, "159": {"nlcd": "95", "nlud": "2", "tree": "3"}, "160": {"nlcd": "11", "nlud": "3", "tree": "0"}, "161": {"nlcd": "11", "nlud": "3", "tree": "1"}, "162": {"nlcd": "11", "nlud": "3", "tree": "2"}, "163": {"nlcd": "11", "nlud": "3", "tree": "3"}, "169": {"nlcd": "21", "nlud": "3", "tree": "1"}, "170": {"nlcd": "21", "nlud": "3", "tree": "2"}, "173": {"nlcd": "22", "nlud": "3", "tree": "1"}, "174": {"nlcd": "22", "nlud": "3", "tree": "2"}, "176": {"nlcd": "23", "nlud": "3", "tree": "0"}, "177": {"nlcd": "23", "nlud": "3", "tree": "1"}, "178": {"nlcd": "23", "nlud": "3", "tree": "2"}, "180": {"nlcd": "24", "nlud": "3", "tree": "0"}, "181": {"nlcd": "24", "nlud": "3", "tree": "1"}, "182": {"nlcd": "24", "nlud": "3", "tree": "2"}, "184": {"nlcd": "31", "nlud": "3", "tree": "0"}, "185": {"nlcd": "31", "nlud": "3", "tree": "1"}, "186": {"nlcd": "31", "nlud": "3", "tree": "2"}, "187": {"nlcd": "31", "nlud": "3", "tree": "3"}, "190": {"nlcd": "41", "nlud": "3", "tree": "2"}, "191": {"nlcd": "41", "nlud": "3", "tree": "3"}, "193": {"nlcd": "42", "nlud": "3", "tree": "1"}, "194": {"nlcd": "42", "nlud": "3", "tree": "2"}, "205": {"nlcd": "52", "nlud": "3", "tree": "1"}, "206": {"nlcd": "52", "nlud": "3", "tree": "2"}, "209": {"nlcd": "71", "nlud": "3", "tree": "1"}, "210": {"nlcd": "71", "nlud": "3", "tree": "2"}, "225": {"nlcd": "81", "nlud": "3", "tree": "1"}, "229": {"nlcd": "82", "nlud": "3", "tree": "1"}, "328": {"nlcd": "21", "nlud": "11", "tree": "0"}, "329": {"nlcd": "21", "nlud": "11", "tree": "1"}, "330": {"nlcd": "21", "nlud": "11", "tree": "2"}, "331": {"nlcd": "21", "nlud": "11", "tree": "3"}, "332": {"nlcd": "22", "nlud": "11", "tree": "0"}, "333": {"nlcd": "22", "nlud": "11", "tree": "1"}, "334": {"nlcd": "22", "nlud": "11", "tree": "2"}, "335": {"nlcd": "22", "nlud": "11", "tree": "3"}, "336": {"nlcd": "23", "nlud": "11", "tree": "0"}, "337": {"nlcd": "23", "nlud": "11", "tree": "1"}, "338": {"nlcd": "23", "nlud": "11", "tree": "2"}, "339": {"nlcd": "23", "nlud": "11", "tree": "3"}, "340": {"nlcd": "24", "nlud": "11", "tree": "0"}, "341": {"nlcd": "24", "nlud": "11", "tree": "1"}, "342": {"nlcd": "24", "nlud": "11", "tree": "2"}, "343": {"nlcd": "24", "nlud": "11", "tree": "3"}, "408": {"nlcd": "21", "nlud": "12", "tree": "0"}, "409": {"nlcd": "21", "nlud": "12", "tree": "1"}, "410": {"nlcd": "21", "nlud": "12", "tree": "2"}, "411": {"nlcd": "21", "nlud": "12", "tree": "3"}, "412": {"nlcd": "22", "nlud": "12", "tree": "0"}, "413": {"nlcd": "22", "nlud": "12", "tree": "1"}, "414": {"nlcd": "22", "nlud": "12", "tree": "2"}, "415": {"nlcd": "22", "nlud": "12", "tree": "3"}, "416": {"nlcd": "23", "nlud": "12", "tree": "0"}, "417": {"nlcd": "23", "nlud": "12", "tree": "1"}, "418": {"nlcd": "23", "nlud": "12", "tree": "2"}, "419": {"nlcd": "23", "nlud": "12", "tree": "3"}, "420": {"nlcd": "24", "nlud": "12", "tree": "0"}, "421": {"nlcd": "24", "nlud": "12", "tree": "1"}, "422": {"nlcd": "24", "nlud": "12", "tree": "2"}, "423": {"nlcd": "24", "nlud": "12", "tree": "3"}, "428": {"nlcd": "41", "nlud": "12", "tree": "0"}, "429": {"nlcd": "41", "nlud": "12", "tree": "1"}, "430": {"nlcd": "41", "nlud": "12", "tree": "2"}, "431": {"nlcd": "41", "nlud": "12", "tree": "3"}, "432": {"nlcd": "42", "nlud": "12", "tree": "0"}, "433": {"nlcd": "42", "nlud": "12", "tree": "1"}, "434": {"nlcd": "42", "nlud": "12", "tree": "2"}, "435": {"nlcd": "42", "nlud": "12", "tree": "3"}, "436": {"nlcd": "43", "nlud": "12", "tree": "0"}, "437": {"nlcd": "43", "nlud": "12", "tree": "1"}, "438": {"nlcd": "43", "nlud": "12", "tree": "2"}, "439": {"nlcd": "43", "nlud": "12", "tree": "3"}, "444": {"nlcd": "52", "nlud": "12", "tree": "0"}, "445": {"nlcd": "52", "nlud": "12", "tree": "1"}, "446": {"nlcd": "52", "nlud": "12", "tree": "2"}, "447": {"nlcd": "52", "nlud": "12", "tree": "3"}, "448": {"nlcd": "71", "nlud": "12", "tree": "0"}, "449": {"nlcd": "71", "nlud": "12", "tree": "1"}, "450": {"nlcd": "71", "nlud": "12", "tree": "2"}, "451": {"nlcd": "71", "nlud": "12", "tree": "3"}, "465": {"nlcd": "81", "nlud": "12", "tree": "1"}, "466": {"nlcd": "81", "nlud": "12", "tree": "2"}, "469": {"nlcd": "82", "nlud": "12", "tree": "1"}, "470": {"nlcd": "82", "nlud": "12", "tree": "2"}, "488": {"nlcd": "21", "nlud": "13", "tree": "0"}, "489": {"nlcd": "21", "nlud": "13", "tree": "1"}, "490": {"nlcd": "21", "nlud": "13", "tree": "2"}, "491": {"nlcd": "21", "nlud": "13", "tree": "3"}, "492": {"nlcd": "22", "nlud": "13", "tree": "0"}, "493": {"nlcd": "22", "nlud": "13", "tree": "1"}, "494": {"nlcd": "22", "nlud": "13", "tree": "2"}, "495": {"nlcd": "22", "nlud": "13", "tree": "3"}, "496": {"nlcd": "23", "nlud": "13", "tree": "0"}, "497": {"nlcd": "23", "nlud": "13", "tree": "1"}, "498": {"nlcd": "23", "nlud": "13", "tree": "2"}, "499": {"nlcd": "23", "nlud": "13", "tree": "3"}, "500": {"nlcd": "24", "nlud": "13", "tree": "0"}, "501": {"nlcd": "24", "nlud": "13", "tree": "1"}, "502": {"nlcd": "24", "nlud": "13", "tree": "2"}, "503": {"nlcd": "24", "nlud": "13", "tree": "3"}, "508": {"nlcd": "41", "nlud": "13", "tree": "0"}, "509": {"nlcd": "41", "nlud": "13", "tree": "1"}, "510": {"nlcd": "41", "nlud": "13", "tree": "2"}, "511": {"nlcd": "41", "nlud": "13", "tree": "3"}, "512": {"nlcd": "42", "nlud": "13", "tree": "0"}, "513": {"nlcd": "42", "nlud": "13", "tree": "1"}, "514": {"nlcd": "42", "nlud": "13", "tree": "2"}, "515": {"nlcd": "42", "nlud": "13", "tree": "3"}, "517": {"nlcd": "43", "nlud": "13", "tree": "1"}, "518": {"nlcd": "43", "nlud": "13", "tree": "2"}, "519": {"nlcd": "43", "nlud": "13", "tree": "3"}, "524": {"nlcd": "52", "nlud": "13", "tree": "0"}, "525": {"nlcd": "52", "nlud": "13", "tree": "1"}, "526": {"nlcd": "52", "nlud": "13", "tree": "2"}, "527": {"nlcd": "52", "nlud": "13", "tree": "3"}, "528": {"nlcd": "71", "nlud": "13", "tree": "0"}, "529": {"nlcd": "71", "nlud": "13", "tree": "1"}, "530": {"nlcd": "71", "nlud": "13", "tree": "2"}, "531": {"nlcd": "71", "nlud": "13", "tree": "3"}, "545": {"nlcd": "81", "nlud": "13", "tree": "1"}, "546": {"nlcd": "81", "nlud": "13", "tree": "2"}, "548": {"nlcd": "82", "nlud": "13", "tree": "0"}, "549": {"nlcd": "82", "nlud": "13", "tree": "1"}, "550": {"nlcd": "82", "nlud": "13", "tree": "2"}, "572": {"nlcd": "22", "nlud": "14", "tree": "0"}, "573": {"nlcd": "22", "nlud": "14", "tree": "1"}, "574": {"nlcd": "22", "nlud": "14", "tree": "2"}, "575": {"nlcd": "22", "nlud": "14", "tree": "3"}, "588": {"nlcd": "41", "nlud": "14", "tree": "0"}, "589": {"nlcd": "41", "nlud": "14", "tree": "1"}, "590": {"nlcd": "41", "nlud": "14", "tree": "2"}, "591": {"nlcd": "41", "nlud": "14", "tree": "3"}, "592": {"nlcd": "42", "nlud": "14", "tree": "0"}, "593": {"nlcd": "42", "nlud": "14", "tree": "1"}, "594": {"nlcd": "42", "nlud": "14", "tree": "2"}, "595": {"nlcd": "42", "nlud": "14", "tree": "3"}, "597": {"nlcd": "43", "nlud": "14", "tree": "1"}, "598": {"nlcd": "43", "nlud": "14", "tree": "2"}, "599": {"nlcd": "43", "nlud": "14", "tree": "3"}, "604": {"nlcd": "52", "nlud": "14", "tree": "0"}, "605": {"nlcd": "52", "nlud": "14", "tree": "1"}, "606": {"nlcd": "52", "nlud": "14", "tree": "2"}, "607": {"nlcd": "52", "nlud": "14", "tree": "3"}, "608": {"nlcd": "71", "nlud": "14", "tree": "0"}, "609": {"nlcd": "71", "nlud": "14", "tree": "1"}, "610": {"nlcd": "71", "nlud": "14", "tree": "2"}, "611": {"nlcd": "71", "nlud": "14", "tree": "3"}, "624": {"nlcd": "81", "nlud": "14", "tree": "0"}, "625": {"nlcd": "81", "nlud": "14", "tree": "1"}, "626": {"nlcd": "81", "nlud": "14", "tree": "2"}, "628": {"nlcd": "82", "nlud": "14", "tree": "0"}, "629": {"nlcd": "82", "nlud": "14", "tree": "1"}, "630": {"nlcd": "82", "nlud": "14", "tree": "2"}, "631": {"nlcd": "82", "nlud": "14", "tree": "3"}, "668": {"nlcd": "41", "nlud": "15", "tree": "0"}, "669": {"nlcd": "41", "nlud": "15", "tree": "1"}, "670": {"nlcd": "41", "nlud": "15", "tree": "2"}, "671": {"nlcd": "41", "nlud": "15", "tree": "3"}, "672": {"nlcd": "42", "nlud": "15", "tree": "0"}, "673": {"nlcd": "42", "nlud": "15", "tree": "1"}, "674": {"nlcd": "42", "nlud": "15", "tree": "2"}, "675": {"nlcd": "42", "nlud": "15", "tree": "3"}, "677": {"nlcd": "43", "nlud": "15", "tree": "1"}, "678": {"nlcd": "43", "nlud": "15", "tree": "2"}, "679": {"nlcd": "43", "nlud": "15", "tree": "3"}, "684": {"nlcd": "52", "nlud": "15", "tree": "0"}, "685": {"nlcd": "52", "nlud": "15", "tree": "1"}, "686": {"nlcd": "52", "nlud": "15", "tree": "2"}, "687": {"nlcd": "52", "nlud": "15", "tree": "3"}, "688": {"nlcd": "71", "nlud": "15", "tree": "0"}, "689": {"nlcd": "71", "nlud": "15", "tree": "1"}, "690": {"nlcd": "71", "nlud": "15", "tree": "2"}, "691": {"nlcd": "71", "nlud": "15", "tree": "3"}, "704": {"nlcd": "81", "nlud": "15", "tree": "0"}, "705": {"nlcd": "81", "nlud": "15", "tree": "1"}, "706": {"nlcd": "81", "nlud": "15", "tree": "2"}, "707": {"nlcd": "81", "nlud": "15", "tree": "3"}, "708": {"nlcd": "82", "nlud": "15", "tree": "0"}, "709": {"nlcd": "82", "nlud": "15", "tree": "1"}, "710": {"nlcd": "82", "nlud": "15", "tree": "2"}, "720": {"nlcd": "11", "nlud": "20", "tree": "0"}, "721": {"nlcd": "11", "nlud": "20", "tree": "1"}, "722": {"nlcd": "11", "nlud": "20", "tree": "2"}, "728": {"nlcd": "21", "nlud": "20", "tree": "0"}, "729": {"nlcd": "21", "nlud": "20", "tree": "1"}, "730": {"nlcd": "21", "nlud": "20", "tree": "2"}, "731": {"nlcd": "21", "nlud": "20", "tree": "3"}, "732": {"nlcd": "22", "nlud": "20", "tree": "0"}, "733": {"nlcd": "22", "nlud": "20", "tree": "1"}, "734": {"nlcd": "22", "nlud": "20", "tree": "2"}, "735": {"nlcd": "22", "nlud": "20", "tree": "3"}, "736": {"nlcd": "23", "nlud": "20", "tree": "0"}, "737": {"nlcd": "23", "nlud": "20", "tree": "1"}, "738": {"nlcd": "23", "nlud": "20", "tree": "2"}, "739": {"nlcd": "23", "nlud": "20", "tree": "3"}, "740": {"nlcd": "24", "nlud": "20", "tree": "0"}, "741": {"nlcd": "24", "nlud": "20", "tree": "1"}, "742": {"nlcd": "24", "nlud": "20", "tree": "2"}, "743": {"nlcd": "24", "nlud": "20", "tree": "3"}, "744": {"nlcd": "31", "nlud": "20", "tree": "0"}, "745": {"nlcd": "31", "nlud": "20", "tree": "1"}, "746": {"nlcd": "31", "nlud": "20", "tree": "2"}, "749": {"nlcd": "41", "nlud": "20", "tree": "1"}, "750": {"nlcd": "41", "nlud": "20", "tree": "2"}, "751": {"nlcd": "41", "nlud": "20", "tree": "3"}, "753": {"nlcd": "42", "nlud": "20", "tree": "1"}, "754": {"nlcd": "42", "nlud": "20", "tree": "2"}, "755": {"nlcd": "42", "nlud": "20", "tree": "3"}, "757": {"nlcd": "43", "nlud": "20", "tree": "1"}, "758": {"nlcd": "43", "nlud": "20", "tree": "2"}, "759": {"nlcd": "43", "nlud": "20", "tree": "3"}, "764": {"nlcd": "52", "nlud": "20", "tree": "0"}, "765": {"nlcd": "52", "nlud": "20", "tree": "1"}, "766": {"nlcd": "52", "nlud": "20", "tree": "2"}, "767": {"nlcd": "52", "nlud": "20", "tree": "3"}, "768": {"nlcd": "71", "nlud": "20", "tree": "0"}, "769": {"nlcd": "71", "nlud": "20", "tree": "1"}, "770": {"nlcd": "71", "nlud": "20", "tree": "2"}, "784": {"nlcd": "81", "nlud": "20", "tree": "0"}, "785": {"nlcd": "81", "nlud": "20", "tree": "1"}, "786": {"nlcd": "81", "nlud": "20", "tree": "2"}, "789": {"nlcd": "82", "nlud": "20", "tree": "1"}, "790": {"nlcd": "82", "nlud": "20", "tree": "2"}, "793": {"nlcd": "90", "nlud": "20", "tree": "1"}, "794": {"nlcd": "90", "nlud": "20", "tree": "2"}, "795": {"nlcd": "90", "nlud": "20", "tree": "3"}, "796": {"nlcd": "95", "nlud": "20", "tree": "0"}, "797": {"nlcd": "95", "nlud": "20", "tree": "1"}, "798": {"nlcd": "95", "nlud": "20", "tree": "2"}, "799": {"nlcd": "95", "nlud": "20", "tree": "3"}, "800": {"nlcd": "11", "nlud": "30", "tree": "0"}, "801": {"nlcd": "11", "nlud": "30", "tree": "1"}, "802": {"nlcd": "11", "nlud": "30", "tree": "2"}, "803": {"nlcd": "11", "nlud": "30", "tree": "3"}, "808": {"nlcd": "21", "nlud": "30", "tree": "0"}, "809": {"nlcd": "21", "nlud": "30", "tree": "1"}, "810": {"nlcd": "21", "nlud": "30", "tree": "2"}, "811": {"nlcd": "21", "nlud": "30", "tree": "3"}, "812": {"nlcd": "22", "nlud": "30", "tree": "0"}, "813": {"nlcd": "22", "nlud": "30", "tree": "1"}, "814": {"nlcd": "22", "nlud": "30", "tree": "2"}, "815": {"nlcd": "22", "nlud": "30", "tree": "3"}, "816": {"nlcd": "23", "nlud": "30", "tree": "0"}, "817": {"nlcd": "23", "nlud": "30", "tree": "1"}, "818": {"nlcd": "23", "nlud": "30", "tree": "2"}, "819": {"nlcd": "23", "nlud": "30", "tree": "3"}, "820": {"nlcd": "24", "nlud": "30", "tree": "0"}, "821": {"nlcd": "24", "nlud": "30", "tree": "1"}, "822": {"nlcd": "24", "nlud": "30", "tree": "2"}, "823": {"nlcd": "24", "nlud": "30", "tree": "3"}, "824": {"nlcd": "31", "nlud": "30", "tree": "0"}, "825": {"nlcd": "31", "nlud": "30", "tree": "1"}, "826": {"nlcd": "31", "nlud": "30", "tree": "2"}, "827": {"nlcd": "31", "nlud": "30", "tree": "3"}, "829": {"nlcd": "41", "nlud": "30", "tree": "1"}, "830": {"nlcd": "41", "nlud": "30", "tree": "2"}, "831": {"nlcd": "41", "nlud": "30", "tree": "3"}, "832": {"nlcd": "42", "nlud": "30", "tree": "0"}, "833": {"nlcd": "42", "nlud": "30", "tree": "1"}, "834": {"nlcd": "42", "nlud": "30", "tree": "2"}, "835": {"nlcd": "42", "nlud": "30", "tree": "3"}, "837": {"nlcd": "43", "nlud": "30", "tree": "1"}, "838": {"nlcd": "43", "nlud": "30", "tree": "2"}, "839": {"nlcd": "43", "nlud": "30", "tree": "3"}, "844": {"nlcd": "52", "nlud": "30", "tree": "0"}, "845": {"nlcd": "52", "nlud": "30", "tree": "1"}, "846": {"nlcd": "52", "nlud": "30", "tree": "2"}, "847": {"nlcd": "52", "nlud": "30", "tree": "3"}, "848": {"nlcd": "71", "nlud": "30", "tree": "0"}, "849": {"nlcd": "71", "nlud": "30", "tree": "1"}, "850": {"nlcd": "71", "nlud": "30", "tree": "2"}, "851": {"nlcd": "71", "nlud": "30", "tree": "3"}, "864": {"nlcd": "81", "nlud": "30", "tree": "0"}, "865": {"nlcd": "81", "nlud": "30", "tree": "1"}, "866": {"nlcd": "81", "nlud": "30", "tree": "2"}, "867": {"nlcd": "81", "nlud": "30", "tree": "3"}, "869": {"nlcd": "82", "nlud": "30", "tree": "1"}, "870": {"nlcd": "82", "nlud": "30", "tree": "2"}, "873": {"nlcd": "90", "nlud": "30", "tree": "1"}, "874": {"nlcd": "90", "nlud": "30", "tree": "2"}, "875": {"nlcd": "90", "nlud": "30", "tree": "3"}, "876": {"nlcd": "95", "nlud": "30", "tree": "0"}, "877": {"nlcd": "95", "nlud": "30", "tree": "1"}, "878": {"nlcd": "95", "nlud": "30", "tree": "2"}, "879": {"nlcd": "95", "nlud": "30", "tree": "3"}, "880": {"nlcd": "11", "nlud": "40", "tree": "0"}, "881": {"nlcd": "11", "nlud": "40", "tree": "1"}, "882": {"nlcd": "11", "nlud": "40", "tree": "2"}, "883": {"nlcd": "11", "nlud": "40", "tree": "3"}, "888": {"nlcd": "21", "nlud": "40", "tree": "0"}, "889": {"nlcd": "21", "nlud": "40", "tree": "1"}, "890": {"nlcd": "21", "nlud": "40", "tree": "2"}, "891": {"nlcd": "21", "nlud": "40", "tree": "3"}, "892": {"nlcd": "22", "nlud": "40", "tree": "0"}, "893": {"nlcd": "22", "nlud": "40", "tree": "1"}, "894": {"nlcd": "22", "nlud": "40", "tree": "2"}, "895": {"nlcd": "22", "nlud": "40", "tree": "3"}, "896": {"nlcd": "23", "nlud": "40", "tree": "0"}, "897": {"nlcd": "23", "nlud": "40", "tree": "1"}, "898": {"nlcd": "23", "nlud": "40", "tree": "2"}, "899": {"nlcd": "23", "nlud": "40", "tree": "3"}, "900": {"nlcd": "24", "nlud": "40", "tree": "0"}, "901": {"nlcd": "24", "nlud": "40", "tree": "1"}, "902": {"nlcd": "24", "nlud": "40", "tree": "2"}, "903": {"nlcd": "24", "nlud": "40", "tree": "3"}, "904": {"nlcd": "31", "nlud": "40", "tree": "0"}, "905": {"nlcd": "31", "nlud": "40", "tree": "1"}, "906": {"nlcd": "31", "nlud": "40", "tree": "2"}, "909": {"nlcd": "41", "nlud": "40", "tree": "1"}, "910": {"nlcd": "41", "nlud": "40", "tree": "2"}, "911": {"nlcd": "41", "nlud": "40", "tree": "3"}, "912": {"nlcd": "42", "nlud": "40", "tree": "0"}, "913": {"nlcd": "42", "nlud": "40", "tree": "1"}, "914": {"nlcd": "42", "nlud": "40", "tree": "2"}, "915": {"nlcd": "42", "nlud": "40", "tree": "3"}, "917": {"nlcd": "43", "nlud": "40", "tree": "1"}, "918": {"nlcd": "43", "nlud": "40", "tree": "2"}, "919": {"nlcd": "43", "nlud": "40", "tree": "3"}, "924": {"nlcd": "52", "nlud": "40", "tree": "0"}, "925": {"nlcd": "52", "nlud": "40", "tree": "1"}, "926": {"nlcd": "52", "nlud": "40", "tree": "2"}, "927": {"nlcd": "52", "nlud": "40", "tree": "3"}, "928": {"nlcd": "71", "nlud": "40", "tree": "0"}, "929": {"nlcd": "71", "nlud": "40", "tree": "1"}, "930": {"nlcd": "71", "nlud": "40", "tree": "2"}, "931": {"nlcd": "71", "nlud": "40", "tree": "3"}, "945": {"nlcd": "81", "nlud": "40", "tree": "1"}, "946": {"nlcd": "81", "nlud": "40", "tree": "2"}, "949": {"nlcd": "82", "nlud": "40", "tree": "1"}, "950": {"nlcd": "82", "nlud": "40", "tree": "2"}, "953": {"nlcd": "90", "nlud": "40", "tree": "1"}, "954": {"nlcd": "90", "nlud": "40", "tree": "2"}, "955": {"nlcd": "90", "nlud": "40", "tree": "3"}, "957": {"nlcd": "95", "nlud": "40", "tree": "1"}, "958": {"nlcd": "95", "nlud": "40", "tree": "2"}, "968": {"nlcd": "21", "nlud": "51", "tree": "0"}, "969": {"nlcd": "21", "nlud": "51", "tree": "1"}, "970": {"nlcd": "21", "nlud": "51", "tree": "2"}, "972": {"nlcd": "22", "nlud": "51", "tree": "0"}, "973": {"nlcd": "22", "nlud": "51", "tree": "1"}, "974": {"nlcd": "22", "nlud": "51", "tree": "2"}, "976": {"nlcd": "23", "nlud": "51", "tree": "0"}, "977": {"nlcd": "23", "nlud": "51", "tree": "1"}, "978": {"nlcd": "23", "nlud": "51", "tree": "2"}, "980": {"nlcd": "24", "nlud": "51", "tree": "0"}, "981": {"nlcd": "24", "nlud": "51", "tree": "1"}, "982": {"nlcd": "24", "nlud": "51", "tree": "2"}, "984": {"nlcd": "31", "nlud": "51", "tree": "0"}, "985": {"nlcd": "31", "nlud": "51", "tree": "1"}, "989": {"nlcd": "41", "nlud": "51", "tree": "1"}, "990": {"nlcd": "41", "nlud": "51", "tree": "2"}, "993": {"nlcd": "42", "nlud": "51", "tree": "1"}, "994": {"nlcd": "42", "nlud": "51", "tree": "2"}, "995": {"nlcd": "42", "nlud": "51", "tree": "3"}, "1004": {"nlcd": "52", "nlud": "51", "tree": "0"}, "1005": {"nlcd": "52", "nlud": "51", "tree": "1"}, "1006": {"nlcd": "52", "nlud": "51", "tree": "2"}, "1008": {"nlcd": "71", "nlud": "51", "tree": "0"}, "1009": {"nlcd": "71", "nlud": "51", "tree": "1"}, "1025": {"nlcd": "81", "nlud": "51", "tree": "1"}, "1026": {"nlcd": "81", "nlud": "51", "tree": "2"}, "1029": {"nlcd": "82", "nlud": "51", "tree": "1"}, "1033": {"nlcd": "90", "nlud": "51", "tree": "1"}, "1034": {"nlcd": "90", "nlud": "51", "tree": "2"}, "1035": {"nlcd": "90", "nlud": "51", "tree": "3"}, "1041": {"nlcd": "11", "nlud": "52", "tree": "1"}, "1049": {"nlcd": "21", "nlud": "52", "tree": "1"}, "1050": {"nlcd": "21", "nlud": "52", "tree": "2"}, "1051": {"nlcd": "21", "nlud": "52", "tree": "3"}, "1052": {"nlcd": "22", "nlud": "52", "tree": "0"}, "1053": {"nlcd": "22", "nlud": "52", "tree": "1"}, "1054": {"nlcd": "22", "nlud": "52", "tree": "2"}, "1055": {"nlcd": "22", "nlud": "52", "tree": "3"}, "1056": {"nlcd": "23", "nlud": "52", "tree": "0"}, "1057": {"nlcd": "23", "nlud": "52", "tree": "1"}, "1058": {"nlcd": "23", "nlud": "52", "tree": "2"}, "1059": {"nlcd": "23", "nlud": "52", "tree": "3"}, "1060": {"nlcd": "24", "nlud": "52", "tree": "0"}, "1061": {"nlcd": "24", "nlud": "52", "tree": "1"}, "1062": {"nlcd": "24", "nlud": "52", "tree": "2"}, "1063": {"nlcd": "24", "nlud": "52", "tree": "3"}, "1065": {"nlcd": "31", "nlud": "52", "tree": "1"}, "1066": {"nlcd": "31", "nlud": "52", "tree": "2"}, "1069": {"nlcd": "41", "nlud": "52", "tree": "1"}, "1070": {"nlcd": "41", "nlud": "52", "tree": "2"}, "1071": {"nlcd": "41", "nlud": "52", "tree": "3"}, "1073": {"nlcd": "42", "nlud": "52", "tree": "1"}, "1074": {"nlcd": "42", "nlud": "52", "tree": "2"}, "1075": {"nlcd": "42", "nlud": "52", "tree": "3"}, "1077": {"nlcd": "43", "nlud": "52", "tree": "1"}, "1078": {"nlcd": "43", "nlud": "52", "tree": "2"}, "1079": {"nlcd": "43", "nlud": "52", "tree": "3"}, "1084": {"nlcd": "52", "nlud": "52", "tree": "0"}, "1085": {"nlcd": "52", "nlud": "52", "tree": "1"}, "1086": {"nlcd": "52", "nlud": "52", "tree": "2"}, "1089": {"nlcd": "71", "nlud": "52", "tree": "1"}, "1090": {"nlcd": "71", "nlud": "52", "tree": "2"}, "1105": {"nlcd": "81", "nlud": "52", "tree": "1"}, "1106": {"nlcd": "81", "nlud": "52", "tree": "2"}, "1109": {"nlcd": "82", "nlud": "52", "tree": "1"}, "1110": {"nlcd": "82", "nlud": "52", "tree": "2"}, "1113": {"nlcd": "90", "nlud": "52", "tree": "1"}, "1114": {"nlcd": "90", "nlud": "52", "tree": "2"}, "1115": {"nlcd": "90", "nlud": "52", "tree": "3"}, "1117": {"nlcd": "95", "nlud": "52", "tree": "1"}, "1118": {"nlcd": "95", "nlud": "52", "tree": "2"}, "1120": {"nlcd": "11", "nlud": "53", "tree": "0"}, "1121": {"nlcd": "11", "nlud": "53", "tree": "1"}, "1122": {"nlcd": "11", "nlud": "53", "tree": "2"}, "1123": {"nlcd": "11", "nlud": "53", "tree": "3"}, "1128": {"nlcd": "21", "nlud": "53", "tree": "0"}, "1129": {"nlcd": "21", "nlud": "53", "tree": "1"}, "1130": {"nlcd": "21", "nlud": "53", "tree": "2"}, "1131": {"nlcd": "21", "nlud": "53", "tree": "3"}, "1132": {"nlcd": "22", "nlud": "53", "tree": "0"}, "1133": {"nlcd": "22", "nlud": "53", "tree": "1"}, "1134": {"nlcd": "22", "nlud": "53", "tree": "2"}, "1135": {"nlcd": "22", "nlud": "53", "tree": "3"}, "1136": {"nlcd": "23", "nlud": "53", "tree": "0"}, "1137": {"nlcd": "23", "nlud": "53", "tree": "1"}, "1138": {"nlcd": "23", "nlud": "53", "tree": "2"}, "1139": {"nlcd": "23", "nlud": "53", "tree": "3"}, "1140": {"nlcd": "24", "nlud": "53", "tree": "0"}, "1141": {"nlcd": "24", "nlud": "53", "tree": "1"}, "1142": {"nlcd": "24", "nlud": "53", "tree": "2"}, "1143": {"nlcd": "24", "nlud": "53", "tree": "3"}, "1144": {"nlcd": "31", "nlud": "53", "tree": "0"}, "1145": {"nlcd": "31", "nlud": "53", "tree": "1"}, "1146": {"nlcd": "31", "nlud": "53", "tree": "2"}, "1147": {"nlcd": "31", "nlud": "53", "tree": "3"}, "1148": {"nlcd": "41", "nlud": "53", "tree": "0"}, "1149": {"nlcd": "41", "nlud": "53", "tree": "1"}, "1150": {"nlcd": "41", "nlud": "53", "tree": "2"}, "1151": {"nlcd": "41", "nlud": "53", "tree": "3"}, "1152": {"nlcd": "42", "nlud": "53", "tree": "0"}, "1153": {"nlcd": "42", "nlud": "53", "tree": "1"}, "1154": {"nlcd": "42", "nlud": "53", "tree": "2"}, "1155": {"nlcd": "42", "nlud": "53", "tree": "3"}, "1157": {"nlcd": "43", "nlud": "53", "tree": "1"}, "1158": {"nlcd": "43", "nlud": "53", "tree": "2"}, "1159": {"nlcd": "43", "nlud": "53", "tree": "3"}, "1164": {"nlcd": "52", "nlud": "53", "tree": "0"}, "1165": {"nlcd": "52", "nlud": "53", "tree": "1"}, "1166": {"nlcd": "52", "nlud": "53", "tree": "2"}, "1167": {"nlcd": "52", "nlud": "53", "tree": "3"}, "1168": {"nlcd": "71", "nlud": "53", "tree": "0"}, "1169": {"nlcd": "71", "nlud": "53", "tree": "1"}, "1170": {"nlcd": "71", "nlud": "53", "tree": "2"}, "1171": {"nlcd": "71", "nlud": "53", "tree": "3"}, "1185": {"nlcd": "81", "nlud": "53", "tree": "1"}, "1186": {"nlcd": "81", "nlud": "53", "tree": "2"}, "1188": {"nlcd": "82", "nlud": "53", "tree": "0"}, "1189": {"nlcd": "82", "nlud": "53", "tree": "1"}, "1190": {"nlcd": "82", "nlud": "53", "tree": "2"}, "1193": {"nlcd": "90", "nlud": "53", "tree": "1"}, "1194": {"nlcd": "90", "nlud": "53", "tree": "2"}, "1195": {"nlcd": "90", "nlud": "53", "tree": "3"}, "1197": {"nlcd": "95", "nlud": "53", "tree": "1"}, "1198": {"nlcd": "95", "nlud": "53", "tree": "2"}, "1208": {"nlcd": "21", "nlud": "60", "tree": "0"}, "1209": {"nlcd": "21", "nlud": "60", "tree": "1"}, "1210": {"nlcd": "21", "nlud": "60", "tree": "2"}, "1211": {"nlcd": "21", "nlud": "60", "tree": "3"}, "1212": {"nlcd": "22", "nlud": "60", "tree": "0"}, "1213": {"nlcd": "22", "nlud": "60", "tree": "1"}, "1214": {"nlcd": "22", "nlud": "60", "tree": "2"}, "1215": {"nlcd": "22", "nlud": "60", "tree": "3"}, "1216": {"nlcd": "23", "nlud": "60", "tree": "0"}, "1217": {"nlcd": "23", "nlud": "60", "tree": "1"}, "1218": {"nlcd": "23", "nlud": "60", "tree": "2"}, "1219": {"nlcd": "23", "nlud": "60", "tree": "3"}, "1220": {"nlcd": "24", "nlud": "60", "tree": "0"}, "1221": {"nlcd": "24", "nlud": "60", "tree": "1"}, "1222": {"nlcd": "24", "nlud": "60", "tree": "2"}, "1223": {"nlcd": "24", "nlud": "60", "tree": "3"}, "1233": {"nlcd": "42", "nlud": "60", "tree": "1"}, "1234": {"nlcd": "42", "nlud": "60", "tree": "2"}, "1245": {"nlcd": "52", "nlud": "60", "tree": "1"}, "1265": {"nlcd": "81", "nlud": "60", "tree": "1"}, "1269": {"nlcd": "82", "nlud": "60", "tree": "1"}, "1280": {"nlcd": "11", "nlud": "70", "tree": "0"}, "1281": {"nlcd": "11", "nlud": "70", "tree": "1"}, "1282": {"nlcd": "11", "nlud": "70", "tree": "2"}, "1288": {"nlcd": "21", "nlud": "70", "tree": "0"}, "1289": {"nlcd": "21", "nlud": "70", "tree": "1"}, "1290": {"nlcd": "21", "nlud": "70", "tree": "2"}, "1291": {"nlcd": "21", "nlud": "70", "tree": "3"}, "1292": {"nlcd": "22", "nlud": "70", "tree": "0"}, "1293": {"nlcd": "22", "nlud": "70", "tree": "1"}, "1294": {"nlcd": "22", "nlud": "70", "tree": "2"}, "1295": {"nlcd": "22", "nlud": "70", "tree": "3"}, "1296": {"nlcd": "23", "nlud": "70", "tree": "0"}, "1297": {"nlcd": "23", "nlud": "70", "tree": "1"}, "1298": {"nlcd": "23", "nlud": "70", "tree": "2"}, "1299": {"nlcd": "23", "nlud": "70", "tree": "3"}, "1301": {"nlcd": "24", "nlud": "70", "tree": "1"}, "1302": {"nlcd": "24", "nlud": "70", "tree": "2"}, "1303": {"nlcd": "24", "nlud": "70", "tree": "3"}, "1304": {"nlcd": "31", "nlud": "70", "tree": "0"}, "1305": {"nlcd": "31", "nlud": "70", "tree": "1"}, "1306": {"nlcd": "31", "nlud": "70", "tree": "2"}, "1307": {"nlcd": "31", "nlud": "70", "tree": "3"}, "1308": {"nlcd": "41", "nlud": "70", "tree": "0"}, "1309": {"nlcd": "41", "nlud": "70", "tree": "1"}, "1310": {"nlcd": "41", "nlud": "70", "tree": "2"}, "1311": {"nlcd": "41", "nlud": "70", "tree": "3"}, "1312": {"nlcd": "42", "nlud": "70", "tree": "0"}, "1313": {"nlcd": "42", "nlud": "70", "tree": "1"}, "1314": {"nlcd": "42", "nlud": "70", "tree": "2"}, "1315": {"nlcd": "42", "nlud": "70", "tree": "3"}, "1317": {"nlcd": "43", "nlud": "70", "tree": "1"}, "1318": {"nlcd": "43", "nlud": "70", "tree": "2"}, "1319": {"nlcd": "43", "nlud": "70", "tree": "3"}, "1324": {"nlcd": "52", "nlud": "70", "tree": "0"}, "1325": {"nlcd": "52", "nlud": "70", "tree": "1"}, "1326": {"nlcd": "52", "nlud": "70", "tree": "2"}, "1327": {"nlcd": "52", "nlud": "70", "tree": "3"}, "1328": {"nlcd": "71", "nlud": "70", "tree": "0"}, "1329": {"nlcd": "71", "nlud": "70", "tree": "1"}, "1330": {"nlcd": "71", "nlud": "70", "tree": "2"}, "1331": {"nlcd": "71", "nlud": "70", "tree": "3"}, "1344": {"nlcd": "81", "nlud": "70", "tree": "0"}, "1345": {"nlcd": "81", "nlud": "70", "tree": "1"}, "1346": {"nlcd": "81", "nlud": "70", "tree": "2"}, "1347": {"nlcd": "81", "nlud": "70", "tree": "3"}, "1348": {"nlcd": "82", "nlud": "70", "tree": "0"}, "1349": {"nlcd": "82", "nlud": "70", "tree": "1"}, "1350": {"nlcd": "82", "nlud": "70", "tree": "2"}, "1353": {"nlcd": "90", "nlud": "70", "tree": "1"}, "1354": {"nlcd": "90", "nlud": "70", "tree": "2"}, "1355": {"nlcd": "90", "nlud": "70", "tree": "3"}, "1356": {"nlcd": "95", "nlud": "70", "tree": "0"}, "1357": {"nlcd": "95", "nlud": "70", "tree": "1"}, "1358": {"nlcd": "95", "nlud": "70", "tree": "2"}, "1359": {"nlcd": "95", "nlud": "70", "tree": "3"}, "1361": {"nlcd": "11", "nlud": "80", "tree": "1"}, "1362": {"nlcd": "11", "nlud": "80", "tree": "2"}, "1368": {"nlcd": "21", "nlud": "80", "tree": "0"}, "1369": {"nlcd": "21", "nlud": "80", "tree": "1"}, "1370": {"nlcd": "21", "nlud": "80", "tree": "2"}, "1371": {"nlcd": "21", "nlud": "80", "tree": "3"}, "1372": {"nlcd": "22", "nlud": "80", "tree": "0"}, "1373": {"nlcd": "22", "nlud": "80", "tree": "1"}, "1374": {"nlcd": "22", "nlud": "80", "tree": "2"}, "1376": {"nlcd": "23", "nlud": "80", "tree": "0"}, "1377": {"nlcd": "23", "nlud": "80", "tree": "1"}, "1378": {"nlcd": "23", "nlud": "80", "tree": "2"}, "1379": {"nlcd": "23", "nlud": "80", "tree": "3"}, "1381": {"nlcd": "24", "nlud": "80", "tree": "1"}, "1382": {"nlcd": "24", "nlud": "80", "tree": "2"}, "1384": {"nlcd": "31", "nlud": "80", "tree": "0"}, "1385": {"nlcd": "31", "nlud": "80", "tree": "1"}, "1386": {"nlcd": "31", "nlud": "80", "tree": "2"}, "1387": {"nlcd": "31", "nlud": "80", "tree": "3"}, "1388": {"nlcd": "41", "nlud": "80", "tree": "0"}, "1389": {"nlcd": "41", "nlud": "80", "tree": "1"}, "1390": {"nlcd": "41", "nlud": "80", "tree": "2"}, "1393": {"nlcd": "42", "nlud": "80", "tree": "1"}, "1394": {"nlcd": "42", "nlud": "80", "tree": "2"}, "1395": {"nlcd": "42", "nlud": "80", "tree": "3"}, "1397": {"nlcd": "43", "nlud": "80", "tree": "1"}, "1398": {"nlcd": "43", "nlud": "80", "tree": "2"}, "1404": {"nlcd": "52", "nlud": "80", "tree": "0"}, "1405": {"nlcd": "52", "nlud": "80", "tree": "1"}, "1406": {"nlcd": "52", "nlud": "80", "tree": "2"}, "1407": {"nlcd": "52", "nlud": "80", "tree": "3"}, "1408": {"nlcd": "71", "nlud": "80", "tree": "0"}, "1409": {"nlcd": "71", "nlud": "80", "tree": "1"}, "1410": {"nlcd": "71", "nlud": "80", "tree": "2"}, "1411": {"nlcd": "71", "nlud": "80", "tree": "3"}, "1424": {"nlcd": "81", "nlud": "80", "tree": "0"}, "1425": {"nlcd": "81", "nlud": "80", "tree": "1"}, "1426": {"nlcd": "81", "nlud": "80", "tree": "2"}, "1428": {"nlcd": "82", "nlud": "80", "tree": "0"}, "1429": {"nlcd": "82", "nlud": "80", "tree": "1"}, "1430": {"nlcd": "82", "nlud": "80", "tree": "2"}, "1433": {"nlcd": "90", "nlud": "80", "tree": "1"}, "1434": {"nlcd": "90", "nlud": "80", "tree": "2"}, "1435": {"nlcd": "90", "nlud": "80", "tree": "3"}, "1437": {"nlcd": "95", "nlud": "80", "tree": "1"}, "1438": {"nlcd": "95", "nlud": "80", "tree": "2"}, "1439": {"nlcd": "95", "nlud": "80", "tree": "3"}, "1440": {"nlcd": "11", "nlud": "90", "tree": "0"}, "1441": {"nlcd": "11", "nlud": "90", "tree": "1"}, "1442": {"nlcd": "11", "nlud": "90", "tree": "2"}, "1448": {"nlcd": "21", "nlud": "90", "tree": "0"}, "1449": {"nlcd": "21", "nlud": "90", "tree": "1"}, "1450": {"nlcd": "21", "nlud": "90", "tree": "2"}, "1451": {"nlcd": "21", "nlud": "90", "tree": "3"}, "1452": {"nlcd": "22", "nlud": "90", "tree": "0"}, "1453": {"nlcd": "22", "nlud": "90", "tree": "1"}, "1454": {"nlcd": "22", "nlud": "90", "tree": "2"}, "1455": {"nlcd": "22", "nlud": "90", "tree": "3"}, "1456": {"nlcd": "23", "nlud": "90", "tree": "0"}, "1457": {"nlcd": "23", "nlud": "90", "tree": "1"}, "1458": {"nlcd": "23", "nlud": "90", "tree": "2"}, "1459": {"nlcd": "23", "nlud": "90", "tree": "3"}, "1460": {"nlcd": "24", "nlud": "90", "tree": "0"}, "1461": {"nlcd": "24", "nlud": "90", "tree": "1"}, "1462": {"nlcd": "24", "nlud": "90", "tree": "2"}, "1463": {"nlcd": "24", "nlud": "90", "tree": "3"}, "1464": {"nlcd": "31", "nlud": "90", "tree": "0"}, "1465": {"nlcd": "31", "nlud": "90", "tree": "1"}, "1466": {"nlcd": "31", "nlud": "90", "tree": "2"}, "1467": {"nlcd": "31", "nlud": "90", "tree": "3"}, "1469": {"nlcd": "41", "nlud": "90", "tree": "1"}, "1470": {"nlcd": "41", "nlud": "90", "tree": "2"}, "1471": {"nlcd": "41", "nlud": "90", "tree": "3"}, "1472": {"nlcd": "42", "nlud": "90", "tree": "0"}, "1473": {"nlcd": "42", "nlud": "90", "tree": "1"}, "1474": {"nlcd": "42", "nlud": "90", "tree": "2"}, "1475": {"nlcd": "42", "nlud": "90", "tree": "3"}, "1477": {"nlcd": "43", "nlud": "90", "tree": "1"}, "1478": {"nlcd": "43", "nlud": "90", "tree": "2"}, "1479": {"nlcd": "43", "nlud": "90", "tree": "3"}, "1484": {"nlcd": "52", "nlud": "90", "tree": "0"}, "1485": {"nlcd": "52", "nlud": "90", "tree": "1"}, "1486": {"nlcd": "52", "nlud": "90", "tree": "2"}, "1487": {"nlcd": "52", "nlud": "90", "tree": "3"}, "1488": {"nlcd": "71", "nlud": "90", "tree": "0"}, "1489": {"nlcd": "71", "nlud": "90", "tree": "1"}, "1490": {"nlcd": "71", "nlud": "90", "tree": "2"}, "1491": {"nlcd": "71", "nlud": "90", "tree": "3"}, "1504": {"nlcd": "81", "nlud": "90", "tree": "0"}, "1505": {"nlcd": "81", "nlud": "90", "tree": "1"}, "1506": {"nlcd": "81", "nlud": "90", "tree": "2"}, "1508": {"nlcd": "82", "nlud": "90", "tree": "0"}, "1509": {"nlcd": "82", "nlud": "90", "tree": "1"}, "1510": {"nlcd": "82", "nlud": "90", "tree": "2"}, "1513": {"nlcd": "90", "nlud": "90", "tree": "1"}, "1514": {"nlcd": "90", "nlud": "90", "tree": "2"}, "1515": {"nlcd": "90", "nlud": "90", "tree": "3"}, "1517": {"nlcd": "95", "nlud": "90", "tree": "1"}, "1548": {"nlcd": "41", "nlud": "100", "tree": "0"}, "1549": {"nlcd": "41", "nlud": "100", "tree": "1"}, "1550": {"nlcd": "41", "nlud": "100", "tree": "2"}, "1551": {"nlcd": "41", "nlud": "100", "tree": "3"}, "1552": {"nlcd": "42", "nlud": "100", "tree": "0"}, "1553": {"nlcd": "42", "nlud": "100", "tree": "1"}, "1554": {"nlcd": "42", "nlud": "100", "tree": "2"}, "1555": {"nlcd": "42", "nlud": "100", "tree": "3"}, "1556": {"nlcd": "43", "nlud": "100", "tree": "0"}, "1557": {"nlcd": "43", "nlud": "100", "tree": "1"}, "1558": {"nlcd": "43", "nlud": "100", "tree": "2"}, "1559": {"nlcd": "43", "nlud": "100", "tree": "3"}, "1624": {"nlcd": "31", "nlud": "110", "tree": "0"}, "1625": {"nlcd": "31", "nlud": "110", "tree": "1"}, "1626": {"nlcd": "31", "nlud": "110", "tree": "2"}, "1627": {"nlcd": "31", "nlud": "110", "tree": "3"}, "1680": {"nlcd": "11", "nlud": "120", "tree": "0"}, "1681": {"nlcd": "11", "nlud": "120", "tree": "1"}, "1682": {"nlcd": "11", "nlud": "120", "tree": "2"}, "1688": {"nlcd": "21", "nlud": "120", "tree": "0"}, "1689": {"nlcd": "21", "nlud": "120", "tree": "1"}, "1690": {"nlcd": "21", "nlud": "120", "tree": "2"}, "1691": {"nlcd": "21", "nlud": "120", "tree": "3"}, "1692": {"nlcd": "22", "nlud": "120", "tree": "0"}, "1693": {"nlcd": "22", "nlud": "120", "tree": "1"}, "1694": {"nlcd": "22", "nlud": "120", "tree": "2"}, "1697": {"nlcd": "23", "nlud": "120", "tree": "1"}, "1698": {"nlcd": "23", "nlud": "120", "tree": "2"}, "1701": {"nlcd": "24", "nlud": "120", "tree": "1"}, "1710": {"nlcd": "41", "nlud": "120", "tree": "2"}, "1713": {"nlcd": "42", "nlud": "120", "tree": "1"}, "1714": {"nlcd": "42", "nlud": "120", "tree": "2"}, "1715": {"nlcd": "42", "nlud": "120", "tree": "3"}, "1717": {"nlcd": "43", "nlud": "120", "tree": "1"}, "1725": {"nlcd": "52", "nlud": "120", "tree": "1"}, "1726": {"nlcd": "52", "nlud": "120", "tree": "2"}, "1729": {"nlcd": "71", "nlud": "120", "tree": "1"}, "1744": {"nlcd": "81", "nlud": "120", "tree": "0"}, "1745": {"nlcd": "81", "nlud": "120", "tree": "1"}, "1753": {"nlcd": "90", "nlud": "120", "tree": "1"}, "1754": {"nlcd": "90", "nlud": "120", "tree": "2"}, "1755": {"nlcd": "90", "nlud": "120", "tree": "3"}, "1757": {"nlcd": "95", "nlud": "120", "tree": "1"}, "1849": {"nlcd": "21", "nlud": "132", "tree": "1"}, "1850": {"nlcd": "21", "nlud": "132", "tree": "2"}, "1853": {"nlcd": "22", "nlud": "132", "tree": "1"}, "1857": {"nlcd": "23", "nlud": "132", "tree": "1"}, "1861": {"nlcd": "24", "nlud": "132", "tree": "1"}, "2033": {"nlcd": "42", "nlud": "134", "tree": "1"}, "2081": {"nlcd": "11", "nlud": "140", "tree": "1"}, "2082": {"nlcd": "11", "nlud": "140", "tree": "2"}, "2089": {"nlcd": "21", "nlud": "140", "tree": "1"}, "2090": {"nlcd": "21", "nlud": "140", "tree": "2"}, "2091": {"nlcd": "21", "nlud": "140", "tree": "3"}, "2093": {"nlcd": "22", "nlud": "140", "tree": "1"}, "2094": {"nlcd": "22", "nlud": "140", "tree": "2"}, "2097": {"nlcd": "23", "nlud": "140", "tree": "1"}, "2098": {"nlcd": "23", "nlud": "140", "tree": "2"}, "2099": {"nlcd": "23", "nlud": "140", "tree": "3"}, "2101": {"nlcd": "24", "nlud": "140", "tree": "1"}, "2102": {"nlcd": "24", "nlud": "140", "tree": "2"}, "2109": {"nlcd": "41", "nlud": "140", "tree": "1"}, "2110": {"nlcd": "41", "nlud": "140", "tree": "2"}, "2111": {"nlcd": "41", "nlud": "140", "tree": "3"}, "2113": {"nlcd": "42", "nlud": "140", "tree": "1"}, "2114": {"nlcd": "42", "nlud": "140", "tree": "2"}, "2115": {"nlcd": "42", "nlud": "140", "tree": "3"}, "2117": {"nlcd": "43", "nlud": "140", "tree": "1"}, "2118": {"nlcd": "43", "nlud": "140", "tree": "2"}, "2125": {"nlcd": "52", "nlud": "140", "tree": "1"}, "2126": {"nlcd": "52", "nlud": "140", "tree": "2"}, "2129": {"nlcd": "71", "nlud": "140", "tree": "1"}, "2130": {"nlcd": "71", "nlud": "140", "tree": "2"}, "2145": {"nlcd": "81", "nlud": "140", "tree": "1"}, "2146": {"nlcd": "81", "nlud": "140", "tree": "2"}, "2149": {"nlcd": "82", "nlud": "140", "tree": "1"}, "2150": {"nlcd": "82", "nlud": "140", "tree": "2"}, "2153": {"nlcd": "90", "nlud": "140", "tree": "1"}, "2154": {"nlcd": "90", "nlud": "140", "tree": "2"}, "2155": {"nlcd": "90", "nlud": "140", "tree": "3"}, "2157": {"nlcd": "95", "nlud": "140", "tree": "1"}, "2158": {"nlcd": "95", "nlud": "140", "tree": "2"}, "2241": {"nlcd": "11", "nlud": "152", "tree": "1"}, "2242": {"nlcd": "11", "nlud": "152", "tree": "2"}, "2250": {"nlcd": "21", "nlud": "152", "tree": "2"}, "2253": {"nlcd": "22", "nlud": "152", "tree": "1"}, "2254": {"nlcd": "22", "nlud": "152", "tree": "2"}, "2258": {"nlcd": "23", "nlud": "152", "tree": "2"}, "2261": {"nlcd": "24", "nlud": "152", "tree": "1"}, "2270": {"nlcd": "41", "nlud": "152", "tree": "2"}, "2274": {"nlcd": "42", "nlud": "152", "tree": "2"}, "2285": {"nlcd": "52", "nlud": "152", "tree": "1"}, "2286": {"nlcd": "52", "nlud": "152", "tree": "2"}, "2289": {"nlcd": "71", "nlud": "152", "tree": "1"}, "2290": {"nlcd": "71", "nlud": "152", "tree": "2"}, "2305": {"nlcd": "81", "nlud": "152", "tree": "1"}, "2306": {"nlcd": "81", "nlud": "152", "tree": "2"}, "2309": {"nlcd": "82", "nlud": "152", "tree": "1"}, "2313": {"nlcd": "90", "nlud": "152", "tree": "1"}} diff --git a/appdata/NLCD_2016.lulcdata.json b/appdata/nlcd_colormap.json similarity index 100% rename from appdata/NLCD_2016.lulcdata.json rename to appdata/nlcd_colormap.json diff --git a/appdata/nlud_colormap.json b/appdata/nlud_colormap.json new file mode 100644 index 0000000..fec2c9e --- /dev/null +++ b/appdata/nlud_colormap.json @@ -0,0 +1,102 @@ +{ + "1": { + "color": "#3690eb", + "name": "Waterbody (Natural)" + }, + "2": { + "color": "#4393ab", + "name": "Waterbody (Wetland)" + }, + "3": { + "color": "#3690eb", + "name": "Waterbody (Artificial)" + }, + "11": { + "color": "#645CBB", + "name": "Residential (Dense urban)" + }, + "12": { + "color": "#A084DC", + "name": "Residential (Urban)" + }, + "13": { + "color": "#BFACE2", + "name": "Residential (Suburban)" + }, + "14": { + "color": "#EBC7E6", + "name": "Residential (Exurban)" + }, + "15": { + "color": "#EBC7E6", + "name": "Rural" + }, + "20": { + "color": "#df73ff", + "name": "Commercial" + }, + "30": { + "color": "#cccccc", + "name": "Industrial" + }, + "40": { + "color": "#df73ff", + "name": "Institutional" + }, + "51": { + "color": "#9c9c9c", + "name": "Transportation (Airport)" + }, + "52": { + "color": "#9c9c9c", + "name": "Transportation (Road and Rail)" + }, + "53": { + "color": "#9c9c9c", + "name": "Transportation (Other)" + }, + "60": { + "color": "#df73ff", + "name": "Other Development" + }, + "70": { + "color": "#C07F00", + "name": "Agriculture" + }, + "80": { + "color": "#f7bb14", + "name": "Rangeland" + }, + "90": { + "color": "#cccccc", + "name": "Extractive/Mining" + }, + "100": { + "color": "#61876E", + "name": "Timber" + }, + "110": { + "color": "#b3ac9f", + "name": "Barren" + }, + "120": { + "color": "#4ce600", + "name": "Undifferentiated park" + }, + "132": { + "color": "#55ff00", + "name": "Developed park (Golf course)" + }, + "134": { + "color": "#4ce600", + "name": "Developed park (Other)" + }, + "140": { + "color": "#057548", + "name": "Natural park" + }, + "152": { + "color": "#267300", + "name": "Conservation (Public-limited access)" + } +} diff --git a/appdata/tree_colormap.json b/appdata/tree_colormap.json new file mode 100644 index 0000000..bcda4ba --- /dev/null +++ b/appdata/tree_colormap.json @@ -0,0 +1,18 @@ +{ + "0": { + "color": "#ffffff", + "name": "none" + }, + "1": { + "color": "#e5f5e0", + "name": "low" + }, + "2": { + "color": "#a1d99b", + "name": "medium" + }, + "3": { + "color": "#31a354", + "name": "high" + } +} \ No newline at end of file diff --git a/backend-worker/invest_args.py b/backend-worker/invest_args.py index 4a2e2b7..22c89e5 100644 --- a/backend-worker/invest_args.py +++ b/backend-worker/invest_args.py @@ -1,7 +1,6 @@ import logging import os -from osgeo import gdal import pygeoprocessing import shapely.geometry @@ -24,28 +23,6 @@ f"Could not find {INVEST_DATA} at any known locations") LOGGER.info(f"Using InVEST data at {INVEST_BASE_PATH}") -BIOREGIONS_VECTOR_PATH = f'{INVEST_BASE_PATH}/OE_Bioregions_3857.shp' -BIOREGIONS_FIELD = 'BIOREGION_' -# The regions for which we have biophysical parameters -AVAILABLE_BIOREGIONS = ['NA10', 'NA11', 'NA12', 'NA13', 'NA15', 'NA16', 'NA17', - 'NA18', 'NA19', 'NA20', 'NA21', 'NA22', 'NA23', 'NA24', - 'NA25', 'NA27', 'NA28', 'NA29', 'NA30', 'NA31', 'NT26'] - - -def get_bioregion(point): - vector = gdal.OpenEx(BIOREGIONS_VECTOR_PATH, gdal.OF_VECTOR) - layer = vector.GetLayer() - region = None - for feature in layer: - geom = shapely.wkt.loads(feature.GetGeometryRef().ExportToWkt()) - if geom.contains(point): - region = feature.GetField(BIOREGIONS_FIELD) - if region not in AVAILABLE_BIOREGIONS: - raise ValueError( - f'the point {point} is not contained ' - f'within a parameterized bioregion. Region: {region}') - return region - def carbon(lulc_path, workspace_dir, study_area_wkt): args_dict = { @@ -57,16 +34,10 @@ def carbon(lulc_path, workspace_dir, study_area_wkt): "lulc_cur_path": lulc_path } - [minx, miny, maxx, maxy] = pygeoprocessing.get_raster_info( - lulc_path)['bounding_box'] - center = shapely.geometry.Point( - (minx + maxx) / 2, (miny + maxy) / 2) - bioregion = get_bioregion(center) - args_dict['carbon_pools_path'] = os.path.join( INVEST_BASE_PATH, 'biophysical_tables', - f'urban_carbon_nlcd_{bioregion}.csv') + 'urban_carbon_nlcd_simple_nlud_trees.csv') return args_dict @@ -101,11 +72,9 @@ def urban_cooling(lulc_path, workspace_dir, study_area_wkt): pygeoprocessing.shapely_geometry_to_vector( [aoi_geom], aoi_vector_path, lulc_info['projection_wkt'], 'GEOJSON') - bioregion = get_bioregion(aoi_geom.centroid) - args_dict['biophysical_table_path'] = os.path.join( INVEST_BASE_PATH, 'biophysical_tables', - f'ucm_nlcd_{bioregion}.csv') + 'ucm_nlcd_simple_nlud_trees.csv') return args_dict diff --git a/backend-worker/ucm_valuation.py b/backend-worker/ucm_valuation.py new file mode 100644 index 0000000..9396557 --- /dev/null +++ b/backend-worker/ucm_valuation.py @@ -0,0 +1,496 @@ +from pathlib import Path +import logging +import tempfile +import hashlib +import inspect +from typing import List + +import numpy as np +import pandas as pd + +from osgeo import gdal +import pygeoprocessing + +import natcap.invest.utils + +pathlike = str | Path + +# Global variables +TARGET_NODATA = -1 + + +logger = logging.getLogger(__name__) +handler = logging.StreamHandler() +formatter = logging.Formatter( + "%(asctime)s | %(levelname)s | %(threadName)s | %(name)s | %(message)s" +) +handler.setFormatter(formatter) +logger.addHandler(handler) +logger.setLevel(logging.INFO) + +_EXPECTED_ENERGY_HEADERS = [ + "lucode", + "building type", + "kwh_per_cdd", + "kwh_per_hdd", + "cost_per_kwh", +] +_EXPECTED_MORTALITY_HEADERS = [ + "city", + "t_01", + "t_10", + "t_mmtp", + "t_90", + "t_99", + "rr_01", + "rr_10", + "rr_mmtp", + "rr_90", + "rr_99", +] + + +class MultiplyRasterByScalarList(object): + """Calculate raster[idx] * scalar[idx] for each idx in the paired lists.""" + + def __init__(self, category_list, scalar_list, base_nodata, category_nodata): + """Create a closure for multiplying an array by a scalar. + + Args: + scalar (float): value to use in `__call__` when multiplying by + its parameter. + + Returns: + None. + """ + self.category_list = category_list + self.scalar_list = scalar_list + self.base_nodata = base_nodata + self.category_nodata = category_nodata + # try to get the source code of __call__ so task graph will recompute + # if the function has changed + try: + self.__name__ = hashlib.sha1( + inspect.getsource(MultiplyRasterByScalarList.__call__).encode("utf-8") + ).hexdigest() + except IOError: + # default to the classname if it doesn't work + self.__name__ = MultiplyRasterByScalarList.__name__ + + def __call__(self, base_array, category_array): + result = np.empty_like(base_array) + result[:] = self.base_nodata + + # Create valid mask + valid_mask = ~natcap.invest.utils.array_equals_nodata( + base_array, self.base_nodata + ) & ~natcap.invest.utils.array_equals_nodata( + category_array, self.category_nodata + ) + + # Multiply masked raster by category and associated scalar + for category, scalar in zip(self.category_list, self.scalar_list): + # Mask by category + current_mask = np.logical_and(valid_mask, (category_array == category)) + + base_array_masked = base_array[current_mask] + result[current_mask] = base_array_masked * scalar + + return result + + +def execute(args): + """Urban Cooling Model valuation + + Args: + args['workspace_dir'] (string): a path to the output workspace folder. + args['results_suffix'] (string): string appended to each output file path. + args['city'] (string): selected city from the cities listed in args['mortality_risk_path']. + args['lulc_tif'] (string): file path to a landcover raster. + args['air_temp_tif'] (string): file path to an air temperature raster output from InVEST Urban Cooling Model. + args['dd_energy_path'] (string): file path to a table indicating the relationship between LULC classes and + energy use. Table headers must include: + * 'lucode': column linking this table to the lulc_tif raster classes + * 'building type': the building type associated with each raster lucode + * 'kwh_per_cdd': the energy impact of each Cooling Degree Day for this building type + * 'kwh_per_hdd': the energy impact of each Heating Degree Day for this building type + * 'cost_per_hdd': the cost of energy associated with this building type + args['mortality_risk_path'] (string): file path to a table indicating the relationship between temperature and + mortality risk for numerous cities . Table headers must include: + * 'city': city name in the format 'City, Country' + * 't_01': city's 1% temperature threshold + * 't_10': city's 10% temperature threshold + * 't_mmtp': city's minimum-mortality temperature + * 't_90': city's 90% temperature threshold + * 't_99': city's 99% temperature threshold + * 'rr_01': relative mortality risk associated with t_01 + * 'rr_10': relative mortality risk associated with t_10 + * 'rr_mmtp': relative mortality risk associated with t_mmtp (i.e. 0) + * 'rr_90': relative mortality risk associated with t_90 + * 'rr_99': relative mortality risk associated with t_99 + This comes from Guo et al. 2014. + + Returns: + None + """ + + file_suffix = natcap.invest.utils.make_suffix_string(args, "results_suffix") + + dd_energy_df = pd.read_csv(args["dd_energy_path"]) + + # Test for correct csv headers + for header in _EXPECTED_ENERGY_HEADERS: + if header not in dd_energy_df.columns: + raise ValueError( + f"Expected a header in biophysical table that matched the pattern '{header}' but was unable to find " + f"one. Here are all the headers from {args['dd_energy_path']}: {list(dd_energy_df.columns)}" + ) + + # TODO Consider calculating HDD/CDD using WBGT, not just raw temp, to account for the lived experience of heat + + temp_dir = Path(args["workspace_dir"]) / "temp" + temp_dir.mkdir(exist_ok=True) + + # Calculate Heating Degree Days raster + logger.debug(f"Calculating Heating Degree Days") + hdd_tif = Path(args["workspace_dir"]) / f"hdd{file_suffix}.tif" + hdd_calculation(args["air_temp_tif"], hdd_tif) + + # Calculate energy use raster (kWh) based on Heating Degree Days + hdd_kwh_tif = Path(args["workspace_dir"]) / f"hdd_kwh{file_suffix}.tif" + grouped_scalar_calculation( + hdd_tif, + args["lulc_tif"], + hdd_kwh_tif, + dd_energy_df["lucode"].to_list(), + dd_energy_df["kwh_per_hdd"].to_list(), + temp_dir, + ) + + # Calculate energy use raster ($) based on Heating Degree Days + hdd_cost_tif = Path(args["workspace_dir"]) / f"hdd_cost{file_suffix}.tif" + grouped_scalar_calculation( + hdd_kwh_tif, + args["lulc_tif"], + hdd_cost_tif, + dd_energy_df["lucode"].to_list(), + dd_energy_df["cost_per_kwh"].to_list(), + temp_dir, + ) + + # Calculate Cooling Degree Days raster + logger.debug(f"Calculating Cooling Degree Days") + cdd_tif = Path(args["workspace_dir"]) / f"cdd{file_suffix}.tif" + cdd_calculation(args["air_temp_tif"], cdd_tif) + + # Calculate energy use raster (kWh) based on Cooling Degree Days + cdd_kwh_tif = Path(args["workspace_dir"]) / f"cdd_kwh{file_suffix}.tif" + grouped_scalar_calculation( + cdd_tif, + args["lulc_tif"], + cdd_kwh_tif, + dd_energy_df["lucode"].to_list(), + dd_energy_df["kwh_per_cdd"].to_list(), + temp_dir, + ) + + # Calculate energy use raster ($) based on Cooling Degree Days + cdd_cost_tif = Path(args["workspace_dir"]) / f"cdd_cost{file_suffix}.tif" + grouped_scalar_calculation( + cdd_kwh_tif, + args["lulc_tif"], + cdd_cost_tif, + dd_energy_df["lucode"].to_list(), + dd_energy_df["cost_per_kwh"].to_list(), + temp_dir, + ) + + # Calculate Mortality Risk + logger.debug(f"Calculating Relative Mortality Risk") + + mortality_risk_df = pd.read_csv( + args["mortality_risk_path"], encoding="unicode_escape" + ) + + # Test for correct csv headers + for header in _EXPECTED_MORTALITY_HEADERS: + if header not in mortality_risk_df.columns: + raise ValueError( + f"Expected a header in biophysical table that matched the pattern '{header}' but was unable to find " + f"one. Here are all the headers from {args['mortality_risk_path']}: {list(mortality_risk_df.columns)}" + ) + + # Test if selected city is in the Guo et al dataset + if args["city"] in mortality_risk_df["city"]: + city_mortality_risk_df = mortality_risk_df.loc[ + mortality_risk_df["city"] == args["city"] + ] + + mortality_tif = Path(args["workspace_dir"]) / f"mortality_risk{file_suffix}.tif" + mortality_risk_calculation( + args["air_temp_tif"], mortality_tif, city_mortality_risk_df + ) + else: + logger.warning( + f"'{args['city']}' not in Guo et al. 2014 Mortality Risk study, skipping Mortality Risk analysis." + ) + + +def hdd_calculation( + t_air_raster_path: pathlike, target_hdd_path: pathlike, hdd_threshold: float = 15.5 +) -> None: + """Raster calculator op to calculate Heating Degree Days from air temperature and HDD threshold temperature. + Implementing the following function from Roxon et al. 2020 (https://doi.org/10.1016/j.uclim.2019.100546): + + if T_(air,i) > hdd_threshold: + hdd_i = 1.43 * 10**25 * T_(air,i) **-12.85 + else: + hdd_i = -29.54 * T_(air,i) + 1941 + + HOWEVER the problem is these are Fahrenheit Degree Day calculations, while the incoming temperature data is in + Celsius. For now, we simply convert the incoming temperature data to Fahrenheit then convert the output + Fahrenheit Degree Day to Celsius. + + + Args: + t_air_raster_path (pathlike): Pathlib path to T air raster. + target_hdd_path (pathlike): Pathlib path to target hdd raster. + hdd_threshold (float): number between 0-100. + + Returns: + None + """ + # Ensure path variables are Path objects + t_air_raster_path = Path(t_air_raster_path) + target_hdd_path = Path(target_hdd_path) + + t_air_nodata = pygeoprocessing.get_raster_info(str(t_air_raster_path))["nodata"][0] + + def hdd_op(t_air_array, hdd_val): + hdd = np.empty(t_air_array.shape, dtype=np.float32) + hdd[:] = TARGET_NODATA + + valid_mask = slice(None) + if t_air_nodata is not None: + valid_mask = ~np.isclose(t_air_array, t_air_nodata) + t_air_valid = t_air_array[valid_mask] + + hdd[valid_mask] = np.where( + t_air_valid > hdd_val, + (1.43 * (10**25) * ((t_air_valid * 9 / 5 + 32) ** (-12.85))) * 5 / 9, + ((-29.54) * (t_air_valid * 9 / 5 + 32) + 1941) * 5 / 9, + ) + return hdd + + pygeoprocessing.raster_calculator( + [(str(t_air_raster_path), 1), (hdd_threshold, "raw")], + hdd_op, + str(target_hdd_path), + gdal.GDT_Float32, + TARGET_NODATA, + ) + + +def cdd_calculation( + t_air_raster_path: pathlike, target_cdd_path: pathlike, cdd_threshold: float = 21.1 +) -> None: + """Raster calculator op to calculate Cooling Degree Days. Currently based solely on Temperature. + Implementing the following function from Roxon et al. 2020 (https://doi.org/10.1016/j.uclim.2019.100546): + + if T_(air,i) >= cdd_threshold: + cdd_i = 29.58 * T_(air,i) - 1905 + else: + cdd_i = 1.07 * 10**-18 * T_(air,i)**10.96 + + HOWEVER the problem is these are Fahrenheit Degree Day calculations, while the incoming temperature data is in + Celsius. For now, we simply convert the incoming temperature data to Fahrenheit then convert the output + Fahrenheit Degree Day to Celsius. + + Args: + t_air_raster_path (Path): Pathlib path to T air raster. + target_cdd_path (Path): Pathlib path to target cdd raster. + cdd_threshold (float): number between 0-100. + + Returns: + None + """ + t_air_nodata = pygeoprocessing.get_raster_info(str(t_air_raster_path))["nodata"][0] + + def cdd_op(t_air_array, cdd_val): + cdd = np.empty(t_air_array.shape, dtype=np.float32) + cdd[:] = TARGET_NODATA + + valid_mask = slice(None) + if t_air_nodata is not None: + valid_mask = ~np.isclose(t_air_array, t_air_nodata) + t_air_valid = t_air_array[valid_mask] + + cdd[valid_mask] = np.where( + t_air_valid >= cdd_val, + (29.58 * (t_air_valid * 9 / 5 + 32) - 1905) * 5 / 9, + (1.07 * (10 ** (-18)) * ((t_air_valid * 9 / 5 + 32) ** 10.96)) * 5 / 9, + ) + return cdd + + pygeoprocessing.raster_calculator( + [(str(t_air_raster_path), 1), (cdd_threshold, "raw")], + cdd_op, + str(target_cdd_path), + gdal.GDT_Float32, + TARGET_NODATA, + ) + + +def mortality_risk_calculation( + t_air_raster_path: pathlike, + target_mortality_path: pathlike, + mortality_risk_df: pd.DataFrame, +) -> None: + """Raster calculator op to calculate Relative Mortality Risk based on the following function: + mortality = (Ti - T0) / (T0 - T1) * (R0 - R1) + R1 + where: + Ti = T air raster + T0 = upper temperature threshold + T1 = lower temperature threshold + R0 = upper mortality risk + R1 = lower mortality risk + + Args: + t_air_raster_path (pathlike): Path to T air raster. + target_mortality_path (pathlike): Path to target mortality risk raster. + mortality_risk_df (DataFrame): Pandas DataFrame with columns for the temperature thresholds and associated + mortality risk + + Returns: + None + + """ + # Ensure path variables are Path objects + t_air_raster_path = Path(t_air_raster_path) + target_mortality_path = Path(target_mortality_path) + + t_air_nodata = pygeoprocessing.get_raster_info(str(t_air_raster_path))["nodata"][0] + + def mortality_op(t_air_array): + """ + Raster calculator op that calculates relative mortality risk based on temperature thresholds. + mortality = (Ti - T0) / (T0 - T1) * (R0 - R1) + R1 + """ + mortality = np.empty(t_air_array.shape, dtype=np.float32) + mortality[:] = TARGET_NODATA + + if t_air_nodata is not None: + valid_mask = ~np.isclose(t_air_array, t_air_nodata) + else: + valid_mask = np.ones(t_air_array.shape, dtype=bool) + + thresholds = ["01", "10", "mmtp", "90", "99"] + lower_thresholds = thresholds[:-1] + # Iterate through thresholds, except 99th percentile (since we linearly interpolate anything greater than 90th) + for i, t in enumerate(lower_thresholds[:-1]): + # Temperature Thresholds + lower_threshold = mortality_risk_df.loc[0, f"t_{t}"] + upper_threshold = mortality_risk_df.loc[0, f"t_{thresholds[i+1]}"] + + # Mortality Risks + lower_risk = mortality_risk_df.loc[0, f"rr_{t}"] + upper_risk = mortality_risk_df.loc[0, f"rr_{thresholds[i+1]}"] + + # Calculate mask + # Initial bin + if i == 0: + current_mask = np.logical_and( + valid_mask, (t_air_array < upper_threshold) + ) + # Final Bin + elif i + 1 == len(lower_thresholds): + current_mask = np.logical_and( + valid_mask, (t_air_array >= lower_threshold) + ) + # All other bins + else: + current_mask = np.all( + ( + valid_mask, + (t_air_array >= lower_threshold), + (t_air_array < upper_threshold), + ), + axis=0, + ) + + # Actual calculation + t_air_masked = t_air_array[current_mask] + mortality[current_mask] = (t_air_masked - upper_threshold) / ( + lower_threshold - upper_threshold + ) * (lower_risk - upper_risk) + upper_risk + + return mortality + + pygeoprocessing.raster_calculator( + [(str(t_air_raster_path), 1)], + mortality_op, + str(target_mortality_path), + gdal.GDT_Float32, + TARGET_NODATA, + ) + + +def grouped_scalar_calculation( + base_raster_path: pathlike, + category_raster_path: pathlike, + target_raster_path: pathlike, + category_list: List[int], + scalar_list: List[int], +) -> None: + """Raster calculator that multiplies some base raster by scalars associated with a + different raster's categories + + Args: + base_raster_path (pathlike): Path to base raster to multiply + category_raster_path (pathlike): Path to raster with categories + target_raster_path (pathlike): Path to target raster + category_list (List[int]): List of categories in category raster + scalar_list (List[int]): List of scalars associated with categories + + Returns: + None + + """ + # Ensure path variables are Path objects + base_raster_path = Path(base_raster_path) + category_raster_path = Path(category_raster_path) + target_raster_path = Path(target_raster_path) + + temporary_working_dir = Path(tempfile.mkdtemp(dir=target_raster_path.parent)) + + base_raster_info = pygeoprocessing.get_raster_info(str(base_raster_path)) + base_raster_nodata = base_raster_info["nodata"][0] + cell_size = np.min(np.abs(base_raster_info["pixel_size"])) + + category_raster_nodata = pygeoprocessing.get_raster_info(str(category_raster_path))[ + "nodata" + ][0] + + # Calculate kWh map + grouped_scalar_op = MultiplyRasterByScalarList( + category_list, scalar_list, base_raster_nodata, category_raster_nodata + ) + + temp_base_path = temporary_working_dir / Path(base_raster_path).name + temp_category_path = temporary_working_dir / Path(category_raster_path).name + + pygeoprocessing.align_and_resize_raster_stack( + [str(base_raster_path), str(category_raster_path)], + [str(temp_base_path), str(temp_category_path)], + ["near", "near"], + (cell_size, -cell_size), + "intersection", + ) + + pygeoprocessing.raster_calculator( + [(str(temp_base_path), 1), (str(temp_category_path), 1)], + grouped_scalar_op, + str(target_raster_path), + gdal.GDT_Float32, + base_raster_nodata, + ) diff --git a/backend-worker/worker.py b/backend-worker/worker.py index 744ec20..350f508 100644 --- a/backend-worker/worker.py +++ b/backend-worker/worker.py @@ -47,7 +47,7 @@ '+datum=WGS84 +units=m +no_defs') _ALBERS_EQUAL_AREA_SRS.SetAxisMappingStrategy(osr.OAMS_TRADITIONAL_GIS_ORDER) -NLCD_FILENAME = 'NLCD_2016_epsg3857.tif' +NLCD_FILENAME = 'lulc_overlay_3857.tif' NLCD_RASTER_PATHS = { 'vsigs': f'/vsigs/natcap-urban-online-datasets-public/{NLCD_FILENAME}', 'docker': f'/opt/appdata/{NLCD_FILENAME}', @@ -64,13 +64,6 @@ raise AssertionError( f"Could not open {NLCD_FILENAME} at any known locations") LOGGER.info(f"Using NLCD at {NLCD_RASTER_PATH}") -NLCD_COLOR_TABLE_PATH = os.path.join( - os.path.dirname(NLCD_RASTER_PATH), 'NLCD_2016.lulcdata.json') - -with open(NLCD_COLOR_TABLE_PATH, 'r') as file: - table = json.loads(file.read()) -NLCD_COLORS = {int(lulc_code): data['color'] for lulc_code, data - in table.items()} NLCD_SRS_WKT = _NLCD_RASTER_INFO['projection_wkt'] _NLCD_SRS = osr.SpatialReference() @@ -175,7 +168,7 @@ def test_new_lulc(self): os.path.join(self.workspace_dir, 'parcel.shp'), _WEB_MERCATOR_SRS.ExportToWkt(), 'ESRI Shapefile') - _create_new_lulc(parcel.wkt, gtiff_path) + _create_new_lulc(parcel.wkt, gtiff_path, include_pixel_values=True) raster_info = pygeoprocessing.get_raster_info(gtiff_path) @@ -223,49 +216,6 @@ def test_wallpaper(self): wallpaper_parcel(parcel.wkt, pattern.wkt, NLCD_RASTER_PATH, target_raster_path, self.workspace_dir) - def test_wallpaper_nlcd(self): - # University of Texas: San Antonio, selected by hand in QGIS - # Coordinates are in EPSG:3857 "Web Mercator" - point_over_san_antonio = shapely.geometry.Point( - -10965275.57, 3429693.30) - parcel = point_over_san_antonio.buffer(100) - - # Apache Creek, urban residential area, San Antonio, TX. - # Selected by hand in QGIS. Coordinates are in EPSG:3857 "Web - # Mercator" - # Near the intersection of South Laredo street and South Zarzamora - # Street. - pattern = shapely.geometry.box( - *shapely.geometry.Point( - -10968418.16, 3429347.98).buffer(100).bounds) - - # write this output to a file for testing - pygeoprocessing.geoprocessing.shapely_geometry_to_vector( - [pattern], - os.path.join(self.workspace_dir, 'pattern_webmercator.geojson'), - _WEB_MERCATOR_SRS.ExportToWkt(), 'GeoJSON') - - target_raster_path = os.path.join( - self.workspace_dir, 'wallpapered_raster.tif') - - wallpaper_parcel(parcel.wkt, pattern.wkt, NLCD_RASTER_PATH, - target_raster_path, self.workspace_dir) - - thumbnail = os.path.join('thumbnail_pattern.png') - make_thumbnail(pattern.wkt, NLCD_COLORS, thumbnail, self.workspace_dir) - - def test_thumbnail(self): - # University of Texas: San Antonio, selected by hand in QGIS - # Coordinates are in EPSG:3857 "Web Mercator" - point_over_san_antonio = shapely.geometry.Point( - -10965275.57, 3429693.30) - - # Raster units are in meters (mercator) - parcel = point_over_san_antonio.buffer(100) - - thumbnail = os.path.join(self.workspace_dir, 'thumbnail.png') - make_thumbnail(parcel.wkt, NLCD_COLORS, thumbnail) - def test_get_bioregion(self): # University of Texas: San Antonio, selected by hand in QGIS # Coordinates are in EPSG:3857 "Web Mercator" @@ -431,7 +381,8 @@ def fill_parcel(parcel_wkt_epsg3857, fill_lulc_class, ogr_geom_type=OGR_GEOMETRY_TYPES[parcel_geom.type] ) - _create_new_lulc(parcel_wkt_epsg3857, target_lulc_path) + _create_new_lulc( + parcel_wkt_epsg3857, target_lulc_path, include_pixel_values=True) pygeoprocessing.geoprocessing.rasterize( parcel_vector_path, target_lulc_path, [fill_lulc_class], option_list=['ALL_TOUCHED=TRUE']) @@ -757,28 +708,6 @@ def do_work(host, port, outputs_location): } } } - elif job_type == JOBTYPE_PATTERN_THUMBNAIL: - thumbnails_dir = os.path.join( - model_outputs_dir, 'thumbnails') - if not os.path.exists(thumbnails_dir): - os.makedirs(thumbnails_dir) - pattern_id = server_args['pattern_id'] - thumbnail_path = os.path.join( - thumbnails_dir, - f'pattern_{pattern_id}_thumbnail.png') - make_thumbnail( - pattern_wkt_epsg3857=job_args['pattern_wkt'], - colors_dict=NLCD_COLORS, - target_thumbnail_path=thumbnail_path, - working_dir=thumbnails_dir - ) - LOGGER.info(f"Thumbnail written to {thumbnail_path}") - - data = { - 'result': { - 'pattern_thumbnail_path': thumbnail_path, - } - } elif job_type == JOBTYPE_INVEST: invest_model = job_args['invest_model'] scenario_id = job_args['scenario_id'] diff --git a/frontend/package.json b/frontend/package.json index 405fc4f..6098540 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -15,7 +15,7 @@ "dotenv": "^16.0.0", "jsts": "^2.9.3", "localforage": "^1.10.0", - "ol": "latest", + "ol": "^6.15.1", "react": "^18.2.0", "react-dom": "^18.2.0" }, @@ -38,7 +38,7 @@ "happy-dom": "^9.20.3", "jsdom": "^22.1.0", "puppeteer": "^20.7.4", - "vite": "^4.3.9", - "vitest": "^0.33.0" + "vite": "^4.4.9", + "vitest": "^0.34.0" } } diff --git a/frontend/src/edit/edit.jsx b/frontend/src/edit/edit.jsx index a2fb05a..907ceb6 100644 --- a/frontend/src/edit/edit.jsx +++ b/frontend/src/edit/edit.jsx @@ -15,6 +15,16 @@ import InvestRunner from './investRunner'; import Results from './results'; import { getInvestResults } from '../requests'; +import nlcdLookup from '../../../appdata/nlcd_colormap.json'; +import nludLookup from '../../../appdata/nlud_colormap.json'; +import treeLookup from '../../../appdata/tree_colormap.json'; + +const LULC_LOOKUP = { + nlcd: nlcdLookup, + nlud: nludLookup, + tree: treeLookup, +}; + FocusStyleManager.onlyShowFocusOnTabs(); export default function EditMenu(props) { @@ -66,19 +76,28 @@ export default function EditMenu(props) { // of the area changed and just list those. const descriptions = {}; scenarios.forEach((scenario) => { - const sorted = Object.entries(JSON.parse(scenario.lulc_stats)) - .sort(([, a], [, b]) => b - a); - const sortedClasses = sorted.map((x) => x[0]); - const sortedValues = sorted.map((x) => x[1]); - const total = sortedValues.reduce((partial, a) => partial + a, 0); - let x = 0; - let i = 0; - while (x < total / 2) { - x += sortedValues[i]; - i++; - } - const topClasses = sortedClasses.slice(0, i); - descriptions[scenario.name] = topClasses; + const stats = JSON.parse(scenario.lulc_stats); + descriptions[scenario.name] = { + nlcd: [], + nlud: [], + }; + ['nlcd', 'nlud'].forEach((lulcType) => { + const sorted = Object.entries(stats[lulcType]) + .sort(([, a], [, b]) => b - a); + const sortedClasses = sorted.map((x) => x[0]); + const sortedValues = sorted.map((x) => x[1]); + const total = sortedValues.reduce((partial, a) => partial + a, 0); + let x = 0; + let i = 0; + while (x < total / 2) { + x += sortedValues[i]; + i++; + } + const topClasses = sortedClasses.slice(0, i); + descriptions[scenario.name][lulcType] = topClasses.map( + (code) => LULC_LOOKUP[lulcType][code].name + ); + }); }); setScenarioDescriptions(descriptions); (async () => { @@ -152,7 +171,12 @@ export default function EditMenu(props) { />
( + results[scene.name] + && Object.keys(results[scene.name]).length + )) + } scenarios={scenarios} setInvestResults={setInvestResults} setActiveTab={setActiveTab} @@ -165,7 +189,11 @@ export default function EditMenu(props) { )} /> { - (Object.keys(results).length && scenarioDescriptions) + ( + results.baseline + && Object.keys(results.baseline).length + && scenarioDescriptions + ) ? ( { + (async () => { + const options = await getNLUDTier2(); + setNlud2Options(options); + setNlud2(options[0]); + })(); + }, []); + + useEffect(() => { + (async () => { + if (nlud2) { + const options = await getNLUDTier3(nlud2); + setNlud3Options(options); + setNlud3(options[0]); + } + })(); + }, [nlud2]); + + useEffect(() => { + (async () => { + if ([nlud2, nlud3].every((x) => typeof x === 'string')) { + const options = await getNLCD(nlud2, nlud3); + setNlcdOptions(options); + setNlcd(options[0]); + } + })(); + }, [nlud3]); + + useEffect(() => { + if ([nlud2, nlud3, nlcd, tree].every((x) => typeof x === 'string')) { + (async () => { + const code = await getLucode(nlud2, nlud3, nlcd, tree); + props.setLucode(code); + })(); + } + }, [nlud2, nlud3, nlcd, tree]); + + if (nlud2Options) { + return ( +
+ + + +
+ ); + } +} diff --git a/frontend/src/edit/results.jsx b/frontend/src/edit/results.jsx index 47dfaa6..45bf830 100644 --- a/frontend/src/edit/results.jsx +++ b/frontend/src/edit/results.jsx @@ -7,8 +7,6 @@ import { Icon, } from '@blueprintjs/core'; -import landuseCodes from '../../../appdata/NLCD_2016.lulcdata.json'; - const METRICS = { avg_tmp_v: { label: 'change in temperature', @@ -40,8 +38,8 @@ export default function Results(props) { const [carbon, setCarbon] = useState(null); const [table, setTable] = useState(null); const [scenarioNames, setScenarioNames] = useState([]); - const [fromLULC, setFromLULC] = useState([]); - const [toLULC, setToLULC] = useState([]); + const [fromLULC, setFromLULC] = useState(''); + const [toLULC, setToLULC] = useState(''); const changeScenario = (name) => { setScenarioName(name); @@ -61,9 +59,12 @@ export default function Results(props) { }; }); }); - const from = scenarioDescriptions['baseline'].map((code) => { - return landuseCodes[code].name - }); + const from = (scenarioDescriptions['baseline']['nlcd'].length) + ? ` + ${scenarioDescriptions['baseline']['nlcd'].join(', ')} + ( ${scenarioDescriptions['baseline']['nlud'].join(', ')} ) + ` + : ''; setFromLULC(from); setTable(data); setScenarioNames(names); @@ -74,9 +75,12 @@ export default function Results(props) { if (scenarioName) { setTemperature(parseFloat(table[scenarioName][METRICS['avg_tmp_v'].label].value)); setCarbon(parseFloat(table[scenarioName][METRICS['tot_c_cur'].label].value)); - const to = scenarioDescriptions[scenarioName].map((code) => { - return landuseCodes[code].name - }); + const to = (scenarioDescriptions[scenarioName]['nlcd'].length) + ? ` + ${scenarioDescriptions[scenarioName]['nlcd'].join(', ')} + ( ${scenarioDescriptions[scenarioName]['nlud'].join(', ')} ) + ` + : ''; setToLULC(to); } }, [scenarioName]); @@ -84,12 +88,12 @@ export default function Results(props) { const landcoverDescription = ( <>

- from: {(fromLULC.length > 1) ? 'mostly ' : ''} - {fromLULC.join(', ')} + from: + mostly {fromLULC}

- to: {(toLULC.length > 1) ? 'mostly ' : ''} - {toLULC.join(', ')} + to: + mostly {toLULC}

); @@ -152,7 +156,7 @@ export default function Results(props) { {scenarioNames .map((name) => )} - landcover changed, + landcover (landuse) changed, {landcoverDescription}
diff --git a/frontend/src/edit/scenarioBuilder.jsx b/frontend/src/edit/scenarioBuilder.jsx index e618daa..04d1ad6 100644 --- a/frontend/src/edit/scenarioBuilder.jsx +++ b/frontend/src/edit/scenarioBuilder.jsx @@ -3,15 +3,14 @@ import React, { useState } from 'react'; import { Button, InputGroup, - HTMLSelect, Radio, RadioGroup, Spinner } from '@blueprintjs/core'; import useInterval from '../hooks/useInterval'; -import landuseCodes from '../../../appdata/NLCD_2016.lulcdata.json'; import WallpaperingMenu from './wallpaperingMenu'; +import LulcMenu from './lulcMenu'; import { createScenario, getJobStatus, @@ -32,7 +31,7 @@ export default function ScenarioBuilder(props) { scenarioNames, } = props; - const [singleLULC, setSingleLULC] = useState(Object.keys(landuseCodes)[0]); + const [singleLULC, setSingleLULC] = useState(null); const [conversionOption, setConversionOption] = useState('fill'); const [scenarioName, setScenarioName] = useState(''); const [scenarioID, setScenarioID] = useState(null); @@ -65,7 +64,7 @@ export default function ScenarioBuilder(props) { currentScenarioID ); } - if (conversionOption === 'fill' && singleLULC) { + if (conversionOption === 'fill' && Number.isInteger(singleLULC)) { jid = await lulcFill(singleLULC, currentScenarioID); } setJobID(jid); @@ -75,46 +74,28 @@ export default function ScenarioBuilder(props) { return
; } - let scenarioDescription = ''; - if (conversionOption === 'wallpaper' && selectedPattern) { - scenarioDescription = ( - - Create a scenario by wallpapering with {selectedPattern.label} - - ); - } - if (conversionOption === 'fill' && singleLULC) { - scenarioDescription = ( - - Create a scenario by filling with {landuseCodes[singleLULC].name} - - ); - } - return ( -
+ +

choose new landuse and landcover for the study area

setConversionOption(event.target.value)} selectedValue={conversionOption} > - + -
+
{ (conversionOption === 'fill') ? ( - setSingleLULC(event.target.value)} - > - {Object.entries(landuseCodes) - .map(([code, data]) => )} - + ) : ( -
- {scenarioDescription} +
+ {/*TODO: This subscript is a note to self, related to + https://github.com/natcap/urban-online-workflow/issues/124*/} + {singleLULC} { (jobID) ? diff --git a/frontend/src/edit/scenarioTable.jsx b/frontend/src/edit/scenarioTable.jsx index 4c75ed2..d04693c 100644 --- a/frontend/src/edit/scenarioTable.jsx +++ b/frontend/src/edit/scenarioTable.jsx @@ -1,32 +1,55 @@ import React, { useState, useEffect } from 'react'; import { + HTMLSelect, HTMLTable, Button, } from '@blueprintjs/core'; -import landuseCodes from '../../../appdata/NLCD_2016.lulcdata.json'; +import { toAcres } from '../utils'; +import nlcdLookup from '../../../appdata/nlcd_colormap.json'; +import nludLookup from '../../../appdata/nlud_colormap.json'; +import treeLookup from '../../../appdata/tree_colormap.json'; -function acres(count) { - if (!parseInt(count)) { - return ''; - } - const acres = (count * 30 * 30) / 4047; // square-meters to acres - return acres.toFixed(1); -} +const LULC_LOOKUP = { + nlcd: nlcdLookup, + nlud: nludLookup, + tree: treeLookup, +}; + +const LULC_TYPES = { + nlcd: 'landcover', + nlud: 'landuse', + tree: 'tree cover', +}; export default function ScenarioTable(props) { const { scenarios } = props; const [scenarioTable, setScenarioTable] = useState(null); + const [landcoverTypes, setLandcoverTypes] = useState([]); + const [landuseTypes, setLanduseTypes] = useState([]); + const [treeTypes, setTreeTypes] = useState([]); + const [lulcType, setLulcType] = useState('nlcd'); useEffect(() => { + const landcover = []; + const landuse = []; + const tree = []; (async () => { const table = {}; scenarios.forEach((scene) => { table[scene.name] = JSON.parse(scene.lulc_stats); }); setScenarioTable(table); + Object.values(table).forEach((obj) => { + landcover.push(...Object.keys(obj['nlcd'])); + landuse.push(...Object.keys(obj['nlud'])); + tree.push(...Object.keys(obj['tree'])); + }); + setLandcoverTypes(new Set(landcover)); + setLanduseTypes(new Set(landuse)); + setTreeTypes(new Set(tree)); })(); }, [scenarios]); @@ -34,7 +57,16 @@ export default function ScenarioTable(props) { const scenarioHeader = ( - Landcover composition by scenario + + setLulcType(event.target.value)} + value={lulcType} + > + {Object.entries(LULC_TYPES).map( + ([type, label]) => + )} + + {Object.keys(scenarioTable).map( (name) =>
{name}
)} @@ -43,26 +75,44 @@ export default function ScenarioTable(props) { const rows = []; rows.push(scenarioHeader); - Object.keys(landuseCodes).forEach((code) => { + + let codes; + switch (lulcType) { + case 'nlcd': + codes = landcoverTypes; + break; + case 'nlud': + codes = landuseTypes; + break; + case 'tree': + codes = treeTypes; + break; + default: + codes = []; + } + codes.forEach((code) => { const counts = []; - Object.entries(scenarioTable).forEach(([name, table]) => { - const count = scenarioTable[name][code] || ''; + Object.entries(scenarioTable).forEach(([x, table]) => { + const count = table[lulcType][code] || ''; counts.push(count); }); if (counts.reduce((x, y) => (x || 0) + (y || 0), 0)) { // skip rows of all 0s const cells = []; cells.push( - - {landuseCodes[code].name} + {LULC_LOOKUP[lulcType][code].name} ); cells.push(...counts.map((c, idx) => { let content = ''; if (c) { - content = {acres(c)} acres; + content = {toAcres(c)} acres; } return {content}; })); diff --git a/frontend/src/edit/studyAreaTable.jsx b/frontend/src/edit/studyAreaTable.jsx index a715b95..6d45bb7 100644 --- a/frontend/src/edit/studyAreaTable.jsx +++ b/frontend/src/edit/studyAreaTable.jsx @@ -2,11 +2,27 @@ import React, { useState } from 'react'; import { Button, + HTMLSelect, HTMLTable, } from '@blueprintjs/core'; import { removeParcel } from '../requests'; -import landuseCodes from '../../../appdata/NLCD_2016.lulcdata.json'; +import { toAcres } from '../utils'; +import nlcdLookup from '../../../appdata/nlcd_colormap.json'; +import nludLookup from '../../../appdata/nlud_colormap.json'; +import treeLookup from '../../../appdata/tree_colormap.json'; + +const LULC_LOOKUP = { + nlcd: nlcdLookup, + nlud: nludLookup, + tree: treeLookup, +}; + +const LULC_TYPES = { + nlcd: 'landcover', + nlud: 'landuse', + tree: 'tree cover' +}; export default function StudyAreaTable(props) { const { @@ -16,8 +32,8 @@ export default function StudyAreaTable(props) { immutableStudyArea, setHoveredParcel, } = props; - const [highlightedCode, setHighlightedCode] = useState(null); const [hiddenRowClass, setHiddenRowClass] = useState(''); + const [lulcType, setLulcType] = useState('nlcd'); const deleteParcel = async (parcelID) => { await removeParcel(parcelID, studyAreaID); @@ -32,31 +48,12 @@ export default function StudyAreaTable(props) { } }; - function plot(table) { - const blocks = []; - Object.entries(table).forEach(([code, count]) => { - let n = 0; - while (n < count) { - blocks.push( -
setHighlightedCode(code)} - onMouseOut={() => setHighlightedCode(null)} - />, - ); - n++; - } - }); - return blocks; + function sortCounts(countsMap) { + return Object.entries(countsMap) + .sort(([, a], [, b]) => b - a); } - const rows = []; - rows.push( + const headerRow = (