From 977c6932b44a3c570fd14caca03c61d4198e7051 Mon Sep 17 00:00:00 2001 From: MGousseff Date: Mon, 10 Jul 2023 19:01:20 +0200 Subject: [PATCH] Update of man page fro compareLCZ --- R/areColors.R | 2 +- R/compareLCZ.R | 52 +- R/confidSensib.R | 22 +- R/fetchLCZ.R | 2 +- R/groupLCZ.R | 8 +- R/importLCZgc.R | 7 +- R/importLCZraster.R | 29 +- R/importLCZvect.R | 23 +- R/importQualVar.R | 11 +- R/levCol.R | 16 +- R/produceAnalysis.R | 17 +- R/showLCZ.R | 5 +- man/areColors.Rd | 4 +- man/compareLCZ.Rd | 63 +- man/confidSensib.Rd | 20 +- man/fetchLCZ.Rd | 4 +- man/groupLCZ.Rd | 11 +- man/importLCZgc.Rd | 4 +- man/importLCZraster.Rd | 27 +- man/importLCZvect.Rd | 23 +- man/importQualVar.Rd | 11 +- man/levCol.Rd | 4 +- man/produceAnalysis.Rd | 10 +- man/showLCZ.Rd | 2 +- vignettes/bdtopo_2_2_osm.csv | 26016 +++++++++++++++++++++++++++++++ vignettes/lczexplore_alter.Rmd | 97 +- vignettes/lczexplore_en.Rmd | 130 +- vignettes/lczexplore_fr.Rmd | 124 +- 28 files changed, 26463 insertions(+), 281 deletions(-) diff --git a/R/areColors.R b/R/areColors.R index cc90157..116b986 100644 --- a/R/areColors.R +++ b/R/areColors.R @@ -1,4 +1,4 @@ -#' Check if a string or a vector of string define colors in R +#' Checks if a string or a vector of strings define colors in R #' #' @param x is the input string #' @return a vector of booleans indicting if the elements of x define a color in R (TRUE) or don't (FALSE) diff --git a/R/compareLCZ.R b/R/compareLCZ.R index 2155507..5b6614e 100644 --- a/R/compareLCZ.R +++ b/R/compareLCZ.R @@ -1,53 +1,49 @@ -#' Compares two LCZ classification on the same zone, -#' produces a map for each classification, a map of their agreement and a representation of a confusion matrix between them +#' Compares two set of geographical classifications, especially Local Climate Zones classifications. It +#' produces a map for each classification, a map of their agreement (and a pseudo Kappa coefficent), +#' and a confusion matrix between them. All are stored in a list, easily reusable. #' -#' @param sf1 is the sf object that contains the first LCZ classification -#' @param geomID1 is the name of the column storing the ID of the geoms in sf1 +#' @param sf1 is the sf object that contains the first (LCZ) classification #' @param column1 is the column of sf1 that contains the LCZ classification for each geom of sf1. +#' @param geomID1 is the name of the optionnal column storing the ID of the geoms in sf1 #' By defautl it is set to an empty string and no ID is loaded. -#' @param confid1 is a column that contains an indicator of confidence -#' of the level of the LCZ in column 1, e.g. a uniqueness value, or a probability of belonging to the class... +#' @param confid1 is an optionnal column that contains an indicator of confidence +#' of the values in column1, e.g. a uniqueness value, or a probability of belonging to the class... #' By defautl it is set to an empty string and no confidence indicator is loaded. -#' @param wf1 is the workflow used to produce the first LCZ classification. +#' @param wf1 is the workflow used to produce the first LCZ classification. +#' It is used ti create titles or legends. #' When GeoClimate was used with BD_TOPO V2 data as input, #' use "bdtopo_2_2". When GeoClimate was used with Open Street Map data as input, use "osm". #' When the LCZ come from the wudapt Europe tiff, use "wudapt". -#' @param sf2 is the sf object that contains the second LCZ classification +#' @param sf2 is the sf object that contains the second (LCZ) classification #' @param geomID2 is the name of the column storing the ID of the geoms in sf2 #' @param column2 is the column of sf2 that contains the LCZ classification for each geom of sf2 #' @param confid2 is a column that contains an indicator of confidence -#' of the level of the LCZ in column 2, e.g. a uniqueness value, or a probability of belonging to the class... -#' By defautl it is set to an empty string and no confidence indicator is loaded. #' @param wf2 is the workflow used to produce the second LCZ classification. -#' When GeoClimate was used with BD_TOPO V2 data as input, -#' use "bdtopo_2_2". When GeoClimate was used with Open Street Map data as input, use "osm". -#' When the LCZ come from the wudapt Europe tiff, use "wudapt". -#' @param ref : If the coordinate reference system (CRS) of sf1 and sf2 differ, ref indicates which CRS to choose for both files (1 or 2) +#' @param ref : If the coordinate reference systems (CRS) of sf1 and sf2 differ, ref indicates which CRS to choose for both files (1 or 2) #' @param repr "standard" means that standard values of LCZ are expected, #' "alter" means other values are expected, like grouped values of LCZ or other qualitative variable. -#' In the latter case, the ... arguments must contain the groups and a color vector. -#' @param plot : when FALSE non of the graphics are plotted or saved +#' In the latter case, the ... arguments can contain the expected levels and a color vector. +#' @param plot : when FALSE none of the graphics are plotted or saved #' @param saveG : when an empty character string, "", the plots are not saved. Else, the saveG string is used to produce the name of the saved png file. #' @param location : the name of the study area, as chosen as the name of the directory on the GeoClimate team cloud. #' If the area you wish to analyse is not uploaded yet, please contact the GeoClimate Team. #' @param exwrite : when TRUE, the values of the LCZ on the intersected geoms are written down in a csv file #' @param outDir : when exwrite equals TRUE, outDir is the path to the folder where one wants to write #' the csv file containing the values of the LCZ on the intersected geoms -#' @param tryGroup : when TRUE, if the specified level names don't match the data, but the specified levels do, -#' a call to the groupLCZ function will be tried, and if it works, the resulting grouping column will be named -#' "grouped" and the comparison will be done using it. -#' @param ... allow to pass arguments if repr is set to alter. +#' @param tryGroup : when TRUE, one can group and compare on-the-fly : if the specified level names +#' don't match the data, but the specified levels do, a call to the groupLCZ function will be tried, +#' and if it works, the resulting grouping columns wille be compared +#' @param ... allow to pass optionnal arguments if repr is set to alter. #' The expected arguments are the name of each level of the variables contained -#' in column1 and column2, and last a vector colors of the colors to use to plot them. +#' in column1 and column2, and also a vector called colors. #' @importFrom ggplot2 geom_sf guides ggtitle aes #' @importFrom DescTools CohenKappa #' @import sf dplyr cowplot forcats units tidyr RColorBrewer utils grDevices rlang -#' @return returns an object called matConfOut which contains -#' matConfLong, a confusion matrix in a longer form, which can be written in a file by the compareLCZ function -#' and is used by the geom_tile function of the ggplot2 package. -#' matConfPlot is a ggplot2 object showing the confusion matrix. If plot=T, it is also directly plotted -#' areas contains the sums of each LCZ area +#' @return returns graphics of comparison and an object called matConfOut which contains : +#' matConfLong, a confusion matrix in a longer form, +#' matConfPlot is a ggplot2 object showing the confusion matrix. #' percAgg is the general agreement between the two sets of LCZ, expressed as a percentage of the total area of the study zone +#' pseudoK is a heuristic estimate of a Cohen's kappa coefficient of agreement between classifications #' If saveG is not an empty string, graphics are saved under "saveG.png" #' @export #' @examples @@ -55,7 +51,7 @@ #' confid1="LCZ_UNIQUENESS_VALUE", wf1="bdtopo_2_2", #' sf2=redonOSM, column2="LCZ_PRIMARY", geomID2 = "ID_RSU", #' confid2="LCZ_UNIQUENESS_VALUE", wf2="osm", -#' repr="standard", saveG="", exwrite=TRUE, location="Redon", plot=TRUE) +#' repr="standard", saveG="", exwrite=FALSE, location="Redon", plot=TRUE) #' # To get the summed area of each LCZ levels for both dataset : #' comparisonBDT_OSM$areas #' # The plots of each dataset can be produced with the /`showLCZ/` function. @@ -70,7 +66,7 @@ #' compareLCZ<-function(sf1,geomID1="",column1,confid1="",wf1="bdtopo_2_2", sf2,column2,geomID2="",confid2="",wf2="osm",ref=1, - repr="standard",saveG="",exwrite=TRUE,outDir=getwd(), + repr="standard",saveG="",exwrite=FALSE,outDir=getwd(), location="Your Place", plot=TRUE, tryGroup=FALSE, ...){ diff --git a/R/confidSensib.R b/R/confidSensib.R index 7d24d97..f675c8d 100644 --- a/R/confidSensib.R +++ b/R/confidSensib.R @@ -1,12 +1,14 @@ -#' Computes the agreement between LCZ classification on a range of values of -#' an indicator of confidence granted to each LCZ classification. The input file or dataset must have been produced by compareLCZ function, or at least the columns must be in the same order. +#' Computes the agreement between geographical (LCZ) classifications on a range of values of +#' an indicator of confidence granted to each LCZ classification. +#' The input file or dataset must have been produced by compareLCZ function, +#' or at least the columns must be in the same order. #' -#' @param inputDf is an R file with geom IDs, LCZ classifications and -#' a confidence value granted for the LCZ value of each geom. Ignored if filePath is not empty. +#' @param inputDf is an R file with geom IDs, (LCZ) classifications and +#' a confidence value granted for the (LCZ) classifications values of each geom. Ignored if filePath is not empty. #' @param filePath is the path to a csv file containing geom IDs, LCZ classifications and #' a confidence value granted for the LCZ value of each geom. #' @param nPoints is the number of points (quantiles) of confidence for which -#' the average agreement between classifs will be computed +#' the average agreement between classifications will be computed #' @param wf1 is the name of the workflow used to produce the first LCZ #' @param wf2 is the name of the workflow used to produce the second LCZ #' @param geomID1 is the name of the column that contains the geom ID associated to the first workflow @@ -20,7 +22,7 @@ #' @param plot if TRUE the graph is plotted #' @param saveG if not an empty string, specifies where to save graphs #' @import dplyr ggplot2 -#' @return returns an object called sortie, which contains the values of the thresholds +#' @return returns an object called output, which contains the values of the thresholds #' for the confidence value and the agreement between classifications for the LCZ levels presents in the dataset #' @export #' @@ -173,13 +175,13 @@ typeLevels<-unique(echIntConf[,column1]) %>% as.vector # sortieParLCZ<-aggregate(echIntConf,by=echIntConf[[column1]],internFunction2,nPoints=nPoints) sortieParLCZ<-lapply(echIntConfSplit,internFunction2,nPoints=nPoints) nivList<-names(sortieParLCZ) - sortie<-data.frame(Confidence=numeric(0), Agreement=numeric(0), Kept=character(0), + output<-data.frame(Confidence=numeric(0), Agreement=numeric(0), Kept=character(0), nbGeom=numeric(0), LCZ=character(0)) for (i in names(sortieParLCZ)){ - sortie<-rbind(sortie,cbind(sortieParLCZ[[i]],LCZ=rep(i,nrow(sortieParLCZ[[i]])))) + output<-rbind(output,cbind(sortieParLCZ[[i]],LCZ=rep(i,nrow(sortieParLCZ[[i]])))) } - byLCZPLot<-ggplot(data=sortie, aes(x=Confidence, y=Agreement, color=Kept, shape=Kept))+ + byLCZPLot<-ggplot(data=output, aes(x=Confidence, y=Agreement, color=Kept, shape=Kept))+ labs(x="Confidence threshold", color = "Geom set", shape="Geom set")+ scale_fill_discrete(breaks=c("confidence >= threshold","confidence < threshold"),)+ scale_color_manual(values = @@ -203,6 +205,6 @@ typeLevels<-unique(echIntConf[,column1]) %>% as.vector } - return(sortie) + return(output) } \ No newline at end of file diff --git a/R/fetchLCZ.R b/R/fetchLCZ.R index 59194cd..c62621d 100644 --- a/R/fetchLCZ.R +++ b/R/fetchLCZ.R @@ -1,4 +1,4 @@ -#' Fetches the data from the Geomanum cloud, for locations already uploaded there by the Geoclimate team +#' Fetches LCZ classification data, by default from the Geomanum cloud, for locations already uploaded there by the Geoclimate team #' #' @param location is the name of the place for which you want to get the GeoClimate data #' @param outDir is the path to the directory in which fetchLCZ will unpack the data diff --git a/R/groupLCZ.R b/R/groupLCZ.R index ca90ff7..c74acb2 100644 --- a/R/groupLCZ.R +++ b/R/groupLCZ.R @@ -1,4 +1,5 @@ -#' Allows to group local climate zones to improve the analysis. +#' Allows to group (Local Climate Zone) geographical classification levels into broader categories +#' to explore classification agreements #' #' @param sf is the input files. It must be an sf file and contain an LCZ column (levels 1 to 10 and 101 to 107). It must contain the geom column. #' @param column is the name of the column containing the LCZ to be grouped @@ -15,6 +16,11 @@ #' industry="10", vegetation=c("101","102","103","104"), #' impervious="105",pervious="106",water="107", #' colors=c("red","black","green","grey","burlywood","blue")) +#' +#' showLCZ(redonBDT,column="LCZ_PRIMARY", repr="standard") +#' showLCZ(redonBDTgrouped,column="grouped",repr="alter", +#' LCZlevels=c("urban","industry","vegetation","impervious","pervious","water"), +#' colors=c("red","black","green","grey","burlywood","blue"),wf="BD TOPO") groupLCZ<-function(sf,column,outCol='grouped',...) { #require(forcats) diff --git a/R/importLCZgc.R b/R/importLCZgc.R index 5d60fcc..6063636 100644 --- a/R/importLCZgc.R +++ b/R/importLCZgc.R @@ -1,4 +1,5 @@ -#' Imports the rsu_lcz geojson file produced by GeoClimate. +#' Imports the rsu_lcz geojson file produced by GeoClimate. +#' Use the more generic /`importLCZvect/` function #' #' @param dirPath : the path where the rsu_lcz.geojson file is. #' @param output : if sfFile the rsu_lcz.geojson is imported as an sf file, if bBox, a bounding box of the area is returned @@ -29,11 +30,11 @@ importLCZgc<-function(dirPath,output="sfFile"){ if(output=="sfFile"){return(sfFile)} else { - if(output=="bBox"){bBox=st_bbox(sfFile,crs=st_crs(sfFile)) %>% st_as_sfc + if(output=="bBox"){bBox<-st_bbox(sfFile,crs=st_crs(sfFile)) %>% st_as_sfc return(bBox)} else { if(output=="contour"){ - fileName2<-paste0(dirPath,"zones.geojson") + # fileName2<-paste0(dirPath,"zones.geojson") sfContour<-st_read(dsn=fileName) %>% st_geometry %>% st_union() return(sfContour) } diff --git a/R/importLCZraster.R b/R/importLCZraster.R index c45f6de..3ff74f4 100644 --- a/R/importLCZraster.R +++ b/R/importLCZraster.R @@ -1,6 +1,6 @@ -#' Imports the LCZ produced by the WUDAPT algorithm. -#' For now, the function only allows import from the european tiff -#' produced by WUDAPT. Users MSUT DOWNLOAD the WUDAPT tiff file +#' Imports the LCZ classifications produced on raster maps, mainly by the WUDAPT algorithm. +#' For now, the function import from the european tiff +#' produced by WUDAPT. Users can DOWNLOAD the WUDAPT tiff file #' at the following url : https://figshare.com/articles/dataset/European_LCZ_map/13322450 #' A future version may include the world data once a strategy is defined to deal with CRS. #' @@ -10,7 +10,7 @@ #' @param typeLevels indicates a named vector of the unique values contained in column, #' @param zone set to europe by default, may include world once a strategy is defined #' @param bBox bBox is the bounding box needed to crop the wudapt tiff file. -#' It can be produced bu the importLCZvect function +#' It can be produced bu the importLCZvect function. It can either be of class bBox or of class sfc #' @return an sf file containing the geom and LCZ levels from the WUDAPT Europe tiff within the bBox bounding box #' @import sf dplyr forcats #' @importFrom terra crop @@ -24,7 +24,20 @@ #' #' redonWudapt<-importLCZraster(system.file("extdata", package = "lczexplore"), #' fileName="redonWudapt.tif",bBox=redonBbox) -#' +#' +#' # the following example can only be executed when user has downloaded +#' # CONUS-wide LCZ map and Training Areas on WUDAPT website +#' # sanDiegobBoxCoord<-st_sf(a=1:2, geom=st_sfc( +#' #st_point(c(-117.175198,32.707289)), +#' #st_point(c(-117.112198,32.750900)),crs = 4326 +#' #)) +#' #sanDiegoBbox<-st_bbox(sanDiegobBoxCoord) +#' #sanDiegoWudapt<-importLCZraster( +#' #dirPath="path_of_the_tiff", +#' #fileName="CONUS_LCZ_map_NLCD_v1.0_epsg4326.tif", +#' #column="CONUS_LCZ_map_NLCD_v1.0_epsg4326" +#' # ,bBox=sanDiegoBbox) +#' #showLCZ(sanDiegoWudapt,column="CONUS_LCZ_map_NLCD_v1.0_epsg4326") importLCZraster<-function(dirPath,zone="europe",bBox,fileName="EU_LCZ_map.tif", column='EU_LCZ_map', typeLevels=c("1"="1","2"="2","3"="3","4"="4","5"="5","6"="6","7"="7","8"="8", "9"="9","10"="10","101"="11","102"="12","103"="13","104"="14", @@ -32,7 +45,11 @@ importLCZraster<-function(dirPath,zone="europe",bBox,fileName="EU_LCZ_map.tif", # internal import function used in two loops effectiveImport<-function(fileName,bBox){ sfFile<-rast(fileName) + if (sum(class(bBox)%in%c("sfc_POLYGON","sfc" ))==0) { + bBox<-st_as_sfc(bBox) + } bBox<-st_transform(bBox,st_crs(sfFile,proj=T)) + cropTry<-try(sfFile %>% crop(bBox)) if(is(cropTry,"try-error")){stop("The bounding box doesn't intersect with the Wudapt tiff : \n @@ -52,7 +69,7 @@ importLCZraster<-function(dirPath,zone="europe",bBox,fileName="EU_LCZ_map.tif", !!!typeLevels)) %>% drop_na(column) - cat(levels(subset(sfFile,select='EU_LCZ_map',drop=T))) + cat(levels(subset(sfFile,select=column,drop=T))) #plot(sfFile) sfFile } diff --git a/R/importLCZvect.R b/R/importLCZvect.R index 22bec63..730f8fe 100644 --- a/R/importLCZvect.R +++ b/R/importLCZvect.R @@ -1,27 +1,32 @@ -#' Imports LCZ from a standard geographical file (tested : geojson, shp, more to come) +#' Imports Local Climate Zone classifications from a standard geographical file (tested : geojson, shp, more to come) #' #' @param dirPath is the path of the directory of the file #' @param file is the name of the file from which the LCZ are imported -#' @param column indicates the name of the column containing LCZ values, all other -#' columns will be dropped. If empty string, all the colums will be kept -#' @param geomID is the name of the column containing the ID of each geom to load. If an empty string, no column is loaded. +#' @param column indicates the name of the column containing LCZ values. +#' LCZ values are expected to be of a standard LCZ format (1 to 17, or 1 to 10 and 101 to 107 or 1 to G), +#' else, use the importQualVar function +#' @param geomID is the name of the column containing the ID of each geom to load. +#' If an empty string, no column is loaded. #' @param confid is the name of the column containing a confidence indicator to filter geoms, #' for instance the uniqueness of the LCZ level of each geom -#' @param output : if sfFile, the function returns an sfFile with the LCZ colums, +#' @param output : if sfFile, the function returns an sfFile with the specified columns, #' if bBox, returns a bounding box one can use to crop a raster file or to intersect another sf file #' @param typeLevels the levels of the imported LCZ classification #' @param verbose if TRUE show the discrepancies between specified levels of LCZ and #' levels actually present in column -#' @param drop : the default is TRUE, which means all the column are dropped excepted those specified in previous parameters +#' @param drop : the default is TRUE, which means all the column are +#' dropped excepted those specified in previous parameters #' @import dplyr forcats rlang sf #' @importFrom terra crop #' @importFrom terra rast - -#' @return returns an sf object containing at least the geoms and the LCZ values, and if specified, columns for the IDs of the geoms and the confidence value of the LCZ levels. +#' @return returns an sf object containing at least the geoms and the LCZ values, +#' and if specified, columns for the IDs of the geoms and the confidence value of the LCZ levels. #' @export -#' @examples importLCZvect(dirPath=paste0(system.file("extdata", package = "lczexplore"), +#' @examples +#' redonBDTex<-importLCZvect(dirPath=paste0(system.file("extdata", package = "lczexplore"), #' "/bdtopo_2_2/Redon"), file="rsu_lcz.geojson", column="LCZ_PRIMARY", #' geomID="ID_RSU",confid="LCZ_UNIQUENESS_VALUE") +#' showLCZ(redonBDTex) importLCZvect<-function(dirPath, file="rsu_lcz.geojson", output="sfFile", column="LCZ_PRIMARY", geomID="", confid="", typeLevels=c("1"="1","2"="2","3"="3","4"="4","5"="5","6"="6","7"="7","8"="8", diff --git a/R/importQualVar.R b/R/importQualVar.R index 5e057a4..3fd02d9 100644 --- a/R/importQualVar.R +++ b/R/importQualVar.R @@ -2,11 +2,12 @@ #' from a geographical dataset (tested : geojson, shp, more to come) #' #' @param dirPath is the path of the directory of the file -#' @param file is the name of the file from which the LCZ are imported -#' @param column indicates the name of the column containing the qualitative variable to be imported -#' @param geomID is the name of the column containing the ID of each geom to load. If an empty string, no column is loaded. -#' @param confid is the name of the column containing a confidence indicator to filter geoms, -#' for instance the uniqueness of the LCZ level of each geom +#' @param file is the name of the file from which the variable is imported +#' @param column indicates the name of the column containing the qualitative variable is imported +#' @param geomID is the name of the column containing the ID of each geom to load. +#' If an empty string, no column is loaded. +#' @param confid is the name of the column containing a confidence indicator, +#' for instance the uniqueness of the LCZ level of each geom, in order to filter geoms, #' @param output : if sfFile, the function returns an sfFile with the qualitative variable, #' if bBox, returns a bounding box one can use to crop a raster file or to intersect another sf file #' @param typeLevels the levels of the imported qualitative variable diff --git a/R/levCol.R b/R/levCol.R index 1540b5f..6891d8b 100644 --- a/R/levCol.R +++ b/R/levCol.R @@ -9,9 +9,9 @@ #' @import dplyr sf #' @importFrom grDevices palette.colors #' -#' @return output is a list containing levelColors, a named vector, which names are the levels +#' @return output is a list containing levelsColors, a named vector, which names are the levels #' present in the data and which values are the associated colors, -#' and case, a string spcifying what case was encountered when producing the levels and colors. +#' and case, a string specifying what case was encountered when producing the levels and colors. #' @export #' #' @examples @@ -103,7 +103,7 @@ if (length(args) == 0 || names(typeLevels)<-uniqueData } else if (length(argCol) > length(uniqueData)) { - case<-"3.1 : No levels but a color vector which size is greater than the number of levels in the data, some colors were dropped. " + case<-"3.1 : No levels but a color vector which size is greater than the number of levels in the data, unused colors were dropped. " typeLevels<-argCol[1:length(uniqueData)] names(typeLevels)<-uniqueData } @@ -122,8 +122,8 @@ if (length(args) == 0 || names(typeLevels)<-argLev[[1]] } else if ( prod(uniqueData%in%argLev[[1]])==0 ){ ########### Case where the levels do not cover the levels of unique Data - case<-"8: No color vector but a level vector whose names don't cover the levels in the data - Levels will be deduced from data and colors will be chosen from a standard palette." + case<-"8: No color vector but a level vector whose names don't cover the levels in the data. + Missing levels will be deduced from the data and colors will be chosen from a standard palette." temp<-unique(c(uniqueData,argLev[[1]])) typeLevels<-palette.colors(n=length(temp),palette="Polychrome 36") names(typeLevels)<-temp @@ -162,8 +162,8 @@ if (length(args) == 0 || if ( length(args)==2 && prod(unlist(args)=="")==0 && length(indCol)==0) { - case<-"13: No color vector is specified, there seems to be two ambiguous level vectors, - they will pasted and fed to the function again, and reduced to the following case. " + case<-"13: No color vector is specified and there seems to be two ambiguous level vectors, + they will pasted and fed to the function again, and reduced to the following case : " recall<-levCol(sf=sf,column=column,drop=drop,levels=c(argLev[[1]],argLev[[2]])) typeLevels<-recall$levelsColors case<-c(case,recall$case) @@ -183,7 +183,7 @@ if (length(args) == 0 || typeLevels<-recall$levelsColors typeLevels<-typeLevels[!is.na(names(typeLevels))] case<-paste( - "Case one vector of levels, one vector of colors, either the same length (case 9: and 10:), or colors longer (case 12:, unused colors were dropped), + "One vector of levels, one vector of colors, either the same length (case 9: and 10:), or colors longer (case 12:, unused colors were dropped), reduced to ", recall$case) } else if (length(argLev[[1]]) > length(argCol)) { diff --git a/R/produceAnalysis.R b/R/produceAnalysis.R index 4247c14..baa482e 100644 --- a/R/produceAnalysis.R +++ b/R/produceAnalysis.R @@ -1,7 +1,8 @@ #' Calls functions of the package to produce an analysis of two set of LCZ #' produced exclusively by GeoClimate. -#' Typically one will compare the LCZ produced by GeoClimate using the OSM data as input -#' to the LCZ produced by GeoClimate using the french BD_TOPO as input. +#' Typically one will compare the LCZ produced by GeoClimate using the OpenStreetMap +#' data as input to +#' the LCZ produced by GeoClimate using the french BDTopo v2.2 as input. #' Same analysis are reproducible using all the generic functions of the package. #' #' @param location defines the study area. The study area must have been coputed @@ -113,7 +114,7 @@ if(repr=="standard"){ sf2=df2, column2="LCZ_PRIMARY", geomID2="ID_RSU", confid2="LCZ_UNIQUENESS_VALUE",wf2=wf2, ref=1, - repr="standard", saveG=nameG, exwrite=T,outDir=outDir,location=location) + repr="standard", saveG=nameG, exwrite=TRUE,outDir=outDir,location=location) ) } @@ -124,7 +125,7 @@ if(repr=="standard"){ column1="EU_LCZ_map", sf2=df2, column2='LCZ_PRIMARY', - saveG=nameG,repr=repr,wf1=wf1,wf2=wf2,exwrite=T,outDir=outDir,location=location,...) + saveG=nameG,repr=repr,wf1=wf1,wf2=wf2,exwrite=TRUE,outDir=outDir,location=location,...) } if(wf2=="wudapt"&& (wf1=="osm"|wf1=="bdtopo_v2")){ @@ -133,7 +134,7 @@ if(repr=="standard"){ column1='LCZ_PRIMARY', sf2=df2, column2="EU_LCZ_map", - saveG=nameG,repr=repr,wf1=wf1,wf2=wf2,exwrite=T,outDir=outDir,location=location,...) + saveG=nameG,repr=repr,wf1=wf1,wf2=wf2,exwrite=TRUE,outDir=outDir,location=location,...) } } if(repr=='alter'){ @@ -150,7 +151,7 @@ if(repr=="standard"){ column1='grouped', sf2=df2, column2='grouped', - ref=1,saveG=nameG,repr=repr,wf1=wf1,wf2=wf2,exwrite=T,outDir=outDir,location=location,...) + ref=1,saveG=nameG,repr=repr,wf1=wf1,wf2=wf2,exwrite=TRUE,outDir=outDir,location=location,...) } if(wf1=="wudapt"&(wf2=="osm"|wf2=="bdtopo_2_2")){ @@ -160,7 +161,7 @@ if(repr=="standard"){ column1='grouped', sf2=df2, column2='grouped', - saveG=nameG,repr=repr,wf1=wf1,wf2=wf2,location=location,exwrite=T,outDir=outDir,...) + saveG=nameG,repr=repr,wf1=wf1,wf2=wf2,location=location,exwrite=TRUE,outDir=outDir,...) } if(wf2=="wudapt"&(wf1=="osm"|wf1=="bdtopo_2_2")){ df1<-groupLCZ(df1,column="LCZ_PRIMARY",...) @@ -169,7 +170,7 @@ if(repr=="standard"){ column1='grouped', sf2=df2, column2='grouped', - saveG=nameG,repr=repr,wf1=wf1,wf2=wf2,location=location,exwrite=T,outDir=outDir,...) + saveG=nameG,repr=repr,wf1=wf1,wf2=wf2,location=location,exwrite=TRUE,outDir=outDir,...) } } diff --git a/R/showLCZ.R b/R/showLCZ.R index b9cb7df..af9c694 100644 --- a/R/showLCZ.R +++ b/R/showLCZ.R @@ -17,8 +17,9 @@ #' @import sf ggplot2 dplyr cowplot forcats grDevices #' @return no object is returned, but plots of the LCZ levels are produced #' @export -#' @examples # On original LCZ levels, use the \'standard\' value for the \'repr\' argument. -#' showLCZ(redonBDT,column="LCZ_PRIMARY", repr="standard") +#' @examples +#' # On original LCZ levels, use the \'standard\' value for the \'repr\' argument. +#' showLCZ(redonBDT, column="LCZ_PRIMARY", repr="standard") #' # On grouped data, use the alter value for the repr argument. #' redonBDTgrouped<-groupLCZ(redonBDT,column="LCZ_PRIMARY", #' urban=c("1","2","3","4","5","6","7","8","9"), diff --git a/man/areColors.Rd b/man/areColors.Rd index 8ec4e52..f6ee47f 100644 --- a/man/areColors.Rd +++ b/man/areColors.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/areColors.R \name{areColors} \alias{areColors} -\title{Check if a string or a vector of string define colors in R} +\title{Checks if a string or a vector of strings define colors in R} \usage{ areColors(x) } @@ -13,7 +13,7 @@ areColors(x) a vector of booleans indicting if the elements of x define a color in R (TRUE) or don't (FALSE) } \description{ -Check if a string or a vector of string define colors in R +Checks if a string or a vector of strings define colors in R } \examples{ areColors(c(NA, "black", "blackk", "1", "#00", "#000000")) diff --git a/man/compareLCZ.Rd b/man/compareLCZ.Rd index 6b3656a..26d6732 100644 --- a/man/compareLCZ.Rd +++ b/man/compareLCZ.Rd @@ -2,8 +2,9 @@ % Please edit documentation in R/compareLCZ.R \name{compareLCZ} \alias{compareLCZ} -\title{Compares two LCZ classification on the same zone, -produces a map for each classification, a map of their agreement and a representation of a confusion matrix between them} +\title{Compares two set of geographical classifications, especially Local Climate Zones classifications. It +produces a map for each classification, a map of their agreement (and a pseudo Kappa coefficent), +and a confusion matrix between them. All are stored in a list, easily reusable.} \usage{ compareLCZ( sf1, @@ -19,7 +20,7 @@ compareLCZ( ref = 1, repr = "standard", saveG = "", - exwrite = TRUE, + exwrite = FALSE, outDir = getwd(), location = "Your Place", plot = TRUE, @@ -28,42 +29,38 @@ compareLCZ( ) } \arguments{ -\item{sf1}{is the sf object that contains the first LCZ classification} +\item{sf1}{is the sf object that contains the first (LCZ) classification} -\item{geomID1}{is the name of the column storing the ID of the geoms in sf1} - -\item{column1}{is the column of sf1 that contains the LCZ classification for each geom of sf1. +\item{geomID1}{is the name of the optionnal column storing the ID of the geoms in sf1 By defautl it is set to an empty string and no ID is loaded.} -\item{confid1}{is a column that contains an indicator of confidence -of the level of the LCZ in column 1, e.g. a uniqueness value, or a probability of belonging to the class... +\item{column1}{is the column of sf1 that contains the LCZ classification for each geom of sf1.} + +\item{confid1}{is an optionnal column that contains an indicator of confidence +of the values in column1, e.g. a uniqueness value, or a probability of belonging to the class... By defautl it is set to an empty string and no confidence indicator is loaded.} \item{wf1}{is the workflow used to produce the first LCZ classification. +It is used ti create titles or legends. When GeoClimate was used with BD_TOPO V2 data as input, use "bdtopo_2_2". When GeoClimate was used with Open Street Map data as input, use "osm". When the LCZ come from the wudapt Europe tiff, use "wudapt".} -\item{sf2}{is the sf object that contains the second LCZ classification} +\item{sf2}{is the sf object that contains the second (LCZ) classification} \item{column2}{is the column of sf2 that contains the LCZ classification for each geom of sf2} \item{geomID2}{is the name of the column storing the ID of the geoms in sf2} -\item{confid2}{is a column that contains an indicator of confidence -of the level of the LCZ in column 2, e.g. a uniqueness value, or a probability of belonging to the class... -By defautl it is set to an empty string and no confidence indicator is loaded.} +\item{confid2}{is a column that contains an indicator of confidence} -\item{wf2}{is the workflow used to produce the second LCZ classification. -When GeoClimate was used with BD_TOPO V2 data as input, -use "bdtopo_2_2". When GeoClimate was used with Open Street Map data as input, use "osm". -When the LCZ come from the wudapt Europe tiff, use "wudapt".} +\item{wf2}{is the workflow used to produce the second LCZ classification.} -\item{ref}{: If the coordinate reference system (CRS) of sf1 and sf2 differ, ref indicates which CRS to choose for both files (1 or 2)} +\item{ref}{: If the coordinate reference systems (CRS) of sf1 and sf2 differ, ref indicates which CRS to choose for both files (1 or 2)} \item{repr}{"standard" means that standard values of LCZ are expected, "alter" means other values are expected, like grouped values of LCZ or other qualitative variable. -In the latter case, the ... arguments must contain the groups and a color vector.} +In the latter case, the ... arguments can contain the expected levels and a color vector.} \item{saveG}{: when an empty character string, "", the plots are not saved. Else, the saveG string is used to produce the name of the saved png file.} @@ -75,35 +72,35 @@ the csv file containing the values of the LCZ on the intersected geoms} \item{location}{: the name of the study area, as chosen as the name of the directory on the GeoClimate team cloud. If the area you wish to analyse is not uploaded yet, please contact the GeoClimate Team.} -\item{plot}{: when FALSE non of the graphics are plotted or saved} +\item{plot}{: when FALSE none of the graphics are plotted or saved} -\item{tryGroup}{: when TRUE, if the specified level names don't match the data, but the specified levels do, -a call to the groupLCZ function will be tried, and if it works, the resulting grouping column will be named -"grouped" and the comparison will be done using it.} +\item{tryGroup}{: when TRUE, one can group and compare on-the-fly : if the specified level names +don't match the data, but the specified levels do, a call to the groupLCZ function will be tried, +and if it works, the resulting grouping columns wille be compared} -\item{...}{allow to pass arguments if repr is set to alter. +\item{...}{allow to pass optionnal arguments if repr is set to alter. The expected arguments are the name of each level of the variables contained -in column1 and column2, and last a vector colors of the colors to use to plot them.} +in column1 and column2, and also a vector called colors.} } \value{ -returns an object called matConfOut which contains -matConfLong, a confusion matrix in a longer form, which can be written in a file by the compareLCZ function -and is used by the geom_tile function of the ggplot2 package. -matConfPlot is a ggplot2 object showing the confusion matrix. If plot=T, it is also directly plotted -areas contains the sums of each LCZ area +returns graphics of comparison and an object called matConfOut which contains : +matConfLong, a confusion matrix in a longer form, +matConfPlot is a ggplot2 object showing the confusion matrix. percAgg is the general agreement between the two sets of LCZ, expressed as a percentage of the total area of the study zone +pseudoK is a heuristic estimate of a Cohen's kappa coefficient of agreement between classifications If saveG is not an empty string, graphics are saved under "saveG.png" } \description{ -Compares two LCZ classification on the same zone, -produces a map for each classification, a map of their agreement and a representation of a confusion matrix between them +Compares two set of geographical classifications, especially Local Climate Zones classifications. It +produces a map for each classification, a map of their agreement (and a pseudo Kappa coefficent), +and a confusion matrix between them. All are stored in a list, easily reusable. } \examples{ comparisonBDT_OSM<-compareLCZ(sf1=redonBDT, column1="LCZ_PRIMARY", geomID1 = "ID_RSU", confid1="LCZ_UNIQUENESS_VALUE", wf1="bdtopo_2_2", sf2=redonOSM, column2="LCZ_PRIMARY", geomID2 = "ID_RSU", confid2="LCZ_UNIQUENESS_VALUE", wf2="osm", -repr="standard", saveG="", exwrite=TRUE, location="Redon", plot=TRUE) +repr="standard", saveG="", exwrite=FALSE, location="Redon", plot=TRUE) # To get the summed area of each LCZ levels for both dataset : comparisonBDT_OSM$areas # The plots of each dataset can be produced with the /`showLCZ/` function. diff --git a/man/confidSensib.Rd b/man/confidSensib.Rd index 4945f2f..cd5e490 100644 --- a/man/confidSensib.Rd +++ b/man/confidSensib.Rd @@ -2,8 +2,10 @@ % Please edit documentation in R/confidSensib.R \name{confidSensib} \alias{confidSensib} -\title{Computes the agreement between LCZ classification on a range of values of -an indicator of confidence granted to each LCZ classification. The input file or dataset must have been produced by compareLCZ function, or at least the columns must be in the same order.} +\title{Computes the agreement between geographical (LCZ) classifications on a range of values of +an indicator of confidence granted to each LCZ classification. +The input file or dataset must have been produced by compareLCZ function, +or at least the columns must be in the same order.} \usage{ confidSensib( inputDf = "", @@ -24,14 +26,14 @@ confidSensib( ) } \arguments{ -\item{inputDf}{is an R file with geom IDs, LCZ classifications and -a confidence value granted for the LCZ value of each geom. Ignored if filePath is not empty.} +\item{inputDf}{is an R file with geom IDs, (LCZ) classifications and +a confidence value granted for the (LCZ) classifications values of each geom. Ignored if filePath is not empty.} \item{filePath}{is the path to a csv file containing geom IDs, LCZ classifications and a confidence value granted for the LCZ value of each geom.} \item{nPoints}{is the number of points (quantiles) of confidence for which -the average agreement between classifs will be computed} +the average agreement between classifications will be computed} \item{wf1}{is the name of the workflow used to produce the first LCZ} @@ -58,12 +60,14 @@ the average agreement between classifs will be computed} \item{saveG}{if not an empty string, specifies where to save graphs} } \value{ -returns an object called sortie, which contains the values of the thresholds +returns an object called output, which contains the values of the thresholds for the confidence value and the agreement between classifications for the LCZ levels presents in the dataset } \description{ -Computes the agreement between LCZ classification on a range of values of -an indicator of confidence granted to each LCZ classification. The input file or dataset must have been produced by compareLCZ function, or at least the columns must be in the same order. +Computes the agreement between geographical (LCZ) classifications on a range of values of +an indicator of confidence granted to each LCZ classification. +The input file or dataset must have been produced by compareLCZ function, +or at least the columns must be in the same order. } \examples{ mainPath<-system.file("extdata", package = "lczexplore") diff --git a/man/fetchLCZ.Rd b/man/fetchLCZ.Rd index 769a4a7..9295550 100644 --- a/man/fetchLCZ.Rd +++ b/man/fetchLCZ.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/fetchLCZ.R \name{fetchLCZ} \alias{fetchLCZ} -\title{Fetches the data from the Geomanum cloud, for locations already uploaded there by the Geoclimate team} +\title{Fetches LCZ classification data, by default from the Geomanum cloud, for locations already uploaded there by the Geoclimate team} \usage{ fetchLCZ( location, @@ -31,7 +31,7 @@ This function is intended to be used by Paendora project members, so the default returns no R object. The data are uploaded from the GeoClimate cloud and locally unpacked in the outDir directory } \description{ -Fetches the data from the Geomanum cloud, for locations already uploaded there by the Geoclimate team +Fetches LCZ classification data, by default from the Geomanum cloud, for locations already uploaded there by the Geoclimate team } \examples{ fetchLCZ(location="Allaire", diff --git a/man/groupLCZ.Rd b/man/groupLCZ.Rd index 0835b04..ca5e797 100644 --- a/man/groupLCZ.Rd +++ b/man/groupLCZ.Rd @@ -2,7 +2,8 @@ % Please edit documentation in R/groupLCZ.R \name{groupLCZ} \alias{groupLCZ} -\title{Allows to group local climate zones to improve the analysis.} +\title{Allows to group (Local Climate Zone) geographical classification levels into broader categories +to explore classification agreements} \usage{ groupLCZ(sf, column, outCol = "grouped", ...) } @@ -19,7 +20,8 @@ groupLCZ(sf, column, outCol = "grouped", ...) a file containing the original geom and lcz, and a new grouped column } \description{ -Allows to group local climate zones to improve the analysis. +Allows to group (Local Climate Zone) geographical classification levels into broader categories +to explore classification agreements } \examples{ redonBDTgrouped<-groupLCZ(redonBDT,column="LCZ_PRIMARY", @@ -27,4 +29,9 @@ urban=c("1","2","3","4","5","6","7","8","9"), industry="10", vegetation=c("101","102","103","104"), impervious="105",pervious="106",water="107", colors=c("red","black","green","grey","burlywood","blue")) + +showLCZ(redonBDT,column="LCZ_PRIMARY", repr="standard") +showLCZ(redonBDTgrouped,column="grouped",repr="alter", +LCZlevels=c("urban","industry","vegetation","impervious","pervious","water"), +colors=c("red","black","green","grey","burlywood","blue"),wf="BD TOPO") } diff --git a/man/importLCZgc.Rd b/man/importLCZgc.Rd index 8dfac73..428675e 100644 --- a/man/importLCZgc.Rd +++ b/man/importLCZgc.Rd @@ -2,7 +2,8 @@ % Please edit documentation in R/importLCZgc.R \name{importLCZgc} \alias{importLCZgc} -\title{Imports the rsu_lcz geojson file produced by GeoClimate.} +\title{Imports the rsu_lcz geojson file produced by GeoClimate. +Use the more generic /\verb{importLCZvect/} function} \usage{ importLCZgc(dirPath, output = "sfFile") } @@ -19,6 +20,7 @@ This is useful to select geoms analysed in other sf objects. } \description{ Imports the rsu_lcz geojson file produced by GeoClimate. +Use the more generic /\verb{importLCZvect/} function } \examples{ importLCZgc(dirPath=paste0(system.file("extdata", package = "lczexplore"),"/bdtopo_2_2/Redon/")) diff --git a/man/importLCZraster.Rd b/man/importLCZraster.Rd index 5057a78..d089dcf 100644 --- a/man/importLCZraster.Rd +++ b/man/importLCZraster.Rd @@ -2,9 +2,9 @@ % Please edit documentation in R/importLCZraster.R \name{importLCZraster} \alias{importLCZraster} -\title{Imports the LCZ produced by the WUDAPT algorithm. -For now, the function only allows import from the european tiff -produced by WUDAPT. Users MSUT DOWNLOAD the WUDAPT tiff file +\title{Imports the LCZ classifications produced on raster maps, mainly by the WUDAPT algorithm. +For now, the function import from the european tiff +produced by WUDAPT. Users can DOWNLOAD the WUDAPT tiff file at the following url : https://figshare.com/articles/dataset/European_LCZ_map/13322450 A future version may include the world data once a strategy is defined to deal with CRS.} \usage{ @@ -25,7 +25,7 @@ importLCZraster( \item{zone}{set to europe by default, may include world once a strategy is defined} \item{bBox}{bBox is the bounding box needed to crop the wudapt tiff file. -It can be produced bu the importLCZvect function} +It can be produced bu the importLCZvect function. It can either be of class bBox or of class sfc} \item{fileName}{is by default \'EU_LCZ_map.tif\' but can be changed for test prurposes. Will be useful when other zones will be added} @@ -37,9 +37,9 @@ It can be produced bu the importLCZvect function} an sf file containing the geom and LCZ levels from the WUDAPT Europe tiff within the bBox bounding box } \description{ -Imports the LCZ produced by the WUDAPT algorithm. -For now, the function only allows import from the european tiff -produced by WUDAPT. Users MSUT DOWNLOAD the WUDAPT tiff file +Imports the LCZ classifications produced on raster maps, mainly by the WUDAPT algorithm. +For now, the function import from the european tiff +produced by WUDAPT. Users can DOWNLOAD the WUDAPT tiff file at the following url : https://figshare.com/articles/dataset/European_LCZ_map/13322450 A future version may include the world data once a strategy is defined to deal with CRS. } @@ -50,4 +50,17 @@ redonBbox<-importLCZvect(dirPath=paste0(system.file("extdata", package = "lczexp redonWudapt<-importLCZraster(system.file("extdata", package = "lczexplore"), fileName="redonWudapt.tif",bBox=redonBbox) +# the following example can only be executed when user has downloaded +# CONUS-wide LCZ map and Training Areas on WUDAPT website +# sanDiegobBoxCoord<-st_sf(a=1:2, geom=st_sfc( +#st_point(c(-117.175198,32.707289)), +#st_point(c(-117.112198,32.750900)),crs = 4326 +#)) +#sanDiegoBbox<-st_bbox(sanDiegobBoxCoord) +#sanDiegoWudapt<-importLCZraster( +#dirPath="path_of_the_tiff", +#fileName="CONUS_LCZ_map_NLCD_v1.0_epsg4326.tif", +#column="CONUS_LCZ_map_NLCD_v1.0_epsg4326" +# ,bBox=sanDiegoBbox) +#showLCZ(sanDiegoWudapt,column="CONUS_LCZ_map_NLCD_v1.0_epsg4326") } diff --git a/man/importLCZvect.Rd b/man/importLCZvect.Rd index 16222b6..43f876f 100644 --- a/man/importLCZvect.Rd +++ b/man/importLCZvect.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/importLCZvect.R \name{importLCZvect} \alias{importLCZvect} -\title{Imports LCZ from a standard geographical file (tested : geojson, shp, more to come)} +\title{Imports Local Climate Zone classifications from a standard geographical file (tested : geojson, shp, more to come)} \usage{ importLCZvect( dirPath, @@ -25,32 +25,37 @@ importLCZvect( \item{file}{is the name of the file from which the LCZ are imported} -\item{output}{: if sfFile, the function returns an sfFile with the LCZ colums, +\item{output}{: if sfFile, the function returns an sfFile with the specified columns, if bBox, returns a bounding box one can use to crop a raster file or to intersect another sf file} -\item{column}{indicates the name of the column containing LCZ values, all other -columns will be dropped. If empty string, all the colums will be kept} +\item{column}{indicates the name of the column containing LCZ values. +LCZ values are expected to be of a standard LCZ format (1 to 17, or 1 to 10 and 101 to 107 or 1 to G), +else, use the importQualVar function} -\item{geomID}{is the name of the column containing the ID of each geom to load. If an empty string, no column is loaded.} +\item{geomID}{is the name of the column containing the ID of each geom to load. +If an empty string, no column is loaded.} \item{confid}{is the name of the column containing a confidence indicator to filter geoms, for instance the uniqueness of the LCZ level of each geom} \item{typeLevels}{the levels of the imported LCZ classification} -\item{drop}{: the default is TRUE, which means all the column are dropped excepted those specified in previous parameters} +\item{drop}{: the default is TRUE, which means all the column are +dropped excepted those specified in previous parameters} \item{verbose}{if TRUE show the discrepancies between specified levels of LCZ and levels actually present in column} } \value{ -returns an sf object containing at least the geoms and the LCZ values, and if specified, columns for the IDs of the geoms and the confidence value of the LCZ levels. +returns an sf object containing at least the geoms and the LCZ values, +and if specified, columns for the IDs of the geoms and the confidence value of the LCZ levels. } \description{ -Imports LCZ from a standard geographical file (tested : geojson, shp, more to come) +Imports Local Climate Zone classifications from a standard geographical file (tested : geojson, shp, more to come) } \examples{ -importLCZvect(dirPath=paste0(system.file("extdata", package = "lczexplore"), +redonBDTex<-importLCZvect(dirPath=paste0(system.file("extdata", package = "lczexplore"), "/bdtopo_2_2/Redon"), file="rsu_lcz.geojson", column="LCZ_PRIMARY", geomID="ID_RSU",confid="LCZ_UNIQUENESS_VALUE") +showLCZ(redonBDTex) } diff --git a/man/importQualVar.Rd b/man/importQualVar.Rd index c45d9b3..68b1466 100644 --- a/man/importQualVar.Rd +++ b/man/importQualVar.Rd @@ -20,17 +20,18 @@ importQualVar( \arguments{ \item{dirPath}{is the path of the directory of the file} -\item{file}{is the name of the file from which the LCZ are imported} +\item{file}{is the name of the file from which the variable is imported} \item{output}{: if sfFile, the function returns an sfFile with the qualitative variable, if bBox, returns a bounding box one can use to crop a raster file or to intersect another sf file} -\item{column}{indicates the name of the column containing the qualitative variable to be imported} +\item{column}{indicates the name of the column containing the qualitative variable is imported} -\item{geomID}{is the name of the column containing the ID of each geom to load. If an empty string, no column is loaded.} +\item{geomID}{is the name of the column containing the ID of each geom to load. +If an empty string, no column is loaded.} -\item{confid}{is the name of the column containing a confidence indicator to filter geoms, -for instance the uniqueness of the LCZ level of each geom} +\item{confid}{is the name of the column containing a confidence indicator, +for instance the uniqueness of the LCZ level of each geom, in order to filter geoms,} \item{typeLevels}{the levels of the imported qualitative variable} diff --git a/man/levCol.Rd b/man/levCol.Rd index 4cb9495..a6fdfcb 100644 --- a/man/levCol.Rd +++ b/man/levCol.Rd @@ -19,9 +19,9 @@ levCol(sf, column, drop = FALSE, useStandCol = FALSE, ...) whose name must begin with colors. Other cases are handled to enhance usability.} } \value{ -output is a list containing levelColors, a named vector, which names are the levels +output is a list containing levelsColors, a named vector, which names are the levels present in the data and which values are the associated colors, -and case, a string spcifying what case was encountered when producing the levels and colors. +and case, a string specifying what case was encountered when producing the levels and colors. } \description{ Manages the levels and the colors of the LCZ columns diff --git a/man/produceAnalysis.Rd b/man/produceAnalysis.Rd index 0d7d144..4b734fd 100644 --- a/man/produceAnalysis.Rd +++ b/man/produceAnalysis.Rd @@ -4,8 +4,9 @@ \alias{produceAnalysis} \title{Calls functions of the package to produce an analysis of two set of LCZ produced exclusively by GeoClimate. -Typically one will compare the LCZ produced by GeoClimate using the OSM data as input -to the LCZ produced by GeoClimate using the french BD_TOPO as input. +Typically one will compare the LCZ produced by GeoClimate using the OpenStreetMap +data as input to +the LCZ produced by GeoClimate using the french BDTopo v2.2 as input. Same analysis are reproducible using all the generic functions of the package.} \usage{ produceAnalysis( @@ -54,8 +55,9 @@ are exported either in csv (both LCZ by geoms by town) either in png \description{ Calls functions of the package to produce an analysis of two set of LCZ produced exclusively by GeoClimate. -Typically one will compare the LCZ produced by GeoClimate using the OSM data as input -to the LCZ produced by GeoClimate using the french BD_TOPO as input. +Typically one will compare the LCZ produced by GeoClimate using the OpenStreetMap +data as input to +the LCZ produced by GeoClimate using the french BDTopo v2.2 as input. Same analysis are reproducible using all the generic functions of the package. } \examples{ diff --git a/man/showLCZ.Rd b/man/showLCZ.Rd index 2fb7fcb..70c80dd 100644 --- a/man/showLCZ.Rd +++ b/man/showLCZ.Rd @@ -48,7 +48,7 @@ Produces a simple representation of the LCZ contained in an sf file. } \examples{ # On original LCZ levels, use the \'standard\' value for the \'repr\' argument. -showLCZ(redonBDT,column="LCZ_PRIMARY", repr="standard") +showLCZ(redonBDT, column="LCZ_PRIMARY", repr="standard") # On grouped data, use the alter value for the repr argument. redonBDTgrouped<-groupLCZ(redonBDT,column="LCZ_PRIMARY", urban=c("1","2","3","4","5","6","7","8","9"), diff --git a/vignettes/bdtopo_2_2_osm.csv b/vignettes/bdtopo_2_2_osm.csv index 6c59555..acce7c8 100644 --- a/vignettes/bdtopo_2_2_osm.csv +++ b/vignettes/bdtopo_2_2_osm.csv @@ -56888,3 +56888,26019 @@ "vegetation";"vegetation";168.08330620062;TRUE;"Your Place" "urban";"vegetation";184.907220132882;FALSE;"Your Place" "vegetation";"vegetation";8.02041516290046;TRUE;"Your Place" +"vegetation";"urban";516.748113688082;FALSE;"Your Place" +"urban";"urban";2887.02026711032;TRUE;"Your Place" +"impervious";"urban";194.496944695245;FALSE;"Your Place" +"urban";"urban";21.0697385626845;TRUE;"Your Place" +"urban";"urban";12705.6721883325;TRUE;"Your Place" +"urban";"urban";8.65652258354328;TRUE;"Your Place" +"impervious";"urban";157.555027339607;FALSE;"Your Place" +"urban";"urban";16.5824842299335;TRUE;"Your Place" +"urban";"urban";13538.6073035182;TRUE;"Your Place" +"impervious";"urban";41.3794306670316;FALSE;"Your Place" +"impervious";"urban";9.4410337600857;FALSE;"Your Place" +"urban";"urban";9245.24174527475;TRUE;"Your Place" +"urban";"urban";21.9955265847821;TRUE;"Your Place" +"urban";"urban";33.6119825978749;TRUE;"Your Place" +"vegetation";"urban";30.8799797396641;FALSE;"Your Place" +"urban";"urban";5967.60089895967;TRUE;"Your Place" +"urban";"urban";70.4788701427169;TRUE;"Your Place" +"urban";"urban";11.9726540641859;TRUE;"Your Place" +"urban";"urban";32.4063871435355;TRUE;"Your Place" +"impervious";"urban";49.3548955657752;FALSE;"Your Place" +"urban";"urban";34227.7595251971;TRUE;"Your Place" +"urban";"urban";10.2692680754117;TRUE;"Your Place" +"urban";"urban";35.6279891292434;TRUE;"Your Place" +"urban";"urban";46.9428847003728;TRUE;"Your Place" +"urban";"urban";74.4558303777012;TRUE;"Your Place" +"impervious";"urban";77.4499183916803;FALSE;"Your Place" +"urban";"urban";3.78341664194159;TRUE;"Your Place" +"urban";"urban";12969.5470229644;TRUE;"Your Place" +"urban";"urban";3.69944573269458;TRUE;"Your Place" +"urban";"urban";20.7353944606148;TRUE;"Your Place" +"impervious";"urban";17.5959090054967;FALSE;"Your Place" +"urban";"urban";43424.9621590493;TRUE;"Your Place" +"urban";"urban";145.663660436883;TRUE;"Your Place" +"urban";"urban";41.603321275441;TRUE;"Your Place" +"vegetation";"urban";0.772880250049639;FALSE;"Your Place" +"impervious";"urban";24.6954233752331;FALSE;"Your Place" +"impervious";"urban";8.43579070270061;FALSE;"Your Place" +"urban";"urban";144.143765673842;TRUE;"Your Place" +"urban";"urban";191.069858580813;TRUE;"Your Place" +"urban";"urban";15572.9826835804;TRUE;"Your Place" +"urban";"urban";13307.2813350041;TRUE;"Your Place" +"urban";"urban";3.9408680194756;TRUE;"Your Place" +"impervious";"urban";16.9202379684612;FALSE;"Your Place" +"urban";"urban";58.1641262962949;TRUE;"Your Place" +"urban";"urban";3.18522450118326;TRUE;"Your Place" +"urban";"urban";71136.4378468277;TRUE;"Your Place" +"urban";"urban";4.05356745491736;TRUE;"Your Place" +"urban";"urban";29.4800377192259;TRUE;"Your Place" +"vegetation";"urban";45.1296132297721;FALSE;"Your Place" +"urban";"urban";10.2091733012348;TRUE;"Your Place" +"urban";"urban";39.6500690425746;TRUE;"Your Place" +"urban";"urban";14362.0473984238;TRUE;"Your Place" +"impervious";"urban";40.4860327609349;FALSE;"Your Place" +"impervious";"urban";77.1970967999659;FALSE;"Your Place" +"urban";"urban";38.8784488961101;TRUE;"Your Place" +"urban";"urban";966.333602298982;TRUE;"Your Place" +"urban";"urban";275.34512547357;TRUE;"Your Place" +"urban";"urban";58.7780442480871;TRUE;"Your Place" +"urban";"urban";36.6232937341956;TRUE;"Your Place" +"urban";"urban";12863.1039703041;TRUE;"Your Place" +"urban";"urban";0.573064914904535;TRUE;"Your Place" +"urban";"urban";102.038383574458;TRUE;"Your Place" +"urban";"urban";9931.47242274042;TRUE;"Your Place" +"urban";"urban";69.5175753700314;TRUE;"Your Place" +"impervious";"urban";2.59707842115313;FALSE;"Your Place" +"vegetation";"urban";72.4439917341806;FALSE;"Your Place" +"urban";"urban";199.719650657731;TRUE;"Your Place" +"urban";"urban";12.6888399887393;TRUE;"Your Place" +"urban";"urban";111.563392260345;TRUE;"Your Place" +"vegetation";"urban";3.3866140852333;FALSE;"Your Place" +"vegetation";"urban";1386.01949010912;FALSE;"Your Place" +"vegetation";"urban";47229.5180875449;FALSE;"Your Place" +"vegetation";"urban";1380.8103287009;FALSE;"Your Place" +"urban";"urban";117.510640329507;TRUE;"Your Place" +"urban";"urban";3.50083907833323;TRUE;"Your Place" +"urban";"urban";71.1708474687184;TRUE;"Your Place" +"urban";"urban";10095.4538394998;TRUE;"Your Place" +"urban";"urban";12.4014467510497;TRUE;"Your Place" +"urban";"urban";11.5170651259832;TRUE;"Your Place" +"urban";"urban";12.0677553843707;TRUE;"Your Place" +"urban";"urban";94980.5600707477;TRUE;"Your Place" +"urban";"urban";107.850643248064;TRUE;"Your Place" +"urban";"urban";86.1065836383495;TRUE;"Your Place" +"impervious";"urban";50.726647144882;FALSE;"Your Place" +"impervious";"urban";13.9862899320724;FALSE;"Your Place" +"vegetation";"urban";18912.5500512244;FALSE;"Your Place" +"urban";"urban";32123.1734533025;TRUE;"Your Place" +"urban";"urban";8.65685889852466;TRUE;"Your Place" +"urban";"urban";1.74827795324381;TRUE;"Your Place" +"urban";"urban";121.773511659349;TRUE;"Your Place" +"urban";"urban";15.9693131721579;TRUE;"Your Place" +"urban";"urban";11170.0646318891;TRUE;"Your Place" +"urban";"urban";20629.8564387094;TRUE;"Your Place" +"urban";"urban";42.4761985505465;TRUE;"Your Place" +"urban";"urban";3.24454048043117;TRUE;"Your Place" +"urban";"urban";3.98296322891838;TRUE;"Your Place" +"vegetation";"urban";62.4163660465274;FALSE;"Your Place" +"impervious";"urban";1010.70907389;FALSE;"Your Place" +"vegetation";"urban";276.840986587456;FALSE;"Your Place" +"urban";"urban";0.898429719731212;TRUE;"Your Place" +"urban";"urban";406.785443298751;TRUE;"Your Place" +"vegetation";"urban";1285.71323459508;FALSE;"Your Place" +"urban";"urban";2236.30832078494;TRUE;"Your Place" +"vegetation";"urban";1140.25440983288;FALSE;"Your Place" +"vegetation";"urban";14.9431693107181;FALSE;"Your Place" +"urban";"urban";74.4710169360042;TRUE;"Your Place" +"urban";"urban";7422.60832357779;TRUE;"Your Place" +"urban";"urban";68.4544391792733;TRUE;"Your Place" +"urban";"urban";4170.68218139058;TRUE;"Your Place" +"urban";"urban";13.348992760526;TRUE;"Your Place" +"vegetation";"urban";0.505519642611034;FALSE;"Your Place" +"urban";"urban";6556.6433742079;TRUE;"Your Place" +"urban";"urban";17.4800230166875;TRUE;"Your Place" +"urban";"urban";18.4048828002997;TRUE;"Your Place" +"urban";"urban";6.0230955431125;TRUE;"Your Place" +"vegetation";"urban";155.444707645569;FALSE;"Your Place" +"vegetation";"urban";524.575833418989;FALSE;"Your Place" +"urban";"urban";57.3926191560749;TRUE;"Your Place" +"urban";"urban";8.29042251396459;TRUE;"Your Place" +"urban";"urban";4255.04243915435;TRUE;"Your Place" +"vegetation";"urban";684.273725847714;FALSE;"Your Place" +"urban";"urban";4637.12414781229;TRUE;"Your Place" +"urban";"urban";17.2507121702074;TRUE;"Your Place" +"urban";"urban";19.2587021482177;TRUE;"Your Place" +"urban";"urban";15.7417921217857;TRUE;"Your Place" +"urban";"urban";15.0864010169171;TRUE;"Your Place" +"vegetation";"urban";162.998356577009;FALSE;"Your Place" +"vegetation";"urban";31742.664257586;FALSE;"Your Place" +"urban";"urban";25.4441669962835;TRUE;"Your Place" +"urban";"urban";16.6750969463901;TRUE;"Your Place" +"urban";"urban";3980.61110797833;TRUE;"Your Place" +"urban";"urban";39.0933252912837;TRUE;"Your Place" +"urban";"urban";34.4899664847762;TRUE;"Your Place" +"urban";"urban";7043.25105124339;TRUE;"Your Place" +"urban";"urban";75.0219500569128;TRUE;"Your Place" +"urban";"urban";12.5119720038492;TRUE;"Your Place" +"urban";"urban";0.475423178606434;TRUE;"Your Place" +"urban";"urban";129.288237553061;TRUE;"Your Place" +"urban";"urban";55619.4306137618;TRUE;"Your Place" +"urban";"urban";3.23798120008723;TRUE;"Your Place" +"urban";"urban";207.186620894819;TRUE;"Your Place" +"urban";"urban";16.8428945579217;TRUE;"Your Place" +"urban";"urban";35576.8631787966;TRUE;"Your Place" +"urban";"urban";29.8077978109941;TRUE;"Your Place" +"urban";"urban";6.92433309834269;TRUE;"Your Place" +"urban";"urban";120.02717618132;TRUE;"Your Place" +"vegetation";"urban";5.52947295689955;FALSE;"Your Place" +"urban";"urban";45.120327482764;TRUE;"Your Place" +"urban";"urban";13336.2688549348;TRUE;"Your Place" +"impervious";"urban";49.8427759333572;FALSE;"Your Place" +"urban";"urban";23401.4071312009;TRUE;"Your Place" +"urban";"urban";34.4299473383435;TRUE;"Your Place" +"urban";"urban";50.0735570122852;TRUE;"Your Place" +"impervious";"urban";1.00731107452884;FALSE;"Your Place" +"impervious";"urban";77.7360735468101;FALSE;"Your Place" +"vegetation";"urban";1036.92444373365;FALSE;"Your Place" +"urban";"urban";106.385752698251;TRUE;"Your Place" +"urban";"urban";34199.3111063153;TRUE;"Your Place" +"vegetation";"urban";4.0333021034894;FALSE;"Your Place" +"impervious";"urban";15.3732394054532;FALSE;"Your Place" +"vegetation";"urban";313.982227488741;FALSE;"Your Place" +"vegetation";"urban";738.546011397615;FALSE;"Your Place" +"vegetation";"urban";33.0946968323551;FALSE;"Your Place" +"urban";"urban";43.7494709787952;TRUE;"Your Place" +"urban";"urban";21628.0750299192;TRUE;"Your Place" +"impervious";"urban";0.534491140876526;FALSE;"Your Place" +"vegetation";"urban";55.1051081820042;FALSE;"Your Place" +"urban";"urban";3047.70116758905;TRUE;"Your Place" +"urban";"urban";40.5096026260871;TRUE;"Your Place" +"urban";"urban";210.146492746542;TRUE;"Your Place" +"urban";"urban";5924.33856800431;TRUE;"Your Place" +"urban";"urban";10.6940167282883;TRUE;"Your Place" +"urban";"urban";9.77079296761076;TRUE;"Your Place" +"urban";"urban";12.4515062822611;TRUE;"Your Place" +"urban";"urban";36.7404920124682;TRUE;"Your Place" +"urban";"urban";11620.4788112653;TRUE;"Your Place" +"urban";"urban";2.52708714798791;TRUE;"Your Place" +"urban";"urban";9.95089245749114;TRUE;"Your Place" +"urban";"urban";53.0629314745311;TRUE;"Your Place" +"urban";"urban";2.8567516529256;TRUE;"Your Place" +"urban";"urban";148.151175957246;TRUE;"Your Place" +"urban";"urban";31808.3566374567;TRUE;"Your Place" +"urban";"urban";0.140269772069587;TRUE;"Your Place" +"urban";"urban";43.2020175917132;TRUE;"Your Place" +"urban";"urban";0.0575888496514381;TRUE;"Your Place" +"urban";"urban";24.2077230308205;TRUE;"Your Place" +"urban";"urban";4.04417279997142;TRUE;"Your Place" +"urban";"urban";8044.85162152955;TRUE;"Your Place" +"vegetation";"urban";4.82121625682339;FALSE;"Your Place" +"urban";"urban";20.3833511158591;TRUE;"Your Place" +"urban";"urban";15.8797494303435;TRUE;"Your Place" +"urban";"urban";1.44755760022963;TRUE;"Your Place" +"urban";"urban";4841.27878351416;TRUE;"Your Place" +"vegetation";"urban";4.92967727603536;FALSE;"Your Place" +"impervious";"urban";9.03877863106027;FALSE;"Your Place" +"urban";"urban";6853.54029370565;TRUE;"Your Place" +"urban";"urban";11.5319645530544;TRUE;"Your Place" +"urban";"urban";16.8254422966857;TRUE;"Your Place" +"urban";"urban";8.61007074266672;TRUE;"Your Place" +"urban";"urban";32.397015853785;TRUE;"Your Place" +"urban";"urban";28.2497391604702;TRUE;"Your Place" +"urban";"urban";36839.5688970509;TRUE;"Your Place" +"urban";"urban";65.3488904589321;TRUE;"Your Place" +"urban";"urban";63.5093412084971;TRUE;"Your Place" +"urban";"urban";9.58525220432784;TRUE;"Your Place" +"urban";"urban";52.622062901035;TRUE;"Your Place" +"urban";"urban";6.17612407775596;TRUE;"Your Place" +"impervious";"urban";5.24205551105479;FALSE;"Your Place" +"urban";"urban";42.53015992156;TRUE;"Your Place" +"urban";"urban";5843.01324641611;TRUE;"Your Place" +"urban";"urban";22.1202990927268;TRUE;"Your Place" +"urban";"urban";4.2628081724979;TRUE;"Your Place" +"impervious";"urban";7.09938287601108;FALSE;"Your Place" +"impervious";"urban";1.74894715938717;FALSE;"Your Place" +"urban";"urban";15.542552619765;TRUE;"Your Place" +"urban";"urban";4046.26735808002;TRUE;"Your Place" +"urban";"urban";45.8001793464646;TRUE;"Your Place" +"urban";"urban";32.0334040673333;TRUE;"Your Place" +"urban";"urban";48.1088153598248;TRUE;"Your Place" +"urban";"urban";15.2431089830693;TRUE;"Your Place" +"urban";"urban";45.9425063383533;TRUE;"Your Place" +"urban";"urban";7303.7453375347;TRUE;"Your Place" +"urban";"urban";110.065738727906;TRUE;"Your Place" +"urban";"urban";0.865248769929167;TRUE;"Your Place" +"urban";"urban";209.5539718566;TRUE;"Your Place" +"urban";"urban";19.241419065278;TRUE;"Your Place" +"urban";"urban";14651.3633101792;TRUE;"Your Place" +"urban";"urban";20.87383766938;TRUE;"Your Place" +"urban";"urban";5502.2668380611;TRUE;"Your Place" +"urban";"urban";0.043450210505398;TRUE;"Your Place" +"urban";"urban";56.9483526535332;TRUE;"Your Place" +"urban";"urban";2315.11891083419;TRUE;"Your Place" +"urban";"urban";31.5016243197024;TRUE;"Your Place" +"urban";"urban";2510.80103072035;TRUE;"Your Place" +"urban";"urban";16.2332832334796;TRUE;"Your Place" +"impervious";"urban";48.8521158742369;FALSE;"Your Place" +"impervious";"urban";9.19001534907147;FALSE;"Your Place" +"urban";"urban";5.62311712947849;TRUE;"Your Place" +"urban";"urban";6539.8573595481;TRUE;"Your Place" +"urban";"urban";19.3678901138774;TRUE;"Your Place" +"urban";"urban";55.7081775596016;TRUE;"Your Place" +"urban";"urban";19.285271409899;TRUE;"Your Place" +"urban";"urban";1.94559042173205;TRUE;"Your Place" +"impervious";"urban";15.126457516395;FALSE;"Your Place" +"urban";"urban";28.8678331172559;TRUE;"Your Place" +"urban";"urban";3529.63556390512;TRUE;"Your Place" +"urban";"urban";30.8999687702162;TRUE;"Your Place" +"urban";"urban";38.3527935501188;TRUE;"Your Place" +"urban";"urban";1.20236442511668;TRUE;"Your Place" +"urban";"urban";7.18268446996808;TRUE;"Your Place" +"urban";"urban";880.548535905371;TRUE;"Your Place" +"urban";"urban";20.433942551259;TRUE;"Your Place" +"impervious";"urban";43.2353810211644;FALSE;"Your Place" +"urban";"urban";1101.29377354824;TRUE;"Your Place" +"urban";"urban";0.313877777341986;TRUE;"Your Place" +"urban";"urban";0.396618513856083;TRUE;"Your Place" +"urban";"urban";2.59564847173169;TRUE;"Your Place" +"urban";"urban";6.73712304273795;TRUE;"Your Place" +"urban";"urban";9085.68214053544;TRUE;"Your Place" +"urban";"urban";54.2793088303297;TRUE;"Your Place" +"urban";"urban";34.5873298108199;TRUE;"Your Place" +"urban";"urban";23.6983387898654;TRUE;"Your Place" +"urban";"urban";0.645167555252556;TRUE;"Your Place" +"urban";"urban";90.9608298493549;TRUE;"Your Place" +"urban";"urban";16836.6927793361;TRUE;"Your Place" +"urban";"urban";634.821022446267;TRUE;"Your Place" +"impervious";"urban";7.75446352735162;FALSE;"Your Place" +"urban";"urban";12.2315044519273;TRUE;"Your Place" +"urban";"urban";76.7777030532598;TRUE;"Your Place" +"urban";"urban";2510.80538929751;TRUE;"Your Place" +"urban";"urban";23.7549714669585;TRUE;"Your Place" +"urban";"urban";0.990934778601513;TRUE;"Your Place" +"vegetation";"urban";384.673532657325;FALSE;"Your Place" +"vegetation";"urban";231.925340004498;FALSE;"Your Place" +"urban";"urban";3.93900457841664;TRUE;"Your Place" +"urban";"urban";0.6904420821229;TRUE;"Your Place" +"urban";"urban";0.416436191553657;TRUE;"Your Place" +"urban";"urban";3542.05692311481;TRUE;"Your Place" +"impervious";"urban";1.62076651526149;FALSE;"Your Place" +"urban";"urban";15.0253921956755;TRUE;"Your Place" +"urban";"urban";2500.98692572722;TRUE;"Your Place" +"urban";"urban";2.25578188456711;TRUE;"Your Place" +"urban";"urban";1.50419640922337;TRUE;"Your Place" +"urban";"urban";49.048181034188;TRUE;"Your Place" +"impervious";"urban";3.88818801601883;FALSE;"Your Place" +"impervious";"urban";7.95858967809181;FALSE;"Your Place" +"urban";"urban";16.4220305262133;TRUE;"Your Place" +"urban";"urban";32.0203056340106;TRUE;"Your Place" +"urban";"urban";9145.97113663773;TRUE;"Your Place" +"urban";"urban";30.7341598487401;TRUE;"Your Place" +"impervious";"urban";48.6956791136327;FALSE;"Your Place" +"urban";"urban";47.3196673644707;TRUE;"Your Place" +"urban";"urban";49.8180920891464;TRUE;"Your Place" +"urban";"urban";2243.01846740581;TRUE;"Your Place" +"urban";"urban";64.735649459064;TRUE;"Your Place" +"urban";"urban";14.0388332009315;TRUE;"Your Place" +"urban";"urban";23.5846592341186;TRUE;"Your Place" +"urban";"urban";2026.69936743658;TRUE;"Your Place" +"urban";"urban";64.3562165569747;TRUE;"Your Place" +"urban";"urban";20.6081171020924;TRUE;"Your Place" +"urban";"urban";42.2633554120548;TRUE;"Your Place" +"urban";"urban";48.7637691560667;TRUE;"Your Place" +"urban";"urban";3827.38040835544;TRUE;"Your Place" +"urban";"urban";65.4170280135004;TRUE;"Your Place" +"impervious";"urban";8.65902640626882;FALSE;"Your Place" +"impervious";"urban";68.2482391574886;FALSE;"Your Place" +"impervious";"urban";252.211794431787;FALSE;"Your Place" +"urban";"urban";2626.95642616972;TRUE;"Your Place" +"urban";"urban";0.567130727933545;TRUE;"Your Place" +"urban";"urban";1301.05373346485;TRUE;"Your Place" +"urban";"urban";4.74189271991781;TRUE;"Your Place" +"urban";"urban";16.23643165455;TRUE;"Your Place" +"urban";"urban";1.76667407236528;TRUE;"Your Place" +"urban";"urban";27.2003648392856;TRUE;"Your Place" +"urban";"urban";27.7883736565709;TRUE;"Your Place" +"urban";"urban";16986.1847705032;TRUE;"Your Place" +"urban";"urban";132.489803861943;TRUE;"Your Place" +"impervious";"urban";38.0446429524745;FALSE;"Your Place" +"impervious";"urban";3.75887814642192;FALSE;"Your Place" +"urban";"urban";0.0507844618987292;TRUE;"Your Place" +"urban";"urban";16.5790743394755;TRUE;"Your Place" +"urban";"urban";105.966513317556;TRUE;"Your Place" +"urban";"urban";8837.20019157603;TRUE;"Your Place" +"urban";"urban";23.4087300780229;TRUE;"Your Place" +"urban";"urban";8.85597928892821;TRUE;"Your Place" +"urban";"urban";16.995388854295;TRUE;"Your Place" +"urban";"urban";42.7637201873586;TRUE;"Your Place" +"urban";"urban";744.253951765131;TRUE;"Your Place" +"impervious";"urban";13.8102467497811;FALSE;"Your Place" +"impervious";"urban";1.59904350677971;FALSE;"Your Place" +"urban";"urban";3.42092867521569;TRUE;"Your Place" +"urban";"urban";22.0386612270959;TRUE;"Your Place" +"urban";"urban";2040.51535901497;TRUE;"Your Place" +"urban";"urban";63.4886035080999;TRUE;"Your Place" +"urban";"urban";1453.4948912054;TRUE;"Your Place" +"urban";"urban";961.568034182535;TRUE;"Your Place" +"urban";"urban";20.2631612451805;TRUE;"Your Place" +"urban";"urban";787.279999357997;TRUE;"Your Place" +"urban";"urban";8.97761813522084;TRUE;"Your Place" +"impervious";"urban";1.74194287930732;FALSE;"Your Place" +"impervious";"urban";12.9092298145406;FALSE;"Your Place" +"urban";"urban";0.0522546885767952;TRUE;"Your Place" +"urban";"urban";73.7669494124129;TRUE;"Your Place" +"urban";"urban";3.66552375346873;TRUE;"Your Place" +"urban";"urban";15.2835937352211;TRUE;"Your Place" +"urban";"urban";11.5790369231108;TRUE;"Your Place" +"urban";"urban";14934.5243642051;TRUE;"Your Place" +"urban";"urban";29.2005626801401;TRUE;"Your Place" +"urban";"urban";197.473965244833;TRUE;"Your Place" +"urban";"urban";0.658884856035002;TRUE;"Your Place" +"urban";"urban";374.222870825091;TRUE;"Your Place" +"urban";"urban";2.89702895603841;TRUE;"Your Place" +"urban";"urban";1632.11178976635;TRUE;"Your Place" +"urban";"urban";0.268843503548851;TRUE;"Your Place" +"urban";"urban";2.87235613624216;TRUE;"Your Place" +"urban";"urban";20.0366801390483;TRUE;"Your Place" +"urban";"urban";6122.38010175822;TRUE;"Your Place" +"urban";"urban";0.105248879175633;TRUE;"Your Place" +"urban";"urban";12.1977469890844;TRUE;"Your Place" +"impervious";"urban";51.2518596267328;FALSE;"Your Place" +"urban";"urban";792.879757424875;TRUE;"Your Place" +"urban";"urban";1751.79887121468;TRUE;"Your Place" +"urban";"urban";2.48707415731042;TRUE;"Your Place" +"urban";"urban";28.622357032873;TRUE;"Your Place" +"urban";"urban";1762.70320653333;TRUE;"Your Place" +"urban";"urban";8.01723424484953;TRUE;"Your Place" +"urban";"urban";0.324634477612562;TRUE;"Your Place" +"urban";"urban";3900.22295979279;TRUE;"Your Place" +"urban";"urban";11.3782199345296;TRUE;"Your Place" +"urban";"urban";0.349986336550501;TRUE;"Your Place" +"urban";"urban";11.6100809279887;TRUE;"Your Place" +"urban";"urban";88.4586885087192;TRUE;"Your Place" +"urban";"urban";3004.05905202776;TRUE;"Your Place" +"urban";"urban";14.9682947471738;TRUE;"Your Place" +"impervious";"urban";1344.73622804426;FALSE;"Your Place" +"urban";"urban";8.12776633864269;TRUE;"Your Place" +"urban";"urban";2.51677408092655;TRUE;"Your Place" +"urban";"urban";93.6981395939365;TRUE;"Your Place" +"urban";"urban";528.048446872272;TRUE;"Your Place" +"urban";"urban";0.700074258260429;TRUE;"Your Place" +"urban";"urban";28.7456349237182;TRUE;"Your Place" +"urban";"urban";8771.37979966751;TRUE;"Your Place" +"urban";"urban";65.7183369803242;TRUE;"Your Place" +"urban";"urban";76.387656317791;TRUE;"Your Place" +"impervious";"urban";21.637008741618;FALSE;"Your Place" +"impervious";"urban";4574.89461803949;FALSE;"Your Place" +"vegetation";"urban";2076.97096617165;FALSE;"Your Place" +"urban";"urban";8.5846524660592;TRUE;"Your Place" +"urban";"urban";6.04223450375503;TRUE;"Your Place" +"urban";"urban";37.3743668212555;TRUE;"Your Place" +"urban";"urban";60.3434188007377;TRUE;"Your Place" +"urban";"urban";13780.480592099;TRUE;"Your Place" +"impervious";"urban";8.90585607104003;FALSE;"Your Place" +"vegetation";"urban";32.9438484425773;FALSE;"Your Place" +"vegetation";"urban";547.070619271435;FALSE;"Your Place" +"urban";"urban";1154.53568375016;TRUE;"Your Place" +"urban";"urban";0.00611510703674867;TRUE;"Your Place" +"impervious";"urban";0.112227551289834;FALSE;"Your Place" +"urban";"urban";23.113079207018;TRUE;"Your Place" +"urban";"urban";2.21277597884182;TRUE;"Your Place" +"urban";"urban";1508.95328441449;TRUE;"Your Place" +"urban";"urban";85.5411394723924;TRUE;"Your Place" +"urban";"urban";32.715872092318;TRUE;"Your Place" +"vegetation";"urban";1.59558401192771;FALSE;"Your Place" +"urban";"urban";18.822747872211;TRUE;"Your Place" +"vegetation";"urban";18.6964403041929;FALSE;"Your Place" +"vegetation";"urban";1570.72807313828;FALSE;"Your Place" +"urban";"urban";19.1585776570428;TRUE;"Your Place" +"urban";"urban";15.2944215418975;TRUE;"Your Place" +"urban";"urban";3544.07460958697;TRUE;"Your Place" +"urban";"urban";2.91894430245156;TRUE;"Your Place" +"urban";"urban";5.31952725915471;TRUE;"Your Place" +"urban";"urban";57.3179716426821;TRUE;"Your Place" +"urban";"urban";37.1376960371854;TRUE;"Your Place" +"urban";"urban";5.64061667583883;TRUE;"Your Place" +"urban";"urban";8.99242871324532;TRUE;"Your Place" +"urban";"urban";2172.46255006315;TRUE;"Your Place" +"urban";"urban";10.2570787188597;TRUE;"Your Place" +"urban";"urban";36.713161133317;TRUE;"Your Place" +"vegetation";"urban";419.11065546982;FALSE;"Your Place" +"vegetation";"urban";5746.67968478985;FALSE;"Your Place" +"urban";"urban";6.08118477988069;TRUE;"Your Place" +"urban";"urban";21071.1093838674;TRUE;"Your Place" +"urban";"urban";21.7678684667626;TRUE;"Your Place" +"urban";"urban";89.8709032068728;TRUE;"Your Place" +"urban";"urban";98.403063162601;TRUE;"Your Place" +"impervious";"urban";0.0954976902576163;FALSE;"Your Place" +"impervious";"urban";3.04243997583399;FALSE;"Your Place" +"urban";"urban";4766.5741862529;TRUE;"Your Place" +"urban";"urban";5.41201213060413;TRUE;"Your Place" +"urban";"urban";54.6433551975933;TRUE;"Your Place" +"urban";"urban";0.121691117645241;TRUE;"Your Place" +"urban";"urban";52.831854281947;TRUE;"Your Place" +"urban";"urban";2969.15795674187;TRUE;"Your Place" +"urban";"urban";2.17371357117372;TRUE;"Your Place" +"urban";"urban";84.8001376590692;TRUE;"Your Place" +"urban";"urban";0.105226817511721;TRUE;"Your Place" +"urban";"urban";0.548818622482941;TRUE;"Your Place" +"urban";"urban";5451.93666925386;TRUE;"Your Place" +"urban";"urban";45.4767120674951;TRUE;"Your Place" +"urban";"urban";43.1673742346466;TRUE;"Your Place" +"urban";"urban";1463.83767090115;TRUE;"Your Place" +"urban";"urban";0.871028418623609;TRUE;"Your Place" +"urban";"urban";3.14211011352018;TRUE;"Your Place" +"urban";"urban";56.9961379631131;TRUE;"Your Place" +"impervious";"urban";7.54117631739064;FALSE;"Your Place" +"urban";"urban";12138.26198924;TRUE;"Your Place" +"urban";"urban";3.81481970055029;TRUE;"Your Place" +"impervious";"urban";81.8484067020472;FALSE;"Your Place" +"impervious";"urban";21.1915620788932;FALSE;"Your Place" +"impervious";"urban";29.5902830409177;FALSE;"Your Place" +"urban";"urban";8.18531384854577;TRUE;"Your Place" +"urban";"urban";15.179106948548;TRUE;"Your Place" +"urban";"urban";992.625630612485;TRUE;"Your Place" +"urban";"urban";32.7015334540301;TRUE;"Your Place" +"impervious";"urban";0.0176992786655319;FALSE;"Your Place" +"impervious";"urban";18.4584553876193;FALSE;"Your Place" +"vegetation";"urban";369.83847743663;FALSE;"Your Place" +"urban";"urban";13.1683413071733;TRUE;"Your Place" +"urban";"urban";17531.9416658198;TRUE;"Your Place" +"urban";"urban";22.5329972814652;TRUE;"Your Place" +"urban";"urban";61.4028081954457;TRUE;"Your Place" +"urban";"urban";4.85503174504265;TRUE;"Your Place" +"impervious";"urban";50.8569179261976;FALSE;"Your Place" +"urban";"urban";116.520225724962;TRUE;"Your Place" +"urban";"urban";5530.80264244555;TRUE;"Your Place" +"urban";"urban";5.43453828804195;TRUE;"Your Place" +"impervious";"urban";19.2576517917914;FALSE;"Your Place" +"urban";"urban";29.6891571171873;TRUE;"Your Place" +"urban";"urban";59.8704412613297;TRUE;"Your Place" +"urban";"urban";726.653657296381;TRUE;"Your Place" +"impervious";"urban";45.4953861789154;FALSE;"Your Place" +"urban";"urban";28.9887150754512;TRUE;"Your Place" +"urban";"urban";95.0313996771001;TRUE;"Your Place" +"urban";"urban";6333.27298010699;TRUE;"Your Place" +"urban";"urban";0.527331231918652;TRUE;"Your Place" +"urban";"urban";2.00966208055615;TRUE;"Your Place" +"urban";"urban";16215.801317906;TRUE;"Your Place" +"urban";"urban";16.8318951358087;TRUE;"Your Place" +"vegetation";"urban";0.367312547110487;FALSE;"Your Place" +"vegetation";"urban";2553.22370990663;FALSE;"Your Place" +"urban";"urban";7630.17655061779;TRUE;"Your Place" +"urban";"urban";12.552055296881;TRUE;"Your Place" +"urban";"urban";88.4252673108131;TRUE;"Your Place" +"impervious";"urban";0.158175682707224;FALSE;"Your Place" +"urban";"urban";5.92543760176704;TRUE;"Your Place" +"urban";"urban";33.2414750289172;TRUE;"Your Place" +"urban";"urban";2786.22800282389;TRUE;"Your Place" +"impervious";"urban";20.0917143991101;FALSE;"Your Place" +"urban";"urban";10.7631974779069;TRUE;"Your Place" +"urban";"urban";45044.4738784931;TRUE;"Your Place" +"urban";"urban";7.53757811751711;TRUE;"Your Place" +"urban";"urban";58.2130880141631;TRUE;"Your Place" +"impervious";"urban";11.9693032853538;FALSE;"Your Place" +"urban";"urban";3.5433819051832;TRUE;"Your Place" +"urban";"urban";12107.8510194933;TRUE;"Your Place" +"vegetation";"urban";17.5260921753943;FALSE;"Your Place" +"vegetation";"urban";36.7932294388302;FALSE;"Your Place" +"vegetation";"urban";169.970081971958;FALSE;"Your Place" +"urban";"urban";35.4703352356446;TRUE;"Your Place" +"urban";"urban";48191.4962288393;TRUE;"Your Place" +"vegetation";"urban";1985.39410402614;FALSE;"Your Place" +"impervious";"urban";197.713764068671;FALSE;"Your Place" +"impervious";"urban";84.7650865509349;FALSE;"Your Place" +"vegetation";"urban";22.2930534440093;FALSE;"Your Place" +"urban";"urban";75.1830630026816;TRUE;"Your Place" +"urban";"urban";20759.8309610915;TRUE;"Your Place" +"urban";"urban";149.100040915306;TRUE;"Your Place" +"urban";"urban";274.811921006883;TRUE;"Your Place" +"vegetation";"urban";651.223433085222;FALSE;"Your Place" +"vegetation";"urban";1242.26848833574;FALSE;"Your Place" +"urban";"urban";5877.38755059242;TRUE;"Your Place" +"urban";"urban";8.23322805872886;TRUE;"Your Place" +"urban";"urban";21.5767496885674;TRUE;"Your Place" +"urban";"urban";43.8916053352877;TRUE;"Your Place" +"vegetation";"urban";195.933581671969;FALSE;"Your Place" +"urban";"urban";0.348581753523831;TRUE;"Your Place" +"urban";"urban";17.8691167646029;TRUE;"Your Place" +"urban";"urban";0.0868198498355923;TRUE;"Your Place" +"urban";"urban";6134.86501620454;TRUE;"Your Place" +"urban";"urban";5.1550121725877;TRUE;"Your Place" +"vegetation";"urban";6318.21309804078;FALSE;"Your Place" +"urban";"urban";40.5131000194233;TRUE;"Your Place" +"urban";"urban";3901.77540139086;TRUE;"Your Place" +"urban";"urban";105.084334365209;TRUE;"Your Place" +"vegetation";"urban";571.727752460865;FALSE;"Your Place" +"vegetation";"urban";985.003184783971;FALSE;"Your Place" +"urban";"urban";32.3288025270776;TRUE;"Your Place" +"urban";"urban";29.6385658353975;TRUE;"Your Place" +"urban";"urban";100315.131174038;TRUE;"Your Place" +"urban";"urban";67.3350977451773;TRUE;"Your Place" +"urban";"urban";34.2704739547335;TRUE;"Your Place" +"impervious";"urban";8.65000235073967;FALSE;"Your Place" +"impervious";"urban";1.07933084084652;FALSE;"Your Place" +"impervious";"urban";6.82521892641671;FALSE;"Your Place" +"impervious";"urban";1.00644577317871;FALSE;"Your Place" +"impervious";"urban";3.20567420982115;FALSE;"Your Place" +"urban";"urban";11810.6919563645;TRUE;"Your Place" +"urban";"urban";0.288277916202787;TRUE;"Your Place" +"impervious";"urban";57.3032942385762;FALSE;"Your Place" +"urban";"urban";2808.36290407134;TRUE;"Your Place" +"vegetation";"urban";581.304669783101;FALSE;"Your Place" +"urban";"urban";8639.96514024027;TRUE;"Your Place" +"urban";"urban";59.0473183058202;TRUE;"Your Place" +"impervious";"urban";17.7666252215276;FALSE;"Your Place" +"urban";"urban";53.5404887955847;TRUE;"Your Place" +"urban";"urban";97.5003165292583;TRUE;"Your Place" +"urban";"urban";12195.826153794;TRUE;"Your Place" +"vegetation";"urban";54.3281910507358;FALSE;"Your Place" +"urban";"urban";1544.44927007507;TRUE;"Your Place" +"urban";"urban";31.1687767556868;TRUE;"Your Place" +"urban";"urban";1371.46946174488;TRUE;"Your Place" +"urban";"urban";32619.6943957417;TRUE;"Your Place" +"urban";"urban";28.2894578856649;TRUE;"Your Place" +"urban";"urban";77.4233337207115;TRUE;"Your Place" +"impervious";"urban";10.8337248101016;FALSE;"Your Place" +"impervious";"urban";0.147188339440618;FALSE;"Your Place" +"impervious";"urban";74.4184443994891;FALSE;"Your Place" +"impervious";"urban";0.343353786418447;FALSE;"Your Place" +"urban";"urban";2.54556405061157;TRUE;"Your Place" +"vegetation";"urban";4079.07717693364;FALSE;"Your Place" +"urban";"urban";3845.29411164962;TRUE;"Your Place" +"urban";"urban";57.3010747075314;TRUE;"Your Place" +"urban";"urban";35551.8316278429;TRUE;"Your Place" +"urban";"urban";14.8340341247385;TRUE;"Your Place" +"urban";"urban";7.85905110166641;TRUE;"Your Place" +"urban";"urban";2.00571502777166;TRUE;"Your Place" +"urban";"urban";5.29488257248886;TRUE;"Your Place" +"impervious";"urban";8.59952427098324;FALSE;"Your Place" +"impervious";"urban";7.02644591825083;FALSE;"Your Place" +"urban";"urban";6771.60163845366;TRUE;"Your Place" +"vegetation";"urban";269.84242266533;FALSE;"Your Place" +"urban";"urban";11.2361878908123;TRUE;"Your Place" +"urban";"urban";36389.0927163257;TRUE;"Your Place" +"urban";"urban";16.2974053928629;TRUE;"Your Place" +"urban";"urban";22.0334456492856;TRUE;"Your Place" +"urban";"urban";105.906654574613;TRUE;"Your Place" +"impervious";"urban";1.55491961538792;FALSE;"Your Place" +"impervious";"urban";12.9566698630515;FALSE;"Your Place" +"impervious";"urban";59.7982042424701;FALSE;"Your Place" +"urban";"urban";19.2932776608795;TRUE;"Your Place" +"urban";"urban";8073.79561111378;TRUE;"Your Place" +"urban";"urban";30.6316361776553;TRUE;"Your Place" +"urban";"urban";59.3969706422649;TRUE;"Your Place" +"impervious";"urban";9.49314745218726;FALSE;"Your Place" +"impervious";"urban";49.764134684141;FALSE;"Your Place" +"impervious";"urban";33.0144894880941;FALSE;"Your Place" +"impervious";"urban";16.8922774736766;FALSE;"Your Place" +"urban";"urban";14545.2068549625;TRUE;"Your Place" +"urban";"urban";45.8366634231061;TRUE;"Your Place" +"urban";"urban";62.0815799762349;TRUE;"Your Place" +"impervious";"urban";25.7936980426311;FALSE;"Your Place" +"impervious";"urban";0.806962485206896;FALSE;"Your Place" +"vegetation";"urban";18042.6180473797;FALSE;"Your Place" +"urban";"urban";39.0004449784756;TRUE;"Your Place" +"urban";"urban";1.39007668878185;TRUE;"Your Place" +"vegetation";"urban";3164.75032279274;FALSE;"Your Place" +"urban";"urban";23.6725542621571;TRUE;"Your Place" +"urban";"urban";7969.56395886792;TRUE;"Your Place" +"urban";"urban";5.03567412192933;TRUE;"Your Place" +"impervious";"urban";0.810229601509491;FALSE;"Your Place" +"urban";"urban";2409.86081290711;TRUE;"Your Place" +"urban";"urban";18.1365201789886;TRUE;"Your Place" +"urban";"urban";46.0603238170988;TRUE;"Your Place" +"urban";"urban";4731.8620356943;TRUE;"Your Place" +"urban";"urban";3067.48630573065;TRUE;"Your Place" +"urban";"urban";121.723601728212;TRUE;"Your Place" +"urban";"urban";23081.335339624;TRUE;"Your Place" +"urban";"urban";10.806864469545;TRUE;"Your Place" +"urban";"urban";28.7335278536193;TRUE;"Your Place" +"urban";"urban";138.365373735782;TRUE;"Your Place" +"urban";"urban";36.7808912321925;TRUE;"Your Place" +"urban";"urban";15711.8298352361;TRUE;"Your Place" +"urban";"urban";59.3298660286528;TRUE;"Your Place" +"urban";"urban";64.7557967221364;TRUE;"Your Place" +"urban";"urban";22.958100233227;TRUE;"Your Place" +"urban";"urban";8.97637414048586;TRUE;"Your Place" +"urban";"urban";22.0922152242929;TRUE;"Your Place" +"urban";"urban";13.669122880252;TRUE;"Your Place" +"urban";"urban";36724.3856862424;TRUE;"Your Place" +"urban";"urban";23.9064670545631;TRUE;"Your Place" +"urban";"urban";0.113357854716014;TRUE;"Your Place" +"impervious";"urban";0.0378878871997586;FALSE;"Your Place" +"urban";"urban";5713.58538862225;TRUE;"Your Place" +"urban";"urban";29.8128352799686;TRUE;"Your Place" +"urban";"urban";2.08029530663043;TRUE;"Your Place" +"urban";"urban";7.05930109327892;TRUE;"Your Place" +"urban";"urban";27.4930722214194;TRUE;"Your Place" +"urban";"urban";6967.03561659576;TRUE;"Your Place" +"urban";"urban";143.219967855373;TRUE;"Your Place" +"impervious";"urban";3.64133815824607;FALSE;"Your Place" +"urban";"urban";8.43820112466346;TRUE;"Your Place" +"urban";"urban";9.37256019527558;TRUE;"Your Place" +"urban";"urban";9575.13832145231;TRUE;"Your Place" +"urban";"urban";8.9329765225084;TRUE;"Your Place" +"urban";"urban";17.0206386055797;TRUE;"Your Place" +"urban";"urban";2515.95249740011;TRUE;"Your Place" +"urban";"urban";90.2011799232569;TRUE;"Your Place" +"urban";"urban";10.6226220710378;TRUE;"Your Place" +"urban";"urban";147.125846037023;TRUE;"Your Place" +"urban";"urban";12.06390717873;TRUE;"Your Place" +"urban";"urban";3.8517761999683;TRUE;"Your Place" +"urban";"urban";44094.4767540069;TRUE;"Your Place" +"urban";"urban";2.59125294133082;TRUE;"Your Place" +"urban";"urban";59.9550997299375;TRUE;"Your Place" +"urban";"urban";0.00225564841093728;TRUE;"Your Place" +"urban";"urban";0.310422217007726;TRUE;"Your Place" +"urban";"urban";356.510229685868;TRUE;"Your Place" +"urban";"urban";1.08325602067634;TRUE;"Your Place" +"urban";"urban";1456.42242382676;TRUE;"Your Place" +"vegetation";"urban";5857.30455174882;FALSE;"Your Place" +"impervious";"urban";1.47525784399477;FALSE;"Your Place" +"vegetation";"urban";87.4710314781387;FALSE;"Your Place" +"urban";"urban";8.7905661976547;TRUE;"Your Place" +"urban";"urban";9.77874935082218;TRUE;"Your Place" +"urban";"urban";41.7763921667865;TRUE;"Your Place" +"urban";"urban";8739.54335290927;TRUE;"Your Place" +"urban";"urban";0.619963649660349;TRUE;"Your Place" +"urban";"urban";13.2932443112077;TRUE;"Your Place" +"urban";"urban";36.6165842118644;TRUE;"Your Place" +"urban";"urban";37507.6421828307;TRUE;"Your Place" +"urban";"urban";15.5509039072786;TRUE;"Your Place" +"impervious";"urban";111.122450242459;FALSE;"Your Place" +"urban";"urban";3051.07285193726;TRUE;"Your Place" +"urban";"urban";10.7047495925799;TRUE;"Your Place" +"urban";"urban";1.28026446979493;TRUE;"Your Place" +"urban";"urban";30923.5046486937;TRUE;"Your Place" +"urban";"urban";38.3907957117772;TRUE;"Your Place" +"urban";"urban";120.043026316911;TRUE;"Your Place" +"urban";"urban";41.3729733490036;TRUE;"Your Place" +"urban";"urban";51.3156765811145;TRUE;"Your Place" +"urban";"urban";3634.83925554901;TRUE;"Your Place" +"urban";"urban";44.0828747681808;TRUE;"Your Place" +"urban";"urban";5627.25335029792;TRUE;"Your Place" +"urban";"urban";3.29000612022355;TRUE;"Your Place" +"impervious";"urban";854.723526924849;FALSE;"Your Place" +"urban";"urban";67.5804998346139;TRUE;"Your Place" +"urban";"urban";46.442364104063;TRUE;"Your Place" +"urban";"urban";36.8607179257087;TRUE;"Your Place" +"urban";"urban";21.8490721195994;TRUE;"Your Place" +"urban";"urban";30758.8164069671;TRUE;"Your Place" +"urban";"urban";77.5926526435069;TRUE;"Your Place" +"urban";"urban";8.60445967217674;TRUE;"Your Place" +"urban";"urban";4.36371749336831;TRUE;"Your Place" +"urban";"urban";26.7438474902883;TRUE;"Your Place" +"impervious";"urban";20.5827443762901;FALSE;"Your Place" +"impervious";"urban";6240.60857354011;FALSE;"Your Place" +"urban";"urban";0.00484717069275575;TRUE;"Your Place" +"urban";"urban";118.077729241769;TRUE;"Your Place" +"urban";"urban";0.0974875145802372;TRUE;"Your Place" +"urban";"urban";49.6398375772405;TRUE;"Your Place" +"urban";"urban";23063.3182312362;TRUE;"Your Place" +"urban";"urban";0.288514758365636;TRUE;"Your Place" +"urban";"urban";25.8841148628853;TRUE;"Your Place" +"urban";"urban";73.5018273405731;TRUE;"Your Place" +"urban";"urban";13.0529935851137;TRUE;"Your Place" +"urban";"urban";165.9213939209;TRUE;"Your Place" +"urban";"urban";26122.4265251551;TRUE;"Your Place" +"urban";"urban";5.03602400294767;TRUE;"Your Place" +"urban";"urban";54.0815894687548;TRUE;"Your Place" +"urban";"urban";124.423148025482;TRUE;"Your Place" +"urban";"urban";79960.6331027695;TRUE;"Your Place" +"urban";"urban";12.0935333575253;TRUE;"Your Place" +"urban";"urban";74.543361367716;TRUE;"Your Place" +"urban";"urban";4.02965548017528;TRUE;"Your Place" +"impervious";"urban";5.71328629236814;FALSE;"Your Place" +"impervious";"urban";30.2961510208916;FALSE;"Your Place" +"impervious";"urban";55.6058580689132;FALSE;"Your Place" +"impervious";"urban";812.34921063669;FALSE;"Your Place" +"urban";"urban";868.6814394549;TRUE;"Your Place" +"urban";"urban";42.4871683195233;TRUE;"Your Place" +"urban";"urban";0.18201442649297;TRUE;"Your Place" +"urban";"urban";14405.5224970421;TRUE;"Your Place" +"urban";"urban";12.7558749122545;TRUE;"Your Place" +"urban";"urban";93.4561712947907;TRUE;"Your Place" +"urban";"urban";84.8364934700076;TRUE;"Your Place" +"urban";"urban";5094.59261990921;TRUE;"Your Place" +"urban";"urban";0.0679371989390347;TRUE;"Your Place" +"urban";"urban";4505.51352316913;TRUE;"Your Place" +"urban";"urban";7.96990078064846;TRUE;"Your Place" +"urban";"urban";60.6586335590109;TRUE;"Your Place" +"urban";"urban";0.108388588228991;TRUE;"Your Place" +"urban";"urban";0.86531084406306;TRUE;"Your Place" +"urban";"urban";3.98198481230065;TRUE;"Your Place" +"urban";"urban";30204.3160272674;TRUE;"Your Place" +"urban";"urban";38.2630297178403;TRUE;"Your Place" +"urban";"urban";13.5117662275443;TRUE;"Your Place" +"impervious";"urban";135.406137997838;FALSE;"Your Place" +"urban";"urban";3.16482759383507;TRUE;"Your Place" +"vegetation";"urban";22.4844716596999;FALSE;"Your Place" +"impervious";"urban";37.7903973780431;FALSE;"Your Place" +"impervious";"urban";12.6156992877368;FALSE;"Your Place" +"impervious";"urban";26224.949512967;FALSE;"Your Place" +"urban";"urban";1.5863482405839;TRUE;"Your Place" +"urban";"urban";3958.84627189231;TRUE;"Your Place" +"urban";"urban";827.097484602127;TRUE;"Your Place" +"urban";"urban";979.492954826506;TRUE;"Your Place" +"urban";"urban";1733.63378775993;TRUE;"Your Place" +"urban";"urban";25.8068393545691;TRUE;"Your Place" +"urban";"urban";28.9335882118903;TRUE;"Your Place" +"urban";"urban";4810.70918846875;TRUE;"Your Place" +"urban";"urban";0.747535275819246;TRUE;"Your Place" +"urban";"urban";12.0284995157563;TRUE;"Your Place" +"urban";"urban";24.0059094390017;TRUE;"Your Place" +"urban";"urban";5.20711097016465;TRUE;"Your Place" +"urban";"urban";6.78812003601342;TRUE;"Your Place" +"urban";"urban";63.6258239731396;TRUE;"Your Place" +"impervious";"urban";1.08689811034128;FALSE;"Your Place" +"impervious";"urban";54244.5910075507;FALSE;"Your Place" +"urban";"urban";331.193323003477;TRUE;"Your Place" +"urban";"urban";5564.0983988964;TRUE;"Your Place" +"urban";"urban";27.7237478550524;TRUE;"Your Place" +"urban";"urban";5433.10106110666;TRUE;"Your Place" +"urban";"urban";1.77793494379148;TRUE;"Your Place" +"urban";"urban";12484.3203836123;TRUE;"Your Place" +"urban";"urban";415.567735919496;TRUE;"Your Place" +"urban";"urban";1415.82814258581;TRUE;"Your Place" +"urban";"urban";3624.38253190834;TRUE;"Your Place" +"urban";"urban";3.55235394446936;TRUE;"Your Place" +"urban";"urban";0.563368964241818;TRUE;"Your Place" +"urban";"urban";2260.44753045565;TRUE;"Your Place" +"urban";"urban";3814.1001034595;TRUE;"Your Place" +"urban";"urban";438.388784113107;TRUE;"Your Place" +"urban";"urban";251.027198442956;TRUE;"Your Place" +"impervious";"urban";3615.5070753363;FALSE;"Your Place" +"urban";"urban";43.8829494856327;TRUE;"Your Place" +"urban";"urban";72.8455548649654;TRUE;"Your Place" +"urban";"urban";10976.0726246217;TRUE;"Your Place" +"impervious";"urban";7276.23679893557;FALSE;"Your Place" +"urban";"urban";13474.0561487982;TRUE;"Your Place" +"urban";"urban";31.464758717455;TRUE;"Your Place" +"impervious";"urban";112.118329397752;FALSE;"Your Place" +"urban";"urban";4.16865917295218;TRUE;"Your Place" +"urban";"urban";32610.7183199055;TRUE;"Your Place" +"urban";"urban";159.033766359091;TRUE;"Your Place" +"urban";"urban";65.3459630709331;TRUE;"Your Place" +"impervious";"urban";7.30294314352795;FALSE;"Your Place" +"vegetation";"urban";2952.49521571957;FALSE;"Your Place" +"urban";"urban";1833.11807020206;TRUE;"Your Place" +"urban";"urban";2.72289653337793;TRUE;"Your Place" +"urban";"urban";75.6771249540034;TRUE;"Your Place" +"impervious";"urban";16740.2494325718;FALSE;"Your Place" +"urban";"urban";8049.09235753492;TRUE;"Your Place" +"urban";"urban";99.328357771039;TRUE;"Your Place" +"urban";"urban";14613.9694372774;TRUE;"Your Place" +"urban";"urban";24.7315896825603;TRUE;"Your Place" +"impervious";"urban";0.0386563604115508;FALSE;"Your Place" +"impervious";"urban";6.98428641573992;FALSE;"Your Place" +"impervious";"urban";24.0675395727158;FALSE;"Your Place" +"urban";"urban";53.8985592864701;TRUE;"Your Place" +"urban";"urban";20.0134472693426;TRUE;"Your Place" +"urban";"urban";15732.9351316964;TRUE;"Your Place" +"impervious";"urban";4.16295275065931;FALSE;"Your Place" +"vegetation";"urban";207.540524613345;FALSE;"Your Place" +"impervious";"urban";15.574475053756;FALSE;"Your Place" +"urban";"urban";6403.03060621955;TRUE;"Your Place" +"urban";"urban";75.5555128194392;TRUE;"Your Place" +"impervious";"urban";47.0194812333357;FALSE;"Your Place" +"urban";"urban";18.6406365679577;TRUE;"Your Place" +"urban";"urban";4840.77206634916;TRUE;"Your Place" +"urban";"urban";1400.9557880396;TRUE;"Your Place" +"urban";"urban";17.5560262238887;TRUE;"Your Place" +"impervious";"urban";19.3148651598021;FALSE;"Your Place" +"impervious";"urban";16012.4507091597;FALSE;"Your Place" +"impervious";"urban";1460.47627452645;FALSE;"Your Place" +"urban";"urban";5028.93482526421;TRUE;"Your Place" +"urban";"urban";15.8625563840906;TRUE;"Your Place" +"vegetation";"urban";138.406799868681;FALSE;"Your Place" +"impervious";"urban";3.51326759961376;FALSE;"Your Place" +"impervious";"urban";16750.4809779073;FALSE;"Your Place" +"urban";"urban";3.06703580946487;TRUE;"Your Place" +"urban";"urban";39.2923936998704;TRUE;"Your Place" +"urban";"urban";56423.173320137;TRUE;"Your Place" +"vegetation";"urban";0.00349401187850162;FALSE;"Your Place" +"impervious";"urban";29.5664526037872;FALSE;"Your Place" +"impervious";"urban";51.876616246067;FALSE;"Your Place" +"impervious";"urban";251.076342012966;FALSE;"Your Place" +"urban";"urban";3165.34295877138;TRUE;"Your Place" +"urban";"urban";6.06613331370136;TRUE;"Your Place" +"impervious";"urban";71.0042065619491;FALSE;"Your Place" +"urban";"urban";318.116762768295;TRUE;"Your Place" +"urban";"urban";65.1507981086907;TRUE;"Your Place" +"urban";"urban";1236.64896828029;TRUE;"Your Place" +"urban";"urban";84.3766411068646;TRUE;"Your Place" +"vegetation";"urban";124.583925176878;FALSE;"Your Place" +"impervious";"urban";64.4800720416242;FALSE;"Your Place" +"vegetation";"urban";25797.2019919492;FALSE;"Your Place" +"urban";"urban";29.3986011845991;TRUE;"Your Place" +"urban";"urban";2835.42528358451;TRUE;"Your Place" +"urban";"urban";0.0239725573046599;TRUE;"Your Place" +"vegetation";"urban";1111.23907450236;FALSE;"Your Place" +"urban";"urban";13.1127306143753;TRUE;"Your Place" +"urban";"urban";39.8522033300251;TRUE;"Your Place" +"urban";"urban";1314.47823366523;TRUE;"Your Place" +"vegetation";"urban";0.529374056728557;FALSE;"Your Place" +"vegetation";"urban";3315.69378073313;FALSE;"Your Place" +"impervious";"urban";6219.59146442707;FALSE;"Your Place" +"impervious";"urban";0.00424298627604003;FALSE;"Your Place" +"urban";"urban";8808.64273882035;TRUE;"Your Place" +"vegetation";"urban";1599.80370042042;FALSE;"Your Place" +"impervious";"urban";402.013741374321;FALSE;"Your Place" +"urban";"urban";471.839593943674;TRUE;"Your Place" +"vegetation";"urban";345.391413834452;FALSE;"Your Place" +"vegetation";"urban";101.097572270781;FALSE;"Your Place" +"vegetation";"urban";6378.55703877285;FALSE;"Your Place" +"vegetation";"urban";10746.5774441101;FALSE;"Your Place" +"vegetation";"urban";90.0387813569978;FALSE;"Your Place" +"vegetation";"urban";8.3331225598231;FALSE;"Your Place" +"vegetation";"urban";1656.22725866048;FALSE;"Your Place" +"vegetation";"urban";5319.61997721414;FALSE;"Your Place" +"urban";"urban";1.36095466604456;TRUE;"Your Place" +"urban";"urban";26024.401143021;TRUE;"Your Place" +"impervious";"urban";6.61006409162655;FALSE;"Your Place" +"vegetation";"urban";316.369614521624;FALSE;"Your Place" +"vegetation";"urban";28.1655815502163;FALSE;"Your Place" +"urban";"urban";15336.8191453187;TRUE;"Your Place" +"urban";"urban";200.929723978043;TRUE;"Your Place" +"urban";"urban";20987.2124809964;TRUE;"Your Place" +"urban";"urban";57.7524155587307;TRUE;"Your Place" +"urban";"urban";12675.6550971232;TRUE;"Your Place" +"vegetation";"urban";8.45235743382364;FALSE;"Your Place" +"urban";"urban";274.630914292276;TRUE;"Your Place" +"urban";"urban";40.4154393692588;TRUE;"Your Place" +"urban";"urban";11.4612361451946;TRUE;"Your Place" +"urban";"urban";74106.1651898003;TRUE;"Your Place" +"urban";"urban";17.774040607037;TRUE;"Your Place" +"vegetation";"urban";7.68630968070647;FALSE;"Your Place" +"urban";"urban";0.00136348968953826;TRUE;"Your Place" +"urban";"urban";15780.9771644123;TRUE;"Your Place" +"urban";"urban";12.6023141407059;TRUE;"Your Place" +"urban";"urban";7.82883468293585;TRUE;"Your Place" +"urban";"urban";79.7099468240049;TRUE;"Your Place" +"urban";"urban";55.8281658398628;TRUE;"Your Place" +"urban";"urban";39146.1382817243;TRUE;"Your Place" +"vegetation";"urban";87.4366340558918;FALSE;"Your Place" +"urban";"urban";6.73770144554146;TRUE;"Your Place" +"urban";"urban";17.6424328139983;TRUE;"Your Place" +"urban";"urban";2.37825945205986;TRUE;"Your Place" +"impervious";"urban";6073.91036246426;FALSE;"Your Place" +"urban";"urban";2.46062193624675;TRUE;"Your Place" +"urban";"urban";40388.2437050442;TRUE;"Your Place" +"urban";"urban";424.406029876322;TRUE;"Your Place" +"urban";"urban";27.8622097331972;TRUE;"Your Place" +"vegetation";"urban";0.690630231809337;FALSE;"Your Place" +"urban";"urban";116.750495543471;TRUE;"Your Place" +"urban";"urban";36416.2994215399;TRUE;"Your Place" +"urban";"urban";126.830809128354;TRUE;"Your Place" +"impervious";"urban";107.056195682613;FALSE;"Your Place" +"impervious";"urban";61.336690710159;FALSE;"Your Place" +"urban";"urban";228.452977045206;TRUE;"Your Place" +"urban";"urban";0.083206744864583;TRUE;"Your Place" +"urban";"urban";21802.20515737;TRUE;"Your Place" +"urban";"urban";50.1827649229381;TRUE;"Your Place" +"urban";"urban";28.3749669721583;TRUE;"Your Place" +"urban";"urban";13.8499724768044;TRUE;"Your Place" +"urban";"urban";3.8443847107992;TRUE;"Your Place" +"urban";"urban";34501.1295675372;TRUE;"Your Place" +"vegetation";"urban";1852.35281412292;FALSE;"Your Place" +"urban";"urban";4.46219156106235;TRUE;"Your Place" +"urban";"urban";2.23038960620761;TRUE;"Your Place" +"urban";"urban";17923.2647121393;TRUE;"Your Place" +"vegetation";"urban";228.844989650708;FALSE;"Your Place" +"impervious";"urban";8.18538765970152;FALSE;"Your Place" +"urban";"urban";15120.5501626571;TRUE;"Your Place" +"impervious";"urban";27.4463276192546;FALSE;"Your Place" +"urban";"urban";346.276066637656;TRUE;"Your Place" +"impervious";"urban";26.8333522240282;FALSE;"Your Place" +"urban";"urban";39628.1976604266;TRUE;"Your Place" +"urban";"urban";38239.2357240852;TRUE;"Your Place" +"urban";"urban";35.3890259694308;TRUE;"Your Place" +"vegetation";"urban";7092.55499634473;FALSE;"Your Place" +"urban";"urban";4032.44049253315;TRUE;"Your Place" +"urban";"urban";10082.3159281455;TRUE;"Your Place" +"urban";"urban";26700.8545007184;TRUE;"Your Place" +"urban";"urban";7948.62756848114;TRUE;"Your Place" +"impervious";"urban";2819.99216496665;FALSE;"Your Place" +"vegetation";"urban";3.80849124898668;FALSE;"Your Place" +"vegetation";"urban";7752.91198073997;FALSE;"Your Place" +"urban";"urban";59.591323594097;TRUE;"Your Place" +"urban";"urban";28679.2462970344;TRUE;"Your Place" +"urban";"urban";212.231459364411;TRUE;"Your Place" +"urban";"urban";27.7243614192703;TRUE;"Your Place" +"urban";"urban";4.12323373208346;TRUE;"Your Place" +"urban";"urban";0.177396130282432;TRUE;"Your Place" +"urban";"urban";6.00435012986418;TRUE;"Your Place" +"urban";"urban";85455.6757736364;TRUE;"Your Place" +"urban";"urban";0.220341260548594;TRUE;"Your Place" +"urban";"urban";117.673867633304;TRUE;"Your Place" +"impervious";"urban";0.138362545236305;FALSE;"Your Place" +"impervious";"urban";12.5620466526598;FALSE;"Your Place" +"vegetation";"urban";245.860731023946;FALSE;"Your Place" +"urban";"urban";15.6288393106079;TRUE;"Your Place" +"urban";"urban";74.4075596865732;TRUE;"Your Place" +"urban";"urban";47908.4558751741;TRUE;"Your Place" +"urban";"urban";39.916179972508;TRUE;"Your Place" +"urban";"urban";8.68519177247072;TRUE;"Your Place" +"urban";"urban";42.3508595242165;TRUE;"Your Place" +"urban";"urban";4.09881721786223;TRUE;"Your Place" +"impervious";"urban";14.5431075391825;FALSE;"Your Place" +"urban";"urban";5.51430334278848;TRUE;"Your Place" +"urban";"urban";80900.5124730966;TRUE;"Your Place" +"urban";"urban";46.0811867153534;TRUE;"Your Place" +"urban";"urban";5.52753765170928;TRUE;"Your Place" +"urban";"urban";289.935637601389;TRUE;"Your Place" +"impervious";"urban";128.781213804381;FALSE;"Your Place" +"impervious";"urban";17.7643223380437;FALSE;"Your Place" +"urban";"urban";7.50524402689189;TRUE;"Your Place" +"urban";"urban";15574.3772709979;TRUE;"Your Place" +"urban";"urban";0.423837915353943;TRUE;"Your Place" +"urban";"urban";69.6637206306332;TRUE;"Your Place" +"impervious";"urban";37.574744845042;FALSE;"Your Place" +"impervious";"urban";76.0996045595966;FALSE;"Your Place" +"vegetation";"urban";36.9085547944997;FALSE;"Your Place" +"urban";"urban";29.2878477070481;TRUE;"Your Place" +"impervious";"urban";6464.57718317304;FALSE;"Your Place" +"urban";"urban";85.2835379981116;TRUE;"Your Place" +"urban";"urban";5.1179866772145;TRUE;"Your Place" +"urban";"urban";10396.7267923784;TRUE;"Your Place" +"impervious";"urban";4.55367255944293;FALSE;"Your Place" +"impervious";"urban";23.7061643363559;FALSE;"Your Place" +"vegetation";"urban";4.66874184622429;FALSE;"Your Place" +"impervious";"urban";22.9603496959317;FALSE;"Your Place" +"impervious";"urban";0.541669033817016;FALSE;"Your Place" +"impervious";"urban";51.7334544379264;FALSE;"Your Place" +"urban";"urban";59.1008035093546;TRUE;"Your Place" +"urban";"urban";0.908068448312406;TRUE;"Your Place" +"urban";"urban";64995.253831849;TRUE;"Your Place" +"impervious";"urban";0.480302841868252;FALSE;"Your Place" +"vegetation";"urban";3.11277173774579;FALSE;"Your Place" +"impervious";"urban";17.4459543318953;FALSE;"Your Place" +"impervious";"urban";0.830033770762384;FALSE;"Your Place" +"urban";"urban";40.708004671862;TRUE;"Your Place" +"urban";"urban";93875.3134607703;TRUE;"Your Place" +"urban";"urban";77.6186153945746;TRUE;"Your Place" +"impervious";"urban";0.388294415664859;FALSE;"Your Place" +"vegetation";"urban";9.14618734805845;FALSE;"Your Place" +"urban";"urban";0.933269259054214;TRUE;"Your Place" +"impervious";"urban";17.4820277008694;FALSE;"Your Place" +"vegetation";"urban";152.062198454165;FALSE;"Your Place" +"impervious";"urban";2.37270645933313;FALSE;"Your Place" +"vegetation";"urban";6.208169666701;FALSE;"Your Place" +"impervious";"urban";11.4769403982209;FALSE;"Your Place" +"impervious";"urban";8.5694639035728;FALSE;"Your Place" +"impervious";"urban";13229.9894919879;FALSE;"Your Place" +"urban";"urban";167.278344249353;TRUE;"Your Place" +"urban";"urban";54031.2473520092;TRUE;"Your Place" +"urban";"urban";5.1302089903038;TRUE;"Your Place" +"impervious";"urban";3.70226663674111;FALSE;"Your Place" +"urban";"urban";492.071909422521;TRUE;"Your Place" +"urban";"urban";11.3874343061761;TRUE;"Your Place" +"urban";"urban";30060.2605151922;TRUE;"Your Place" +"vegetation";"urban";0.179938241868513;FALSE;"Your Place" +"vegetation";"urban";1107.04639515944;FALSE;"Your Place" +"impervious";"urban";116.19231168495;FALSE;"Your Place" +"urban";"urban";118.646063104272;TRUE;"Your Place" +"urban";"urban";40617.2529876035;TRUE;"Your Place" +"urban";"urban";43.1390995599213;TRUE;"Your Place" +"urban";"urban";4.44633498042822;TRUE;"Your Place" +"impervious";"urban";1.4103342409885;FALSE;"Your Place" +"impervious";"urban";13.6584503087215;FALSE;"Your Place" +"impervious";"urban";434.956404989236;FALSE;"Your Place" +"urban";"urban";54.5274608996697;TRUE;"Your Place" +"urban";"urban";20.7853439413302;TRUE;"Your Place" +"urban";"urban";12775.7028168035;TRUE;"Your Place" +"urban";"urban";0.00151040331820695;TRUE;"Your Place" +"urban";"urban";12.953897504136;TRUE;"Your Place" +"impervious";"urban";11.8751593958586;FALSE;"Your Place" +"urban";"urban";2097.09683190193;TRUE;"Your Place" +"urban";"urban";0.952972587314434;TRUE;"Your Place" +"urban";"urban";106.406310465361;TRUE;"Your Place" +"urban";"urban";105.630882708356;TRUE;"Your Place" +"urban";"urban";40399.1235529324;TRUE;"Your Place" +"urban";"urban";24.0406426712871;TRUE;"Your Place" +"urban";"urban";18.9023369810056;TRUE;"Your Place" +"urban";"urban";194.287444426795;TRUE;"Your Place" +"impervious";"urban";0.575001384160714;FALSE;"Your Place" +"impervious";"urban";16.7126730193559;FALSE;"Your Place" +"urban";"urban";32.8337609707378;TRUE;"Your Place" +"urban";"urban";17.5522520374216;TRUE;"Your Place" +"urban";"urban";19946.3497935291;TRUE;"Your Place" +"urban";"urban";650.899949567858;TRUE;"Your Place" +"impervious";"urban";4.57826170854969;FALSE;"Your Place" +"urban";"urban";34.1945239205379;TRUE;"Your Place" +"urban";"urban";45.7198158245883;TRUE;"Your Place" +"urban";"urban";71.0260616986488;TRUE;"Your Place" +"urban";"urban";157.245792394053;TRUE;"Your Place" +"urban";"urban";107602.030205652;TRUE;"Your Place" +"urban";"urban";0.635904685535934;TRUE;"Your Place" +"urban";"urban";135.417271441132;TRUE;"Your Place" +"impervious";"urban";20.5933131491765;FALSE;"Your Place" +"impervious";"urban";71.865091647931;FALSE;"Your Place" +"urban";"urban";79.2668596992735;TRUE;"Your Place" +"urban";"urban";17765.4006134002;TRUE;"Your Place" +"urban";"urban";0.680060841143131;TRUE;"Your Place" +"impervious";"urban";31.1594216992962;FALSE;"Your Place" +"vegetation";"urban";4.99916039510572;FALSE;"Your Place" +"impervious";"urban";24.4069355018437;FALSE;"Your Place" +"water";"water";34550.2716789737;TRUE;"Your Place" +"vegetation";"water";11.8418534600642;FALSE;"Your Place" +"water";"water";26.2445321986452;TRUE;"Your Place" +"vegetation";"water";0.119834381795954;FALSE;"Your Place" +"water";"vegetation";20.7607933883919;FALSE;"Your Place" +"water";"vegetation";1066.38671318955;FALSE;"Your Place" +"vegetation";"vegetation";1663.40222616974;TRUE;"Your Place" +"water";"vegetation";18.1159109920263;FALSE;"Your Place" +"impervious";"vegetation";274.130804255605;FALSE;"Your Place" +"vegetation";"vegetation";150989.045489993;TRUE;"Your Place" +"vegetation";"vegetation";35291.8206465123;TRUE;"Your Place" +"vegetation";"vegetation";243.155681002885;TRUE;"Your Place" +"vegetation";"vegetation";18697.1394907762;TRUE;"Your Place" +"water";"vegetation";0.919610718847252;FALSE;"Your Place" +"water";"vegetation";394.174586085981;FALSE;"Your Place" +"vegetation";"vegetation";22782.5650695963;TRUE;"Your Place" +"vegetation";"vegetation";889.499172564334;TRUE;"Your Place" +"vegetation";"vegetation";0.928150412568357;TRUE;"Your Place" +"vegetation";"vegetation";42.1599814780056;TRUE;"Your Place" +"vegetation";"vegetation";4316.77672980953;TRUE;"Your Place" +"water";"vegetation";16.2568760556169;FALSE;"Your Place" +"water";"vegetation";46.2124415063881;FALSE;"Your Place" +"water";"vegetation";2.80202914521215;FALSE;"Your Place" +"water";"vegetation";554.340516842669;FALSE;"Your Place" +"water";"vegetation";3.46563923032954;FALSE;"Your Place" +"water";"vegetation";251.700041647069;FALSE;"Your Place" +"water";"vegetation";5.08888307074085;FALSE;"Your Place" +"water";"vegetation";688.719291575952;FALSE;"Your Place" +"vegetation";"vegetation";228.954457026324;TRUE;"Your Place" +"vegetation";"vegetation";9.22743713634554;TRUE;"Your Place" +"water";"vegetation";3.82282045821194;FALSE;"Your Place" +"vegetation";"vegetation";1.68845119432081;TRUE;"Your Place" +"water";"vegetation";4.1986081043724;FALSE;"Your Place" +"vegetation";"vegetation";5.60029232734814;TRUE;"Your Place" +"water";"vegetation";72.8164760228246;FALSE;"Your Place" +"water";"water";43.2179592974717;TRUE;"Your Place" +"water";"water";11894.2926113475;TRUE;"Your Place" +"vegetation";"water";0.0137111027725041;FALSE;"Your Place" +"water";"water";19.0572368819267;TRUE;"Your Place" +"water";"vegetation";15.9447084344574;FALSE;"Your Place" +"vegetation";"vegetation";1172.89691659188;TRUE;"Your Place" +"water";"vegetation";3.14993577869609;FALSE;"Your Place" +"vegetation";"vegetation";469.412351776613;TRUE;"Your Place" +"water";"vegetation";6.50512671511387;FALSE;"Your Place" +"water";"vegetation";11.2503670079168;FALSE;"Your Place" +"vegetation";"vegetation";571.83206888038;TRUE;"Your Place" +"vegetation";"vegetation";1122.30885574582;TRUE;"Your Place" +"vegetation";"vegetation";6.77158848103136;TRUE;"Your Place" +"water";"vegetation";117.436259633396;FALSE;"Your Place" +"water";"vegetation";345.636188490316;FALSE;"Your Place" +"vegetation";"vegetation";1648.68177246954;TRUE;"Your Place" +"vegetation";"vegetation";15129.0184549727;TRUE;"Your Place" +"vegetation";"vegetation";2077.43989791721;TRUE;"Your Place" +"vegetation";"vegetation";618.520654864609;TRUE;"Your Place" +"vegetation";"water";24050.1996158545;FALSE;"Your Place" +"water";"water";597.578374012603;TRUE;"Your Place" +"water";"vegetation";2.01689692703076;FALSE;"Your Place" +"water";"water";7847.42249595653;TRUE;"Your Place" +"vegetation";"water";178.679361133632;FALSE;"Your Place" +"impervious";"water";32.2650392902724;FALSE;"Your Place" +"water";"vegetation";30.7967268582433;FALSE;"Your Place" +"water";"vegetation";1420.19791999774;FALSE;"Your Place" +"vegetation";"vegetation";18.8929013255984;TRUE;"Your Place" +"vegetation";"vegetation";266.486843784456;TRUE;"Your Place" +"vegetation";"vegetation";159901.180690089;TRUE;"Your Place" +"water";"vegetation";10.1237747508567;FALSE;"Your Place" +"water";"vegetation";0.395249400753528;FALSE;"Your Place" +"impervious";"vegetation";1162.6529439725;FALSE;"Your Place" +"impervious";"vegetation";77.4096132852137;FALSE;"Your Place" +"impervious";"vegetation";2181.5480853375;FALSE;"Your Place" +"impervious";"vegetation";56.0889880442992;FALSE;"Your Place" +"impervious";"vegetation";1.3391781047394;FALSE;"Your Place" +"vegetation";"water";596.703295320971;FALSE;"Your Place" +"water";"water";11561.9700098936;TRUE;"Your Place" +"water";"vegetation";27.7957400789019;FALSE;"Your Place" +"vegetation";"vegetation";28.3868517344818;TRUE;"Your Place" +"water";"vegetation";236.153622945887;FALSE;"Your Place" +"vegetation";"vegetation";62721.7478049232;TRUE;"Your Place" +"impervious";"vegetation";494.261449997779;FALSE;"Your Place" +"vegetation";"vegetation";99.776203352958;TRUE;"Your Place" +"vegetation";"vegetation";230.703351824894;TRUE;"Your Place" +"water";"vegetation";28.62767833611;FALSE;"Your Place" +"vegetation";"vegetation";3.3032661343459;TRUE;"Your Place" +"water";"vegetation";0.412946153082885;FALSE;"Your Place" +"vegetation";"vegetation";41.4395176090766;TRUE;"Your Place" +"vegetation";"water";2.0727818289306;FALSE;"Your Place" +"water";"water";13.6682214522734;TRUE;"Your Place" +"vegetation";"water";24.579618494492;FALSE;"Your Place" +"vegetation";"vegetation";1.62554459855892;TRUE;"Your Place" +"vegetation";"vegetation";48.8295046567218;TRUE;"Your Place" +"water";"water";3.42372864461504;TRUE;"Your Place" +"vegetation";"water";1.34957188740373;FALSE;"Your Place" +"vegetation";"water";713.983214200241;FALSE;"Your Place" +"water";"vegetation";4.42674671672285;FALSE;"Your Place" +"vegetation";"vegetation";15.1095241941512;TRUE;"Your Place" +"vegetation";"water";402.469321936835;FALSE;"Your Place" +"water";"water";134.366380355379;TRUE;"Your Place" +"vegetation";"vegetation";1169.54020060599;TRUE;"Your Place" +"water";"vegetation";16.4861440507811;FALSE;"Your Place" +"water";"vegetation";47.6216678616474;FALSE;"Your Place" +"water";"vegetation";39.2428008653224;FALSE;"Your Place" +"vegetation";"water";318.071189366048;FALSE;"Your Place" +"water";"water";3200.63157628721;TRUE;"Your Place" +"water";"vegetation";11.4869217425585;FALSE;"Your Place" +"vegetation";"vegetation";38.5744748972356;TRUE;"Your Place" +"water";"water";27.0481514555868;TRUE;"Your Place" +"water";"vegetation";9.81623046658933;FALSE;"Your Place" +"water";"water";101.735955303186;TRUE;"Your Place" +"vegetation";"water";7.86432380235055;FALSE;"Your Place" +"water";"vegetation";558.02177041804;FALSE;"Your Place" +"vegetation";"vegetation";11290.8601072254;TRUE;"Your Place" +"water";"vegetation";0.720539249014109;FALSE;"Your Place" +"water";"water";26.2087197871879;TRUE;"Your Place" +"water";"vegetation";41.6228175548022;FALSE;"Your Place" +"vegetation";"vegetation";0.051001198386075;TRUE;"Your Place" +"water";"water";3374.60919973627;TRUE;"Your Place" +"impervious";"water";149.108785132878;FALSE;"Your Place" +"water";"vegetation";4.18827167991549;FALSE;"Your Place" +"water";"water";30.8734388004523;TRUE;"Your Place" +"vegetation";"water";1.1638209882658;FALSE;"Your Place" +"water";"water";1.43881579971639;TRUE;"Your Place" +"vegetation";"vegetation";4.22049930985668;TRUE;"Your Place" +"water";"water";55.4698354983702;TRUE;"Your Place" +"water";"water";0.192288483784068;TRUE;"Your Place" +"vegetation";"water";4.77718202222604;FALSE;"Your Place" +"vegetation";"vegetation";1.95053490722785;TRUE;"Your Place" +"vegetation";"water";3.91069946443895;FALSE;"Your Place" +"vegetation";"impervious";334.565102457913;FALSE;"Your Place" +"impervious";"impervious";2220.72367450933;TRUE;"Your Place" +"vegetation";"impervious";833.425389869604;FALSE;"Your Place" +"vegetation";"impervious";1.33869104727637;FALSE;"Your Place" +"vegetation";"vegetation";684.464767226949;TRUE;"Your Place" +"vegetation";"vegetation";5683.4321194971;TRUE;"Your Place" +"water";"vegetation";87.4426288381219;FALSE;"Your Place" +"impervious";"vegetation";1202.70717406785;FALSE;"Your Place" +"vegetation";"vegetation";38.2690308715682;TRUE;"Your Place" +"vegetation";"vegetation";2364.75124851987;TRUE;"Your Place" +"vegetation";"vegetation";629.07275491301;TRUE;"Your Place" +"vegetation";"vegetation";142.217759368941;TRUE;"Your Place" +"vegetation";"vegetation";118.212918920442;TRUE;"Your Place" +"water";"vegetation";2.1387825156562;FALSE;"Your Place" +"vegetation";"water";16.3225972864893;FALSE;"Your Place" +"water";"water";135.362719732759;TRUE;"Your Place" +"water";"water";38.4286749450839;TRUE;"Your Place" +"vegetation";"water";46.7035815527197;FALSE;"Your Place" +"water";"water";13526.6543345819;TRUE;"Your Place" +"vegetation";"water";2253.79618951585;FALSE;"Your Place" +"impervious";"impervious";2977.06342008896;TRUE;"Your Place" +"vegetation";"vegetation";566.500425402075;TRUE;"Your Place" +"vegetation";"vegetation";1305.41688446328;TRUE;"Your Place" +"vegetation";"vegetation";90.3815177497454;TRUE;"Your Place" +"vegetation";"vegetation";4233.06027479132;TRUE;"Your Place" +"vegetation";"vegetation";74773.9251304455;TRUE;"Your Place" +"vegetation";"vegetation";22597.6610464485;TRUE;"Your Place" +"vegetation";"vegetation";1.54002918908373;TRUE;"Your Place" +"water";"vegetation";23.08975923853;FALSE;"Your Place" +"vegetation";"vegetation";521.94493320107;TRUE;"Your Place" +"urban";"vegetation";167.224683190696;FALSE;"Your Place" +"water";"vegetation";1.94427023886237;FALSE;"Your Place" +"impervious";"vegetation";10.0715220682323;FALSE;"Your Place" +"water";"vegetation";29.5888234232552;FALSE;"Your Place" +"urban";"impervious";3068.87278973078;FALSE;"Your Place" +"impervious";"impervious";157.353424106259;TRUE;"Your Place" +"impervious";"impervious";66.7775709179114;TRUE;"Your Place" +"vegetation";"impervious";5.61007077095564;FALSE;"Your Place" +"vegetation";"water";34.905070915469;FALSE;"Your Place" +"water";"water";100.097624580238;TRUE;"Your Place" +"vegetation";"vegetation";4513.21403972304;TRUE;"Your Place" +"impervious";"impervious";11.4747889038408;TRUE;"Your Place" +"impervious";"impervious";152.13512859185;TRUE;"Your Place" +"vegetation";"impervious";12.7613425109885;FALSE;"Your Place" +"vegetation";"vegetation";39.9046005108903;TRUE;"Your Place" +"water";"vegetation";10.2616676956823;FALSE;"Your Place" +"urban";"impervious";21.4950586628402;FALSE;"Your Place" +"urban";"impervious";1.48546046478441;FALSE;"Your Place" +"impervious";"impervious";5.0693824980408;TRUE;"Your Place" +"impervious";"impervious";10.3451979842794;TRUE;"Your Place" +"vegetation";"impervious";594.039393107058;FALSE;"Your Place" +"water";"water";1.18148405142711;TRUE;"Your Place" +"water";"vegetation";9.58776156441309;FALSE;"Your Place" +"urban";"vegetation";732.265121825971;FALSE;"Your Place" +"water";"water";8.14601481868885;TRUE;"Your Place" +"water";"vegetation";18.9628977294778;FALSE;"Your Place" +"vegetation";"vegetation";0.176887545210775;TRUE;"Your Place" +"vegetation";"vegetation";428.549841686559;TRUE;"Your Place" +"vegetation";"vegetation";0.0819156741999905;TRUE;"Your Place" +"vegetation";"vegetation";22482.1713880859;TRUE;"Your Place" +"vegetation";"vegetation";27.7044774894603;TRUE;"Your Place" +"vegetation";"vegetation";30.2438244922087;TRUE;"Your Place" +"vegetation";"vegetation";2990.29521062877;TRUE;"Your Place" +"urban";"vegetation";6609.99198755808;FALSE;"Your Place" +"urban";"vegetation";520.269109353423;FALSE;"Your Place" +"vegetation";"vegetation";872.824622233631;TRUE;"Your Place" +"vegetation";"vegetation";9312.81015702224;TRUE;"Your Place" +"vegetation";"vegetation";2258.24007654935;TRUE;"Your Place" +"vegetation";"vegetation";16355.6122075701;TRUE;"Your Place" +"vegetation";"vegetation";27.5347243561409;TRUE;"Your Place" +"water";"water";10.3397385123244;TRUE;"Your Place" +"water";"vegetation";19.8525358615443;FALSE;"Your Place" +"vegetation";"vegetation";5.16895008587744;TRUE;"Your Place" +"water";"water";3.39024146273732;TRUE;"Your Place" +"water";"water";1.07905500606284;TRUE;"Your Place" +"vegetation";"water";10.3020270192064;FALSE;"Your Place" +"water";"water";32.876069014892;TRUE;"Your Place" +"water";"vegetation";22.2598266399;FALSE;"Your Place" +"vegetation";"vegetation";0.527609470533207;TRUE;"Your Place" +"vegetation";"water";0.551523089176044;FALSE;"Your Place" +"water";"water";27.6843291711994;TRUE;"Your Place" +"vegetation";"vegetation";0.184383116429672;TRUE;"Your Place" +"water";"vegetation";12.7923917495064;FALSE;"Your Place" +"water";"water";0.299557372683921;TRUE;"Your Place" +"water";"water";22639.6372696334;TRUE;"Your Place" +"vegetation";"water";0.313444243976846;FALSE;"Your Place" +"water";"water";2277.21912470087;TRUE;"Your Place" +"vegetation";"water";20.0655473131774;FALSE;"Your Place" +"vegetation";"water";63.8419123459607;FALSE;"Your Place" +"vegetation";"water";159.402151368442;FALSE;"Your Place" +"urban";"impervious";1.82207639732951;FALSE;"Your Place" +"vegetation";"impervious";852.80174849902;FALSE;"Your Place" +"water";"vegetation";53.3691464504227;FALSE;"Your Place" +"water";"vegetation";116.164278889104;FALSE;"Your Place" +"vegetation";"vegetation";65795.1713870979;TRUE;"Your Place" +"impervious";"vegetation";1749.17368268967;FALSE;"Your Place" +"impervious";"vegetation";0.513374051777646;FALSE;"Your Place" +"impervious";"vegetation";3010.39864651376;FALSE;"Your Place" +"vegetation";"vegetation";90566.2561381031;TRUE;"Your Place" +"vegetation";"vegetation";16.376427031355;TRUE;"Your Place" +"urban";"impervious";9.37747700698674;FALSE;"Your Place" +"vegetation";"impervious";171.197299375664;FALSE;"Your Place" +"water";"vegetation";9.08008162979968;FALSE;"Your Place" +"vegetation";"vegetation";3.72491191863082;TRUE;"Your Place" +"water";"water";110.090582189325;TRUE;"Your Place" +"vegetation";"vegetation";0.085502560822988;TRUE;"Your Place" +"vegetation";"vegetation";449.378269047709;TRUE;"Your Place" +"vegetation";"vegetation";3685.49524530477;TRUE;"Your Place" +"vegetation";"vegetation";2.68026471417397;TRUE;"Your Place" +"vegetation";"vegetation";23.9663244916592;TRUE;"Your Place" +"water";"water";37.8409588877112;TRUE;"Your Place" +"vegetation";"impervious";3467.5036822753;FALSE;"Your Place" +"water";"vegetation";2873.58117953059;FALSE;"Your Place" +"vegetation";"vegetation";29.0061382006388;TRUE;"Your Place" +"vegetation";"vegetation";388.059922681656;TRUE;"Your Place" +"vegetation";"vegetation";239.786002657609;TRUE;"Your Place" +"vegetation";"vegetation";123359.683448075;TRUE;"Your Place" +"impervious";"vegetation";602.859045331832;FALSE;"Your Place" +"impervious";"vegetation";79.4555802480318;FALSE;"Your Place" +"vegetation";"vegetation";119.923954974412;TRUE;"Your Place" +"vegetation";"vegetation";28.9434589929879;TRUE;"Your Place" +"vegetation";"vegetation";56.0846225610003;TRUE;"Your Place" +"vegetation";"vegetation";256.160382757429;TRUE;"Your Place" +"vegetation";"vegetation";2.70925010490464;TRUE;"Your Place" +"vegetation";"vegetation";17.714127806481;TRUE;"Your Place" +"vegetation";"impervious";27.9153817743063;FALSE;"Your Place" +"vegetation";"impervious";108.148858237313;FALSE;"Your Place" +"vegetation";"impervious";16.0919979023747;FALSE;"Your Place" +"vegetation";"impervious";126.379264536314;FALSE;"Your Place" +"vegetation";"vegetation";1.23273811256513;TRUE;"Your Place" +"vegetation";"vegetation";301.777883264032;TRUE;"Your Place" +"vegetation";"vegetation";200.805171819404;TRUE;"Your Place" +"vegetation";"vegetation";0.222558405999735;TRUE;"Your Place" +"vegetation";"vegetation";314.889173366944;TRUE;"Your Place" +"vegetation";"impervious";3001.74377917312;FALSE;"Your Place" +"water";"water";2.19726528778847;TRUE;"Your Place" +"water";"water";0.587353905139025;TRUE;"Your Place" +"vegetation";"water";0.864701266225893;FALSE;"Your Place" +"vegetation";"impervious";1907.31588867703;FALSE;"Your Place" +"water";"water";1.31215991795034;TRUE;"Your Place" +"vegetation";"impervious";579.600063513324;FALSE;"Your Place" +"vegetation";"impervious";2.34929770609597;FALSE;"Your Place" +"water";"impervious";0.520896510221064;FALSE;"Your Place" +"water";"vegetation";305.052846225677;FALSE;"Your Place" +"vegetation";"vegetation";15871.8288039416;TRUE;"Your Place" +"water";"vegetation";9.06602155067958;FALSE;"Your Place" +"vegetation";"water";130.823708925163;FALSE;"Your Place" +"vegetation";"water";3.40316503809299;FALSE;"Your Place" +"water";"water";2674.56101862574;TRUE;"Your Place" +"water";"water";18.3448234377429;TRUE;"Your Place" +"vegetation";"impervious";1.86432481519296;FALSE;"Your Place" +"vegetation";"impervious";82.3296754936455;FALSE;"Your Place" +"vegetation";"vegetation";2170.47477048496;TRUE;"Your Place" +"vegetation";"vegetation";186.066716960515;TRUE;"Your Place" +"vegetation";"vegetation";76.1158522050828;TRUE;"Your Place" +"vegetation";"vegetation";1400.08063070104;TRUE;"Your Place" +"vegetation";"vegetation";45.9977826660033;TRUE;"Your Place" +"water";"water";3.82563954009674;TRUE;"Your Place" +"vegetation";"impervious";12.0220213857829;FALSE;"Your Place" +"vegetation";"water";3.67605142341927;FALSE;"Your Place" +"vegetation";"water";312.554206792265;FALSE;"Your Place" +"vegetation";"water";351.099115472607;FALSE;"Your Place" +"water";"water";15356.3837254113;TRUE;"Your Place" +"water";"water";23.4365681586787;TRUE;"Your Place" +"impervious";"water";105.374060322996;FALSE;"Your Place" +"vegetation";"water";2.51702879462391;FALSE;"Your Place" +"impervious";"water";12.7411395767704;FALSE;"Your Place" +"impervious";"water";12.4898646702932;FALSE;"Your Place" +"impervious";"water";0.105392416075119;FALSE;"Your Place" +"water";"water";0.0648558366228826;TRUE;"Your Place" +"vegetation";"vegetation";876.199454269605;TRUE;"Your Place" +"water";"vegetation";116.002308603376;FALSE;"Your Place" +"vegetation";"impervious";8.83848898554425;FALSE;"Your Place" +"vegetation";"impervious";0.00238069401530083;FALSE;"Your Place" +"vegetation";"vegetation";76.5159657672048;TRUE;"Your Place" +"water";"vegetation";102.943354714662;FALSE;"Your Place" +"water";"vegetation";2.31414154311642;FALSE;"Your Place" +"vegetation";"vegetation";372.753023643971;TRUE;"Your Place" +"vegetation";"vegetation";16.5189590165392;TRUE;"Your Place" +"vegetation";"vegetation";311.436752418522;TRUE;"Your Place" +"vegetation";"vegetation";305.098913296082;TRUE;"Your Place" +"vegetation";"vegetation";0.468948842753889;TRUE;"Your Place" +"vegetation";"vegetation";6.84624674916267;TRUE;"Your Place" +"vegetation";"vegetation";12.8130422740942;TRUE;"Your Place" +"water";"vegetation";5.88620744063519;FALSE;"Your Place" +"vegetation";"vegetation";0.542684129439294;TRUE;"Your Place" +"water";"water";1.7614582432434;TRUE;"Your Place" +"vegetation";"water";0.691622669342905;FALSE;"Your Place" +"vegetation";"vegetation";4.11954119883012;TRUE;"Your Place" +"urban";"vegetation";552.313496172079;FALSE;"Your Place" +"water";"vegetation";205.444345051481;FALSE;"Your Place" +"water";"vegetation";2.02122377045453;FALSE;"Your Place" +"impervious";"vegetation";371.095427418128;FALSE;"Your Place" +"impervious";"vegetation";3.79225004895125;FALSE;"Your Place" +"vegetation";"vegetation";0.732845658276347;TRUE;"Your Place" +"water";"water";9.87822498450987;TRUE;"Your Place" +"water";"vegetation";22.1665906655835;FALSE;"Your Place" +"water";"vegetation";2.44172412057378;FALSE;"Your Place" +"vegetation";"vegetation";1.2469041490549;TRUE;"Your Place" +"water";"impervious";275.418222830864;FALSE;"Your Place" +"water";"impervious";1.68528912676265;FALSE;"Your Place" +"impervious";"impervious";4.51595945016015;TRUE;"Your Place" +"impervious";"impervious";1752.52315503964;TRUE;"Your Place" +"vegetation";"impervious";2.14404936810024;FALSE;"Your Place" +"vegetation";"impervious";413.123019691324;FALSE;"Your Place" +"vegetation";"impervious";0.0335242457545064;FALSE;"Your Place" +"vegetation";"impervious";72.723270310089;FALSE;"Your Place" +"impervious";"impervious";76.3587933462113;TRUE;"Your Place" +"vegetation";"impervious";5.55923884670483;FALSE;"Your Place" +"vegetation";"impervious";1062.2136028033;FALSE;"Your Place" +"vegetation";"impervious";23.5779655927327;FALSE;"Your Place" +"vegetation";"vegetation";16.4079942051321;TRUE;"Your Place" +"urban";"vegetation";31.4997175143799;FALSE;"Your Place" +"vegetation";"vegetation";66.2746845278889;TRUE;"Your Place" +"vegetation";"vegetation";47.8233585241251;TRUE;"Your Place" +"vegetation";"vegetation";0.776112183986697;TRUE;"Your Place" +"vegetation";"vegetation";648.388290623669;TRUE;"Your Place" +"vegetation";"vegetation";483.775643380806;TRUE;"Your Place" +"vegetation";"vegetation";14.7045670631342;TRUE;"Your Place" +"vegetation";"vegetation";29.9103321775328;TRUE;"Your Place" +"vegetation";"vegetation";60.1869580114144;TRUE;"Your Place" +"vegetation";"vegetation";844.770288308617;TRUE;"Your Place" +"water";"vegetation";104.398929230636;FALSE;"Your Place" +"vegetation";"impervious";15.7461328972131;FALSE;"Your Place" +"vegetation";"impervious";6.79702938906848;FALSE;"Your Place" +"water";"water";29.8394880369306;TRUE;"Your Place" +"vegetation";"water";198.961645720992;FALSE;"Your Place" +"water";"water";4636.5848290734;TRUE;"Your Place" +"impervious";"water";295.927031683037;FALSE;"Your Place" +"vegetation";"impervious";2.34127123333747;FALSE;"Your Place" +"vegetation";"impervious";0.535833921108861;FALSE;"Your Place" +"water";"water";23.4541164781549;TRUE;"Your Place" +"water";"water";17.113004348008;TRUE;"Your Place" +"water";"vegetation";60.3599374461919;FALSE;"Your Place" +"urban";"vegetation";196.237287274103;FALSE;"Your Place" +"vegetation";"vegetation";51.4922035938362;TRUE;"Your Place" +"vegetation";"vegetation";34.6227393266745;TRUE;"Your Place" +"vegetation";"vegetation";1928.83700631346;TRUE;"Your Place" +"vegetation";"vegetation";24.198071377934;TRUE;"Your Place" +"water";"vegetation";2.9839572191413;FALSE;"Your Place" +"water";"vegetation";4.86282162065618;FALSE;"Your Place" +"water";"water";5.84451287367847;TRUE;"Your Place" +"vegetation";"vegetation";15.9501388366334;TRUE;"Your Place" +"vegetation";"vegetation";2576.96475750796;TRUE;"Your Place" +"urban";"impervious";26.5730122374371;FALSE;"Your Place" +"vegetation";"impervious";304.867161898583;FALSE;"Your Place" +"vegetation";"impervious";5.95117581007071;FALSE;"Your Place" +"water";"vegetation";2.83253642939962;FALSE;"Your Place" +"vegetation";"vegetation";2554.20017090882;TRUE;"Your Place" +"vegetation";"vegetation";83.7561739488738;TRUE;"Your Place" +"vegetation";"vegetation";14316.8013752183;TRUE;"Your Place" +"vegetation";"vegetation";36.1862297939369;TRUE;"Your Place" +"urban";"vegetation";986.584044924821;FALSE;"Your Place" +"water";"vegetation";2.65716958043049;FALSE;"Your Place" +"impervious";"vegetation";1404.52102284972;FALSE;"Your Place" +"vegetation";"vegetation";5775.22530848818;TRUE;"Your Place" +"vegetation";"vegetation";37.9943486824632;TRUE;"Your Place" +"vegetation";"vegetation";3.28394230460981;TRUE;"Your Place" +"vegetation";"vegetation";3190.54687263584;TRUE;"Your Place" +"vegetation";"vegetation";12812.2270435474;TRUE;"Your Place" +"vegetation";"vegetation";2.67816018871963;TRUE;"Your Place" +"vegetation";"impervious";2.1587898331295;FALSE;"Your Place" +"water";"water";1.37035776782432;TRUE;"Your Place" +"water";"water";14.4910983526788;TRUE;"Your Place" +"water";"vegetation";13.5899659806455;FALSE;"Your Place" +"water";"water";1.96133329014992;TRUE;"Your Place" +"vegetation";"impervious";388.926685774408;FALSE;"Your Place" +"water";"vegetation";14.994337836717;FALSE;"Your Place" +"vegetation";"vegetation";6.30951011925936;TRUE;"Your Place" +"impervious";"vegetation";0.36436573183164;FALSE;"Your Place" +"vegetation";"vegetation";13581.7851796141;TRUE;"Your Place" +"vegetation";"vegetation";4967.98535588756;TRUE;"Your Place" +"vegetation";"vegetation";1466.79037847248;TRUE;"Your Place" +"water";"water";144.18579186028;TRUE;"Your Place" +"vegetation";"impervious";6.01225495222025;FALSE;"Your Place" +"vegetation";"vegetation";48.3879379436839;TRUE;"Your Place" +"vegetation";"vegetation";752.242254234559;TRUE;"Your Place" +"impervious";"vegetation";18.4987966424378;FALSE;"Your Place" +"impervious";"vegetation";106.930907098114;FALSE;"Your Place" +"impervious";"vegetation";3753.68871715281;FALSE;"Your Place" +"vegetation";"vegetation";193365.085972415;TRUE;"Your Place" +"vegetation";"vegetation";153730.166920246;TRUE;"Your Place" +"vegetation";"vegetation";179351.115342979;TRUE;"Your Place" +"vegetation";"vegetation";3.76047678280156;TRUE;"Your Place" +"vegetation";"vegetation";1191.4612308614;TRUE;"Your Place" +"impervious";"vegetation";29.5537641451228;FALSE;"Your Place" +"water";"vegetation";28.8229997856542;FALSE;"Your Place" +"vegetation";"vegetation";155.05596497748;TRUE;"Your Place" +"vegetation";"vegetation";315.109130194411;TRUE;"Your Place" +"vegetation";"vegetation";554.058781532571;TRUE;"Your Place" +"vegetation";"vegetation";111.127202682197;TRUE;"Your Place" +"vegetation";"vegetation";22.2655111849308;TRUE;"Your Place" +"water";"vegetation";10.5859270337969;FALSE;"Your Place" +"vegetation";"impervious";10.2561195939779;FALSE;"Your Place" +"vegetation";"impervious";230.835962362587;FALSE;"Your Place" +"vegetation";"vegetation";54.111514078686;TRUE;"Your Place" +"vegetation";"vegetation";6373.11519156425;TRUE;"Your Place" +"vegetation";"vegetation";35998.799106617;TRUE;"Your Place" +"water";"vegetation";17.0056329602376;FALSE;"Your Place" +"water";"vegetation";1.60230221878737;FALSE;"Your Place" +"vegetation";"vegetation";53.6082452055998;TRUE;"Your Place" +"water";"impervious";286.650544338132;FALSE;"Your Place" +"vegetation";"impervious";221.385302376002;FALSE;"Your Place" +"impervious";"impervious";706.376514509553;TRUE;"Your Place" +"vegetation";"impervious";6.45818896684796;FALSE;"Your Place" +"vegetation";"impervious";39.0958061573328;FALSE;"Your Place" +"vegetation";"impervious";2.48153500877379;FALSE;"Your Place" +"impervious";"impervious";23.8857914267574;TRUE;"Your Place" +"impervious";"impervious";0.0156918322318234;TRUE;"Your Place" +"impervious";"impervious";7.29701340312022;TRUE;"Your Place" +"vegetation";"impervious";1443.53559710944;FALSE;"Your Place" +"vegetation";"impervious";4320.94521084893;FALSE;"Your Place" +"vegetation";"impervious";32.2258633109741;FALSE;"Your Place" +"vegetation";"vegetation";166.916195986734;TRUE;"Your Place" +"vegetation";"vegetation";143.145993114449;TRUE;"Your Place" +"water";"vegetation";374.391017151996;FALSE;"Your Place" +"vegetation";"vegetation";63.4725536890328;TRUE;"Your Place" +"vegetation";"vegetation";2268.43599207327;TRUE;"Your Place" +"urban";"impervious";0.301774902734905;FALSE;"Your Place" +"vegetation";"impervious";2354.62149524409;FALSE;"Your Place" +"vegetation";"vegetation";30.3868895416381;TRUE;"Your Place" +"vegetation";"impervious";35.7899764943868;FALSE;"Your Place" +"vegetation";"impervious";66.5127880000509;FALSE;"Your Place" +"vegetation";"impervious";65.2761626869324;FALSE;"Your Place" +"impervious";"impervious";57.8662537601776;TRUE;"Your Place" +"vegetation";"vegetation";611.689788343501;TRUE;"Your Place" +"impervious";"vegetation";47.4085297704441;FALSE;"Your Place" +"impervious";"vegetation";0.582003162940964;FALSE;"Your Place" +"urban";"impervious";1960.56589194349;FALSE;"Your Place" +"impervious";"impervious";41.2504182001576;TRUE;"Your Place" +"impervious";"impervious";8.42458051219;TRUE;"Your Place" +"urban";"impervious";67.608596804901;FALSE;"Your Place" +"vegetation";"impervious";121.537533491864;FALSE;"Your Place" +"impervious";"impervious";91.1512624488678;TRUE;"Your Place" +"impervious";"impervious";432.960625497159;TRUE;"Your Place" +"impervious";"impervious";50.3049585138797;TRUE;"Your Place" +"vegetation";"impervious";25.2199890171178;FALSE;"Your Place" +"urban";"impervious";290.899163669441;FALSE;"Your Place" +"vegetation";"impervious";2.80918355006725;FALSE;"Your Place" +"urban";"impervious";113.347556838766;FALSE;"Your Place" +"impervious";"impervious";145.329891329631;TRUE;"Your Place" +"vegetation";"water";14.4904846223071;FALSE;"Your Place" +"water";"water";6.12168743181974;TRUE;"Your Place" +"urban";"impervious";108.551593501121;FALSE;"Your Place" +"vegetation";"impervious";80.6227535014041;FALSE;"Your Place" +"impervious";"impervious";105.671335410094;TRUE;"Your Place" +"vegetation";"impervious";194.332421147497;FALSE;"Your Place" +"impervious";"impervious";9.16843766072998;TRUE;"Your Place" +"impervious";"impervious";0.25924238884636;TRUE;"Your Place" +"impervious";"impervious";123.43929499248;TRUE;"Your Place" +"impervious";"impervious";0.395794655953068;TRUE;"Your Place" +"urban";"vegetation";1103.35104334634;FALSE;"Your Place" +"urban";"vegetation";53.7928981743753;FALSE;"Your Place" +"urban";"impervious";151.534388708184;FALSE;"Your Place" +"vegetation";"impervious";0.958469805293134;FALSE;"Your Place" +"water";"impervious";0.134802112355828;FALSE;"Your Place" +"water";"impervious";6.68898960156366;FALSE;"Your Place" +"urban";"water";119.937984966702;FALSE;"Your Place" +"water";"water";3.92805202985983;TRUE;"Your Place" +"impervious";"water";0.243360983018647;FALSE;"Your Place" +"water";"water";6297.3078596571;TRUE;"Your Place" +"impervious";"water";185.393815331423;FALSE;"Your Place" +"water";"water";1.4453587308526;TRUE;"Your Place" +"impervious";"water";0.159879092418123;FALSE;"Your Place" +"vegetation";"impervious";123.379968881607;FALSE;"Your Place" +"vegetation";"impervious";75.6735825026408;FALSE;"Your Place" +"vegetation";"impervious";113.291868352444;FALSE;"Your Place" +"impervious";"vegetation";0.845375289442018;FALSE;"Your Place" +"water";"vegetation";48.2849055496044;FALSE;"Your Place" +"impervious";"vegetation";1818.22425125772;FALSE;"Your Place" +"impervious";"vegetation";90.6798501519952;FALSE;"Your Place" +"impervious";"vegetation";1.97753820824437;FALSE;"Your Place" +"urban";"vegetation";2.75766459813167;FALSE;"Your Place" +"urban";"vegetation";158.80147752729;FALSE;"Your Place" +"urban";"vegetation";0.366185192659032;FALSE;"Your Place" +"urban";"vegetation";1.28602513601072;FALSE;"Your Place" +"impervious";"vegetation";0.316103472869145;FALSE;"Your Place" +"impervious";"vegetation";294.194099434084;FALSE;"Your Place" +"impervious";"vegetation";4836.38154852414;FALSE;"Your Place" +"impervious";"vegetation";64.4715866278129;FALSE;"Your Place" +"impervious";"vegetation";0.0659556690807221;FALSE;"Your Place" +"impervious";"vegetation";12.3112614317797;FALSE;"Your Place" +"vegetation";"vegetation";14.0965325962752;TRUE;"Your Place" +"water";"vegetation";4.63545872364193;FALSE;"Your Place" +"impervious";"impervious";17.9321930691367;TRUE;"Your Place" +"vegetation";"impervious";212.197214212036;FALSE;"Your Place" +"impervious";"impervious";0.106192468694644;TRUE;"Your Place" +"impervious";"impervious";229.849873240571;TRUE;"Your Place" +"urban";"vegetation";3.56784359668382;FALSE;"Your Place" +"urban";"vegetation";4259.02480168373;FALSE;"Your Place" +"vegetation";"vegetation";55.9844577359036;TRUE;"Your Place" +"vegetation";"vegetation";1954.05225042999;TRUE;"Your Place" +"urban";"impervious";8.66456384651246;FALSE;"Your Place" +"impervious";"impervious";208.097880543959;TRUE;"Your Place" +"vegetation";"impervious";8.96300109231379;FALSE;"Your Place" +"urban";"impervious";52.2052105018302;FALSE;"Your Place" +"urban";"impervious";35.533494976582;FALSE;"Your Place" +"impervious";"impervious";129.752043501008;TRUE;"Your Place" +"impervious";"impervious";54.201096862671;TRUE;"Your Place" +"impervious";"vegetation";58.2234137816704;FALSE;"Your Place" +"impervious";"vegetation";14.8074567089207;FALSE;"Your Place" +"vegetation";"vegetation";498.569007700309;TRUE;"Your Place" +"vegetation";"vegetation";373.44163607806;TRUE;"Your Place" +"vegetation";"impervious";3688.48380911164;FALSE;"Your Place" +"impervious";"impervious";86.2159471351188;TRUE;"Your Place" +"water";"impervious";842.568719531409;FALSE;"Your Place" +"water";"impervious";413.782534494996;FALSE;"Your Place" +"vegetation";"water";23.6893730699085;FALSE;"Your Place" +"water";"water";20.2521333689801;TRUE;"Your Place" +"urban";"impervious";152.064678964263;FALSE;"Your Place" +"impervious";"impervious";197.065489164554;TRUE;"Your Place" +"vegetation";"water";646.968875775754;FALSE;"Your Place" +"water";"water";2.78126466320828;TRUE;"Your Place" +"impervious";"water";0.528431960236048;FALSE;"Your Place" +"impervious";"water";40.4933668924496;FALSE;"Your Place" +"water";"water";3568.48087841365;TRUE;"Your Place" +"impervious";"water";418.15551226039;FALSE;"Your Place" +"water";"water";35984.2023894973;TRUE;"Your Place" +"water";"water";6.64625351825089;TRUE;"Your Place" +"impervious";"water";0.589929410227342;FALSE;"Your Place" +"vegetation";"water";0.023092248942703;FALSE;"Your Place" +"urban";"vegetation";292.849596873581;FALSE;"Your Place" +"urban";"vegetation";32.7239854382351;FALSE;"Your Place" +"water";"vegetation";121.716628015973;FALSE;"Your Place" +"urban";"impervious";39.3154960291868;FALSE;"Your Place" +"urban";"impervious";56.7229268568917;FALSE;"Your Place" +"impervious";"vegetation";1.40429029957158;FALSE;"Your Place" +"water";"vegetation";467.864568267018;FALSE;"Your Place" +"impervious";"vegetation";5651.14131204132;FALSE;"Your Place" +"impervious";"vegetation";106.801001172353;FALSE;"Your Place" +"water";"vegetation";773.430647518602;FALSE;"Your Place" +"impervious";"vegetation";336.201814310625;FALSE;"Your Place" +"vegetation";"vegetation";0.374874169618124;TRUE;"Your Place" +"urban";"impervious";636.39519923937;FALSE;"Your Place" +"impervious";"impervious";1288.55073112482;TRUE;"Your Place" +"impervious";"impervious";3082.19854458072;TRUE;"Your Place" +"impervious";"impervious";22.9879301658948;TRUE;"Your Place" +"impervious";"impervious";0.363207724705717;TRUE;"Your Place" +"impervious";"impervious";27.7746305403998;TRUE;"Your Place" +"impervious";"impervious";4721.91755609401;TRUE;"Your Place" +"vegetation";"impervious";758.261247677729;FALSE;"Your Place" +"vegetation";"impervious";197.845115976874;FALSE;"Your Place" +"vegetation";"impervious";7.59119284036569;FALSE;"Your Place" +"vegetation";"vegetation";16.8420632826164;TRUE;"Your Place" +"urban";"impervious";2.69059935258701;FALSE;"Your Place" +"impervious";"impervious";0.372683121437149;TRUE;"Your Place" +"impervious";"impervious";3.331340551842;TRUE;"Your Place" +"impervious";"impervious";1053.76581339887;TRUE;"Your Place" +"impervious";"impervious";9.42968916508835;TRUE;"Your Place" +"impervious";"impervious";1.45312737079803;TRUE;"Your Place" +"impervious";"impervious";5.6513580956962;TRUE;"Your Place" +"vegetation";"impervious";4.77422237524297;FALSE;"Your Place" +"vegetation";"impervious";6.29385121719679;FALSE;"Your Place" +"vegetation";"water";4505.53540635575;FALSE;"Your Place" +"vegetation";"water";106.09861143236;FALSE;"Your Place" +"vegetation";"water";30.1122188139707;FALSE;"Your Place" +"water";"water";5040.85086694453;TRUE;"Your Place" +"impervious";"water";32.5634722020477;FALSE;"Your Place" +"vegetation";"vegetation";87.4965466251597;TRUE;"Your Place" +"vegetation";"vegetation";1188.41505671287;TRUE;"Your Place" +"vegetation";"vegetation";1306.11586280074;TRUE;"Your Place" +"vegetation";"vegetation";135.222261497052;TRUE;"Your Place" +"vegetation";"vegetation";5159.61081042947;TRUE;"Your Place" +"impervious";"vegetation";22.5563762247621;FALSE;"Your Place" +"vegetation";"water";14.3501133145764;FALSE;"Your Place" +"urban";"impervious";791.612718429882;FALSE;"Your Place" +"impervious";"impervious";148.86836910015;TRUE;"Your Place" +"vegetation";"impervious";10.9063091888092;FALSE;"Your Place" +"vegetation";"vegetation";5158.0222773283;TRUE;"Your Place" +"impervious";"vegetation";732.52228453476;FALSE;"Your Place" +"vegetation";"vegetation";6.72949859919026;TRUE;"Your Place" +"impervious";"impervious";773.137740418693;TRUE;"Your Place" +"impervious";"impervious";0.0484212007140741;TRUE;"Your Place" +"vegetation";"vegetation";84.2484563728794;TRUE;"Your Place" +"urban";"vegetation";165.936443528917;FALSE;"Your Place" +"vegetation";"water";4.0428629796952;FALSE;"Your Place" +"urban";"impervious";35.5143979118438;FALSE;"Your Place" +"urban";"impervious";35.1233336334117;FALSE;"Your Place" +"impervious";"impervious";0.062356058289879;TRUE;"Your Place" +"impervious";"impervious";98.9146133553004;TRUE;"Your Place" +"vegetation";"impervious";10.1167402126594;FALSE;"Your Place" +"vegetation";"impervious";7.28118182392791;FALSE;"Your Place" +"vegetation";"impervious";2.25213742483174;FALSE;"Your Place" +"vegetation";"vegetation";31.0505220975028;TRUE;"Your Place" +"urban";"vegetation";4.72306906222366;FALSE;"Your Place" +"vegetation";"vegetation";0.402948722243309;TRUE;"Your Place" +"vegetation";"vegetation";1171.25312550133;TRUE;"Your Place" +"vegetation";"vegetation";1.19938320107758;TRUE;"Your Place" +"water";"vegetation";4.83930688491091;FALSE;"Your Place" +"impervious";"vegetation";144.964312879834;FALSE;"Your Place" +"vegetation";"vegetation";204.968147490523;TRUE;"Your Place" +"vegetation";"vegetation";120.698982625734;TRUE;"Your Place" +"water";"vegetation";35.1019781941432;FALSE;"Your Place" +"urban";"impervious";34.1065926780575;FALSE;"Your Place" +"urban";"vegetation";1056.68486620532;FALSE;"Your Place" +"vegetation";"water";255.542451022193;FALSE;"Your Place" +"urban";"vegetation";149.636455975007;FALSE;"Your Place" +"water";"vegetation";81.3228077234235;FALSE;"Your Place" +"vegetation";"vegetation";612.441547133029;TRUE;"Your Place" +"vegetation";"vegetation";510.485919948667;TRUE;"Your Place" +"vegetation";"vegetation";114.798456364806;TRUE;"Your Place" +"vegetation";"vegetation";91.791036187904;TRUE;"Your Place" +"vegetation";"vegetation";16637.3442604165;TRUE;"Your Place" +"vegetation";"impervious";38.1210607879329;FALSE;"Your Place" +"urban";"vegetation";675.354689529864;FALSE;"Your Place" +"vegetation";"vegetation";40.8138150461018;TRUE;"Your Place" +"vegetation";"vegetation";504.928068293317;TRUE;"Your Place" +"vegetation";"vegetation";6236.96815411095;TRUE;"Your Place" +"vegetation";"impervious";37.4999182448387;FALSE;"Your Place" +"urban";"impervious";3.94136377586983;FALSE;"Your Place" +"vegetation";"vegetation";179584.921320579;TRUE;"Your Place" +"vegetation";"vegetation";11.2120437696576;TRUE;"Your Place" +"vegetation";"vegetation";23462.5872632966;TRUE;"Your Place" +"vegetation";"vegetation";12.5678396950316;TRUE;"Your Place" +"urban";"vegetation";7324.50003299816;FALSE;"Your Place" +"vegetation";"impervious";5.35594429646153;FALSE;"Your Place" +"urban";"vegetation";6593.07113085754;FALSE;"Your Place" +"impervious";"vegetation";146.329768845695;FALSE;"Your Place" +"impervious";"vegetation";2281.81085420819;FALSE;"Your Place" +"impervious";"vegetation";3.04822806851007;FALSE;"Your Place" +"impervious";"vegetation";0.787420991196996;FALSE;"Your Place" +"urban";"vegetation";43.8592238209822;FALSE;"Your Place" +"urban";"impervious";1257.11976511673;FALSE;"Your Place" +"vegetation";"impervious";38.210055479547;FALSE;"Your Place" +"urban";"impervious";35.7219273149967;FALSE;"Your Place" +"vegetation";"impervious";323.870758032892;FALSE;"Your Place" +"vegetation";"vegetation";194.584094005637;TRUE;"Your Place" +"vegetation";"vegetation";119.919852687977;TRUE;"Your Place" +"vegetation";"vegetation";843.511977792252;TRUE;"Your Place" +"water";"vegetation";83.8833645507693;FALSE;"Your Place" +"vegetation";"impervious";60.6157270456315;FALSE;"Your Place" +"impervious";"impervious";143.720365266861;TRUE;"Your Place" +"vegetation";"impervious";36.4235800341703;FALSE;"Your Place" +"urban";"water";29.3093870702432;FALSE;"Your Place" +"water";"water";2.2462748317048;TRUE;"Your Place" +"impervious";"vegetation";412.803823508322;FALSE;"Your Place" +"vegetation";"vegetation";77.505992549191;TRUE;"Your Place" +"vegetation";"vegetation";0.238393059989903;TRUE;"Your Place" +"impervious";"vegetation";53.5258446747212;FALSE;"Your Place" +"vegetation";"impervious";33.7398562375165;FALSE;"Your Place" +"vegetation";"impervious";315.795035447605;FALSE;"Your Place" +"impervious";"impervious";0.897832320828456;TRUE;"Your Place" +"urban";"vegetation";27.2218932115939;FALSE;"Your Place" +"vegetation";"impervious";302.006138461089;FALSE;"Your Place" +"vegetation";"impervious";44.6870945514529;FALSE;"Your Place" +"vegetation";"vegetation";1266.90865091141;TRUE;"Your Place" +"vegetation";"vegetation";289949.688919157;TRUE;"Your Place" +"vegetation";"vegetation";102.732746108435;TRUE;"Your Place" +"vegetation";"vegetation";4798.63383354252;TRUE;"Your Place" +"vegetation";"vegetation";5347.10905674845;TRUE;"Your Place" +"impervious";"vegetation";420.131210045365;FALSE;"Your Place" +"vegetation";"impervious";5.54529449320398;FALSE;"Your Place" +"impervious";"impervious";70.5066438540816;TRUE;"Your Place" +"urban";"vegetation";52.0849398495629;FALSE;"Your Place" +"water";"vegetation";29.4138209950179;FALSE;"Your Place" +"urban";"impervious";282.209969554517;FALSE;"Your Place" +"vegetation";"vegetation";654.395424200455;TRUE;"Your Place" +"impervious";"vegetation";1.85798314050771;FALSE;"Your Place" +"vegetation";"vegetation";46.9694865039783;TRUE;"Your Place" +"vegetation";"impervious";23.5888688529376;FALSE;"Your Place" +"vegetation";"impervious";25.8986134783481;FALSE;"Your Place" +"urban";"impervious";55.3530958208721;FALSE;"Your Place" +"vegetation";"impervious";2796.66321692918;FALSE;"Your Place" +"water";"vegetation";171.619241159409;FALSE;"Your Place" +"impervious";"vegetation";1612.67786384188;FALSE;"Your Place" +"vegetation";"vegetation";96.6946536251344;TRUE;"Your Place" +"urban";"vegetation";8.94759561214596;FALSE;"Your Place" +"urban";"vegetation";125.932271439931;FALSE;"Your Place" +"impervious";"vegetation";5995.30904496275;FALSE;"Your Place" +"vegetation";"impervious";3.02269761520438;FALSE;"Your Place" +"impervious";"impervious";4.33545700763352;TRUE;"Your Place" +"vegetation";"impervious";242.352004840854;FALSE;"Your Place" +"urban";"vegetation";1.4154374509817;FALSE;"Your Place" +"urban";"vegetation";19.2693654183531;FALSE;"Your Place" +"impervious";"vegetation";2053.12380982004;FALSE;"Your Place" +"water";"vegetation";437.336665838375;FALSE;"Your Place" +"water";"vegetation";384.068558253697;FALSE;"Your Place" +"water";"vegetation";2.01547923195176;FALSE;"Your Place" +"impervious";"vegetation";12.6063533700071;FALSE;"Your Place" +"urban";"water";0.223385207907995;FALSE;"Your Place" +"water";"water";0.744324027957191;TRUE;"Your Place" +"impervious";"water";59.9281381222827;FALSE;"Your Place" +"water";"water";5424.4607595359;TRUE;"Your Place" +"impervious";"water";236.782519058848;FALSE;"Your Place" +"water";"water";2746.20235645957;TRUE;"Your Place" +"water";"water";8.31084325211123;TRUE;"Your Place" +"impervious";"water";0.353005776461941;FALSE;"Your Place" +"urban";"vegetation";12.7245024555596;FALSE;"Your Place" +"urban";"vegetation";22.4769189358194;FALSE;"Your Place" +"water";"vegetation";61.6198163451627;FALSE;"Your Place" +"impervious";"vegetation";3096.84192043357;FALSE;"Your Place" +"impervious";"vegetation";88.9549557148712;FALSE;"Your Place" +"water";"vegetation";64.9698448243435;FALSE;"Your Place" +"impervious";"vegetation";0.418027148291003;FALSE;"Your Place" +"impervious";"vegetation";3.46470036020037;FALSE;"Your Place" +"urban";"impervious";143.624465534231;FALSE;"Your Place" +"urban";"impervious";149.465879242867;FALSE;"Your Place" +"urban";"impervious";5.66651197196916;FALSE;"Your Place" +"urban";"vegetation";291.573008889332;FALSE;"Your Place" +"urban";"vegetation";7.79551152139902;FALSE;"Your Place" +"impervious";"vegetation";111.664739193046;FALSE;"Your Place" +"impervious";"vegetation";6154.74556341558;FALSE;"Your Place" +"urban";"impervious";470.696920703165;FALSE;"Your Place" +"urban";"impervious";97.6380391763523;FALSE;"Your Place" +"vegetation";"vegetation";1906.01259901012;TRUE;"Your Place" +"vegetation";"vegetation";3929.8973252438;TRUE;"Your Place" +"vegetation";"vegetation";107.555193142034;TRUE;"Your Place" +"vegetation";"vegetation";916.982718666084;TRUE;"Your Place" +"vegetation";"impervious";1505.72267279495;FALSE;"Your Place" +"urban";"impervious";191.105614231899;FALSE;"Your Place" +"vegetation";"impervious";6.34186083974782;FALSE;"Your Place" +"vegetation";"vegetation";24598.8602954829;TRUE;"Your Place" +"vegetation";"vegetation";3399.70166103868;TRUE;"Your Place" +"impervious";"vegetation";4.58976810914464;FALSE;"Your Place" +"vegetation";"impervious";111.076937272097;FALSE;"Your Place" +"vegetation";"impervious";1.54233280866174;FALSE;"Your Place" +"vegetation";"impervious";19.8353964352864;FALSE;"Your Place" +"vegetation";"vegetation";95.247572981054;TRUE;"Your Place" +"water";"vegetation";28.2099377568811;FALSE;"Your Place" +"vegetation";"impervious";0.671907781681512;FALSE;"Your Place" +"vegetation";"impervious";30.9797549585346;FALSE;"Your Place" +"vegetation";"impervious";8.48327826033346;FALSE;"Your Place" +"impervious";"impervious";112.278011703165;TRUE;"Your Place" +"vegetation";"impervious";275.163895404199;FALSE;"Your Place" +"impervious";"impervious";4.48528352752328;TRUE;"Your Place" +"water";"vegetation";19.2034011405194;FALSE;"Your Place" +"urban";"impervious";322.4287246475;FALSE;"Your Place" +"vegetation";"impervious";2.97618647720083;FALSE;"Your Place" +"urban";"impervious";608.779106120413;FALSE;"Your Place" +"urban";"impervious";229.157546057366;FALSE;"Your Place" +"vegetation";"vegetation";0.259731646307046;TRUE;"Your Place" +"water";"vegetation";5.49293636053335;FALSE;"Your Place" +"urban";"vegetation";228.05302404896;FALSE;"Your Place" +"vegetation";"impervious";1.5879114017298;FALSE;"Your Place" +"vegetation";"impervious";82.6148682459607;FALSE;"Your Place" +"water";"vegetation";5.57532891293522;FALSE;"Your Place" +"urban";"impervious";354.249802047387;FALSE;"Your Place" +"urban";"impervious";16.4280293394113;FALSE;"Your Place" +"vegetation";"vegetation";350.357554667629;TRUE;"Your Place" +"water";"vegetation";103.205226237187;FALSE;"Your Place" +"vegetation";"impervious";72.9995157075027;FALSE;"Your Place" +"urban";"impervious";17.2866330196266;FALSE;"Your Place" +"urban";"vegetation";2.5355381310801;FALSE;"Your Place" +"vegetation";"vegetation";1322.53777959081;TRUE;"Your Place" +"vegetation";"vegetation";3.71163932560012;TRUE;"Your Place" +"vegetation";"impervious";80.8355935418513;FALSE;"Your Place" +"vegetation";"impervious";0.420871013775468;FALSE;"Your Place" +"vegetation";"impervious";3.51269759383285;FALSE;"Your Place" +"vegetation";"impervious";34.0438903049799;FALSE;"Your Place" +"impervious";"impervious";46.0025830614613;TRUE;"Your Place" +"vegetation";"impervious";44.098295593576;FALSE;"Your Place" +"vegetation";"vegetation";2.60068686085287;TRUE;"Your Place" +"vegetation";"impervious";0.26763430966821;FALSE;"Your Place" +"vegetation";"impervious";30.0967345382378;FALSE;"Your Place" +"vegetation";"impervious";71.6330742002465;FALSE;"Your Place" +"vegetation";"impervious";43.2495893668383;FALSE;"Your Place" +"urban";"impervious";27.0692501618178;FALSE;"Your Place" +"vegetation";"impervious";5.3624711621087;FALSE;"Your Place" +"vegetation";"vegetation";10.1826024633483;TRUE;"Your Place" +"vegetation";"impervious";38.2396853531827;FALSE;"Your Place" +"vegetation";"impervious";157.623847699142;FALSE;"Your Place" +"vegetation";"impervious";11.877669224923;FALSE;"Your Place" +"vegetation";"impervious";23.0644002052431;FALSE;"Your Place" +"vegetation";"impervious";72.6517983264712;FALSE;"Your Place" +"impervious";"impervious";164.034165578196;TRUE;"Your Place" +"vegetation";"impervious";126.002565863309;FALSE;"Your Place" +"vegetation";"impervious";273.022589506349;FALSE;"Your Place" +"urban";"impervious";44.2543839863501;FALSE;"Your Place" +"urban";"impervious";25.0678659923142;FALSE;"Your Place" +"vegetation";"vegetation";114.954636397772;TRUE;"Your Place" +"water";"vegetation";2.17378163011745;FALSE;"Your Place" +"vegetation";"impervious";1.61623031098861;FALSE;"Your Place" +"urban";"impervious";37.0052576439921;FALSE;"Your Place" +"urban";"impervious";53.5844360277988;FALSE;"Your Place" +"urban";"impervious";41.6395006547682;FALSE;"Your Place" +"urban";"vegetation";2.01378354104236;FALSE;"Your Place" +"vegetation";"impervious";28.3526187771931;FALSE;"Your Place" +"impervious";"impervious";1.22797603346407;TRUE;"Your Place" +"vegetation";"impervious";42.3152985398192;FALSE;"Your Place" +"vegetation";"vegetation";17971.9384662397;TRUE;"Your Place" +"vegetation";"vegetation";67.9517333549447;TRUE;"Your Place" +"vegetation";"vegetation";1019.18704987579;TRUE;"Your Place" +"vegetation";"vegetation";1.94111527130008;TRUE;"Your Place" +"water";"vegetation";0.706309789267834;FALSE;"Your Place" +"urban";"impervious";40.7142816944979;FALSE;"Your Place" +"urban";"impervious";67.3649674592889;FALSE;"Your Place" +"impervious";"vegetation";41.3346245578359;FALSE;"Your Place" +"vegetation";"impervious";89.3621898682395;FALSE;"Your Place" +"water";"impervious";10.5145048740378;FALSE;"Your Place" +"vegetation";"impervious";209.130611006112;FALSE;"Your Place" +"vegetation";"impervious";6.55193281793618;FALSE;"Your Place" +"impervious";"impervious";89.7582758842036;TRUE;"Your Place" +"vegetation";"impervious";106.439744711082;FALSE;"Your Place" +"impervious";"impervious";14.4778731893748;TRUE;"Your Place" +"vegetation";"impervious";345.157685173675;FALSE;"Your Place" +"vegetation";"impervious";1008.34815006255;FALSE;"Your Place" +"water";"impervious";17.2548417467624;FALSE;"Your Place" +"vegetation";"impervious";2.9682573817845;FALSE;"Your Place" +"water";"impervious";0.321821083671239;FALSE;"Your Place" +"impervious";"impervious";60.3978605090815;TRUE;"Your Place" +"vegetation";"impervious";2.92802946383017;FALSE;"Your Place" +"vegetation";"vegetation";8.5264251655899;TRUE;"Your Place" +"vegetation";"vegetation";6.65179908135906;TRUE;"Your Place" +"vegetation";"vegetation";17.5855827139458;TRUE;"Your Place" +"vegetation";"impervious";2.15735265263356;FALSE;"Your Place" +"vegetation";"vegetation";108.023532119114;TRUE;"Your Place" +"vegetation";"impervious";99.179755252786;FALSE;"Your Place" +"urban";"impervious";160.37808409147;FALSE;"Your Place" +"urban";"impervious";3800.26849143277;FALSE;"Your Place" +"vegetation";"vegetation";1.346866897773;TRUE;"Your Place" +"vegetation";"impervious";12.8588857150171;FALSE;"Your Place" +"vegetation";"impervious";2.06767501216382;FALSE;"Your Place" +"vegetation";"vegetation";99.4535234547802;TRUE;"Your Place" +"vegetation";"vegetation";26.6789554121206;TRUE;"Your Place" +"vegetation";"vegetation";23.4419587185694;TRUE;"Your Place" +"impervious";"vegetation";3992.81618312001;FALSE;"Your Place" +"water";"vegetation";880.09972176468;FALSE;"Your Place" +"impervious";"vegetation";1.10376842253754;FALSE;"Your Place" +"impervious";"vegetation";730.520478410268;FALSE;"Your Place" +"vegetation";"vegetation";0.190145890730491;TRUE;"Your Place" +"vegetation";"impervious";49.7047600003425;FALSE;"Your Place" +"vegetation";"impervious";7.69965480966493;FALSE;"Your Place" +"urban";"vegetation";922.652442999184;FALSE;"Your Place" +"urban";"impervious";332.21283293888;FALSE;"Your Place" +"urban";"impervious";16.9551456539662;FALSE;"Your Place" +"vegetation";"vegetation";1.03385489608627;TRUE;"Your Place" +"impervious";"vegetation";48.2577209649608;FALSE;"Your Place" +"impervious";"vegetation";2717.0299285209;FALSE;"Your Place" +"vegetation";"vegetation";1.38614799961215;TRUE;"Your Place" +"vegetation";"vegetation";3.38259079371346;TRUE;"Your Place" +"vegetation";"vegetation";4.08967133855913;TRUE;"Your Place" +"impervious";"vegetation";126.46142027725;FALSE;"Your Place" +"vegetation";"vegetation";44614.1304254317;TRUE;"Your Place" +"vegetation";"vegetation";9.71704748738557;TRUE;"Your Place" +"vegetation";"impervious";146.028671070933;FALSE;"Your Place" +"vegetation";"impervious";208.280182374641;FALSE;"Your Place" +"vegetation";"vegetation";55.1860487421509;TRUE;"Your Place" +"vegetation";"vegetation";4.08337763039162;TRUE;"Your Place" +"water";"vegetation";0.795120609516744;FALSE;"Your Place" +"vegetation";"impervious";521.098342258483;FALSE;"Your Place" +"water";"impervious";0.441434771288186;FALSE;"Your Place" +"urban";"impervious";7.82275168877095;FALSE;"Your Place" +"urban";"impervious";481.395446899347;FALSE;"Your Place" +"vegetation";"impervious";0.55750618071761;FALSE;"Your Place" +"vegetation";"impervious";81.7237310572527;FALSE;"Your Place" +"vegetation";"vegetation";1877.05133241601;TRUE;"Your Place" +"water";"vegetation";1.38501716044266;FALSE;"Your Place" +"vegetation";"vegetation";0.194990905118175;TRUE;"Your Place" +"vegetation";"vegetation";1397.15878887183;TRUE;"Your Place" +"vegetation";"vegetation";2578.35944211663;TRUE;"Your Place" +"vegetation";"impervious";24.9583192482824;FALSE;"Your Place" +"vegetation";"impervious";1.11472271673847;FALSE;"Your Place" +"vegetation";"vegetation";52.1244169259444;TRUE;"Your Place" +"vegetation";"impervious";73.8885820386931;FALSE;"Your Place" +"vegetation";"impervious";877.463808207773;FALSE;"Your Place" +"impervious";"vegetation";43.3489069245406;FALSE;"Your Place" +"impervious";"vegetation";4756.84413697245;FALSE;"Your Place" +"impervious";"vegetation";229.095248159487;FALSE;"Your Place" +"vegetation";"vegetation";13.5540364347398;TRUE;"Your Place" +"water";"vegetation";115.291793121025;FALSE;"Your Place" +"urban";"impervious";7.91705550689312;FALSE;"Your Place" +"urban";"impervious";0.257513861855841;FALSE;"Your Place" +"urban";"impervious";1630.98027054709;FALSE;"Your Place" +"impervious";"impervious";5.26209709676914;TRUE;"Your Place" +"vegetation";"vegetation";4370.71199146379;TRUE;"Your Place" +"vegetation";"vegetation";2982.40051777288;TRUE;"Your Place" +"vegetation";"impervious";30.0300986125076;FALSE;"Your Place" +"urban";"impervious";170.750757690985;FALSE;"Your Place" +"urban";"impervious";110.197134467091;FALSE;"Your Place" +"urban";"impervious";2.99119467753917;FALSE;"Your Place" +"vegetation";"vegetation";113.297158027533;TRUE;"Your Place" +"water";"vegetation";255.474870555685;FALSE;"Your Place" +"urban";"impervious";17.9529791176319;FALSE;"Your Place" +"impervious";"impervious";208.852032303112;TRUE;"Your Place" +"vegetation";"vegetation";1997.49285165407;TRUE;"Your Place" +"water";"vegetation";68.8070171034196;FALSE;"Your Place" +"water";"vegetation";19.7897143936716;FALSE;"Your Place" +"urban";"impervious";572.733319800347;FALSE;"Your Place" +"urban";"impervious";1311.60072726023;FALSE;"Your Place" +"vegetation";"vegetation";34.2199139641598;TRUE;"Your Place" +"water";"vegetation";366.75342815998;FALSE;"Your Place" +"water";"vegetation";1.94790316838771;FALSE;"Your Place" +"urban";"impervious";774.049170263112;FALSE;"Your Place" +"vegetation";"impervious";294.296163124032;FALSE;"Your Place" +"urban";"vegetation";1033.224638924;FALSE;"Your Place" +"urban";"vegetation";73.9661882416112;FALSE;"Your Place" +"vegetation";"vegetation";2335.46166045318;TRUE;"Your Place" +"vegetation";"vegetation";3.68436752865091;TRUE;"Your Place" +"vegetation";"water";1.72986230906099;FALSE;"Your Place" +"water";"water";89.0032547013834;TRUE;"Your Place" +"vegetation";"vegetation";4.6056730330456;TRUE;"Your Place" +"water";"vegetation";0.193026315653697;FALSE;"Your Place" +"vegetation";"vegetation";6.62021940015256;TRUE;"Your Place" +"water";"vegetation";110.630638619885;FALSE;"Your Place" +"vegetation";"vegetation";1.44739573003608;TRUE;"Your Place" +"urban";"impervious";891.06202236563;FALSE;"Your Place" +"water";"water";3375.60648248822;TRUE;"Your Place" +"impervious";"water";3.28693869221024;FALSE;"Your Place" +"impervious";"water";122.520079100941;FALSE;"Your Place" +"vegetation";"impervious";2336.89240168128;FALSE;"Your Place" +"water";"impervious";48.8628552609589;FALSE;"Your Place" +"vegetation";"impervious";0.0579701361712068;FALSE;"Your Place" +"impervious";"vegetation";50.6148112351075;FALSE;"Your Place" +"water";"vegetation";357.611663202406;FALSE;"Your Place" +"impervious";"vegetation";1658.74992464157;FALSE;"Your Place" +"water";"vegetation";14.9518466582522;FALSE;"Your Place" +"impervious";"vegetation";245.566156557412;FALSE;"Your Place" +"urban";"impervious";20.7920011032838;FALSE;"Your Place" +"urban";"impervious";0.218688090761134;FALSE;"Your Place" +"water";"impervious";75.0934813626227;FALSE;"Your Place" +"impervious";"impervious";19.2055768375285;TRUE;"Your Place" +"impervious";"impervious";9.68966958881356;TRUE;"Your Place" +"impervious";"impervious";1938.48976523301;TRUE;"Your Place" +"impervious";"impervious";20.0126773597221;TRUE;"Your Place" +"urban";"impervious";42.8011985820485;FALSE;"Your Place" +"urban";"impervious";0.362537426204653;FALSE;"Your Place" +"water";"impervious";22.6720407426474;FALSE;"Your Place" +"impervious";"impervious";69.8812509964919;TRUE;"Your Place" +"impervious";"impervious";7.47206534443831;TRUE;"Your Place" +"impervious";"impervious";1327.31752572954;TRUE;"Your Place" +"urban";"impervious";13.7913423599675;FALSE;"Your Place" +"urban";"impervious";37.4795709550381;FALSE;"Your Place" +"impervious";"impervious";297.266195860459;TRUE;"Your Place" +"vegetation";"water";17.9927632529289;FALSE;"Your Place" +"water";"water";53.8090145243332;TRUE;"Your Place" +"water";"water";0.435135445324704;TRUE;"Your Place" +"impervious";"vegetation";58.5567878102884;FALSE;"Your Place" +"water";"vegetation";29.6275895622093;FALSE;"Your Place" +"water";"vegetation";2.9332257801434;FALSE;"Your Place" +"impervious";"vegetation";38.0962037642021;FALSE;"Your Place" +"water";"vegetation";0.875311546726152;FALSE;"Your Place" +"impervious";"impervious";26.9562982899661;TRUE;"Your Place" +"impervious";"impervious";25.0142868552357;TRUE;"Your Place" +"impervious";"vegetation";121.011912043206;FALSE;"Your Place" +"impervious";"vegetation";1.72345526376739;FALSE;"Your Place" +"impervious";"water";35.823594879359;FALSE;"Your Place" +"water";"water";45.1250941483304;TRUE;"Your Place" +"impervious";"vegetation";35.5208231469151;FALSE;"Your Place" +"impervious";"vegetation";1236.06571820462;FALSE;"Your Place" +"impervious";"impervious";69.2126704684924;TRUE;"Your Place" +"impervious";"impervious";119.941534286831;TRUE;"Your Place" +"impervious";"impervious";408.020820172969;TRUE;"Your Place" +"impervious";"impervious";2.07197009539232;TRUE;"Your Place" +"impervious";"vegetation";2.7365588597022;FALSE;"Your Place" +"water";"vegetation";144.933593502734;FALSE;"Your Place" +"impervious";"vegetation";566.209806933999;FALSE;"Your Place" +"water";"vegetation";96.362588478718;FALSE;"Your Place" +"impervious";"vegetation";3.78239952214062;FALSE;"Your Place" +"impervious";"vegetation";2.80557979736477;FALSE;"Your Place" +"vegetation";"vegetation";555.541047632229;TRUE;"Your Place" +"impervious";"impervious";26.4306689503719;TRUE;"Your Place" +"impervious";"vegetation";14.3223281861283;FALSE;"Your Place" +"impervious";"impervious";22.3734717840562;TRUE;"Your Place" +"impervious";"impervious";1036.19436457753;TRUE;"Your Place" +"urban";"impervious";813.896992920636;FALSE;"Your Place" +"urban";"impervious";0.392875398116303;FALSE;"Your Place" +"impervious";"impervious";156.752648605383;TRUE;"Your Place" +"impervious";"impervious";2.35542910150252;TRUE;"Your Place" +"urban";"impervious";167.903309177578;FALSE;"Your Place" +"urban";"impervious";5.55945065902779;FALSE;"Your Place" +"impervious";"impervious";14.7698478863749;TRUE;"Your Place" +"vegetation";"impervious";391.617047026753;FALSE;"Your Place" +"impervious";"impervious";1.80786305019865;TRUE;"Your Place" +"impervious";"impervious";24.2649077153183;TRUE;"Your Place" +"impervious";"impervious";15.2947231165599;TRUE;"Your Place" +"impervious";"impervious";2575.86951850832;TRUE;"Your Place" +"urban";"vegetation";768.445096580312;FALSE;"Your Place" +"urban";"impervious";14.6767446289887;FALSE;"Your Place" +"urban";"impervious";16.5681131760357;FALSE;"Your Place" +"impervious";"impervious";181.062384999823;TRUE;"Your Place" +"impervious";"impervious";15.3399165585288;TRUE;"Your Place" +"urban";"impervious";1.82461087801494;FALSE;"Your Place" +"impervious";"impervious";345.430186490994;TRUE;"Your Place" +"impervious";"impervious";4.31941416917834;TRUE;"Your Place" +"vegetation";"vegetation";199.441095456306;TRUE;"Your Place" +"impervious";"impervious";452.171846752404;TRUE;"Your Place" +"urban";"impervious";1.02154525701917;FALSE;"Your Place" +"impervious";"impervious";807.723524083762;TRUE;"Your Place" +"impervious";"water";156.012417823542;FALSE;"Your Place" +"impervious";"water";1.00893060374074;FALSE;"Your Place" +"urban";"impervious";16.0314153432846;FALSE;"Your Place" +"impervious";"impervious";361.155390696134;TRUE;"Your Place" +"impervious";"impervious";0.179395734332502;TRUE;"Your Place" +"vegetation";"vegetation";623.157095178496;TRUE;"Your Place" +"vegetation";"impervious";138.841133405745;FALSE;"Your Place" +"vegetation";"impervious";9.05227356497198;FALSE;"Your Place" +"vegetation";"vegetation";3.35298830829561;TRUE;"Your Place" +"vegetation";"vegetation";2184.39860952273;TRUE;"Your Place" +"vegetation";"vegetation";14.4957854608074;TRUE;"Your Place" +"vegetation";"vegetation";1979.92123845499;TRUE;"Your Place" +"urban";"impervious";26.4270367082208;FALSE;"Your Place" +"urban";"impervious";578.72848652862;FALSE;"Your Place" +"urban";"impervious";22.7564009116031;FALSE;"Your Place" +"vegetation";"impervious";32.1365229671937;FALSE;"Your Place" +"impervious";"water";20.787016870454;FALSE;"Your Place" +"vegetation";"vegetation";588.865438310792;TRUE;"Your Place" +"vegetation";"vegetation";86.1194150042284;TRUE;"Your Place" +"vegetation";"vegetation";2590.76745615387;TRUE;"Your Place" +"vegetation";"vegetation";491.421775543509;TRUE;"Your Place" +"vegetation";"impervious";60.4498698549141;FALSE;"Your Place" +"urban";"vegetation";945.25044326717;FALSE;"Your Place" +"urban";"vegetation";0.414856732648332;FALSE;"Your Place" +"urban";"vegetation";99.8738569971756;FALSE;"Your Place" +"urban";"vegetation";41.6579527381546;FALSE;"Your Place" +"impervious";"vegetation";1860.81277215946;FALSE;"Your Place" +"impervious";"vegetation";7.26465550011199;FALSE;"Your Place" +"urban";"impervious";72.2180140197743;FALSE;"Your Place" +"urban";"vegetation";282.661888815463;FALSE;"Your Place" +"urban";"vegetation";1941.89174040314;FALSE;"Your Place" +"urban";"impervious";53.7977678440511;FALSE;"Your Place" +"urban";"impervious";0.00439555308616946;FALSE;"Your Place" +"urban";"impervious";268.816152032574;FALSE;"Your Place" +"urban";"impervious";19.7384954189183;FALSE;"Your Place" +"vegetation";"impervious";150.640643011546;FALSE;"Your Place" +"vegetation";"impervious";148.203441827907;FALSE;"Your Place" +"urban";"impervious";29.1044473273068;FALSE;"Your Place" +"urban";"impervious";14.8214432448149;FALSE;"Your Place" +"impervious";"impervious";2658.85378911719;TRUE;"Your Place" +"water";"impervious";16.5045907849999;FALSE;"Your Place" +"impervious";"impervious";16.9728298468981;TRUE;"Your Place" +"water";"impervious";0.0995497997773782;FALSE;"Your Place" +"urban";"impervious";42.6932209432125;FALSE;"Your Place" +"urban";"impervious";0.127086474269163;FALSE;"Your Place" +"urban";"impervious";389.271002039779;FALSE;"Your Place" +"urban";"impervious";20.465068058882;FALSE;"Your Place" +"urban";"impervious";14.2439256411744;FALSE;"Your Place" +"urban";"vegetation";42.3634423092008;FALSE;"Your Place" +"impervious";"water";211.006396099338;FALSE;"Your Place" +"water";"water";6294.29218320176;TRUE;"Your Place" +"water";"water";28.6130738761276;TRUE;"Your Place" +"urban";"vegetation";753.849487194326;FALSE;"Your Place" +"urban";"vegetation";20.2794618093176;FALSE;"Your Place" +"vegetation";"vegetation";891.491468152813;TRUE;"Your Place" +"vegetation";"vegetation";33.4718638505947;TRUE;"Your Place" +"urban";"impervious";6.21658284406294;FALSE;"Your Place" +"vegetation";"vegetation";14.5801312834956;TRUE;"Your Place" +"vegetation";"vegetation";1652.21218481427;TRUE;"Your Place" +"vegetation";"impervious";3.8567458151374;FALSE;"Your Place" +"vegetation";"impervious";113.882201981032;FALSE;"Your Place" +"urban";"impervious";1946.57311118429;FALSE;"Your Place" +"urban";"impervious";3.19410993422571;FALSE;"Your Place" +"urban";"impervious";0.154928407806437;FALSE;"Your Place" +"impervious";"impervious";58.7414773709606;TRUE;"Your Place" +"impervious";"impervious";15.4163796904031;TRUE;"Your Place" +"urban";"vegetation";1107.24770403432;FALSE;"Your Place" +"vegetation";"vegetation";1514.36445504171;TRUE;"Your Place" +"urban";"impervious";19.5473325994681;FALSE;"Your Place" +"urban";"impervious";19.0325889517553;FALSE;"Your Place" +"urban";"impervious";3.16585864392255;FALSE;"Your Place" +"impervious";"impervious";0.808834497001953;TRUE;"Your Place" +"impervious";"impervious";4139.98970088561;TRUE;"Your Place" +"urban";"impervious";382.285422277637;FALSE;"Your Place" +"vegetation";"impervious";28.5614573461935;FALSE;"Your Place" +"urban";"vegetation";319.490358587354;FALSE;"Your Place" +"vegetation";"vegetation";1777.42011601158;TRUE;"Your Place" +"water";"vegetation";496.718412501468;FALSE;"Your Place" +"vegetation";"impervious";166.402712083422;FALSE;"Your Place" +"vegetation";"impervious";1.62240806547925;FALSE;"Your Place" +"urban";"vegetation";7.2291983832838;FALSE;"Your Place" +"vegetation";"vegetation";379.635906924465;TRUE;"Your Place" +"urban";"vegetation";5521.48760726303;FALSE;"Your Place" +"vegetation";"vegetation";4380.93708841875;TRUE;"Your Place" +"impervious";"vegetation";43.6716510769911;FALSE;"Your Place" +"urban";"impervious";0.341789317200892;FALSE;"Your Place" +"urban";"impervious";18.38029198203;FALSE;"Your Place" +"impervious";"impervious";2115.70973272796;TRUE;"Your Place" +"vegetation";"vegetation";13.4583889939822;TRUE;"Your Place" +"water";"vegetation";7.95065480295807;FALSE;"Your Place" +"urban";"vegetation";1029.31790730357;FALSE;"Your Place" +"vegetation";"vegetation";1112.3984164974;TRUE;"Your Place" +"vegetation";"water";38.3979755218643;FALSE;"Your Place" +"water";"water";5431.75486268988;TRUE;"Your Place" +"vegetation";"water";129.841812498984;FALSE;"Your Place" +"vegetation";"impervious";35.8263651607558;FALSE;"Your Place" +"vegetation";"vegetation";18.5876894746907;TRUE;"Your Place" +"water";"vegetation";155.92898556916;FALSE;"Your Place" +"vegetation";"vegetation";64.6921021206654;TRUE;"Your Place" +"water";"vegetation";401.556958310772;FALSE;"Your Place" +"urban";"impervious";15.984203170985;FALSE;"Your Place" +"urban";"impervious";2.57671336524072;FALSE;"Your Place" +"impervious";"impervious";152.969414100982;TRUE;"Your Place" +"impervious";"impervious";3.51292099404964;TRUE;"Your Place" +"vegetation";"vegetation";155.646098453319;TRUE;"Your Place" +"urban";"impervious";502.860328955576;FALSE;"Your Place" +"vegetation";"impervious";55.6778263538145;FALSE;"Your Place" +"vegetation";"impervious";11.4369759638794;FALSE;"Your Place" +"urban";"vegetation";598.217516264442;FALSE;"Your Place" +"urban";"impervious";7.38824148557615;FALSE;"Your Place" +"urban";"impervious";7.74301826593;FALSE;"Your Place" +"impervious";"impervious";144.742115497298;TRUE;"Your Place" +"impervious";"impervious";7.24761314982607;TRUE;"Your Place" +"impervious";"impervious";9.60441777823871;TRUE;"Your Place" +"impervious";"vegetation";201.763762845416;FALSE;"Your Place" +"urban";"impervious";595.995970181655;FALSE;"Your Place" +"urban";"impervious";259.226078742649;FALSE;"Your Place" +"impervious";"impervious";0.881900237873197;TRUE;"Your Place" +"impervious";"impervious";5134.30566678941;TRUE;"Your Place" +"vegetation";"vegetation";154.535592918284;TRUE;"Your Place" +"vegetation";"vegetation";6666.18914175406;TRUE;"Your Place" +"vegetation";"vegetation";33.6885209372267;TRUE;"Your Place" +"vegetation";"vegetation";12.0896612820798;TRUE;"Your Place" +"urban";"impervious";651.97270520078;FALSE;"Your Place" +"impervious";"impervious";0.398867358686402;TRUE;"Your Place" +"vegetation";"impervious";157.440686587943;FALSE;"Your Place" +"vegetation";"vegetation";29.4184624747286;TRUE;"Your Place" +"water";"vegetation";28.3700441974215;FALSE;"Your Place" +"urban";"vegetation";4227.5348317679;FALSE;"Your Place" +"impervious";"vegetation";21.9033273337409;FALSE;"Your Place" +"urban";"impervious";1370.15014093556;FALSE;"Your Place" +"urban";"impervious";55.1704057335155;FALSE;"Your Place" +"vegetation";"impervious";54.7309501522686;FALSE;"Your Place" +"vegetation";"impervious";4.9662232035771;FALSE;"Your Place" +"vegetation";"impervious";1.5166592116002;FALSE;"Your Place" +"vegetation";"impervious";63.3694515156094;FALSE;"Your Place" +"vegetation";"vegetation";157.048850718886;TRUE;"Your Place" +"vegetation";"vegetation";12.6195873031393;TRUE;"Your Place" +"urban";"impervious";0.808365869801491;FALSE;"Your Place" +"urban";"impervious";1.27421663200948;FALSE;"Your Place" +"urban";"impervious";107.693316648714;FALSE;"Your Place" +"urban";"impervious";67.3944237052929;FALSE;"Your Place" +"urban";"impervious";9.68561846003286;FALSE;"Your Place" +"impervious";"impervious";136.034234352366;TRUE;"Your Place" +"water";"vegetation";37.1849715532735;FALSE;"Your Place" +"vegetation";"impervious";94.4504414037801;FALSE;"Your Place" +"vegetation";"impervious";100.989574392792;FALSE;"Your Place" +"urban";"vegetation";3970.41113217408;FALSE;"Your Place" +"vegetation";"vegetation";9.08080992568284;TRUE;"Your Place" +"vegetation";"impervious";89.6091942065686;FALSE;"Your Place" +"vegetation";"impervious";0.101102209679084;FALSE;"Your Place" +"vegetation";"impervious";3.39290394156706;FALSE;"Your Place" +"vegetation";"impervious";30.0396430996479;FALSE;"Your Place" +"vegetation";"vegetation";8.11965303251054;TRUE;"Your Place" +"vegetation";"vegetation";327.392450032057;TRUE;"Your Place" +"vegetation";"vegetation";44.3698408296332;TRUE;"Your Place" +"vegetation";"vegetation";1544.34122955799;TRUE;"Your Place" +"vegetation";"vegetation";1488.34598218044;TRUE;"Your Place" +"urban";"impervious";92.7992867836729;FALSE;"Your Place" +"impervious";"impervious";3.69162031053565;TRUE;"Your Place" +"water";"water";76.1811671119649;TRUE;"Your Place" +"vegetation";"impervious";198.994352037087;FALSE;"Your Place" +"urban";"vegetation";7598.92791063385;FALSE;"Your Place" +"vegetation";"vegetation";4374.31133042206;TRUE;"Your Place" +"impervious";"vegetation";256.346537290141;FALSE;"Your Place" +"vegetation";"impervious";0.992460240842775;FALSE;"Your Place" +"vegetation";"impervious";1.52567323565017;FALSE;"Your Place" +"urban";"impervious";112.749787121546;FALSE;"Your Place" +"vegetation";"impervious";17.668183773756;FALSE;"Your Place" +"impervious";"impervious";7.71018413006095;TRUE;"Your Place" +"urban";"vegetation";472.369064828847;FALSE;"Your Place" +"vegetation";"vegetation";4978.04134485999;TRUE;"Your Place" +"water";"vegetation";336.471984647564;FALSE;"Your Place" +"water";"water";23.1849459700752;TRUE;"Your Place" +"urban";"vegetation";0.162601370160701;FALSE;"Your Place" +"vegetation";"vegetation";13.0210159680282;TRUE;"Your Place" +"water";"vegetation";4.85041824448854;FALSE;"Your Place" +"impervious";"impervious";10.9624839994358;TRUE;"Your Place" +"vegetation";"vegetation";1082.06742127657;TRUE;"Your Place" +"urban";"impervious";98.2208400539821;FALSE;"Your Place" +"vegetation";"vegetation";64.0964781777002;TRUE;"Your Place" +"vegetation";"vegetation";54.3622746872716;TRUE;"Your Place" +"vegetation";"vegetation";1091.15222688299;TRUE;"Your Place" +"vegetation";"vegetation";5366.00066791824;TRUE;"Your Place" +"vegetation";"vegetation";1.98951027123258;TRUE;"Your Place" +"urban";"vegetation";41.2030368157139;FALSE;"Your Place" +"urban";"vegetation";3177.61753654107;FALSE;"Your Place" +"impervious";"vegetation";21.3917750955006;FALSE;"Your Place" +"water";"vegetation";0.0125064451713115;FALSE;"Your Place" +"water";"vegetation";17.4247517576441;FALSE;"Your Place" +"water";"vegetation";3.64871712910826;FALSE;"Your Place" +"vegetation";"vegetation";9359.98337660637;TRUE;"Your Place" +"water";"vegetation";209.84871713549;FALSE;"Your Place" +"urban";"impervious";663.299774355575;FALSE;"Your Place" +"vegetation";"impervious";14.3985837586224;FALSE;"Your Place" +"vegetation";"impervious";43.7573316665948;FALSE;"Your Place" +"urban";"water";701.310066086124;FALSE;"Your Place" +"impervious";"water";0.0717034014814999;FALSE;"Your Place" +"water";"water";37.1842067640682;TRUE;"Your Place" +"water";"water";5877.46117013693;TRUE;"Your Place" +"water";"water";1602.21477135224;TRUE;"Your Place" +"vegetation";"water";1929.59095348945;FALSE;"Your Place" +"water";"water";89929.1457398661;TRUE;"Your Place" +"vegetation";"water";567.081101716962;FALSE;"Your Place" +"water";"water";3.30623284514877;TRUE;"Your Place" +"vegetation";"water";0.686335121921729;FALSE;"Your Place" +"vegetation";"impervious";60.9456230215897;FALSE;"Your Place" +"vegetation";"impervious";136.409450009232;FALSE;"Your Place" +"urban";"impervious";106.937847742181;FALSE;"Your Place" +"vegetation";"impervious";842.679014899419;FALSE;"Your Place" +"vegetation";"vegetation";381.987140913494;TRUE;"Your Place" +"urban";"vegetation";791.564804057125;FALSE;"Your Place" +"vegetation";"vegetation";4.48185540083796;TRUE;"Your Place" +"vegetation";"impervious";15.5121067507425;FALSE;"Your Place" +"vegetation";"impervious";8.68088324624114;FALSE;"Your Place" +"urban";"impervious";6.55753039661795;FALSE;"Your Place" +"vegetation";"impervious";217.873159380397;FALSE;"Your Place" +"urban";"vegetation";259.337052172981;FALSE;"Your Place" +"vegetation";"vegetation";1229.35488531739;TRUE;"Your Place" +"vegetation";"vegetation";1511.58986387268;TRUE;"Your Place" +"vegetation";"impervious";28.1478375792503;FALSE;"Your Place" +"vegetation";"impervious";727.914016324678;FALSE;"Your Place" +"vegetation";"impervious";45.2194112504949;FALSE;"Your Place" +"urban";"impervious";192.805773822591;FALSE;"Your Place" +"vegetation";"impervious";15.7189646254992;FALSE;"Your Place" +"vegetation";"impervious";0.00413540296722203;FALSE;"Your Place" +"vegetation";"impervious";91.9491351717152;FALSE;"Your Place" +"vegetation";"impervious";248.909467311809;FALSE;"Your Place" +"urban";"vegetation";1.75299300765619;FALSE;"Your Place" +"vegetation";"impervious";64.7650661715306;FALSE;"Your Place" +"vegetation";"impervious";24.9455063827336;FALSE;"Your Place" +"vegetation";"vegetation";30.3913559099892;TRUE;"Your Place" +"vegetation";"vegetation";690.772869453591;TRUE;"Your Place" +"vegetation";"vegetation";44100.6433206113;TRUE;"Your Place" +"water";"vegetation";1952.85351797834;FALSE;"Your Place" +"impervious";"vegetation";11.3550127802882;FALSE;"Your Place" +"vegetation";"vegetation";65.8336030799692;TRUE;"Your Place" +"vegetation";"vegetation";350.028975953348;TRUE;"Your Place" +"vegetation";"vegetation";24189.0465919501;TRUE;"Your Place" +"vegetation";"vegetation";116.339375095093;TRUE;"Your Place" +"vegetation";"vegetation";2.23751820337202;TRUE;"Your Place" +"vegetation";"water";280.80335297385;FALSE;"Your Place" +"water";"water";37614.4530074759;TRUE;"Your Place" +"vegetation";"impervious";45.4200784993009;FALSE;"Your Place" +"urban";"impervious";618.908882941887;FALSE;"Your Place" +"urban";"impervious";25.0451547364355;FALSE;"Your Place" +"impervious";"impervious";622.127252458129;TRUE;"Your Place" +"urban";"impervious";262.96113885846;FALSE;"Your Place" +"urban";"impervious";1200.24586860128;FALSE;"Your Place" +"water";"vegetation";13.5962339011139;FALSE;"Your Place" +"vegetation";"vegetation";179.298082515714;TRUE;"Your Place" +"urban";"impervious";36.0378927062848;FALSE;"Your Place" +"water";"vegetation";1.66073560678342;FALSE;"Your Place" +"water";"vegetation";204.161267280811;FALSE;"Your Place" +"urban";"water";1756.88371380698;FALSE;"Your Place" +"vegetation";"impervious";34.27137613995;FALSE;"Your Place" +"urban";"impervious";601.980177899939;FALSE;"Your Place" +"vegetation";"impervious";122.679330120242;FALSE;"Your Place" +"urban";"impervious";78.9172611869872;FALSE;"Your Place" +"vegetation";"impervious";507.215731476084;FALSE;"Your Place" +"impervious";"vegetation";17.6592871164903;FALSE;"Your Place" +"vegetation";"vegetation";2033.0008926373;TRUE;"Your Place" +"impervious";"impervious";295.509047912434;TRUE;"Your Place" +"vegetation";"impervious";105.235888290532;FALSE;"Your Place" +"vegetation";"impervious";24.6852837409388;FALSE;"Your Place" +"urban";"vegetation";46.2127490912098;FALSE;"Your Place" +"impervious";"vegetation";337.679727105424;FALSE;"Your Place" +"vegetation";"vegetation";100.527734864503;TRUE;"Your Place" +"impervious";"impervious";6.86061471817084;TRUE;"Your Place" +"vegetation";"impervious";165.285543130711;FALSE;"Your Place" +"urban";"impervious";105.716833882791;FALSE;"Your Place" +"vegetation";"vegetation";10.7628933042288;TRUE;"Your Place" +"vegetation";"vegetation";274.786749548279;TRUE;"Your Place" +"impervious";"impervious";3.40282877208665;TRUE;"Your Place" +"vegetation";"impervious";58.5575824151747;FALSE;"Your Place" +"impervious";"impervious";6817.1595031945;TRUE;"Your Place" +"impervious";"impervious";81.0610602423292;TRUE;"Your Place" +"impervious";"impervious";7.23198697100452;TRUE;"Your Place" +"impervious";"impervious";150.048817504161;TRUE;"Your Place" +"impervious";"vegetation";210.364515606314;FALSE;"Your Place" +"vegetation";"vegetation";29.3575017312542;TRUE;"Your Place" +"urban";"impervious";526.26795075438;FALSE;"Your Place" +"vegetation";"water";185.841762380187;FALSE;"Your Place" +"water";"water";49.7867336809286;TRUE;"Your Place" +"impervious";"impervious";0.0453184312063968;TRUE;"Your Place" +"vegetation";"impervious";117.727380797267;FALSE;"Your Place" +"vegetation";"impervious";26.452818850521;FALSE;"Your Place" +"urban";"vegetation";1334.44571673125;FALSE;"Your Place" +"vegetation";"vegetation";5024.62972753239;TRUE;"Your Place" +"vegetation";"impervious";28.8694977681153;FALSE;"Your Place" +"water";"vegetation";34.1194995868718;FALSE;"Your Place" +"vegetation";"vegetation";209.353087123483;TRUE;"Your Place" +"vegetation";"vegetation";11452.4235291835;TRUE;"Your Place" +"vegetation";"impervious";50.7045600810088;FALSE;"Your Place" +"vegetation";"impervious";2.31016983184963;FALSE;"Your Place" +"vegetation";"impervious";26.0586174437776;FALSE;"Your Place" +"vegetation";"vegetation";1395.39256711164;TRUE;"Your Place" +"vegetation";"vegetation";6.43471325305291;TRUE;"Your Place" +"vegetation";"vegetation";65.5896190074272;TRUE;"Your Place" +"vegetation";"vegetation";1203.87214217521;TRUE;"Your Place" +"vegetation";"vegetation";13702.9243170405;TRUE;"Your Place" +"water";"vegetation";86.6293668774233;FALSE;"Your Place" +"impervious";"impervious";2.84534079988953;TRUE;"Your Place" +"vegetation";"impervious";676.703413242649;FALSE;"Your Place" +"vegetation";"impervious";0.133489154744893;FALSE;"Your Place" +"impervious";"impervious";6.49374020751566;TRUE;"Your Place" +"vegetation";"impervious";44.8733720486052;FALSE;"Your Place" +"impervious";"vegetation";1.40891355328495;FALSE;"Your Place" +"vegetation";"vegetation";20.9115343136946;TRUE;"Your Place" +"impervious";"vegetation";4.95469817053527;FALSE;"Your Place" +"vegetation";"vegetation";23620.5294430964;TRUE;"Your Place" +"water";"vegetation";20.8392665603897;FALSE;"Your Place" +"urban";"impervious";95.4785901894793;FALSE;"Your Place" +"urban";"impervious";8.60327477799729;FALSE;"Your Place" +"impervious";"impervious";102.642334808363;TRUE;"Your Place" +"vegetation";"vegetation";6980.87769773381;TRUE;"Your Place" +"water";"vegetation";25.3024593823197;FALSE;"Your Place" +"vegetation";"vegetation";289.957125123125;TRUE;"Your Place" +"impervious";"vegetation";11.9775590284553;FALSE;"Your Place" +"impervious";"vegetation";1.98283995944075;FALSE;"Your Place" +"impervious";"vegetation";3385.86082131759;FALSE;"Your Place" +"vegetation";"impervious";22.3989610755816;FALSE;"Your Place" +"vegetation";"impervious";70.3232022505254;FALSE;"Your Place" +"vegetation";"vegetation";2084.93089336123;TRUE;"Your Place" +"impervious";"impervious";112.106148593593;TRUE;"Your Place" +"impervious";"impervious";3.71346390494728;TRUE;"Your Place" +"vegetation";"impervious";103.087297362741;FALSE;"Your Place" +"vegetation";"impervious";7.00568917265628;FALSE;"Your Place" +"impervious";"impervious";200.578840806033;TRUE;"Your Place" +"vegetation";"impervious";33.9757312221918;FALSE;"Your Place" +"water";"vegetation";3.60329955258931;FALSE;"Your Place" +"water";"vegetation";8.49128326875598;FALSE;"Your Place" +"impervious";"impervious";0.987064312910661;TRUE;"Your Place" +"impervious";"impervious";1110.73440922704;TRUE;"Your Place" +"vegetation";"impervious";16.4744834597223;FALSE;"Your Place" +"impervious";"impervious";17.1800334099389;TRUE;"Your Place" +"urban";"impervious";326.326026468072;FALSE;"Your Place" +"vegetation";"water";243.050629298057;FALSE;"Your Place" +"water";"water";2920.04993261781;TRUE;"Your Place" +"urban";"vegetation";11082.9449182439;FALSE;"Your Place" +"vegetation";"vegetation";10.1862481395947;TRUE;"Your Place" +"water";"vegetation";156.788009595242;FALSE;"Your Place" +"impervious";"impervious";126.288279881468;TRUE;"Your Place" +"impervious";"impervious";8.53471576634911;TRUE;"Your Place" +"vegetation";"impervious";49.5717373816296;FALSE;"Your Place" +"vegetation";"impervious";208.50281118913;FALSE;"Your Place" +"vegetation";"impervious";93.6474183211103;FALSE;"Your Place" +"impervious";"impervious";76.3900800775737;TRUE;"Your Place" +"vegetation";"vegetation";151.743439929898;TRUE;"Your Place" +"water";"vegetation";151.071897843067;FALSE;"Your Place" +"vegetation";"vegetation";139.333499289118;TRUE;"Your Place" +"vegetation";"vegetation";15.2796270420658;TRUE;"Your Place" +"impervious";"vegetation";1742.71718314476;FALSE;"Your Place" +"impervious";"impervious";4.32899551023729;TRUE;"Your Place" +"impervious";"impervious";78.6467049235653;TRUE;"Your Place" +"vegetation";"impervious";88.362840835005;FALSE;"Your Place" +"vegetation";"impervious";1.76168893184513;FALSE;"Your Place" +"impervious";"impervious";392.225014513358;TRUE;"Your Place" +"impervious";"vegetation";18.1778029669076;FALSE;"Your Place" +"vegetation";"vegetation";3164.30432263948;TRUE;"Your Place" +"impervious";"impervious";328.533364971576;TRUE;"Your Place" +"impervious";"impervious";2.36344463890418;TRUE;"Your Place" +"vegetation";"impervious";8.8733922992833;FALSE;"Your Place" +"impervious";"impervious";167.787619327428;TRUE;"Your Place" +"impervious";"impervious";0.839061238279101;TRUE;"Your Place" +"impervious";"impervious";56.1193449627608;TRUE;"Your Place" +"impervious";"vegetation";1.55085914256051;FALSE;"Your Place" +"impervious";"vegetation";3969.34186442662;FALSE;"Your Place" +"urban";"vegetation";0.54087630011054;FALSE;"Your Place" +"impervious";"vegetation";29.3864537405898;FALSE;"Your Place" +"impervious";"vegetation";8.68993978625804;FALSE;"Your Place" +"impervious";"vegetation";14663.0223683572;FALSE;"Your Place" +"impervious";"vegetation";27.336997310631;FALSE;"Your Place" +"impervious";"impervious";5.71388971823035;TRUE;"Your Place" +"impervious";"impervious";208.731570600125;TRUE;"Your Place" +"vegetation";"impervious";0.304064473602921;FALSE;"Your Place" +"vegetation";"impervious";20.3509299252764;FALSE;"Your Place" +"vegetation";"vegetation";82.1194646147196;TRUE;"Your Place" +"impervious";"impervious";0.162949530524202;TRUE;"Your Place" +"impervious";"impervious";35.5762674814323;TRUE;"Your Place" +"impervious";"impervious";8.6458688454004;TRUE;"Your Place" +"vegetation";"impervious";5.32018043589778;FALSE;"Your Place" +"urban";"impervious";3.16268490266521;FALSE;"Your Place" +"urban";"impervious";3.27391345206706;FALSE;"Your Place" +"impervious";"impervious";218.354451742931;TRUE;"Your Place" +"impervious";"impervious";1.24959744357329;TRUE;"Your Place" +"vegetation";"water";0.0434330176649382;FALSE;"Your Place" +"water";"water";42.6783696535567;TRUE;"Your Place" +"impervious";"impervious";2.42840813362272;TRUE;"Your Place" +"vegetation";"impervious";173.772813194257;FALSE;"Your Place" +"vegetation";"impervious";0.0475245140405605;FALSE;"Your Place" +"vegetation";"impervious";53.9105226086685;FALSE;"Your Place" +"urban";"impervious";27.7039110988717;FALSE;"Your Place" +"impervious";"impervious";38.0883520709613;TRUE;"Your Place" +"impervious";"impervious";1510.32985306892;TRUE;"Your Place" +"impervious";"impervious";0.264998928159912;TRUE;"Your Place" +"vegetation";"vegetation";2.10932368726935;TRUE;"Your Place" +"impervious";"vegetation";44.3522004419938;FALSE;"Your Place" +"vegetation";"vegetation";116.433521227911;TRUE;"Your Place" +"vegetation";"vegetation";8543.15748083917;TRUE;"Your Place" +"vegetation";"vegetation";250.975239093881;TRUE;"Your Place" +"vegetation";"vegetation";56.2695691820118;TRUE;"Your Place" +"vegetation";"vegetation";48.4759785444476;TRUE;"Your Place" +"vegetation";"vegetation";3769.19363598563;TRUE;"Your Place" +"water";"vegetation";3.25298800214659;FALSE;"Your Place" +"impervious";"impervious";1491.48834518692;TRUE;"Your Place" +"water";"vegetation";34.4832235053473;FALSE;"Your Place" +"vegetation";"vegetation";8.25138824887108;TRUE;"Your Place" +"water";"vegetation";13.5631555913715;FALSE;"Your Place" +"vegetation";"vegetation";261.312553310403;TRUE;"Your Place" +"water";"vegetation";415.269228146266;FALSE;"Your Place" +"vegetation";"impervious";11.2014255097602;FALSE;"Your Place" +"impervious";"impervious";15.8740443699062;TRUE;"Your Place" +"vegetation";"impervious";16.1888043065555;FALSE;"Your Place" +"water";"vegetation";18.2534537562169;FALSE;"Your Place" +"urban";"impervious";139.24826246954;FALSE;"Your Place" +"impervious";"impervious";3145.69903069142;TRUE;"Your Place" +"vegetation";"vegetation";2.21020554525603;TRUE;"Your Place" +"water";"vegetation";64.1000675969408;FALSE;"Your Place" +"impervious";"vegetation";12.2533692857251;FALSE;"Your Place" +"impervious";"vegetation";2100.4792673043;FALSE;"Your Place" +"vegetation";"vegetation";9.1710518989712;TRUE;"Your Place" +"urban";"impervious";4.92946355842287;FALSE;"Your Place" +"urban";"impervious";58.4334279932082;FALSE;"Your Place" +"impervious";"impervious";21.93738210015;TRUE;"Your Place" +"impervious";"impervious";2706.579755789;TRUE;"Your Place" +"vegetation";"vegetation";76.8524407779332;TRUE;"Your Place" +"water";"vegetation";39.9779995598365;FALSE;"Your Place" +"vegetation";"vegetation";148.261584901717;TRUE;"Your Place" +"vegetation";"vegetation";10073.7522776541;TRUE;"Your Place" +"water";"vegetation";238.7966889292;FALSE;"Your Place" +"vegetation";"vegetation";7.83941020967904;TRUE;"Your Place" +"water";"vegetation";0.208323825907428;FALSE;"Your Place" +"vegetation";"vegetation";14799.4849022175;TRUE;"Your Place" +"impervious";"impervious";30.2610524739139;TRUE;"Your Place" +"urban";"vegetation";722.010507025858;FALSE;"Your Place" +"urban";"vegetation";51.1705477735959;FALSE;"Your Place" +"vegetation";"vegetation";3918.0930052558;TRUE;"Your Place" +"vegetation";"vegetation";42.060390442668;TRUE;"Your Place" +"impervious";"impervious";3473.89973649476;TRUE;"Your Place" +"impervious";"impervious";28.8348139480222;TRUE;"Your Place" +"vegetation";"impervious";30.9756252029911;FALSE;"Your Place" +"vegetation";"impervious";10.5669025853276;FALSE;"Your Place" +"vegetation";"vegetation";3.49679545173422;TRUE;"Your Place" +"vegetation";"impervious";13.7023638268001;FALSE;"Your Place" +"urban";"impervious";227.601705364883;FALSE;"Your Place" +"vegetation";"impervious";285.978180760401;FALSE;"Your Place" +"urban";"impervious";127.955481198383;FALSE;"Your Place" +"urban";"impervious";8.31620137230493;FALSE;"Your Place" +"urban";"vegetation";1573.75165494252;FALSE;"Your Place" +"urban";"impervious";289.387439812999;FALSE;"Your Place" +"urban";"vegetation";715.742456047563;FALSE;"Your Place" +"impervious";"impervious";0.0387731106420688;TRUE;"Your Place" +"impervious";"impervious";9.18871193461746;TRUE;"Your Place" +"urban";"impervious";70.402687355876;FALSE;"Your Place" +"urban";"impervious";90.6343048838899;FALSE;"Your Place" +"urban";"impervious";96.0237012228463;FALSE;"Your Place" +"vegetation";"vegetation";2.09168586810119;TRUE;"Your Place" +"impervious";"impervious";0.334777455544099;TRUE;"Your Place" +"impervious";"impervious";21.1186234169872;TRUE;"Your Place" +"impervious";"vegetation";2699.48827139754;FALSE;"Your Place" +"impervious";"vegetation";12.8561815721914;FALSE;"Your Place" +"vegetation";"vegetation";7.09571341099218;TRUE;"Your Place" +"vegetation";"impervious";22.8787278062664;FALSE;"Your Place" +"vegetation";"impervious";22.7190184877254;FALSE;"Your Place" +"vegetation";"vegetation";2.73144335177494;TRUE;"Your Place" +"water";"vegetation";1.3996334207477;FALSE;"Your Place" +"vegetation";"vegetation";25.9219547212124;TRUE;"Your Place" +"vegetation";"vegetation";396.092836569063;TRUE;"Your Place" +"urban";"impervious";1.8516809376888;FALSE;"Your Place" +"impervious";"impervious";73.634996897541;TRUE;"Your Place" +"impervious";"impervious";10.424056340913;TRUE;"Your Place" +"vegetation";"vegetation";3.44527892861515;TRUE;"Your Place" +"vegetation";"vegetation";16054.0167448493;TRUE;"Your Place" +"vegetation";"vegetation";13799.0217963643;TRUE;"Your Place" +"vegetation";"vegetation";955.095587370917;TRUE;"Your Place" +"vegetation";"vegetation";5020.86094280146;TRUE;"Your Place" +"vegetation";"vegetation";162.399487011135;TRUE;"Your Place" +"vegetation";"vegetation";8.44563150242902;TRUE;"Your Place" +"vegetation";"vegetation";5.54842300061136;TRUE;"Your Place" +"vegetation";"vegetation";15.0870722180698;TRUE;"Your Place" +"vegetation";"vegetation";110603.507507084;TRUE;"Your Place" +"water";"vegetation";102.205958512961;FALSE;"Your Place" +"vegetation";"vegetation";51.2184689878486;TRUE;"Your Place" +"water";"vegetation";8.19440313236555;FALSE;"Your Place" +"urban";"impervious";4.91285653458908;FALSE;"Your Place" +"impervious";"impervious";0.148138527962146;TRUE;"Your Place" +"impervious";"impervious";9.86744886101224;TRUE;"Your Place" +"impervious";"impervious";27.1091811017832;TRUE;"Your Place" +"impervious";"impervious";154.870681901521;TRUE;"Your Place" +"impervious";"impervious";17.9436070495285;TRUE;"Your Place" +"urban";"impervious";0.035826228413498;FALSE;"Your Place" +"impervious";"impervious";0.422821421758272;TRUE;"Your Place" +"impervious";"impervious";129.122544909209;TRUE;"Your Place" +"impervious";"impervious";16.3433089177124;TRUE;"Your Place" +"impervious";"impervious";1.40180016728118;TRUE;"Your Place" +"urban";"impervious";0.15218478164752;FALSE;"Your Place" +"urban";"impervious";14.8390911987517;FALSE;"Your Place" +"impervious";"impervious";34.7696921218158;TRUE;"Your Place" +"urban";"impervious";70.8942363994283;FALSE;"Your Place" +"urban";"impervious";57.9316990083316;FALSE;"Your Place" +"urban";"impervious";6.45269321650267;FALSE;"Your Place" +"urban";"impervious";15.0574290482327;FALSE;"Your Place" +"impervious";"impervious";296.531748575275;TRUE;"Your Place" +"vegetation";"vegetation";235.760284635791;TRUE;"Your Place" +"water";"vegetation";30.2687820544525;FALSE;"Your Place" +"urban";"vegetation";2804.88182624476;FALSE;"Your Place" +"impervious";"impervious";6.70251993951388;TRUE;"Your Place" +"vegetation";"impervious";15.0313112039003;FALSE;"Your Place" +"vegetation";"impervious";0.127811114361975;FALSE;"Your Place" +"impervious";"vegetation";26.2094817981124;FALSE;"Your Place" +"impervious";"vegetation";303.482460531639;FALSE;"Your Place" +"vegetation";"vegetation";934.57235628739;TRUE;"Your Place" +"vegetation";"vegetation";148.332101909444;TRUE;"Your Place" +"urban";"impervious";129.905076326861;FALSE;"Your Place" +"urban";"impervious";144.975922751473;FALSE;"Your Place" +"impervious";"vegetation";336.593461441342;FALSE;"Your Place" +"impervious";"impervious";19.4425191869959;TRUE;"Your Place" +"vegetation";"vegetation";177.034024531022;TRUE;"Your Place" +"water";"vegetation";23.7643073038198;FALSE;"Your Place" +"impervious";"impervious";141.182364369626;TRUE;"Your Place" +"impervious";"impervious";0.164776134886779;TRUE;"Your Place" +"urban";"impervious";0.0466206076671369;FALSE;"Your Place" +"urban";"impervious";0.253150244490826;FALSE;"Your Place" +"urban";"impervious";0.438241023861337;FALSE;"Your Place" +"impervious";"impervious";251.574170337059;TRUE;"Your Place" +"impervious";"vegetation";3649.46511205146;FALSE;"Your Place" +"impervious";"vegetation";9.49719891836867;FALSE;"Your Place" +"vegetation";"impervious";1911.40678567882;FALSE;"Your Place" +"vegetation";"vegetation";157.920266981237;TRUE;"Your Place" +"water";"vegetation";67.0106738470495;FALSE;"Your Place" +"vegetation";"vegetation";32.7897862960235;TRUE;"Your Place" +"water";"vegetation";627.84412136022;FALSE;"Your Place" +"vegetation";"water";9.58510299602807;FALSE;"Your Place" +"water";"water";3529.62410104705;TRUE;"Your Place" +"vegetation";"vegetation";6660.32433265587;TRUE;"Your Place" +"water";"vegetation";847.492207650561;FALSE;"Your Place" +"vegetation";"vegetation";342.650426482782;TRUE;"Your Place" +"vegetation";"vegetation";71.7159595852718;TRUE;"Your Place" +"water";"vegetation";42.6496823774514;FALSE;"Your Place" +"impervious";"impervious";22.8994819932268;TRUE;"Your Place" +"urban";"vegetation";3366.67259928863;FALSE;"Your Place" +"urban";"impervious";129.462182811461;FALSE;"Your Place" +"urban";"impervious";155.781749089714;FALSE;"Your Place" +"vegetation";"vegetation";54.4046351611614;TRUE;"Your Place" +"vegetation";"vegetation";30.8433694983833;TRUE;"Your Place" +"vegetation";"vegetation";394.931205870609;TRUE;"Your Place" +"water";"vegetation";122.814572746051;FALSE;"Your Place" +"urban";"impervious";165.525752749993;FALSE;"Your Place" +"urban";"impervious";460.911291421391;FALSE;"Your Place" +"urban";"impervious";25.6459802873433;FALSE;"Your Place" +"urban";"impervious";80.7096288464963;FALSE;"Your Place" +"urban";"impervious";5.38149916758994;FALSE;"Your Place" +"urban";"impervious";80.9608894072771;FALSE;"Your Place" +"impervious";"impervious";564.953256731853;TRUE;"Your Place" +"urban";"impervious";1354.85503509175;FALSE;"Your Place" +"vegetation";"vegetation";10707.2322710436;TRUE;"Your Place" +"vegetation";"vegetation";304.636887903791;TRUE;"Your Place" +"vegetation";"vegetation";7.59486467321403;TRUE;"Your Place" +"urban";"impervious";90.7097737882286;FALSE;"Your Place" +"urban";"impervious";821.871920358739;FALSE;"Your Place" +"vegetation";"vegetation";20.6585647471366;TRUE;"Your Place" +"water";"vegetation";23.4474573323969;FALSE;"Your Place" +"vegetation";"impervious";199.379113518051;FALSE;"Your Place" +"vegetation";"impervious";76.7213093948958;FALSE;"Your Place" +"water";"water";107.730749046896;TRUE;"Your Place" +"water";"vegetation";1.43545578904013;FALSE;"Your Place" +"vegetation";"impervious";10.951684404863;FALSE;"Your Place" +"vegetation";"impervious";21.5655723265372;FALSE;"Your Place" +"vegetation";"vegetation";4.28942031281986;TRUE;"Your Place" +"vegetation";"vegetation";88.9663112235721;TRUE;"Your Place" +"vegetation";"vegetation";6.13689349638298;TRUE;"Your Place" +"vegetation";"vegetation";1739.7421934614;TRUE;"Your Place" +"vegetation";"impervious";0.0127492528408766;FALSE;"Your Place" +"vegetation";"impervious";18.784163942968;FALSE;"Your Place" +"vegetation";"vegetation";0.577690021018498;TRUE;"Your Place" +"vegetation";"vegetation";0.424273454409558;TRUE;"Your Place" +"vegetation";"vegetation";23.9520332919346;TRUE;"Your Place" +"vegetation";"vegetation";116.118673623045;TRUE;"Your Place" +"vegetation";"vegetation";39.2824272385333;TRUE;"Your Place" +"urban";"impervious";660.763752169791;FALSE;"Your Place" +"urban";"impervious";55.9880915999529;FALSE;"Your Place" +"vegetation";"impervious";45.8291378680151;FALSE;"Your Place" +"vegetation";"impervious";12.4258047128096;FALSE;"Your Place" +"vegetation";"vegetation";1563.69789367469;TRUE;"Your Place" +"impervious";"vegetation";1751.40068067936;FALSE;"Your Place" +"vegetation";"vegetation";21070.5111630737;TRUE;"Your Place" +"vegetation";"vegetation";9.94315956355422;TRUE;"Your Place" +"vegetation";"impervious";57.5392316954676;FALSE;"Your Place" +"vegetation";"impervious";11.006670329487;FALSE;"Your Place" +"urban";"impervious";421.90042622434;FALSE;"Your Place" +"urban";"impervious";2.78948774607852;FALSE;"Your Place" +"urban";"impervious";801.996430815198;FALSE;"Your Place" +"impervious";"impervious";1215.10125354328;TRUE;"Your Place" +"urban";"impervious";76.1987056097278;FALSE;"Your Place" +"urban";"impervious";33.341210218503;FALSE;"Your Place" +"vegetation";"vegetation";3694.54554690694;TRUE;"Your Place" +"vegetation";"vegetation";82.3701335554942;TRUE;"Your Place" +"vegetation";"vegetation";10720.9127937856;TRUE;"Your Place" +"urban";"vegetation";28.9694601241499;FALSE;"Your Place" +"impervious";"vegetation";1647.50248044357;FALSE;"Your Place" +"impervious";"vegetation";3101.8719761729;FALSE;"Your Place" +"vegetation";"impervious";819.244854549062;FALSE;"Your Place" +"vegetation";"impervious";261.524878440992;FALSE;"Your Place" +"urban";"vegetation";33.9376352408435;FALSE;"Your Place" +"impervious";"vegetation";770.049030062743;FALSE;"Your Place" +"impervious";"vegetation";259.921731984592;FALSE;"Your Place" +"urban";"impervious";0.000343627750410747;FALSE;"Your Place" +"urban";"impervious";26.0704630948603;FALSE;"Your Place" +"urban";"impervious";2587.23911439127;FALSE;"Your Place" +"urban";"vegetation";2945.65099495649;FALSE;"Your Place" +"impervious";"vegetation";84.380169586977;FALSE;"Your Place" +"urban";"impervious";509.303314247169;FALSE;"Your Place" +"urban";"impervious";23.8213235071744;FALSE;"Your Place" +"impervious";"vegetation";108.091760643059;FALSE;"Your Place" +"impervious";"vegetation";202.759736846667;FALSE;"Your Place" +"urban";"impervious";6.55830117466394e-05;FALSE;"Your Place" +"impervious";"impervious";4.37093602543791;TRUE;"Your Place" +"urban";"impervious";591.544506831095;FALSE;"Your Place" +"urban";"impervious";0.509174233418889;FALSE;"Your Place" +"impervious";"impervious";1.7397500644438;TRUE;"Your Place" +"urban";"impervious";4.31920274766162;FALSE;"Your Place" +"impervious";"impervious";53.2442790908972;TRUE;"Your Place" +"impervious";"impervious";3.04651570378337;TRUE;"Your Place" +"urban";"impervious";23.7223339967527;FALSE;"Your Place" +"impervious";"impervious";11.3385788789019;TRUE;"Your Place" +"impervious";"impervious";18.7680757608032;TRUE;"Your Place" +"vegetation";"vegetation";11943.6580576058;TRUE;"Your Place" +"impervious";"impervious";444.092943624826;TRUE;"Your Place" +"urban";"impervious";23.3969292989932;FALSE;"Your Place" +"impervious";"impervious";17.3773431503987;TRUE;"Your Place" +"impervious";"impervious";18.6342842115555;TRUE;"Your Place" +"urban";"impervious";37.8071936941706;FALSE;"Your Place" +"impervious";"impervious";25.7382257231075;TRUE;"Your Place" +"impervious";"impervious";76.0886851601535;TRUE;"Your Place" +"urban";"vegetation";10055.6140488796;FALSE;"Your Place" +"vegetation";"vegetation";328.673362310976;TRUE;"Your Place" +"vegetation";"vegetation";350.50416601263;TRUE;"Your Place" +"urban";"impervious";21.6888985395199;FALSE;"Your Place" +"impervious";"impervious";16.8247822913836;TRUE;"Your Place" +"impervious";"impervious";36.0622763733845;TRUE;"Your Place" +"urban";"impervious";11.7533370167366;FALSE;"Your Place" +"impervious";"impervious";123.006574425526;TRUE;"Your Place" +"impervious";"impervious";76.2094425989781;TRUE;"Your Place" +"vegetation";"impervious";22.7212941509206;FALSE;"Your Place" +"vegetation";"vegetation";116.856606677873;TRUE;"Your Place" +"urban";"impervious";5.69061627844349;FALSE;"Your Place" +"vegetation";"impervious";36.9548801930505;FALSE;"Your Place" +"impervious";"impervious";124.099382840854;TRUE;"Your Place" +"impervious";"impervious";39.0831328872591;TRUE;"Your Place" +"urban";"impervious";1.87391402188223;FALSE;"Your Place" +"impervious";"impervious";0.710916633252054;TRUE;"Your Place" +"vegetation";"impervious";1277.8618641427;FALSE;"Your Place" +"vegetation";"impervious";2.13486603557681;FALSE;"Your Place" +"urban";"vegetation";225.701833782834;FALSE;"Your Place" +"vegetation";"vegetation";267.159821751476;TRUE;"Your Place" +"water";"vegetation";2200.44382857229;FALSE;"Your Place" +"vegetation";"vegetation";9561.42613650626;TRUE;"Your Place" +"vegetation";"vegetation";521.097478320822;TRUE;"Your Place" +"urban";"impervious";2.00138197082561;FALSE;"Your Place" +"impervious";"impervious";12.949637754431;TRUE;"Your Place" +"vegetation";"impervious";7.85875442092947;FALSE;"Your Place" +"vegetation";"impervious";1470.48832075334;FALSE;"Your Place" +"urban";"vegetation";3.87658077853848;FALSE;"Your Place" +"vegetation";"vegetation";2756.16671790535;TRUE;"Your Place" +"vegetation";"vegetation";110837.468755608;TRUE;"Your Place" +"urban";"vegetation";11.0189666920924;FALSE;"Your Place" +"urban";"impervious";3.83589258068241;FALSE;"Your Place" +"vegetation";"impervious";10.8514456017801;FALSE;"Your Place" +"impervious";"impervious";147.32979778666;TRUE;"Your Place" +"urban";"impervious";42.0854720770149;FALSE;"Your Place" +"urban";"impervious";117.305540533736;FALSE;"Your Place" +"urban";"impervious";81.6873202641727;FALSE;"Your Place" +"impervious";"impervious";46.6422451572726;TRUE;"Your Place" +"vegetation";"impervious";26.4742515564431;FALSE;"Your Place" +"impervious";"impervious";104.849740485544;TRUE;"Your Place" +"impervious";"impervious";15.710968013067;TRUE;"Your Place" +"impervious";"impervious";763.433285092004;TRUE;"Your Place" +"urban";"impervious";71.2459857990343;FALSE;"Your Place" +"urban";"impervious";9.82964392157737;FALSE;"Your Place" +"vegetation";"vegetation";1865.31670544024;TRUE;"Your Place" +"impervious";"vegetation";303.799395614304;FALSE;"Your Place" +"vegetation";"vegetation";5218.54768624855;TRUE;"Your Place" +"urban";"impervious";8.12081849318929;FALSE;"Your Place" +"urban";"impervious";34.9231760805269;FALSE;"Your Place" +"impervious";"impervious";56.8724657362327;TRUE;"Your Place" +"urban";"impervious";62.1098201684654;FALSE;"Your Place" +"urban";"impervious";23.3445073644398;FALSE;"Your Place" +"urban";"impervious";27.6875946065411;FALSE;"Your Place" +"vegetation";"impervious";29.7545625586063;FALSE;"Your Place" +"urban";"vegetation";128.325571229914;FALSE;"Your Place" +"vegetation";"vegetation";752.618760890677;TRUE;"Your Place" +"vegetation";"vegetation";155492.904519363;TRUE;"Your Place" +"vegetation";"vegetation";1534.32999558514;TRUE;"Your Place" +"vegetation";"vegetation";4.3498332654126;TRUE;"Your Place" +"impervious";"impervious";1124.44295734499;TRUE;"Your Place" +"impervious";"vegetation";6.8321531351321;FALSE;"Your Place" +"impervious";"vegetation";5106.06463873509;FALSE;"Your Place" +"urban";"vegetation";54.5409979266115;FALSE;"Your Place" +"vegetation";"vegetation";7510.84856471443;TRUE;"Your Place" +"vegetation";"vegetation";20328.5358483984;TRUE;"Your Place" +"vegetation";"vegetation";12.7022943124175;TRUE;"Your Place" +"vegetation";"vegetation";213.486289100509;TRUE;"Your Place" +"urban";"impervious";1.92477189317287;FALSE;"Your Place" +"urban";"impervious";16.4570380321238;FALSE;"Your Place" +"urban";"impervious";123.823596155038;FALSE;"Your Place" +"vegetation";"vegetation";4940.52925981022;TRUE;"Your Place" +"vegetation";"vegetation";15949.0863541942;TRUE;"Your Place" +"urban";"vegetation";1395.49536183459;FALSE;"Your Place" +"urban";"vegetation";66.9485071199015;FALSE;"Your Place" +"urban";"vegetation";3.79898264868825;FALSE;"Your Place" +"urban";"impervious";120.606508584227;FALSE;"Your Place" +"urban";"impervious";77.7798901414499;FALSE;"Your Place" +"impervious";"impervious";163.84382044035;TRUE;"Your Place" +"urban";"impervious";28.1365541004343;FALSE;"Your Place" +"urban";"impervious";33.4972188054235;FALSE;"Your Place" +"urban";"impervious";3.79118387046037;FALSE;"Your Place" +"impervious";"impervious";1072.87601075368;TRUE;"Your Place" +"vegetation";"vegetation";3.15068269619951;TRUE;"Your Place" +"vegetation";"vegetation";6142.67276474216;TRUE;"Your Place" +"urban";"impervious";269.281637371168;FALSE;"Your Place" +"urban";"impervious";20.9838993905578;FALSE;"Your Place" +"urban";"impervious";110.588352492079;FALSE;"Your Place" +"urban";"impervious";128.694007475657;FALSE;"Your Place" +"impervious";"impervious";12.4023290335026;TRUE;"Your Place" +"urban";"vegetation";0.154932833524072;FALSE;"Your Place" +"urban";"vegetation";287.877048010814;FALSE;"Your Place" +"urban";"impervious";47.1951694875024;FALSE;"Your Place" +"urban";"impervious";62.4418265682907;FALSE;"Your Place" +"impervious";"impervious";1.80366568407044;TRUE;"Your Place" +"urban";"impervious";43.0831234703073;FALSE;"Your Place" +"vegetation";"vegetation";5.18709330642014;TRUE;"Your Place" +"impervious";"impervious";822.739395118784;TRUE;"Your Place" +"vegetation";"impervious";65.4507719243411;FALSE;"Your Place" +"vegetation";"vegetation";92.7473803907633;TRUE;"Your Place" +"vegetation";"vegetation";29190.6495101536;TRUE;"Your Place" +"vegetation";"vegetation";12.9652557065128;TRUE;"Your Place" +"urban";"impervious";1015.95001892559;FALSE;"Your Place" +"urban";"impervious";117.834271169268;FALSE;"Your Place" +"urban";"impervious";105.846538404468;FALSE;"Your Place" +"urban";"impervious";42.5809020778979;FALSE;"Your Place" +"urban";"impervious";4.45273275440559;FALSE;"Your Place" +"urban";"impervious";1755.67590231902;FALSE;"Your Place" +"vegetation";"vegetation";20.6137117784237;TRUE;"Your Place" +"urban";"impervious";137.951921172251;FALSE;"Your Place" +"urban";"impervious";0.0793803698325064;FALSE;"Your Place" +"urban";"vegetation";12.9585100831464;FALSE;"Your Place" +"urban";"vegetation";960.492445524666;FALSE;"Your Place" +"urban";"impervious";29.1552530120825;FALSE;"Your Place" +"urban";"impervious";174.313947411254;FALSE;"Your Place" +"vegetation";"impervious";172.092532435432;FALSE;"Your Place" +"urban";"impervious";12.1524984342977;FALSE;"Your Place" +"urban";"impervious";25.3134661987424;FALSE;"Your Place" +"urban";"impervious";17.3925761030987;FALSE;"Your Place" +"urban";"impervious";30.2983354451135;FALSE;"Your Place" +"impervious";"impervious";298.541092222556;TRUE;"Your Place" +"urban";"impervious";4.53172209602053;FALSE;"Your Place" +"urban";"impervious";0.640091974870302;FALSE;"Your Place" +"urban";"impervious";13.2502870485187;FALSE;"Your Place" +"impervious";"impervious";14.6771481757751;TRUE;"Your Place" +"impervious";"impervious";278.064269177616;TRUE;"Your Place" +"urban";"impervious";65.8840310511878;FALSE;"Your Place" +"urban";"impervious";110.087203755917;FALSE;"Your Place" +"impervious";"impervious";502.259445562959;TRUE;"Your Place" +"urban";"impervious";24.8424904653803;FALSE;"Your Place" +"urban";"impervious";0.134906937229971;FALSE;"Your Place" +"urban";"impervious";34.5624872073531;FALSE;"Your Place" +"impervious";"impervious";3.56929958314868;TRUE;"Your Place" +"impervious";"impervious";252.943395543844;TRUE;"Your Place" +"impervious";"vegetation";6360.40797002788;FALSE;"Your Place" +"impervious";"vegetation";0.122592459054431;FALSE;"Your Place" +"impervious";"vegetation";0.167046913265949;FALSE;"Your Place" +"impervious";"vegetation";4130.82979825167;FALSE;"Your Place" +"urban";"vegetation";17.6453217880626;FALSE;"Your Place" +"vegetation";"vegetation";8757.45866071526;TRUE;"Your Place" +"vegetation";"vegetation";31690.4891729254;TRUE;"Your Place" +"impervious";"vegetation";0.961565403034911;FALSE;"Your Place" +"vegetation";"vegetation";54.2020365179051;TRUE;"Your Place" +"impervious";"vegetation";26.5947156610782;FALSE;"Your Place" +"vegetation";"vegetation";13.6499601943651;TRUE;"Your Place" +"impervious";"vegetation";217.831601209153;FALSE;"Your Place" +"impervious";"vegetation";0.109356239554472;FALSE;"Your Place" +"urban";"impervious";1305.10776526597;FALSE;"Your Place" +"urban";"impervious";132.418099521077;FALSE;"Your Place" +"urban";"impervious";5.26558659167495;FALSE;"Your Place" +"impervious";"vegetation";193.251922728028;FALSE;"Your Place" +"impervious";"vegetation";0.376923617441207;FALSE;"Your Place" +"urban";"vegetation";25133.8465008829;FALSE;"Your Place" +"vegetation";"vegetation";3214.5387236774;TRUE;"Your Place" +"impervious";"impervious";21.9122864443052;TRUE;"Your Place" +"impervious";"vegetation";9.69293971126899;FALSE;"Your Place" +"impervious";"vegetation";1643.87875538264;FALSE;"Your Place" +"impervious";"vegetation";4.80549200993119;FALSE;"Your Place" +"impervious";"impervious";0.364490190229844;TRUE;"Your Place" +"impervious";"impervious";6.40105984872207;TRUE;"Your Place" +"urban";"impervious";4.10288127465174;FALSE;"Your Place" +"urban";"impervious";1673.8980841866;FALSE;"Your Place" +"urban";"impervious";64.4102118499577;FALSE;"Your Place" +"urban";"impervious";6.49032061605249;FALSE;"Your Place" +"impervious";"impervious";223.547445337754;TRUE;"Your Place" +"urban";"vegetation";94.2036498803645;FALSE;"Your Place" +"urban";"vegetation";141.373234132305;FALSE;"Your Place" +"impervious";"vegetation";646.674220544286;FALSE;"Your Place" +"urban";"impervious";99.6004598797299;FALSE;"Your Place" +"urban";"impervious";125.566311602481;FALSE;"Your Place" +"impervious";"impervious";185.828768588603;TRUE;"Your Place" +"urban";"impervious";10.1859832014889;FALSE;"Your Place" +"urban";"impervious";9.05300022481242;FALSE;"Your Place" +"urban";"impervious";105.209795596311;FALSE;"Your Place" +"urban";"impervious";86.4940237952396;FALSE;"Your Place" +"impervious";"impervious";15.1434093815042;TRUE;"Your Place" +"vegetation";"vegetation";107.478311713086;TRUE;"Your Place" +"water";"vegetation";0.355640297173522;FALSE;"Your Place" +"vegetation";"vegetation";2654.77669975383;TRUE;"Your Place" +"impervious";"vegetation";1031.98970965081;FALSE;"Your Place" +"impervious";"impervious";19.7150345581449;TRUE;"Your Place" +"vegetation";"impervious";216.329708116129;FALSE;"Your Place" +"vegetation";"impervious";3.92161603743443;FALSE;"Your Place" +"urban";"impervious";300.669285777491;FALSE;"Your Place" +"impervious";"impervious";4.24815371166915;TRUE;"Your Place" +"vegetation";"vegetation";254.332910441328;TRUE;"Your Place" +"impervious";"vegetation";1157.79952226426;FALSE;"Your Place" +"urban";"impervious";244.891190438299;FALSE;"Your Place" +"vegetation";"vegetation";1832.41000878226;TRUE;"Your Place" +"vegetation";"vegetation";370.224724723259;TRUE;"Your Place" +"water";"vegetation";0.718892225064337;FALSE;"Your Place" +"urban";"impervious";7.4387691284137;FALSE;"Your Place" +"urban";"impervious";2.66375786549179;FALSE;"Your Place" +"vegetation";"impervious";20.7877126559615;FALSE;"Your Place" +"impervious";"impervious";468.765433186782;TRUE;"Your Place" +"vegetation";"impervious";10.2930136101786;FALSE;"Your Place" +"urban";"vegetation";23284.5030724281;FALSE;"Your Place" +"vegetation";"vegetation";16.7742292660987;TRUE;"Your Place" +"water";"vegetation";48.6980605088174;FALSE;"Your Place" +"impervious";"impervious";763.015198253095;TRUE;"Your Place" +"urban";"impervious";5.55649423858995e-05;FALSE;"Your Place" +"urban";"impervious";1.25138384962884;FALSE;"Your Place" +"vegetation";"impervious";1.32762216101401;FALSE;"Your Place" +"vegetation";"impervious";3611.84208463483;FALSE;"Your Place" +"impervious";"impervious";0.582738908880856;TRUE;"Your Place" +"impervious";"impervious";7.76837934565378;TRUE;"Your Place" +"impervious";"impervious";3.0936549400667;TRUE;"Your Place" +"vegetation";"vegetation";191.132360436721;TRUE;"Your Place" +"vegetation";"vegetation";6883.46340667806;TRUE;"Your Place" +"vegetation";"vegetation";9.04949751845561;TRUE;"Your Place" +"vegetation";"vegetation";1362.29938489292;TRUE;"Your Place" +"impervious";"vegetation";6.5529854731285;FALSE;"Your Place" +"vegetation";"vegetation";171.351634908468;TRUE;"Your Place" +"vegetation";"vegetation";1348.48919821158;TRUE;"Your Place" +"water";"vegetation";53.1200841050595;FALSE;"Your Place" +"vegetation";"impervious";359.728623880539;FALSE;"Your Place" +"vegetation";"impervious";62.6627753082939;FALSE;"Your Place" +"urban";"vegetation";2976.51809331053;FALSE;"Your Place" +"vegetation";"vegetation";161.570165257202;TRUE;"Your Place" +"vegetation";"water";2635.39860888571;FALSE;"Your Place" +"urban";"impervious";0.636634609894827;FALSE;"Your Place" +"impervious";"impervious";160.379009041237;TRUE;"Your Place" +"vegetation";"impervious";32.0430354233831;FALSE;"Your Place" +"vegetation";"impervious";28.6402378351631;FALSE;"Your Place" +"impervious";"impervious";497.656895050779;TRUE;"Your Place" +"impervious";"impervious";49.1364022642374;TRUE;"Your Place" +"impervious";"impervious";168.65774282068;TRUE;"Your Place" +"urban";"impervious";0.427089551812969;FALSE;"Your Place" +"urban";"impervious";1476.7738783235;FALSE;"Your Place" +"urban";"impervious";6.6221393160522;FALSE;"Your Place" +"urban";"impervious";226.126875842921;FALSE;"Your Place" +"urban";"impervious";12144.440119721;FALSE;"Your Place" +"urban";"impervious";10.5874732022639;FALSE;"Your Place" +"urban";"impervious";38.6777926395062;FALSE;"Your Place" +"impervious";"impervious";446.547378890915;TRUE;"Your Place" +"vegetation";"vegetation";20.7323563280515;TRUE;"Your Place" +"vegetation";"vegetation";95.440620974754;TRUE;"Your Place" +"impervious";"vegetation";27.6295834099874;FALSE;"Your Place" +"vegetation";"vegetation";1237.12110719255;TRUE;"Your Place" +"urban";"vegetation";137.474348463118;FALSE;"Your Place" +"vegetation";"vegetation";1094.40462129004;TRUE;"Your Place" +"vegetation";"vegetation";117.589925858774;TRUE;"Your Place" +"vegetation";"vegetation";20.8785920968221;TRUE;"Your Place" +"vegetation";"vegetation";214.499846601859;TRUE;"Your Place" +"vegetation";"vegetation";7.5836380533874;TRUE;"Your Place" +"vegetation";"impervious";40.7282372128684;FALSE;"Your Place" +"vegetation";"impervious";147.285888954997;FALSE;"Your Place" +"vegetation";"impervious";2931.92670089845;FALSE;"Your Place" +"vegetation";"impervious";9.31454190984368;FALSE;"Your Place" +"impervious";"impervious";109.072059878556;TRUE;"Your Place" +"vegetation";"impervious";8.60273700021207;FALSE;"Your Place" +"impervious";"impervious";0.48698953143321;TRUE;"Your Place" +"vegetation";"vegetation";255.802120643901;TRUE;"Your Place" +"vegetation";"vegetation";10.4599458808079;TRUE;"Your Place" +"urban";"impervious";955.585606489331;FALSE;"Your Place" +"vegetation";"impervious";60.3737225416116;FALSE;"Your Place" +"vegetation";"impervious";1357.98711442016;FALSE;"Your Place" +"vegetation";"impervious";54.2953229695559;FALSE;"Your Place" +"urban";"vegetation";10.2426927835913;FALSE;"Your Place" +"urban";"vegetation";184.655380597924;FALSE;"Your Place" +"urban";"vegetation";10.4708309215494;FALSE;"Your Place" +"vegetation";"vegetation";512.417158837634;TRUE;"Your Place" +"impervious";"vegetation";153.158037066183;FALSE;"Your Place" +"vegetation";"vegetation";27.5353950826102;TRUE;"Your Place" +"vegetation";"vegetation";948.90150621155;TRUE;"Your Place" +"impervious";"vegetation";10.4043941530799;FALSE;"Your Place" +"vegetation";"impervious";6271.64059755448;FALSE;"Your Place" +"vegetation";"impervious";43.5165792073822;FALSE;"Your Place" +"vegetation";"impervious";39.2396600497887;FALSE;"Your Place" +"vegetation";"impervious";6.73701710940804;FALSE;"Your Place" +"vegetation";"impervious";7.30633336451137;FALSE;"Your Place" +"vegetation";"vegetation";2.45165732223541;TRUE;"Your Place" +"vegetation";"vegetation";91.1043248036876;TRUE;"Your Place" +"vegetation";"vegetation";2999.34284383361;TRUE;"Your Place" +"vegetation";"vegetation";1189.35865808604;TRUE;"Your Place" +"vegetation";"vegetation";3300.21384658141;TRUE;"Your Place" +"vegetation";"vegetation";6504.81309196647;TRUE;"Your Place" +"vegetation";"vegetation";1.35996263074776;TRUE;"Your Place" +"impervious";"vegetation";1.16569510172121;FALSE;"Your Place" +"vegetation";"impervious";2.66521674252726;FALSE;"Your Place" +"vegetation";"impervious";2.52511920535471;FALSE;"Your Place" +"vegetation";"vegetation";874.479636800475;TRUE;"Your Place" +"vegetation";"vegetation";21.4482116528088;TRUE;"Your Place" +"vegetation";"vegetation";2718.34104350286;TRUE;"Your Place" +"vegetation";"vegetation";0.00156100795470593;TRUE;"Your Place" +"vegetation";"impervious";44.0962728955783;FALSE;"Your Place" +"vegetation";"impervious";1703.22855307045;FALSE;"Your Place" +"vegetation";"impervious";19.9619955318922;FALSE;"Your Place" +"impervious";"impervious";22.7641705385176;TRUE;"Your Place" +"vegetation";"impervious";16.4202399196583;FALSE;"Your Place" +"impervious";"impervious";4.73573725720053;TRUE;"Your Place" +"vegetation";"impervious";110.994486054522;FALSE;"Your Place" +"vegetation";"vegetation";23.5177046965109;TRUE;"Your Place" +"vegetation";"vegetation";1.75900749961875;TRUE;"Your Place" +"vegetation";"vegetation";903.750985870778;TRUE;"Your Place" +"vegetation";"vegetation";2012.30082376301;TRUE;"Your Place" +"impervious";"vegetation";0.324030592106283;FALSE;"Your Place" +"vegetation";"vegetation";36.0737915518694;TRUE;"Your Place" +"vegetation";"vegetation";1760.85773385107;TRUE;"Your Place" +"vegetation";"vegetation";545.108571725897;TRUE;"Your Place" +"impervious";"vegetation";320.995395057253;FALSE;"Your Place" +"urban";"impervious";169.719525320455;FALSE;"Your Place" +"urban";"vegetation";608.322256009735;FALSE;"Your Place" +"vegetation";"vegetation";1233.80153153046;TRUE;"Your Place" +"vegetation";"vegetation";3140.40516222538;TRUE;"Your Place" +"vegetation";"vegetation";2717.21685278555;TRUE;"Your Place" +"vegetation";"vegetation";27350.6878104026;TRUE;"Your Place" +"vegetation";"vegetation";37.9188328215969;TRUE;"Your Place" +"impervious";"vegetation";7.73464491032064;FALSE;"Your Place" +"urban";"impervious";32.8617202327587;FALSE;"Your Place" +"vegetation";"impervious";5.25572206178913;FALSE;"Your Place" +"vegetation";"impervious";0.179946296673734;FALSE;"Your Place" +"vegetation";"impervious";52.8780518099666;FALSE;"Your Place" +"vegetation";"impervious";1120.89974430995;FALSE;"Your Place" +"vegetation";"impervious";9.33657920587575;FALSE;"Your Place" +"impervious";"impervious";2558.58319107955;TRUE;"Your Place" +"impervious";"impervious";1.34224519366398;TRUE;"Your Place" +"impervious";"impervious";155.366181872785;TRUE;"Your Place" +"impervious";"impervious";267.99728901498;TRUE;"Your Place" +"urban";"impervious";112.844814765864;FALSE;"Your Place" +"vegetation";"vegetation";9118.37141767703;TRUE;"Your Place" +"vegetation";"vegetation";13.2612314808648;TRUE;"Your Place" +"vegetation";"vegetation";6852.63848164314;TRUE;"Your Place" +"vegetation";"vegetation";457.407301671687;TRUE;"Your Place" +"vegetation";"vegetation";5.51261470350437;TRUE;"Your Place" +"vegetation";"impervious";9.32358675124124;FALSE;"Your Place" +"vegetation";"impervious";116.805150551721;FALSE;"Your Place" +"vegetation";"impervious";5358.0117892772;FALSE;"Your Place" +"vegetation";"impervious";36.3463968620636;FALSE;"Your Place" +"vegetation";"impervious";1.02055073072552;FALSE;"Your Place" +"impervious";"impervious";10.7793682652409;TRUE;"Your Place" +"impervious";"impervious";121.102407327387;TRUE;"Your Place" +"vegetation";"impervious";5.02580325549934;FALSE;"Your Place" +"vegetation";"impervious";174.05212092679;FALSE;"Your Place" +"vegetation";"impervious";99.8372863340192;FALSE;"Your Place" +"vegetation";"vegetation";26.8874510800233;TRUE;"Your Place" +"vegetation";"vegetation";9.69288728758693;TRUE;"Your Place" +"vegetation";"impervious";14.8298815188464;FALSE;"Your Place" +"vegetation";"impervious";9.40128844435094;FALSE;"Your Place" +"vegetation";"impervious";215.968067882578;FALSE;"Your Place" +"vegetation";"impervious";0.000332343910798727;FALSE;"Your Place" +"impervious";"impervious";1034.48464352917;TRUE;"Your Place" +"vegetation";"vegetation";0.906632077283575;TRUE;"Your Place" +"vegetation";"vegetation";0.437726028270845;TRUE;"Your Place" +"vegetation";"vegetation";7.68544619984459;TRUE;"Your Place" +"vegetation";"vegetation";1007.91178476951;TRUE;"Your Place" +"vegetation";"impervious";0.613798619015142;FALSE;"Your Place" +"vegetation";"impervious";66.4735753391869;FALSE;"Your Place" +"urban";"vegetation";3.45061854337109;FALSE;"Your Place" +"impervious";"vegetation";1038.32989760814;FALSE;"Your Place" +"vegetation";"impervious";16.7313943481422;FALSE;"Your Place" +"vegetation";"impervious";109.543728722841;FALSE;"Your Place" +"impervious";"impervious";5.72862478526076;TRUE;"Your Place" +"vegetation";"vegetation";264.49467564642;TRUE;"Your Place" +"water";"vegetation";1.79785766452551;FALSE;"Your Place" +"vegetation";"vegetation";2586.74496518608;TRUE;"Your Place" +"vegetation";"vegetation";21675.0705821449;TRUE;"Your Place" +"vegetation";"vegetation";625.08315312519;TRUE;"Your Place" +"vegetation";"vegetation";581.666683817544;TRUE;"Your Place" +"vegetation";"vegetation";53.2499308045954;TRUE;"Your Place" +"vegetation";"vegetation";1297.97348313313;TRUE;"Your Place" +"vegetation";"impervious";8.34143402869813;FALSE;"Your Place" +"vegetation";"impervious";56.7407653704286;FALSE;"Your Place" +"vegetation";"impervious";9.19734120275825;FALSE;"Your Place" +"vegetation";"impervious";4.58369939832482;FALSE;"Your Place" +"vegetation";"vegetation";211.325744802204;TRUE;"Your Place" +"vegetation";"water";18.9745265250094;FALSE;"Your Place" +"water";"water";18.9948477268917;TRUE;"Your Place" +"vegetation";"impervious";2.17147320881486;FALSE;"Your Place" +"impervious";"impervious";23.4198605883867;TRUE;"Your Place" +"vegetation";"impervious";74.3071970721358;FALSE;"Your Place" +"impervious";"vegetation";1439.75106547709;FALSE;"Your Place" +"urban";"vegetation";2.41612395329867;FALSE;"Your Place" +"vegetation";"vegetation";3773.57206771392;TRUE;"Your Place" +"vegetation";"vegetation";34.6092386057135;TRUE;"Your Place" +"vegetation";"vegetation";585.999078236418;TRUE;"Your Place" +"vegetation";"vegetation";0.0409036406417727;TRUE;"Your Place" +"vegetation";"vegetation";334.9261961109;TRUE;"Your Place" +"vegetation";"vegetation";58.8878520315047;TRUE;"Your Place" +"impervious";"vegetation";59.7117727464065;FALSE;"Your Place" +"vegetation";"vegetation";47.400746608153;TRUE;"Your Place" +"vegetation";"vegetation";3182.3679884983;TRUE;"Your Place" +"vegetation";"impervious";139.625427849824;FALSE;"Your Place" +"vegetation";"impervious";18.815836118767;FALSE;"Your Place" +"impervious";"impervious";68.3251788452617;TRUE;"Your Place" +"urban";"impervious";5466.36853247881;FALSE;"Your Place" +"impervious";"impervious";21.3861207780428;TRUE;"Your Place" +"impervious";"impervious";150.100008471869;TRUE;"Your Place" +"impervious";"impervious";73.8617121896241;TRUE;"Your Place" +"vegetation";"vegetation";3645.07607113651;TRUE;"Your Place" +"impervious";"vegetation";5.62578988459427;FALSE;"Your Place" +"impervious";"vegetation";11.5313526787795;FALSE;"Your Place" +"vegetation";"vegetation";718.051770006772;TRUE;"Your Place" +"vegetation";"vegetation";81.8273784350604;TRUE;"Your Place" +"urban";"vegetation";1686.90044541325;FALSE;"Your Place" +"vegetation";"vegetation";58.569591239444;TRUE;"Your Place" +"impervious";"vegetation";88.0338250063942;FALSE;"Your Place" +"impervious";"vegetation";36.6706898678094;FALSE;"Your Place" +"impervious";"vegetation";4188.51880065911;FALSE;"Your Place" +"impervious";"vegetation";25.8004419598728;FALSE;"Your Place" +"vegetation";"vegetation";881.755533308722;TRUE;"Your Place" +"vegetation";"vegetation";109.074829524674;TRUE;"Your Place" +"vegetation";"vegetation";282.661321884982;TRUE;"Your Place" +"vegetation";"impervious";5.26185441756388;FALSE;"Your Place" +"vegetation";"impervious";45.954349398613;FALSE;"Your Place" +"urban";"vegetation";257.745618156623;FALSE;"Your Place" +"vegetation";"vegetation";210.044237253838;TRUE;"Your Place" +"vegetation";"vegetation";334.413331370801;TRUE;"Your Place" +"vegetation";"vegetation";14206.3164131315;TRUE;"Your Place" +"vegetation";"vegetation";999.799363429629;TRUE;"Your Place" +"vegetation";"vegetation";1031.88252027333;TRUE;"Your Place" +"vegetation";"vegetation";49.3583783155773;TRUE;"Your Place" +"impervious";"vegetation";113.827817271231;FALSE;"Your Place" +"vegetation";"vegetation";8.54802201176062;TRUE;"Your Place" +"impervious";"impervious";1.94623150353436;TRUE;"Your Place" +"impervious";"vegetation";2.24951955326833;FALSE;"Your Place" +"vegetation";"impervious";3.28756252489984;FALSE;"Your Place" +"vegetation";"impervious";94.9260838702321;FALSE;"Your Place" +"vegetation";"impervious";27.1366037654225;FALSE;"Your Place" +"water";"vegetation";1549.38122494332;FALSE;"Your Place" +"vegetation";"vegetation";3151.34599930793;TRUE;"Your Place" +"vegetation";"vegetation";0.691775753628463;TRUE;"Your Place" +"vegetation";"vegetation";0.0449427128842217;TRUE;"Your Place" +"vegetation";"vegetation";8974.72971242847;TRUE;"Your Place" +"vegetation";"vegetation";1.30412600043928;TRUE;"Your Place" +"vegetation";"vegetation";54.7113264126529;TRUE;"Your Place" +"vegetation";"vegetation";6.33745080325025;TRUE;"Your Place" +"vegetation";"vegetation";120.855070575257;TRUE;"Your Place" +"impervious";"vegetation";36.4489741967991;FALSE;"Your Place" +"vegetation";"vegetation";4543.77358165476;TRUE;"Your Place" +"vegetation";"vegetation";228.082723848886;TRUE;"Your Place" +"vegetation";"vegetation";951.626928034646;TRUE;"Your Place" +"vegetation";"vegetation";432.97486233282;TRUE;"Your Place" +"vegetation";"vegetation";4212.98070733249;TRUE;"Your Place" +"vegetation";"vegetation";106.394915506244;TRUE;"Your Place" +"impervious";"vegetation";31.7650953093544;FALSE;"Your Place" +"vegetation";"vegetation";59.2035723558511;TRUE;"Your Place" +"vegetation";"vegetation";2.79735607351176;TRUE;"Your Place" +"vegetation";"vegetation";6.78638550336473;TRUE;"Your Place" +"vegetation";"vegetation";48.2596216537058;TRUE;"Your Place" +"vegetation";"vegetation";62.528032528935;TRUE;"Your Place" +"impervious";"vegetation";382.968797004782;FALSE;"Your Place" +"vegetation";"vegetation";36631.6336271936;TRUE;"Your Place" +"vegetation";"vegetation";21.4425703454763;TRUE;"Your Place" +"vegetation";"vegetation";18.8354383115657;TRUE;"Your Place" +"impervious";"impervious";2.75710053602234;TRUE;"Your Place" +"impervious";"impervious";1200.67317864858;TRUE;"Your Place" +"vegetation";"impervious";1892.90148451272;FALSE;"Your Place" +"vegetation";"impervious";15.0115591436625;FALSE;"Your Place" +"vegetation";"impervious";110.109755540063;FALSE;"Your Place" +"vegetation";"vegetation";74.4968348395778;TRUE;"Your Place" +"vegetation";"vegetation";18.1415441625286;TRUE;"Your Place" +"water";"vegetation";3.31998355966061;FALSE;"Your Place" +"urban";"vegetation";532.075987192336;FALSE;"Your Place" +"vegetation";"vegetation";0.0217485252724146;TRUE;"Your Place" +"vegetation";"vegetation";2198.48391405581;TRUE;"Your Place" +"vegetation";"vegetation";288.311846722383;TRUE;"Your Place" +"vegetation";"impervious";88.0781324665877;FALSE;"Your Place" +"vegetation";"impervious";0.257013392401859;FALSE;"Your Place" +"vegetation";"impervious";12.6050314906752;FALSE;"Your Place" +"vegetation";"impervious";28.6150452048751;FALSE;"Your Place" +"vegetation";"impervious";6.4018882936216;FALSE;"Your Place" +"vegetation";"impervious";28.7569421380758;FALSE;"Your Place" +"vegetation";"impervious";23.8851340869442;FALSE;"Your Place" +"vegetation";"impervious";13.3145477406215;FALSE;"Your Place" +"vegetation";"vegetation";33.1146290227771;TRUE;"Your Place" +"vegetation";"vegetation";14567.7975195535;TRUE;"Your Place" +"vegetation";"vegetation";5431.53385648463;TRUE;"Your Place" +"vegetation";"vegetation";103.610943495762;TRUE;"Your Place" +"vegetation";"vegetation";44.1026095026173;TRUE;"Your Place" +"water";"vegetation";30.3694229274988;FALSE;"Your Place" +"vegetation";"vegetation";6489.56993046415;TRUE;"Your Place" +"impervious";"vegetation";824.610713010945;FALSE;"Your Place" +"vegetation";"vegetation";719.546941684093;TRUE;"Your Place" +"vegetation";"vegetation";42.9448596036527;TRUE;"Your Place" +"vegetation";"vegetation";20489.9346434977;TRUE;"Your Place" +"vegetation";"vegetation";1337.79347239435;TRUE;"Your Place" +"water";"vegetation";13.2049381695688;FALSE;"Your Place" +"vegetation";"impervious";133.267066726927;FALSE;"Your Place" +"urban";"vegetation";2551.62015064241;FALSE;"Your Place" +"vegetation";"vegetation";401.030371516012;TRUE;"Your Place" +"vegetation";"vegetation";1152.24467278205;TRUE;"Your Place" +"vegetation";"vegetation";11741.2729319975;TRUE;"Your Place" +"urban";"vegetation";687.346132645616;FALSE;"Your Place" +"vegetation";"vegetation";21.207237362396;TRUE;"Your Place" +"vegetation";"vegetation";18.2043593483395;TRUE;"Your Place" +"vegetation";"vegetation";6715.98395638354;TRUE;"Your Place" +"vegetation";"vegetation";1928.44616792887;TRUE;"Your Place" +"vegetation";"vegetation";987.115378894829;TRUE;"Your Place" +"vegetation";"vegetation";1900.2145610603;TRUE;"Your Place" +"vegetation";"vegetation";871.996216132597;TRUE;"Your Place" +"vegetation";"vegetation";2.94046120380517;TRUE;"Your Place" +"vegetation";"vegetation";6.69266599885304;TRUE;"Your Place" +"vegetation";"vegetation";6488.74267101008;TRUE;"Your Place" +"urban";"vegetation";459.740053172223;FALSE;"Your Place" +"vegetation";"vegetation";103.779413734097;TRUE;"Your Place" +"vegetation";"vegetation";2527.54555008778;TRUE;"Your Place" +"water";"vegetation";36.044340899447;FALSE;"Your Place" +"vegetation";"impervious";10.0056647191523;FALSE;"Your Place" +"vegetation";"impervious";15.8730783929932;FALSE;"Your Place" +"water";"vegetation";9.91490870551206;FALSE;"Your Place" +"urban";"vegetation";7987.65765304118;FALSE;"Your Place" +"vegetation";"vegetation";2730.21474330314;TRUE;"Your Place" +"urban";"impervious";0.840662587666884;FALSE;"Your Place" +"impervious";"impervious";728.429701595567;TRUE;"Your Place" +"impervious";"impervious";17.9574746801518;TRUE;"Your Place" +"impervious";"impervious";230.615391487954;TRUE;"Your Place" +"impervious";"impervious";274.538430314511;TRUE;"Your Place" +"water";"vegetation";15.1022526149172;FALSE;"Your Place" +"impervious";"vegetation";4482.82662224863;FALSE;"Your Place" +"vegetation";"vegetation";28.6050184252963;TRUE;"Your Place" +"vegetation";"vegetation";56699.6127224276;TRUE;"Your Place" +"impervious";"vegetation";133.593888144009;FALSE;"Your Place" +"impervious";"vegetation";83.9771783042233;FALSE;"Your Place" +"vegetation";"vegetation";38.0720532813575;TRUE;"Your Place" +"vegetation";"vegetation";439.442955651903;TRUE;"Your Place" +"vegetation";"impervious";44.2296817332681;FALSE;"Your Place" +"impervious";"vegetation";260.534531414785;FALSE;"Your Place" +"water";"vegetation";361.865857869387;FALSE;"Your Place" +"vegetation";"vegetation";113.705469463952;TRUE;"Your Place" +"vegetation";"vegetation";60755.2133582132;TRUE;"Your Place" +"vegetation";"vegetation";0.372043563053012;TRUE;"Your Place" +"impervious";"vegetation";0.00583410066610668;FALSE;"Your Place" +"vegetation";"vegetation";16.2288560008164;TRUE;"Your Place" +"vegetation";"vegetation";197.543855894488;TRUE;"Your Place" +"impervious";"vegetation";188.502987438813;FALSE;"Your Place" +"vegetation";"vegetation";152.141228902037;TRUE;"Your Place" +"vegetation";"vegetation";31.8680661479593;TRUE;"Your Place" +"impervious";"vegetation";190.236625180114;FALSE;"Your Place" +"vegetation";"vegetation";17481.6928734705;TRUE;"Your Place" +"vegetation";"vegetation";186.968367148773;TRUE;"Your Place" +"vegetation";"vegetation";8.71083719050512;TRUE;"Your Place" +"vegetation";"vegetation";378.610951973693;TRUE;"Your Place" +"urban";"vegetation";2.94752535664884;FALSE;"Your Place" +"impervious";"vegetation";0.208914096816443;FALSE;"Your Place" +"impervious";"vegetation";4025.2475326081;FALSE;"Your Place" +"impervious";"vegetation";3.29566760582384;FALSE;"Your Place" +"impervious";"vegetation";2.72198240982834;FALSE;"Your Place" +"vegetation";"impervious";1.11689728999045;FALSE;"Your Place" +"vegetation";"impervious";222.529408044356;FALSE;"Your Place" +"vegetation";"vegetation";252.689108657447;TRUE;"Your Place" +"impervious";"impervious";12.3679101439193;TRUE;"Your Place" +"impervious";"impervious";8.81519509261125;TRUE;"Your Place" +"impervious";"impervious";3649.7346896872;TRUE;"Your Place" +"impervious";"impervious";6.90245767682791;TRUE;"Your Place" +"impervious";"impervious";40.1897776566911;TRUE;"Your Place" +"impervious";"impervious";2.85585121985059;TRUE;"Your Place" +"urban";"impervious";96.374736537924;FALSE;"Your Place" +"impervious";"impervious";8.36602633682196;TRUE;"Your Place" +"urban";"impervious";15.7964317577425;FALSE;"Your Place" +"impervious";"impervious";34.7183927837759;TRUE;"Your Place" +"urban";"vegetation";21.6656782133359;FALSE;"Your Place" +"vegetation";"vegetation";22780.2533057661;TRUE;"Your Place" +"vegetation";"vegetation";1090.3202787143;TRUE;"Your Place" +"impervious";"vegetation";699.541403748502;FALSE;"Your Place" +"vegetation";"vegetation";18.2435064247111;TRUE;"Your Place" +"urban";"vegetation";339.520382589484;FALSE;"Your Place" +"vegetation";"vegetation";121.337686709035;TRUE;"Your Place" +"vegetation";"vegetation";57.2923754756339;TRUE;"Your Place" +"vegetation";"vegetation";289.572772365995;TRUE;"Your Place" +"vegetation";"vegetation";403.05734858918;TRUE;"Your Place" +"vegetation";"vegetation";12955.4986322187;TRUE;"Your Place" +"vegetation";"vegetation";86.2832730822265;TRUE;"Your Place" +"vegetation";"vegetation";69.6509746087831;TRUE;"Your Place" +"impervious";"vegetation";552.279943139287;FALSE;"Your Place" +"impervious";"vegetation";25.1243776320771;FALSE;"Your Place" +"vegetation";"vegetation";747.016875241825;TRUE;"Your Place" +"vegetation";"water";19.928908739239;FALSE;"Your Place" +"water";"water";69.8304739971645;TRUE;"Your Place" +"vegetation";"vegetation";90.1871392632893;TRUE;"Your Place" +"vegetation";"vegetation";63.111266494263;TRUE;"Your Place" +"vegetation";"vegetation";10237.9873615266;TRUE;"Your Place" +"impervious";"vegetation";87.5921868232545;FALSE;"Your Place" +"vegetation";"vegetation";4702.61328162812;TRUE;"Your Place" +"vegetation";"vegetation";1653.88190007443;TRUE;"Your Place" +"vegetation";"vegetation";11.9942488579836;TRUE;"Your Place" +"vegetation";"vegetation";0.12714966625208;TRUE;"Your Place" +"vegetation";"vegetation";1.47092494252138;TRUE;"Your Place" +"water";"vegetation";1077.04136933689;FALSE;"Your Place" +"vegetation";"vegetation";5746.43279706687;TRUE;"Your Place" +"vegetation";"vegetation";39.125389497196;TRUE;"Your Place" +"urban";"impervious";67.2452794241253;FALSE;"Your Place" +"vegetation";"impervious";9.29823953000596;FALSE;"Your Place" +"vegetation";"vegetation";673.74304771208;TRUE;"Your Place" +"vegetation";"vegetation";0.613929767394438;TRUE;"Your Place" +"urban";"vegetation";126.310909513384;FALSE;"Your Place" +"vegetation";"vegetation";240.03672481002;TRUE;"Your Place" +"vegetation";"vegetation";8331.84611655335;TRUE;"Your Place" +"vegetation";"vegetation";1032.96495317761;TRUE;"Your Place" +"vegetation";"vegetation";321.570935314987;TRUE;"Your Place" +"vegetation";"vegetation";737.284614770906;TRUE;"Your Place" +"water";"vegetation";6.44933205167763;FALSE;"Your Place" +"vegetation";"vegetation";35.3248055727454;TRUE;"Your Place" +"vegetation";"vegetation";159.975900648627;TRUE;"Your Place" +"vegetation";"vegetation";201.99911362282;TRUE;"Your Place" +"urban";"impervious";1.91314006788889;FALSE;"Your Place" +"impervious";"impervious";66.7347308924654;TRUE;"Your Place" +"impervious";"impervious";21.7619844404981;TRUE;"Your Place" +"impervious";"impervious";332.833443733631;TRUE;"Your Place" +"impervious";"impervious";15.4398551554186;TRUE;"Your Place" +"vegetation";"impervious";17.2052031336352;FALSE;"Your Place" +"vegetation";"impervious";22.9233235437423;FALSE;"Your Place" +"vegetation";"impervious";4.66299120834447;FALSE;"Your Place" +"impervious";"impervious";31.6479282591899;TRUE;"Your Place" +"impervious";"impervious";353.931810185546;TRUE;"Your Place" +"vegetation";"impervious";98.7792618212989;FALSE;"Your Place" +"vegetation";"impervious";80.6727758592751;FALSE;"Your Place" +"vegetation";"vegetation";195.04603432602;TRUE;"Your Place" +"vegetation";"vegetation";21.2113941664575;TRUE;"Your Place" +"vegetation";"vegetation";289.343218242517;TRUE;"Your Place" +"vegetation";"vegetation";1526.8237582118;TRUE;"Your Place" +"vegetation";"vegetation";12.8236005844083;TRUE;"Your Place" +"vegetation";"vegetation";396.221472302626;TRUE;"Your Place" +"impervious";"vegetation";66.2855803169659;FALSE;"Your Place" +"vegetation";"vegetation";247.733895057681;TRUE;"Your Place" +"vegetation";"vegetation";88152.7810091437;TRUE;"Your Place" +"vegetation";"vegetation";136.273663128726;TRUE;"Your Place" +"vegetation";"vegetation";0.0926489496378053;TRUE;"Your Place" +"vegetation";"vegetation";0.232450074050575;TRUE;"Your Place" +"vegetation";"vegetation";298.328301464979;TRUE;"Your Place" +"impervious";"vegetation";58.7627319809981;FALSE;"Your Place" +"vegetation";"vegetation";0.887492263194872;TRUE;"Your Place" +"vegetation";"vegetation";1066.81333498168;TRUE;"Your Place" +"impervious";"vegetation";5.21925709990319;FALSE;"Your Place" +"vegetation";"vegetation";688.345888367243;TRUE;"Your Place" +"vegetation";"vegetation";75.5394926192239;TRUE;"Your Place" +"vegetation";"vegetation";462.828485941747;TRUE;"Your Place" +"vegetation";"vegetation";0.0929984231479466;TRUE;"Your Place" +"vegetation";"vegetation";492.157465035329;TRUE;"Your Place" +"vegetation";"vegetation";15.1295173736289;TRUE;"Your Place" +"impervious";"vegetation";4.8788461862132;FALSE;"Your Place" +"impervious";"vegetation";115.314153102227;FALSE;"Your Place" +"impervious";"vegetation";0.467001776010875;FALSE;"Your Place" +"impervious";"vegetation";61.6539527588175;FALSE;"Your Place" +"impervious";"vegetation";4083.55429403996;FALSE;"Your Place" +"impervious";"vegetation";58.5051965074381;FALSE;"Your Place" +"vegetation";"vegetation";600.630917040166;TRUE;"Your Place" +"vegetation";"vegetation";44.7503297971562;TRUE;"Your Place" +"vegetation";"vegetation";22.5032202038565;TRUE;"Your Place" +"vegetation";"vegetation";0.78958314913325;TRUE;"Your Place" +"vegetation";"vegetation";1.92551657111289;TRUE;"Your Place" +"vegetation";"vegetation";6.83049486228174;TRUE;"Your Place" +"impervious";"vegetation";32.6101098998915;FALSE;"Your Place" +"impervious";"vegetation";193.753724095761;FALSE;"Your Place" +"vegetation";"vegetation";737.355586143327;TRUE;"Your Place" +"vegetation";"vegetation";2706.36872005626;TRUE;"Your Place" +"vegetation";"vegetation";95081.2544830471;TRUE;"Your Place" +"vegetation";"vegetation";1139.73046345066;TRUE;"Your Place" +"vegetation";"vegetation";231.673222627415;TRUE;"Your Place" +"vegetation";"vegetation";112.264980960069;TRUE;"Your Place" +"vegetation";"vegetation";116.453335404396;TRUE;"Your Place" +"vegetation";"vegetation";1427.88371153595;TRUE;"Your Place" +"vegetation";"vegetation";20.8603866283083;TRUE;"Your Place" +"impervious";"impervious";1.89731689555629;TRUE;"Your Place" +"vegetation";"vegetation";615.394430858927;TRUE;"Your Place" +"vegetation";"vegetation";4563.20028833637;TRUE;"Your Place" +"vegetation";"vegetation";5.24820301984437;TRUE;"Your Place" +"vegetation";"vegetation";0.406547375197988;TRUE;"Your Place" +"vegetation";"vegetation";1027.41294411011;TRUE;"Your Place" +"urban";"vegetation";94.9372597836191;FALSE;"Your Place" +"impervious";"vegetation";19.1957114571996;FALSE;"Your Place" +"vegetation";"vegetation";896.89616668591;TRUE;"Your Place" +"vegetation";"vegetation";1888.40188308293;TRUE;"Your Place" +"urban";"vegetation";0.176825502538122;FALSE;"Your Place" +"vegetation";"vegetation";2246.92357296403;TRUE;"Your Place" +"impervious";"vegetation";55.2964388933033;FALSE;"Your Place" +"vegetation";"vegetation";10.3276903769874;TRUE;"Your Place" +"vegetation";"vegetation";74.2166816901881;TRUE;"Your Place" +"impervious";"vegetation";645.867558024358;FALSE;"Your Place" +"vegetation";"vegetation";156.353244401864;TRUE;"Your Place" +"vegetation";"vegetation";38.8954204109032;TRUE;"Your Place" +"vegetation";"vegetation";2698.75045358947;TRUE;"Your Place" +"vegetation";"vegetation";7455.42049739126;TRUE;"Your Place" +"vegetation";"vegetation";1684.44852160523;TRUE;"Your Place" +"vegetation";"vegetation";266.386378498049;TRUE;"Your Place" +"vegetation";"vegetation";358.30860597943;TRUE;"Your Place" +"vegetation";"vegetation";2089.9482913817;TRUE;"Your Place" +"vegetation";"vegetation";7.54256719665136;TRUE;"Your Place" +"vegetation";"vegetation";13829.9267359034;TRUE;"Your Place" +"vegetation";"vegetation";2198.64911007945;TRUE;"Your Place" +"vegetation";"vegetation";1096.17680100817;TRUE;"Your Place" +"vegetation";"impervious";1.81029138714075;FALSE;"Your Place" +"vegetation";"impervious";310.141395543702;FALSE;"Your Place" +"vegetation";"impervious";139.044488174841;FALSE;"Your Place" +"vegetation";"impervious";3.21547125838697;FALSE;"Your Place" +"vegetation";"vegetation";0.0283460532664321;TRUE;"Your Place" +"vegetation";"vegetation";6.41153247456532;TRUE;"Your Place" +"vegetation";"impervious";6.84079166688025;FALSE;"Your Place" +"vegetation";"impervious";7.47409534547478;FALSE;"Your Place" +"vegetation";"impervious";3.70024087890488;FALSE;"Your Place" +"vegetation";"impervious";7.7244411255233;FALSE;"Your Place" +"vegetation";"impervious";0.140957462204824;FALSE;"Your Place" +"vegetation";"impervious";26.0657259429354;FALSE;"Your Place" +"vegetation";"impervious";1.45523263432551;FALSE;"Your Place" +"vegetation";"impervious";51.9318377390737;FALSE;"Your Place" +"impervious";"vegetation";0.0450438542575284;FALSE;"Your Place" +"impervious";"vegetation";0.232704478316009;FALSE;"Your Place" +"impervious";"vegetation";33.7211597131245;FALSE;"Your Place" +"impervious";"vegetation";3228.45144447574;FALSE;"Your Place" +"impervious";"vegetation";10.6624981732675;FALSE;"Your Place" +"vegetation";"vegetation";100.741686498746;TRUE;"Your Place" +"impervious";"vegetation";17.3289647590718;FALSE;"Your Place" +"impervious";"vegetation";11.6665575020015;FALSE;"Your Place" +"vegetation";"vegetation";2.44053990696557;TRUE;"Your Place" +"vegetation";"vegetation";43.1854538720509;TRUE;"Your Place" +"urban";"vegetation";1.41818639019039;FALSE;"Your Place" +"vegetation";"vegetation";301.106035461322;TRUE;"Your Place" +"impervious";"vegetation";4223.57650379694;FALSE;"Your Place" +"water";"vegetation";8.90031745936722;FALSE;"Your Place" +"vegetation";"vegetation";75.3963733260753;TRUE;"Your Place" +"water";"vegetation";14.2069713771925;FALSE;"Your Place" +"vegetation";"vegetation";300.72432482522;TRUE;"Your Place" +"impervious";"vegetation";382.463637361769;FALSE;"Your Place" +"vegetation";"vegetation";795.960294742137;TRUE;"Your Place" +"water";"vegetation";25.470208148472;FALSE;"Your Place" +"vegetation";"impervious";6.79467522469349;FALSE;"Your Place" +"vegetation";"impervious";16.5444867727347;FALSE;"Your Place" +"vegetation";"vegetation";12051.0115680608;TRUE;"Your Place" +"vegetation";"vegetation";140.560238840802;TRUE;"Your Place" +"vegetation";"vegetation";1193.7218413474;TRUE;"Your Place" +"vegetation";"vegetation";0.516754871183366;TRUE;"Your Place" +"vegetation";"vegetation";23128.5858532861;TRUE;"Your Place" +"vegetation";"vegetation";1120.10004733177;TRUE;"Your Place" +"vegetation";"vegetation";246.91483932361;TRUE;"Your Place" +"vegetation";"vegetation";780.320541981375;TRUE;"Your Place" +"vegetation";"vegetation";397.277786530554;TRUE;"Your Place" +"vegetation";"vegetation";25.6246901491832;TRUE;"Your Place" +"vegetation";"vegetation";126.23940135166;TRUE;"Your Place" +"vegetation";"impervious";10.7680348679423;FALSE;"Your Place" +"vegetation";"impervious";18.0288515026368;FALSE;"Your Place" +"vegetation";"impervious";4.03680004226044;FALSE;"Your Place" +"vegetation";"vegetation";51.6928060362116;TRUE;"Your Place" +"vegetation";"vegetation";9780.36329952753;TRUE;"Your Place" +"vegetation";"vegetation";535.899776479229;TRUE;"Your Place" +"vegetation";"impervious";13.7113342812518;FALSE;"Your Place" +"vegetation";"impervious";29.4403964158846;FALSE;"Your Place" +"vegetation";"impervious";4.84003350452986;FALSE;"Your Place" +"vegetation";"vegetation";15.6704168876749;TRUE;"Your Place" +"impervious";"impervious";0.019580768130254;TRUE;"Your Place" +"impervious";"impervious";459.352658283897;TRUE;"Your Place" +"impervious";"impervious";5.72736728470773;TRUE;"Your Place" +"vegetation";"vegetation";373.614421341583;TRUE;"Your Place" +"vegetation";"vegetation";1.6546548033366;TRUE;"Your Place" +"vegetation";"vegetation";19223.0741065489;TRUE;"Your Place" +"vegetation";"vegetation";2985.57250966915;TRUE;"Your Place" +"vegetation";"vegetation";1585.72835711273;TRUE;"Your Place" +"vegetation";"vegetation";431.607592185588;TRUE;"Your Place" +"vegetation";"vegetation";36.638228056021;TRUE;"Your Place" +"impervious";"impervious";18.8733681299491;TRUE;"Your Place" +"impervious";"impervious";5.98636852577329;TRUE;"Your Place" +"impervious";"impervious";499.999942051247;TRUE;"Your Place" +"impervious";"impervious";9.62663559149951;TRUE;"Your Place" +"vegetation";"vegetation";23.7387428974034;TRUE;"Your Place" +"vegetation";"vegetation";46041.2586480221;TRUE;"Your Place" +"vegetation";"vegetation";41.9955889778212;TRUE;"Your Place" +"vegetation";"vegetation";9.45000085001811;TRUE;"Your Place" +"vegetation";"vegetation";1303.30889631831;TRUE;"Your Place" +"vegetation";"vegetation";11.416876431671;TRUE;"Your Place" +"vegetation";"vegetation";2035.53793078684;TRUE;"Your Place" +"impervious";"vegetation";30.0706340097822;FALSE;"Your Place" +"vegetation";"impervious";37.3927040791023;FALSE;"Your Place" +"vegetation";"impervious";0.70792177983094;FALSE;"Your Place" +"vegetation";"vegetation";366.216225270618;TRUE;"Your Place" +"vegetation";"vegetation";18861.5530090448;TRUE;"Your Place" +"vegetation";"vegetation";18699.9337501731;TRUE;"Your Place" +"vegetation";"vegetation";499.18718551239;TRUE;"Your Place" +"impervious";"vegetation";27.0463313595392;FALSE;"Your Place" +"vegetation";"vegetation";195.853165098466;TRUE;"Your Place" +"vegetation";"impervious";281.60517952044;FALSE;"Your Place" +"vegetation";"vegetation";219.003692261568;TRUE;"Your Place" +"vegetation";"vegetation";32.7280167154968;TRUE;"Your Place" +"vegetation";"vegetation";71840.1347670875;TRUE;"Your Place" +"vegetation";"vegetation";73.2674965988845;TRUE;"Your Place" +"impervious";"vegetation";508.048225924373;FALSE;"Your Place" +"vegetation";"impervious";163.927963061916;FALSE;"Your Place" +"vegetation";"vegetation";1505.93207103873;TRUE;"Your Place" +"vegetation";"impervious";12.9809439577948;FALSE;"Your Place" +"vegetation";"impervious";247.995904239826;FALSE;"Your Place" +"vegetation";"vegetation";17.7598022534512;TRUE;"Your Place" +"water";"vegetation";85.7921914821491;FALSE;"Your Place" +"vegetation";"vegetation";41.2263727802783;TRUE;"Your Place" +"impervious";"vegetation";225.102694698842;FALSE;"Your Place" +"vegetation";"vegetation";7737.23056744784;TRUE;"Your Place" +"water";"vegetation";158.618687759154;FALSE;"Your Place" +"vegetation";"vegetation";134.021971776499;TRUE;"Your Place" +"vegetation";"vegetation";12.8631736263633;TRUE;"Your Place" +"vegetation";"vegetation";20.3260845074255;TRUE;"Your Place" +"impervious";"vegetation";0.246424485056195;FALSE;"Your Place" +"vegetation";"impervious";68.7811840760987;FALSE;"Your Place" +"vegetation";"impervious";6.06479466240853;FALSE;"Your Place" +"vegetation";"impervious";606.707615456769;FALSE;"Your Place" +"vegetation";"impervious";757.056250786409;FALSE;"Your Place" +"vegetation";"impervious";14134.7693062471;FALSE;"Your Place" +"vegetation";"impervious";4464.13286331983;FALSE;"Your Place" +"vegetation";"impervious";19.0556840130594;FALSE;"Your Place" +"vegetation";"vegetation";4941.30070848831;TRUE;"Your Place" +"vegetation";"vegetation";61.7186389928684;TRUE;"Your Place" +"vegetation";"impervious";283.771964472486;FALSE;"Your Place" +"vegetation";"vegetation";329.417240510695;TRUE;"Your Place" +"impervious";"vegetation";173.867061821744;FALSE;"Your Place" +"vegetation";"vegetation";323.619115788257;TRUE;"Your Place" +"impervious";"vegetation";64.9265231643803;FALSE;"Your Place" +"impervious";"vegetation";8.24134196224622;FALSE;"Your Place" +"vegetation";"impervious";30.9650480228011;FALSE;"Your Place" +"impervious";"impervious";523.71048818808;TRUE;"Your Place" +"vegetation";"vegetation";1478.29808539407;TRUE;"Your Place" +"vegetation";"vegetation";32954.5188494726;TRUE;"Your Place" +"vegetation";"vegetation";552.836762680789;TRUE;"Your Place" +"vegetation";"vegetation";1032.84437206388;TRUE;"Your Place" +"vegetation";"impervious";214.049652400776;FALSE;"Your Place" +"vegetation";"impervious";586.570935322903;FALSE;"Your Place" +"impervious";"impervious";91.5750392870978;TRUE;"Your Place" +"vegetation";"vegetation";3.50703584519215;TRUE;"Your Place" +"vegetation";"vegetation";16.9444697042891;TRUE;"Your Place" +"vegetation";"vegetation";8378.4674894663;TRUE;"Your Place" +"vegetation";"vegetation";34252.1662177687;TRUE;"Your Place" +"vegetation";"vegetation";12.6021276591928;TRUE;"Your Place" +"vegetation";"impervious";86.8075692462735;FALSE;"Your Place" +"impervious";"impervious";101.349845880177;TRUE;"Your Place" +"vegetation";"impervious";821.64140812424;FALSE;"Your Place" +"vegetation";"impervious";16.5682122998405;FALSE;"Your Place" +"vegetation";"impervious";29.9605521257035;FALSE;"Your Place" +"vegetation";"impervious";389.014758848818;FALSE;"Your Place" +"vegetation";"vegetation";10.9392389879795;TRUE;"Your Place" +"vegetation";"vegetation";728.762971537188;TRUE;"Your Place" +"vegetation";"vegetation";0.173545153113082;TRUE;"Your Place" +"vegetation";"vegetation";18.4465601592819;TRUE;"Your Place" +"vegetation";"vegetation";867.517817196669;TRUE;"Your Place" +"vegetation";"impervious";1.45369558030507;FALSE;"Your Place" +"vegetation";"impervious";4.7231396274874;FALSE;"Your Place" +"vegetation";"impervious";25.8635514969938;FALSE;"Your Place" +"vegetation";"impervious";0.869665314501617;FALSE;"Your Place" +"vegetation";"vegetation";134.561290475776;TRUE;"Your Place" +"vegetation";"vegetation";235.970880746434;TRUE;"Your Place" +"vegetation";"vegetation";322.881431390066;TRUE;"Your Place" +"vegetation";"vegetation";392.193021248095;TRUE;"Your Place" +"vegetation";"vegetation";5052.16443564929;TRUE;"Your Place" +"vegetation";"vegetation";1250.72202628445;TRUE;"Your Place" +"vegetation";"vegetation";57.3620132354554;TRUE;"Your Place" +"vegetation";"vegetation";17.1277993828116;TRUE;"Your Place" +"impervious";"vegetation";55.8678651144728;FALSE;"Your Place" +"vegetation";"vegetation";6019.3048246149;TRUE;"Your Place" +"vegetation";"vegetation";459.926016962156;TRUE;"Your Place" +"vegetation";"vegetation";9925.61606379831;TRUE;"Your Place" +"vegetation";"impervious";328.156757771503;FALSE;"Your Place" +"vegetation";"impervious";348.806998841465;FALSE;"Your Place" +"vegetation";"vegetation";6161.26252102619;TRUE;"Your Place" +"vegetation";"vegetation";69.4628232733812;TRUE;"Your Place" +"vegetation";"vegetation";21.1053200857714;TRUE;"Your Place" +"vegetation";"vegetation";20581.6840826286;TRUE;"Your Place" +"vegetation";"vegetation";42.3618878233247;TRUE;"Your Place" +"vegetation";"vegetation";191.670798565232;TRUE;"Your Place" +"vegetation";"vegetation";408.209908075052;TRUE;"Your Place" +"vegetation";"vegetation";14.5249924033415;TRUE;"Your Place" +"vegetation";"vegetation";8260.48354148178;TRUE;"Your Place" +"vegetation";"vegetation";0.144887657195795;TRUE;"Your Place" +"vegetation";"vegetation";893.31273719389;TRUE;"Your Place" +"vegetation";"vegetation";519.455536811613;TRUE;"Your Place" +"vegetation";"vegetation";3010.54318537319;TRUE;"Your Place" +"vegetation";"vegetation";1101.50597633154;TRUE;"Your Place" +"vegetation";"vegetation";29.3626165972091;TRUE;"Your Place" +"vegetation";"vegetation";1771.67592688533;TRUE;"Your Place" +"vegetation";"vegetation";8.55217587633524;TRUE;"Your Place" +"vegetation";"vegetation";385.866859291214;TRUE;"Your Place" +"vegetation";"vegetation";405.172532251596;TRUE;"Your Place" +"vegetation";"impervious";23.4410665234318;FALSE;"Your Place" +"vegetation";"impervious";10.3969037736533;FALSE;"Your Place" +"vegetation";"impervious";1394.86710248701;FALSE;"Your Place" +"vegetation";"impervious";4.75920337019488;FALSE;"Your Place" +"vegetation";"impervious";971.97223341465;FALSE;"Your Place" +"vegetation";"impervious";22.6389826152008;FALSE;"Your Place" +"vegetation";"impervious";209.740070641041;FALSE;"Your Place" +"vegetation";"vegetation";6.19914292544127;TRUE;"Your Place" +"vegetation";"vegetation";257.743314898224;TRUE;"Your Place" +"vegetation";"vegetation";17.2343337569619;TRUE;"Your Place" +"vegetation";"vegetation";2781.45119951514;TRUE;"Your Place" +"vegetation";"vegetation";190.994500411442;TRUE;"Your Place" +"water";"vegetation";185.345358922525;FALSE;"Your Place" +"vegetation";"vegetation";8546.93460198829;TRUE;"Your Place" +"vegetation";"vegetation";390.895062458003;TRUE;"Your Place" +"water";"water";0.00318592498661019;TRUE;"Your Place" +"water";"water";10027.8864377812;TRUE;"Your Place" +"vegetation";"water";1887.69323254778;FALSE;"Your Place" +"vegetation";"vegetation";324.232293058187;TRUE;"Your Place" +"vegetation";"vegetation";26.0728046111763;TRUE;"Your Place" +"vegetation";"vegetation";139.193047767039;TRUE;"Your Place" +"vegetation";"vegetation";32.2100924971746;TRUE;"Your Place" +"vegetation";"impervious";13.44829701446;FALSE;"Your Place" +"vegetation";"impervious";91.6952275955118;FALSE;"Your Place" +"vegetation";"impervious";46.6021109614521;FALSE;"Your Place" +"vegetation";"impervious";9.9691845595371;FALSE;"Your Place" +"vegetation";"impervious";6.66641371347941;FALSE;"Your Place" +"vegetation";"vegetation";16.5478910293896;TRUE;"Your Place" +"vegetation";"vegetation";83.0593347477261;TRUE;"Your Place" +"vegetation";"vegetation";344.260806871578;TRUE;"Your Place" +"vegetation";"vegetation";170.513689784566;TRUE;"Your Place" +"vegetation";"impervious";173.251146098832;FALSE;"Your Place" +"vegetation";"vegetation";76.2348560604732;TRUE;"Your Place" +"vegetation";"vegetation";1.54425304092001;TRUE;"Your Place" +"vegetation";"vegetation";113.386659149488;TRUE;"Your Place" +"vegetation";"vegetation";706.077382654184;TRUE;"Your Place" +"vegetation";"vegetation";2.65468942560256;TRUE;"Your Place" +"vegetation";"impervious";21.4913742260542;FALSE;"Your Place" +"vegetation";"impervious";4.22395333671011;FALSE;"Your Place" +"vegetation";"impervious";180.26724947663;FALSE;"Your Place" +"vegetation";"impervious";62.0578061233973;FALSE;"Your Place" +"vegetation";"impervious";225.9911806155;FALSE;"Your Place" +"vegetation";"impervious";148.669655545615;FALSE;"Your Place" +"vegetation";"vegetation";2.80806937860325;TRUE;"Your Place" +"vegetation";"vegetation";0.164352052845061;TRUE;"Your Place" +"vegetation";"vegetation";19431.5371325303;TRUE;"Your Place" +"vegetation";"impervious";5.95067102671601;FALSE;"Your Place" +"vegetation";"impervious";617.183537082397;FALSE;"Your Place" +"vegetation";"impervious";397.471179657849;FALSE;"Your Place" +"vegetation";"impervious";155.629325764894;FALSE;"Your Place" +"vegetation";"vegetation";851.044056634128;TRUE;"Your Place" +"urban";"water";4498.36960365392;FALSE;"Your Place" +"water";"water";20.3282732646912;TRUE;"Your Place" +"water";"water";7820.95208830317;TRUE;"Your Place" +"vegetation";"water";813.127913670731;FALSE;"Your Place" +"water";"water";38023.964768358;TRUE;"Your Place" +"water";"water";35981.61849733;TRUE;"Your Place" +"vegetation";"water";851.07243134384;FALSE;"Your Place" +"water";"water";19284.398103195;TRUE;"Your Place" +"water";"water";794.568598844809;TRUE;"Your Place" +"impervious";"water";0.767410228814697;FALSE;"Your Place" +"water";"water";16.8226778302342;TRUE;"Your Place" +"impervious";"water";2.0858551885467;FALSE;"Your Place" +"impervious";"water";235.651069161569;FALSE;"Your Place" +"water";"vegetation";2248.20004376862;FALSE;"Your Place" +"vegetation";"vegetation";205826.001142025;TRUE;"Your Place" +"impervious";"vegetation";34.1391762515996;FALSE;"Your Place" +"vegetation";"vegetation";13229.0518174907;TRUE;"Your Place" +"vegetation";"vegetation";114.514566423837;TRUE;"Your Place" +"vegetation";"vegetation";100361.198845984;TRUE;"Your Place" +"vegetation";"vegetation";24.6007479949621;TRUE;"Your Place" +"vegetation";"vegetation";414.762595361448;TRUE;"Your Place" +"vegetation";"vegetation";188.803555626422;TRUE;"Your Place" +"vegetation";"vegetation";64.4606475215405;TRUE;"Your Place" +"vegetation";"vegetation";536177.082239276;TRUE;"Your Place" +"vegetation";"vegetation";157.716666438093;TRUE;"Your Place" +"vegetation";"vegetation";130245.100436793;TRUE;"Your Place" +"impervious";"vegetation";9.67631941614673;FALSE;"Your Place" +"vegetation";"vegetation";113.305380788632;TRUE;"Your Place" +"vegetation";"vegetation";23190.4332409579;TRUE;"Your Place" +"vegetation";"vegetation";21679.3849743743;TRUE;"Your Place" +"urban";"vegetation";31.2032105181079;FALSE;"Your Place" +"vegetation";"vegetation";52.9320506417571;TRUE;"Your Place" +"impervious";"vegetation";3.55966286361217;FALSE;"Your Place" +"impervious";"vegetation";968.668334966293;FALSE;"Your Place" +"vegetation";"vegetation";2.16010253406148;TRUE;"Your Place" +"vegetation";"vegetation";37.7795832008123;TRUE;"Your Place" +"vegetation";"vegetation";31192.2949175183;TRUE;"Your Place" +"vegetation";"vegetation";1.24615529905714;TRUE;"Your Place" +"vegetation";"vegetation";11.117055144161;TRUE;"Your Place" +"vegetation";"vegetation";16586.9762656402;TRUE;"Your Place" +"urban";"vegetation";5845.91441061166;FALSE;"Your Place" +"vegetation";"vegetation";226.575521381106;TRUE;"Your Place" +"vegetation";"vegetation";4559.26567044039;TRUE;"Your Place" +"vegetation";"vegetation";275.151728279505;TRUE;"Your Place" +"vegetation";"vegetation";115.157652132213;TRUE;"Your Place" +"vegetation";"vegetation";24625.0632195725;TRUE;"Your Place" +"urban";"vegetation";65.138764668256;FALSE;"Your Place" +"urban";"vegetation";67.6132196472026;FALSE;"Your Place" +"urban";"vegetation";7.23902807134436;FALSE;"Your Place" +"urban";"vegetation";39.366777901756;FALSE;"Your Place" +"urban";"vegetation";3.66354427672923;FALSE;"Your Place" +"urban";"vegetation";1.8066318212077;FALSE;"Your Place" +"urban";"vegetation";9540.72801192774;FALSE;"Your Place" +"water";"vegetation";777.867944886773;FALSE;"Your Place" +"vegetation";"vegetation";9616.18007963669;TRUE;"Your Place" +"water";"vegetation";7.68393977238156;FALSE;"Your Place" +"impervious";"vegetation";15.1429946251155;FALSE;"Your Place" +"impervious";"vegetation";1.51892560387932;FALSE;"Your Place" +"impervious";"vegetation";6.81807231873972;FALSE;"Your Place" +"impervious";"vegetation";10.5150561113551;FALSE;"Your Place" +"impervious";"vegetation";2145.9561449273;FALSE;"Your Place" +"urban";"vegetation";23682.1621011682;FALSE;"Your Place" +"urban";"vegetation";36106.4797013358;FALSE;"Your Place" +"urban";"vegetation";14.0929107362172;FALSE;"Your Place" +"vegetation";"vegetation";2654.42367635199;TRUE;"Your Place" +"vegetation";"vegetation";1127.94567484781;TRUE;"Your Place" +"vegetation";"vegetation";35579.4604635507;TRUE;"Your Place" +"vegetation";"vegetation";5.76504703093087;TRUE;"Your Place" +"vegetation";"vegetation";8.89304877718678;TRUE;"Your Place" +"vegetation";"vegetation";75221.5976918426;TRUE;"Your Place" +"urban";"vegetation";844.511906752363;FALSE;"Your Place" +"vegetation";"vegetation";13793.905934989;TRUE;"Your Place" +"vegetation";"vegetation";7224.23017736309;TRUE;"Your Place" +"vegetation";"vegetation";7222.13877003224;TRUE;"Your Place" +"vegetation";"vegetation";1495.33354420666;TRUE;"Your Place" +"impervious";"vegetation";33.6984070942272;FALSE;"Your Place" +"vegetation";"vegetation";13031.0315155829;TRUE;"Your Place" +"vegetation";"vegetation";4469.53819679222;TRUE;"Your Place" +"vegetation";"vegetation";14.2648887213436;TRUE;"Your Place" +"vegetation";"vegetation";352.891431109631;TRUE;"Your Place" +"vegetation";"vegetation";16207.131643788;TRUE;"Your Place" +"impervious";"vegetation";4812.38207943743;FALSE;"Your Place" +"urban";"vegetation";2896.46141745159;FALSE;"Your Place" +"vegetation";"vegetation";14404.8688524216;TRUE;"Your Place" +"vegetation";"vegetation";6.87981193582527;TRUE;"Your Place" +"vegetation";"vegetation";14058.6523930561;TRUE;"Your Place" +"vegetation";"vegetation";1877.43182349787;TRUE;"Your Place" +"vegetation";"vegetation";8.00424603122519;TRUE;"Your Place" +"urban";"vegetation";951.981283882271;FALSE;"Your Place" +"vegetation";"vegetation";939.013669182619;TRUE;"Your Place" +"vegetation";"vegetation";55546.6108822712;TRUE;"Your Place" +"vegetation";"vegetation";489.008439475903;TRUE;"Your Place" +"vegetation";"vegetation";3043.34497137158;TRUE;"Your Place" +"vegetation";"vegetation";327.911963291583;TRUE;"Your Place" +"urban";"vegetation";3384.07129906505;FALSE;"Your Place" +"vegetation";"vegetation";16.5378483466375;TRUE;"Your Place" +"impervious";"vegetation";0.100750931364018;FALSE;"Your Place" +"vegetation";"vegetation";348.936964029679;TRUE;"Your Place" +"vegetation";"vegetation";17.4106411542743;TRUE;"Your Place" +"vegetation";"vegetation";3.15795312216505;TRUE;"Your Place" +"vegetation";"vegetation";332.793715333151;TRUE;"Your Place" +"vegetation";"vegetation";40294.1212977199;TRUE;"Your Place" +"impervious";"vegetation";158.636098593852;FALSE;"Your Place" +"urban";"vegetation";1037.79931392777;FALSE;"Your Place" +"impervious";"vegetation";52.6322737745941;FALSE;"Your Place" +"vegetation";"vegetation";88226.1484824912;TRUE;"Your Place" +"vegetation";"vegetation";89.2479019669263;TRUE;"Your Place" +"vegetation";"vegetation";1103.83738132007;TRUE;"Your Place" +"vegetation";"vegetation";5187.54276427957;TRUE;"Your Place" +"urban";"vegetation";3229.25547227217;FALSE;"Your Place" +"vegetation";"vegetation";47.5443186601624;TRUE;"Your Place" +"vegetation";"vegetation";7340.43585611181;TRUE;"Your Place" +"vegetation";"vegetation";687.704071854241;TRUE;"Your Place" +"vegetation";"vegetation";10528.7370662866;TRUE;"Your Place" +"vegetation";"vegetation";39.2406776979915;TRUE;"Your Place" +"impervious";"vegetation";2798.11488876271;FALSE;"Your Place" +"vegetation";"vegetation";23454.4974939878;TRUE;"Your Place" +"impervious";"vegetation";0.113354489207268;FALSE;"Your Place" +"impervious";"vegetation";1.433196987462;FALSE;"Your Place" +"vegetation";"vegetation";33.0699586227056;TRUE;"Your Place" +"impervious";"vegetation";4.12552319280803;FALSE;"Your Place" +"impervious";"vegetation";6.87368721887469;FALSE;"Your Place" +"impervious";"vegetation";54.2927282792516;FALSE;"Your Place" +"impervious";"vegetation";314.990122649819;FALSE;"Your Place" +"vegetation";"vegetation";138.452860902995;TRUE;"Your Place" +"vegetation";"vegetation";239.444774296135;TRUE;"Your Place" +"vegetation";"vegetation";61.7385193170048;TRUE;"Your Place" +"vegetation";"vegetation";0.281465126667172;TRUE;"Your Place" +"vegetation";"vegetation";16.3893857565126;TRUE;"Your Place" +"impervious";"vegetation";47.9473960370524;FALSE;"Your Place" +"vegetation";"vegetation";1.72073705145158;TRUE;"Your Place" +"vegetation";"vegetation";501405.946547656;TRUE;"Your Place" +"vegetation";"vegetation";52.5676924310392;TRUE;"Your Place" +"vegetation";"vegetation";155.510032634251;TRUE;"Your Place" +"vegetation";"vegetation";58.8146962883184;TRUE;"Your Place" +"vegetation";"vegetation";17015.7974048739;TRUE;"Your Place" +"vegetation";"vegetation";245.48980410058;TRUE;"Your Place" +"urban";"vegetation";6643.18441242575;FALSE;"Your Place" +"urban";"vegetation";4202.227168791;FALSE;"Your Place" +"water";"vegetation";369.77318969171;FALSE;"Your Place" +"vegetation";"vegetation";9603.72298859991;TRUE;"Your Place" +"vegetation";"vegetation";27528.3425820149;TRUE;"Your Place" +"water";"vegetation";295.048205292318;FALSE;"Your Place" +"vegetation";"vegetation";9523.9311302198;TRUE;"Your Place" +"vegetation";"vegetation";25704.0306980253;TRUE;"Your Place" +"vegetation";"vegetation";11001.8452667683;TRUE;"Your Place" +"urban";"impervious";61.1876999464585;FALSE;"Your Place" +"urban";"impervious";42.8280403846875;FALSE;"Your Place" +"urban";"impervious";2.8380749700118;FALSE;"Your Place" +"impervious";"impervious";4942.12846117548;TRUE;"Your Place" +"urban";"vegetation";61.692780379788;FALSE;"Your Place" +"urban";"vegetation";12.6038336539641;FALSE;"Your Place" +"urban";"vegetation";52.2466080613958;FALSE;"Your Place" +"impervious";"vegetation";53.8573996911291;FALSE;"Your Place" +"impervious";"vegetation";0.696437158607296;FALSE;"Your Place" +"impervious";"vegetation";383.079707595345;FALSE;"Your Place" +"vegetation";"vegetation";5763.77057602676;TRUE;"Your Place" +"urban";"vegetation";7.31919554370143;FALSE;"Your Place" +"urban";"vegetation";0.186794218607247;FALSE;"Your Place" +"vegetation";"vegetation";8082.06349016854;TRUE;"Your Place" +"vegetation";"vegetation";0.130991078331135;TRUE;"Your Place" +"vegetation";"vegetation";74.8947541695088;TRUE;"Your Place" +"water";"vegetation";0.00224353142766631;FALSE;"Your Place" +"vegetation";"vegetation";1138.406874854;TRUE;"Your Place" +"vegetation";"vegetation";25185.0035032034;TRUE;"Your Place" +"impervious";"vegetation";7.64533163176384;FALSE;"Your Place" +"vegetation";"vegetation";2560.25552841864;TRUE;"Your Place" +"urban";"vegetation";18.7675973186269;FALSE;"Your Place" +"urban";"vegetation";67.0641057787434;FALSE;"Your Place" +"urban";"vegetation";6303.08305350505;FALSE;"Your Place" +"impervious";"vegetation";1.82766257086769;FALSE;"Your Place" +"vegetation";"vegetation";0.226482839585515;TRUE;"Your Place" +"vegetation";"vegetation";9638.60351642981;TRUE;"Your Place" +"impervious";"vegetation";787.56776623195;FALSE;"Your Place" +"vegetation";"vegetation";32280.5052472176;TRUE;"Your Place" +"vegetation";"vegetation";5.84401248861104;TRUE;"Your Place" +"vegetation";"vegetation";16.1973904930055;TRUE;"Your Place" +"urban";"impervious";7488.11789480713;FALSE;"Your Place" +"vegetation";"vegetation";3640.211229451;TRUE;"Your Place" +"vegetation";"vegetation";15221.228871083;TRUE;"Your Place" +"urban";"vegetation";5055.87974467716;FALSE;"Your Place" +"impervious";"vegetation";45.3209639033303;FALSE;"Your Place" +"impervious";"vegetation";0.103688277769834;FALSE;"Your Place" +"vegetation";"vegetation";1426.69560533867;TRUE;"Your Place" +"vegetation";"vegetation";17571.5534649394;TRUE;"Your Place" +"vegetation";"vegetation";3945.76274148325;TRUE;"Your Place" +"vegetation";"vegetation";96.3422831948847;TRUE;"Your Place" +"urban";"vegetation";5155.09033380751;FALSE;"Your Place" +"vegetation";"vegetation";3569.70958694071;TRUE;"Your Place" +"vegetation";"vegetation";335.28584412788;TRUE;"Your Place" +"vegetation";"vegetation";93713.5125915899;TRUE;"Your Place" +"vegetation";"vegetation";5.10727417899761;TRUE;"Your Place" +"vegetation";"vegetation";1046.2692629149;TRUE;"Your Place" +"vegetation";"vegetation";53.9325047284365;TRUE;"Your Place" +"vegetation";"vegetation";7101.32791402936;TRUE;"Your Place" +"impervious";"vegetation";24.5391963758739;FALSE;"Your Place" +"impervious";"vegetation";965.264596276917;FALSE;"Your Place" +"vegetation";"vegetation";42424.3613449298;TRUE;"Your Place" +"vegetation";"vegetation";28.4985495167784;TRUE;"Your Place" +"vegetation";"vegetation";638.657787192147;TRUE;"Your Place" +"vegetation";"vegetation";2651.49496870348;TRUE;"Your Place" +"urban";"vegetation";9975.22386840149;FALSE;"Your Place" +"urban";"vegetation";10.2372378166765;FALSE;"Your Place" +"impervious";"vegetation";155.036633336465;FALSE;"Your Place" +"vegetation";"vegetation";101.241823273827;TRUE;"Your Place" +"vegetation";"vegetation";5160.92594791949;TRUE;"Your Place" +"vegetation";"vegetation";55.6705193510279;TRUE;"Your Place" +"vegetation";"vegetation";32332.127321108;TRUE;"Your Place" +"urban";"vegetation";8299.21706497923;FALSE;"Your Place" +"vegetation";"vegetation";24.2080036858097;TRUE;"Your Place" +"vegetation";"vegetation";0.117349457519595;TRUE;"Your Place" +"vegetation";"vegetation";3684.76982445018;TRUE;"Your Place" +"vegetation";"vegetation";63377.0469261853;TRUE;"Your Place" +"vegetation";"vegetation";596.577669921215;TRUE;"Your Place" +"vegetation";"vegetation";0.397069867118262;TRUE;"Your Place" +"vegetation";"vegetation";40.4349314584397;TRUE;"Your Place" +"vegetation";"vegetation";7457.90905160923;TRUE;"Your Place" +"urban";"vegetation";2141.58136395313;FALSE;"Your Place" +"urban";"vegetation";1.41028917301446;FALSE;"Your Place" +"vegetation";"vegetation";0.0339450522587867;TRUE;"Your Place" +"vegetation";"vegetation";159.723880279344;TRUE;"Your Place" +"vegetation";"vegetation";10.989678799393;TRUE;"Your Place" +"vegetation";"vegetation";3.7959118791623;TRUE;"Your Place" +"vegetation";"vegetation";39112.4308276064;TRUE;"Your Place" +"impervious";"vegetation";193.75303049176;FALSE;"Your Place" +"vegetation";"vegetation";1.53399659882416;TRUE;"Your Place" +"vegetation";"vegetation";106.934562972223;TRUE;"Your Place" +"impervious";"vegetation";1761.78880866426;FALSE;"Your Place" +"vegetation";"vegetation";11.3775564655662;TRUE;"Your Place" +"vegetation";"vegetation";53.2528514188598;TRUE;"Your Place" +"urban";"vegetation";18.7365998225287;FALSE;"Your Place" +"impervious";"vegetation";12.1467917556874;FALSE;"Your Place" +"impervious";"vegetation";5205.80489854258;FALSE;"Your Place" +"vegetation";"vegetation";115.637656240477;TRUE;"Your Place" +"impervious";"vegetation";1.22656057309359;FALSE;"Your Place" +"vegetation";"vegetation";3.41960631147958;TRUE;"Your Place" +"vegetation";"vegetation";304.906655014027;TRUE;"Your Place" +"vegetation";"vegetation";0.110888386843726;TRUE;"Your Place" +"vegetation";"vegetation";35.0452699314046;TRUE;"Your Place" +"vegetation";"vegetation";47752.2297510556;TRUE;"Your Place" +"vegetation";"vegetation";1.48552032094449;TRUE;"Your Place" +"vegetation";"vegetation";132.305213399231;TRUE;"Your Place" +"vegetation";"vegetation";4642.35294547887;TRUE;"Your Place" +"urban";"vegetation";6766.87802652284;FALSE;"Your Place" +"impervious";"vegetation";969.992528832081;FALSE;"Your Place" +"vegetation";"vegetation";30419.904046537;TRUE;"Your Place" +"vegetation";"vegetation";18.265964174585;TRUE;"Your Place" +"urban";"impervious";1750.29313975433;FALSE;"Your Place" +"urban";"vegetation";19.7803133472335;FALSE;"Your Place" +"urban";"vegetation";25925.6858013466;FALSE;"Your Place" +"urban";"vegetation";7.65254946115601;FALSE;"Your Place" +"urban";"vegetation";11.8955170123663;FALSE;"Your Place" +"urban";"vegetation";42.8915722559323;FALSE;"Your Place" +"urban";"vegetation";22.4285519840931;FALSE;"Your Place" +"vegetation";"vegetation";14.7659244964307;TRUE;"Your Place" +"impervious";"vegetation";0.312293383991346;FALSE;"Your Place" +"vegetation";"vegetation";8.45008361993678;TRUE;"Your Place" +"vegetation";"vegetation";0.00964652298716828;TRUE;"Your Place" +"impervious";"vegetation";2.33001764885012;FALSE;"Your Place" +"vegetation";"vegetation";2715.98180317855;TRUE;"Your Place" +"vegetation";"vegetation";0.00429114373400807;TRUE;"Your Place" +"impervious";"vegetation";21891.7361403853;FALSE;"Your Place" +"impervious";"vegetation";4262.69073885959;FALSE;"Your Place" +"urban";"vegetation";0.273144583698013;FALSE;"Your Place" +"urban";"vegetation";1528.10272889212;FALSE;"Your Place" +"vegetation";"vegetation";351.40904362197;TRUE;"Your Place" +"vegetation";"vegetation";4319.40730468839;TRUE;"Your Place" +"vegetation";"vegetation";35.7351313224062;TRUE;"Your Place" +"vegetation";"vegetation";24962.3171220529;TRUE;"Your Place" +"impervious";"vegetation";85.3761591305956;FALSE;"Your Place" +"impervious";"vegetation";0.503943678413634;FALSE;"Your Place" +"vegetation";"vegetation";13.9117769525619;TRUE;"Your Place" +"vegetation";"vegetation";53.8282740480499;TRUE;"Your Place" +"vegetation";"vegetation";2.44633882248309;TRUE;"Your Place" +"impervious";"vegetation";43.3252821628121;FALSE;"Your Place" +"vegetation";"vegetation";223.664151127887;TRUE;"Your Place" +"impervious";"vegetation";2536.33686625212;FALSE;"Your Place" +"urban";"vegetation";13.8513740971684;FALSE;"Your Place" +"urban";"vegetation";32392.2799672215;FALSE;"Your Place" +"urban";"vegetation";0.429870934109204;FALSE;"Your Place" +"impervious";"vegetation";0.861426542513072;FALSE;"Your Place" +"urban";"vegetation";5145.92694514035;FALSE;"Your Place" +"urban";"vegetation";3535.73215656402;FALSE;"Your Place" +"urban";"vegetation";84.9055709544336;FALSE;"Your Place" +"vegetation";"vegetation";404.658616384957;TRUE;"Your Place" +"vegetation";"vegetation";38.6721964663593;TRUE;"Your Place" +"vegetation";"vegetation";76.5883723187508;TRUE;"Your Place" +"vegetation";"vegetation";554.533227573382;TRUE;"Your Place" +"urban";"vegetation";10.3473892528564;FALSE;"Your Place" +"vegetation";"vegetation";190.969929220271;TRUE;"Your Place" +"vegetation";"vegetation";41819.1288405739;TRUE;"Your Place" +"vegetation";"vegetation";63.5879740198179;TRUE;"Your Place" +"impervious";"impervious";171.74549822323;TRUE;"Your Place" +"vegetation";"impervious";40.0157652578782;FALSE;"Your Place" +"vegetation";"impervious";7523.00875451602;FALSE;"Your Place" +"vegetation";"impervious";20.416450917488;FALSE;"Your Place" +"urban";"vegetation";22.6194565084297;FALSE;"Your Place" +"vegetation";"vegetation";18.8280805465765;TRUE;"Your Place" +"vegetation";"vegetation";290.431279836863;TRUE;"Your Place" +"vegetation";"vegetation";53.3949549994431;TRUE;"Your Place" +"vegetation";"vegetation";964.146105389693;TRUE;"Your Place" +"vegetation";"vegetation";22535.8647335861;TRUE;"Your Place" +"vegetation";"vegetation";1678.17335453071;TRUE;"Your Place" +"vegetation";"vegetation";24.0779208848253;TRUE;"Your Place" +"impervious";"vegetation";0.449070907197893;FALSE;"Your Place" +"impervious";"vegetation";29853.5400352796;FALSE;"Your Place" +"vegetation";"vegetation";0.7974623744376;TRUE;"Your Place" +"urban";"vegetation";1.32772346632555;FALSE;"Your Place" +"urban";"vegetation";2.38968491647393;FALSE;"Your Place" +"vegetation";"vegetation";320.048757458106;TRUE;"Your Place" +"vegetation";"vegetation";6091.07598117646;TRUE;"Your Place" +"impervious";"vegetation";6152.3356403457;FALSE;"Your Place" +"urban";"vegetation";20604.0344139356;FALSE;"Your Place" +"urban";"vegetation";65.5934941875748;FALSE;"Your Place" +"urban";"vegetation";0.0215976261824835;FALSE;"Your Place" +"urban";"vegetation";3.30853409483097;FALSE;"Your Place" +"vegetation";"vegetation";419.458175730193;TRUE;"Your Place" +"vegetation";"vegetation";8.95259944128338;TRUE;"Your Place" +"vegetation";"vegetation";37262.9525665843;TRUE;"Your Place" +"vegetation";"vegetation";14033.5612269407;TRUE;"Your Place" +"vegetation";"vegetation";3607.00880996697;TRUE;"Your Place" +"vegetation";"vegetation";5.15122155938298;TRUE;"Your Place" +"urban";"vegetation";67599.7568155862;FALSE;"Your Place" +"urban";"vegetation";239.031454369891;FALSE;"Your Place" +"vegetation";"vegetation";26.4912845043;TRUE;"Your Place" +"water";"vegetation";265.644795223692;FALSE;"Your Place" +"water";"vegetation";22.6341382919345;FALSE;"Your Place" +"water";"vegetation";6.137510583736;FALSE;"Your Place" +"vegetation";"vegetation";26203.3068702468;TRUE;"Your Place" +"impervious";"vegetation";4.13602083659498;FALSE;"Your Place" +"vegetation";"vegetation";25.4741017766064;TRUE;"Your Place" +"impervious";"vegetation";43.8774544494227;FALSE;"Your Place" +"vegetation";"vegetation";263.506428025663;TRUE;"Your Place" +"vegetation";"vegetation";581.484947523277;TRUE;"Your Place" +"vegetation";"vegetation";2.44972015125677;TRUE;"Your Place" +"vegetation";"vegetation";47.2007468780503;TRUE;"Your Place" +"vegetation";"vegetation";6295.96783110569;TRUE;"Your Place" +"urban";"vegetation";5976.68456709385;FALSE;"Your Place" +"vegetation";"vegetation";878.337930241985;TRUE;"Your Place" +"vegetation";"vegetation";0.000292169828753686;TRUE;"Your Place" +"vegetation";"vegetation";53668.6491258647;TRUE;"Your Place" +"impervious";"vegetation";83.9687295816839;FALSE;"Your Place" +"vegetation";"vegetation";58.6083659380674;TRUE;"Your Place" +"urban";"impervious";7.15212680300465;FALSE;"Your Place" +"impervious";"impervious";0.102766431286;TRUE;"Your Place" +"water";"impervious";15.793408928701;FALSE;"Your Place" +"impervious";"impervious";807.778994217748;TRUE;"Your Place" +"impervious";"vegetation";35.4915862176567;FALSE;"Your Place" +"impervious";"vegetation";6.43891997722676;FALSE;"Your Place" +"vegetation";"vegetation";17896.4770317767;TRUE;"Your Place" +"vegetation";"vegetation";54.292854281608;TRUE;"Your Place" +"impervious";"vegetation";26.1843513920903;FALSE;"Your Place" +"impervious";"vegetation";0.0382259068719577;FALSE;"Your Place" +"vegetation";"vegetation";141.173206867417;TRUE;"Your Place" +"impervious";"vegetation";83.3726673730416;FALSE;"Your Place" +"vegetation";"vegetation";21504.3064871684;TRUE;"Your Place" +"vegetation";"vegetation";50.1478337685112;TRUE;"Your Place" +"urban";"vegetation";202.255514859222;FALSE;"Your Place" +"urban";"vegetation";6.81646415166324;FALSE;"Your Place" +"urban";"vegetation";50.7148402519524;FALSE;"Your Place" +"vegetation";"vegetation";68625.1159594357;TRUE;"Your Place" +"urban";"vegetation";4.9744432233274;FALSE;"Your Place" +"urban";"vegetation";475.256828477839;FALSE;"Your Place" +"vegetation";"vegetation";248.398118982019;TRUE;"Your Place" +"vegetation";"vegetation";19953.4185379469;TRUE;"Your Place" +"vegetation";"vegetation";4307.09633732597;TRUE;"Your Place" +"vegetation";"vegetation";18041.291094514;TRUE;"Your Place" +"vegetation";"vegetation";4450.20742845163;TRUE;"Your Place" +"impervious";"vegetation";3651.56226262543;FALSE;"Your Place" +"vegetation";"vegetation";85.2909284111811;TRUE;"Your Place" +"urban";"vegetation";10.5292959001381;FALSE;"Your Place" +"vegetation";"vegetation";912.800214208222;TRUE;"Your Place" +"vegetation";"vegetation";15937.5441582569;TRUE;"Your Place" +"urban";"impervious";1795.70788365952;FALSE;"Your Place" +"urban";"impervious";17.47449373774;FALSE;"Your Place" +"impervious";"vegetation";0.0770088279969059;FALSE;"Your Place" +"impervious";"vegetation";7.88633815832873;FALSE;"Your Place" +"impervious";"vegetation";8650.13075413633;FALSE;"Your Place" +"urban";"vegetation";2078.75450112531;FALSE;"Your Place" +"vegetation";"vegetation";4.29948121588677;TRUE;"Your Place" +"vegetation";"vegetation";26636.6271314299;TRUE;"Your Place" +"vegetation";"vegetation";37.2028881374863;TRUE;"Your Place" +"impervious";"vegetation";8.08195786306533;FALSE;"Your Place" +"impervious";"vegetation";6411.99844189291;FALSE;"Your Place" +"urban";"vegetation";31.1345580350608;FALSE;"Your Place" +"urban";"vegetation";8320.77943322295;FALSE;"Your Place" +"vegetation";"vegetation";0.361091835482512;TRUE;"Your Place" +"vegetation";"vegetation";10.3614823895041;TRUE;"Your Place" +"vegetation";"vegetation";135.215339453891;TRUE;"Your Place" +"vegetation";"vegetation";4519.31194408634;TRUE;"Your Place" +"vegetation";"vegetation";59.9878795974946;TRUE;"Your Place" +"vegetation";"vegetation";23.2760429106274;TRUE;"Your Place" +"vegetation";"vegetation";6630.62177447928;TRUE;"Your Place" +"vegetation";"vegetation";430.984733185265;TRUE;"Your Place" +"vegetation";"vegetation";368.856943737017;TRUE;"Your Place" +"vegetation";"vegetation";14854.4852367512;TRUE;"Your Place" +"impervious";"impervious";31590.0276834262;TRUE;"Your Place" +"impervious";"impervious";43.8560304599814;TRUE;"Your Place" +"vegetation";"vegetation";2509.93818337098;TRUE;"Your Place" +"vegetation";"vegetation";41.4122596904635;TRUE;"Your Place" +"vegetation";"vegetation";3.8023356392514;TRUE;"Your Place" +"vegetation";"vegetation";110.54082508594;TRUE;"Your Place" +"vegetation";"vegetation";3.55986974731786;TRUE;"Your Place" +"impervious";"vegetation";28.6863104370423;FALSE;"Your Place" +"impervious";"vegetation";253.885499478318;FALSE;"Your Place" +"vegetation";"vegetation";11.7310670470688;TRUE;"Your Place" +"impervious";"vegetation";1719.65159010165;FALSE;"Your Place" +"impervious";"vegetation";50.0214672364527;FALSE;"Your Place" +"vegetation";"vegetation";20067.7025426768;TRUE;"Your Place" +"vegetation";"vegetation";34628.9782681488;TRUE;"Your Place" +"impervious";"vegetation";23.8465632841994;FALSE;"Your Place" +"vegetation";"vegetation";8.96343548968434;TRUE;"Your Place" +"vegetation";"vegetation";40.6027944753878;TRUE;"Your Place" +"impervious";"vegetation";79.0971312705002;FALSE;"Your Place" +"vegetation";"vegetation";41784.9670026877;TRUE;"Your Place" +"urban";"vegetation";132.38707295883;FALSE;"Your Place" +"urban";"vegetation";28.2816056694719;FALSE;"Your Place" +"urban";"vegetation";5.59544185943378;FALSE;"Your Place" +"urban";"vegetation";189.190275738132;FALSE;"Your Place" +"urban";"vegetation";94.9746786440955;FALSE;"Your Place" +"urban";"vegetation";23.0485217557289;FALSE;"Your Place" +"vegetation";"vegetation";4.17284766351804;TRUE;"Your Place" +"impervious";"vegetation";59.1636531781405;FALSE;"Your Place" +"vegetation";"vegetation";2370.95040699607;TRUE;"Your Place" +"vegetation";"vegetation";221.752603506669;TRUE;"Your Place" +"vegetation";"vegetation";44294.4512927188;TRUE;"Your Place" +"urban";"vegetation";521.138940291479;FALSE;"Your Place" +"vegetation";"vegetation";10.371402798919;TRUE;"Your Place" +"vegetation";"vegetation";1950.20670083055;TRUE;"Your Place" +"impervious";"vegetation";0.857168554037344;FALSE;"Your Place" +"urban";"vegetation";36.8811882077716;FALSE;"Your Place" +"vegetation";"vegetation";1701.13277339697;TRUE;"Your Place" +"vegetation";"vegetation";646.317711885553;TRUE;"Your Place" +"impervious";"vegetation";87233.1668130087;FALSE;"Your Place" +"impervious";"vegetation";34.7798951470177;FALSE;"Your Place" +"urban";"impervious";66.3273646657472;FALSE;"Your Place" +"urban";"impervious";75.9919973639771;FALSE;"Your Place" +"impervious";"impervious";11.3738220232772;TRUE;"Your Place" +"vegetation";"impervious";68797.0216986621;FALSE;"Your Place" +"urban";"impervious";43.2143340479815;FALSE;"Your Place" +"urban";"impervious";5373.13596189767;FALSE;"Your Place" +"urban";"vegetation";2.16989913184079;FALSE;"Your Place" +"vegetation";"vegetation";28626.8553417446;TRUE;"Your Place" +"impervious";"vegetation";85.7186499696691;FALSE;"Your Place" +"urban";"vegetation";120.308013036614;FALSE;"Your Place" +"urban";"vegetation";65470.5626480252;FALSE;"Your Place" +"vegetation";"vegetation";11.7098597222812;TRUE;"Your Place" +"impervious";"vegetation";10.5494124116376;FALSE;"Your Place" +"vegetation";"vegetation";1.12859084345109;TRUE;"Your Place" +"vegetation";"vegetation";221.254658951395;TRUE;"Your Place" +"impervious";"vegetation";59955.4562214948;FALSE;"Your Place" +"vegetation";"vegetation";97.8328530406579;TRUE;"Your Place" +"impervious";"impervious";2695.98952650011;TRUE;"Your Place" +"urban";"vegetation";8782.04652048659;FALSE;"Your Place" +"vegetation";"vegetation";1766.54159550484;TRUE;"Your Place" +"impervious";"vegetation";107.85338399664;FALSE;"Your Place" +"urban";"vegetation";5920.65261380485;FALSE;"Your Place" +"urban";"vegetation";29.6447186480509;FALSE;"Your Place" +"urban";"vegetation";300.438587922603;FALSE;"Your Place" +"vegetation";"vegetation";213.605702296831;TRUE;"Your Place" +"impervious";"vegetation";15.4670986125711;FALSE;"Your Place" +"impervious";"vegetation";773.479212323204;FALSE;"Your Place" +"vegetation";"vegetation";75.6734004025348;TRUE;"Your Place" +"vegetation";"vegetation";2131.3427353611;TRUE;"Your Place" +"vegetation";"vegetation";5.44258712884039;TRUE;"Your Place" +"vegetation";"vegetation";23860.6098771959;TRUE;"Your Place" +"impervious";"vegetation";274.800192960072;FALSE;"Your Place" +"impervious";"vegetation";0.49427189794369;FALSE;"Your Place" +"vegetation";"impervious";1666.18385669042;FALSE;"Your Place" +"water";"impervious";110.140256173909;FALSE;"Your Place" +"vegetation";"impervious";29.5686420302372;FALSE;"Your Place" +"impervious";"impervious";209.220873989165;TRUE;"Your Place" +"vegetation";"impervious";5309.05264681531;FALSE;"Your Place" +"vegetation";"impervious";24.9836384257069;FALSE;"Your Place" +"urban";"vegetation";8.50812298018718;FALSE;"Your Place" +"urban";"vegetation";52.0372070401063;FALSE;"Your Place" +"impervious";"vegetation";14.8074413351715;FALSE;"Your Place" +"impervious";"vegetation";1.12362454127287;FALSE;"Your Place" +"vegetation";"vegetation";2.81451760069467;TRUE;"Your Place" +"vegetation";"vegetation";1408.19648870215;TRUE;"Your Place" +"vegetation";"vegetation";55.0747363752453;TRUE;"Your Place" +"vegetation";"vegetation";33918.1403019784;TRUE;"Your Place" +"urban";"vegetation";128.002398753073;FALSE;"Your Place" +"vegetation";"vegetation";30527.1666395161;TRUE;"Your Place" +"vegetation";"vegetation";80.9841731791385;TRUE;"Your Place" +"vegetation";"vegetation";38.4936238033697;TRUE;"Your Place" +"urban";"impervious";2304.49605302428;FALSE;"Your Place" +"urban";"impervious";37.4544882310656;FALSE;"Your Place" +"urban";"impervious";24.9752120347694;FALSE;"Your Place" +"impervious";"impervious";55.1436311189318;TRUE;"Your Place" +"vegetation";"vegetation";938.092388395686;TRUE;"Your Place" +"vegetation";"vegetation";634.337367070955;TRUE;"Your Place" +"urban";"vegetation";1.26056871004403;FALSE;"Your Place" +"vegetation";"vegetation";517.481644955755;TRUE;"Your Place" +"vegetation";"vegetation";293.421077002771;TRUE;"Your Place" +"vegetation";"vegetation";70.0722122411862;TRUE;"Your Place" +"impervious";"vegetation";22966.5708791658;FALSE;"Your Place" +"vegetation";"vegetation";53442.7627216005;TRUE;"Your Place" +"vegetation";"vegetation";3.44437559944345;TRUE;"Your Place" +"vegetation";"vegetation";6.37405334739015;TRUE;"Your Place" +"urban";"vegetation";2131.1559777162;FALSE;"Your Place" +"urban";"vegetation";102.329935687827;FALSE;"Your Place" +"urban";"vegetation";3.56292457105155;FALSE;"Your Place" +"urban";"vegetation";26.5496300536761;FALSE;"Your Place" +"urban";"vegetation";20.8154896372434;FALSE;"Your Place" +"urban";"vegetation";0.817461241946148;FALSE;"Your Place" +"urban";"vegetation";12.4212182356277;FALSE;"Your Place" +"urban";"vegetation";21.587670527806;FALSE;"Your Place" +"urban";"vegetation";22.4546359989326;FALSE;"Your Place" +"impervious";"vegetation";154.143033951521;FALSE;"Your Place" +"impervious";"vegetation";222.841844576251;FALSE;"Your Place" +"impervious";"vegetation";73003.1789961106;FALSE;"Your Place" +"urban";"vegetation";91.7671917882544;FALSE;"Your Place" +"urban";"vegetation";382.380317231757;FALSE;"Your Place" +"impervious";"vegetation";98769.1507181856;FALSE;"Your Place" +"impervious";"vegetation";596.268557247357;FALSE;"Your Place" +"vegetation";"vegetation";70.1748835912804;TRUE;"Your Place" +"vegetation";"vegetation";3940.4743363962;TRUE;"Your Place" +"urban";"vegetation";67.2321955544231;FALSE;"Your Place" +"urban";"vegetation";5122.36001658067;FALSE;"Your Place" +"vegetation";"vegetation";12826.6836839084;TRUE;"Your Place" +"urban";"vegetation";42645.0085830139;FALSE;"Your Place" +"urban";"vegetation";434.699629014416;FALSE;"Your Place" +"urban";"vegetation";11.5512822043966;FALSE;"Your Place" +"vegetation";"vegetation";3.02111283768318;TRUE;"Your Place" +"impervious";"vegetation";3127.92227516277;FALSE;"Your Place" +"impervious";"vegetation";39.4575660953997;FALSE;"Your Place" +"vegetation";"vegetation";126.020753748715;TRUE;"Your Place" +"vegetation";"vegetation";39812.316937973;TRUE;"Your Place" +"vegetation";"vegetation";16.0476256407565;TRUE;"Your Place" +"impervious";"vegetation";0.0848821620511444;FALSE;"Your Place" +"vegetation";"vegetation";79.7270650852442;TRUE;"Your Place" +"urban";"impervious";23.6001870047767;FALSE;"Your Place" +"urban";"impervious";697.738037272182;FALSE;"Your Place" +"urban";"impervious";15.3251667916775;FALSE;"Your Place" +"vegetation";"impervious";2523.64737826231;FALSE;"Your Place" +"urban";"vegetation";15.007807304617;FALSE;"Your Place" +"impervious";"vegetation";38.7629556283355;FALSE;"Your Place" +"vegetation";"vegetation";0.142655728384852;TRUE;"Your Place" +"vegetation";"vegetation";644.690647082462;TRUE;"Your Place" +"vegetation";"vegetation";64533.1924256771;TRUE;"Your Place" +"impervious";"vegetation";31.6017633458832;FALSE;"Your Place" +"urban";"vegetation";3.84252091683447;FALSE;"Your Place" +"impervious";"vegetation";6.39449199242517;FALSE;"Your Place" +"vegetation";"vegetation";34.9143065286044;TRUE;"Your Place" +"vegetation";"vegetation";9.23492715763859;TRUE;"Your Place" +"impervious";"vegetation";28.8899951034691;FALSE;"Your Place" +"impervious";"vegetation";94327.4960997751;FALSE;"Your Place" +"vegetation";"vegetation";5.00126595852635e-05;TRUE;"Your Place" +"vegetation";"vegetation";90.3732200141048;TRUE;"Your Place" +"urban";"vegetation";23095.5735664918;FALSE;"Your Place" +"urban";"vegetation";103.049565236688;FALSE;"Your Place" +"urban";"vegetation";17.1114383561071;FALSE;"Your Place" +"vegetation";"vegetation";22355.1739615852;TRUE;"Your Place" +"vegetation";"vegetation";2704.42635692522;TRUE;"Your Place" +"vegetation";"vegetation";763.382857020071;TRUE;"Your Place" +"impervious";"vegetation";6.75331282336265;FALSE;"Your Place" +"vegetation";"vegetation";11264.9552138732;TRUE;"Your Place" +"urban";"vegetation";257.908449155955;FALSE;"Your Place" +"urban";"vegetation";40184.920532934;FALSE;"Your Place" +"urban";"vegetation";29.4492668555977;FALSE;"Your Place" +"vegetation";"vegetation";69.3251113295555;TRUE;"Your Place" +"impervious";"vegetation";0.0671728895758861;FALSE;"Your Place" +"impervious";"vegetation";7.07130233006319;FALSE;"Your Place" +"vegetation";"vegetation";135.861021640245;TRUE;"Your Place" +"vegetation";"vegetation";860.524166658346;TRUE;"Your Place" +"vegetation";"vegetation";37752.4053556677;TRUE;"Your Place" +"urban";"vegetation";2.99857928790152;FALSE;"Your Place" +"urban";"vegetation";86.0731601723237;FALSE;"Your Place" +"urban";"vegetation";28.6972920736298;FALSE;"Your Place" +"vegetation";"vegetation";853.468016341911;TRUE;"Your Place" +"vegetation";"vegetation";41.3382298281649;TRUE;"Your Place" +"impervious";"vegetation";30915.73398988;FALSE;"Your Place" +"urban";"vegetation";58.1415519247967;FALSE;"Your Place" +"vegetation";"vegetation";853.266487454355;TRUE;"Your Place" +"impervious";"vegetation";34.8034771388957;FALSE;"Your Place" +"impervious";"vegetation";0.201193060027435;FALSE;"Your Place" +"vegetation";"vegetation";1.91130596259609;TRUE;"Your Place" +"vegetation";"vegetation";30.6194966351031;TRUE;"Your Place" +"vegetation";"vegetation";62321.3534966647;TRUE;"Your Place" +"vegetation";"vegetation";56.7502196700661;TRUE;"Your Place" +"impervious";"vegetation";3.96281088795513;FALSE;"Your Place" +"impervious";"vegetation";16.6998480867042;FALSE;"Your Place" +"vegetation";"vegetation";76.3871219828725;TRUE;"Your Place" +"impervious";"vegetation";34.7554720111948;FALSE;"Your Place" +"vegetation";"vegetation";48203.0689462707;TRUE;"Your Place" +"vegetation";"vegetation";185.186187292449;TRUE;"Your Place" +"vegetation";"vegetation";53.2856187637663;TRUE;"Your Place" +"urban";"vegetation";1.29003921989352;FALSE;"Your Place" +"vegetation";"vegetation";56.0815291926265;TRUE;"Your Place" +"vegetation";"vegetation";4433.80641076574;TRUE;"Your Place" +"urban";"impervious";4.43132961532683;FALSE;"Your Place" +"urban";"impervious";23.2344878419535;FALSE;"Your Place" +"impervious";"impervious";32.4479842265137;TRUE;"Your Place" +"impervious";"impervious";874.421723455656;TRUE;"Your Place" +"urban";"vegetation";1.42261288757436;FALSE;"Your Place" +"urban";"vegetation";6.35342964489246;FALSE;"Your Place" +"vegetation";"vegetation";5777.92067533836;TRUE;"Your Place" +"vegetation";"vegetation";13.050073325634;TRUE;"Your Place" +"urban";"vegetation";500.042851719481;FALSE;"Your Place" +"vegetation";"vegetation";1454.68570747564;TRUE;"Your Place" +"vegetation";"vegetation";3257.60626145778;TRUE;"Your Place" +"urban";"impervious";38.4994203074311;FALSE;"Your Place" +"urban";"impervious";19.7001287881285;FALSE;"Your Place" +"urban";"impervious";15998.1985230315;FALSE;"Your Place" +"impervious";"impervious";3.0511175384745;TRUE;"Your Place" +"vegetation";"impervious";1704.65384935029;FALSE;"Your Place" +"vegetation";"impervious";21.8459015772678;FALSE;"Your Place" +"vegetation";"impervious";51.8271823634859;FALSE;"Your Place" +"urban";"vegetation";7542.07881641015;FALSE;"Your Place" +"impervious";"vegetation";0.00383284315466881;FALSE;"Your Place" +"vegetation";"vegetation";274.604636630043;TRUE;"Your Place" +"vegetation";"vegetation";10.4351866934812;TRUE;"Your Place" +"vegetation";"vegetation";0.238714609986346;TRUE;"Your Place" +"vegetation";"vegetation";18.435298260767;TRUE;"Your Place" +"urban";"vegetation";3.44920779298991;FALSE;"Your Place" +"urban";"vegetation";50.9049660018645;FALSE;"Your Place" +"impervious";"vegetation";7.93323165737092;FALSE;"Your Place" +"vegetation";"vegetation";78.4456256518606;TRUE;"Your Place" +"vegetation";"vegetation";161.751260933757;TRUE;"Your Place" +"vegetation";"vegetation";69183.2987551984;TRUE;"Your Place" +"vegetation";"vegetation";1.26345944905188;TRUE;"Your Place" +"urban";"vegetation";6.91278819018044;FALSE;"Your Place" +"urban";"vegetation";15.8405275723198;FALSE;"Your Place" +"urban";"vegetation";5779.45760534797;FALSE;"Your Place" +"urban";"vegetation";37.4317409237847;FALSE;"Your Place" +"vegetation";"vegetation";1409.32577102719;TRUE;"Your Place" +"vegetation";"vegetation";2.22317850073159;TRUE;"Your Place" +"vegetation";"vegetation";0.587976254813839;TRUE;"Your Place" +"impervious";"vegetation";15882.1102908892;FALSE;"Your Place" +"impervious";"vegetation";39.8210254644946;FALSE;"Your Place" +"vegetation";"vegetation";923.156037862063;TRUE;"Your Place" +"urban";"vegetation";80.1220616712235;FALSE;"Your Place" +"impervious";"vegetation";26.5970780352782;FALSE;"Your Place" +"impervious";"vegetation";23972.2890410852;FALSE;"Your Place" +"vegetation";"vegetation";0.0133153370115906;TRUE;"Your Place" +"vegetation";"vegetation";525.510747394292;TRUE;"Your Place" +"urban";"impervious";5051.61481775832;FALSE;"Your Place" +"impervious";"impervious";58.1471411380917;TRUE;"Your Place" +"impervious";"impervious";1.42118826392107;TRUE;"Your Place" +"impervious";"impervious";45.4141895892099;TRUE;"Your Place" +"impervious";"impervious";198.739953066222;TRUE;"Your Place" +"vegetation";"impervious";3965.95308141562;FALSE;"Your Place" +"vegetation";"impervious";5.66549079283141;FALSE;"Your Place" +"vegetation";"impervious";1685.93289890606;FALSE;"Your Place" +"urban";"vegetation";55.7420375985093;FALSE;"Your Place" +"urban";"vegetation";4791.54325451999;FALSE;"Your Place" +"urban";"vegetation";12605.5659542821;FALSE;"Your Place" +"urban";"vegetation";3.06305935251294;FALSE;"Your Place" +"urban";"vegetation";175.230435362551;FALSE;"Your Place" +"urban";"vegetation";80.3336123745539;FALSE;"Your Place" +"urban";"vegetation";46906.1681055035;FALSE;"Your Place" +"urban";"vegetation";21.4693149104714;FALSE;"Your Place" +"vegetation";"vegetation";103.989819331677;TRUE;"Your Place" +"vegetation";"vegetation";0.110233516345033;TRUE;"Your Place" +"vegetation";"vegetation";579.243211677676;TRUE;"Your Place" +"urban";"vegetation";35.717472858727;FALSE;"Your Place" +"impervious";"vegetation";0.200277758296579;FALSE;"Your Place" +"impervious";"vegetation";7373.4373470908;FALSE;"Your Place" +"impervious";"vegetation";18.6815495511983;FALSE;"Your Place" +"urban";"vegetation";6495.53835827607;FALSE;"Your Place" +"impervious";"vegetation";0.303211957798339;FALSE;"Your Place" +"impervious";"vegetation";3.1925405904185;FALSE;"Your Place" +"urban";"vegetation";23.1071171382318;FALSE;"Your Place" +"urban";"vegetation";163.863049587002;FALSE;"Your Place" +"impervious";"vegetation";7597.67320405156;FALSE;"Your Place" +"impervious";"vegetation";93.8537850910798;FALSE;"Your Place" +"urban";"impervious";21.2178747844882;FALSE;"Your Place" +"urban";"impervious";3396.71898487723;FALSE;"Your Place" +"urban";"vegetation";2.2949419929646;FALSE;"Your Place" +"urban";"vegetation";8.35906104557216;FALSE;"Your Place" +"urban";"vegetation";99.1670382221346;FALSE;"Your Place" +"urban";"vegetation";38781.1261195072;FALSE;"Your Place" +"urban";"vegetation";26.7379205190227;FALSE;"Your Place" +"urban";"vegetation";58.9256887007505;FALSE;"Your Place" +"urban";"vegetation";3481.04612336593;FALSE;"Your Place" +"urban";"vegetation";44802.902324941;FALSE;"Your Place" +"vegetation";"vegetation";43.9041624749589;TRUE;"Your Place" +"vegetation";"vegetation";239.518566915649;TRUE;"Your Place" +"vegetation";"vegetation";296.85262183717;TRUE;"Your Place" +"impervious";"vegetation";126.547008510097;FALSE;"Your Place" +"vegetation";"impervious";68.403583269348;FALSE;"Your Place" +"impervious";"impervious";1901.69324006326;TRUE;"Your Place" +"vegetation";"impervious";217.127055336096;FALSE;"Your Place" +"vegetation";"impervious";4963.78567695245;FALSE;"Your Place" +"urban";"vegetation";12.46829234506;FALSE;"Your Place" +"urban";"vegetation";5966.69326357462;FALSE;"Your Place" +"urban";"vegetation";1.50907240493689;FALSE;"Your Place" +"vegetation";"vegetation";6497.2537566321;TRUE;"Your Place" +"urban";"vegetation";41.474031587597;FALSE;"Your Place" +"vegetation";"vegetation";0.258380405313801;TRUE;"Your Place" +"vegetation";"vegetation";56.4179964117939;TRUE;"Your Place" +"vegetation";"vegetation";34714.3324075392;TRUE;"Your Place" +"urban";"vegetation";0.70366175394156;FALSE;"Your Place" +"urban";"vegetation";12548.1793672424;FALSE;"Your Place" +"urban";"vegetation";39.0818260280357;FALSE;"Your Place" +"urban";"vegetation";69.4256187602878;FALSE;"Your Place" +"urban";"vegetation";3288.71253251564;FALSE;"Your Place" +"urban";"vegetation";417.825792448944;FALSE;"Your Place" +"urban";"vegetation";4.82218968131201;FALSE;"Your Place" +"urban";"vegetation";47167.47377653;FALSE;"Your Place" +"urban";"vegetation";69.360199132374;FALSE;"Your Place" +"urban";"vegetation";76.0378035803587;FALSE;"Your Place" +"urban";"vegetation";77.7871832919773;FALSE;"Your Place" +"urban";"vegetation";27.7800081710739;FALSE;"Your Place" +"urban";"vegetation";6.29493100067702;FALSE;"Your Place" +"vegetation";"vegetation";0.0794056715531042;TRUE;"Your Place" +"vegetation";"vegetation";808.330420991406;TRUE;"Your Place" +"impervious";"vegetation";4376.643660281;FALSE;"Your Place" +"impervious";"vegetation";71.9281347471988;FALSE;"Your Place" +"impervious";"vegetation";12.2730604272147;FALSE;"Your Place" +"impervious";"vegetation";2060.7730944939;FALSE;"Your Place" +"impervious";"vegetation";1.08473259948369;FALSE;"Your Place" +"impervious";"vegetation";1.11271806887453;FALSE;"Your Place" +"urban";"vegetation";18.3609795193042;FALSE;"Your Place" +"urban";"vegetation";2.48313506576233;FALSE;"Your Place" +"urban";"vegetation";65.1840442565735;FALSE;"Your Place" +"vegetation";"vegetation";16.6239827945828;TRUE;"Your Place" +"vegetation";"vegetation";50072.7509180648;TRUE;"Your Place" +"urban";"vegetation";39853.5057021789;FALSE;"Your Place" +"urban";"vegetation";4.91320739686489;FALSE;"Your Place" +"vegetation";"vegetation";147.771537523819;TRUE;"Your Place" +"vegetation";"vegetation";127.284434688278;TRUE;"Your Place" +"vegetation";"vegetation";133.393686886877;TRUE;"Your Place" +"urban";"vegetation";37936.5603835045;FALSE;"Your Place" +"urban";"vegetation";11.5207636663572;FALSE;"Your Place" +"urban";"vegetation";41.2363731710939;FALSE;"Your Place" +"vegetation";"vegetation";5.42018770315917;TRUE;"Your Place" +"impervious";"vegetation";22.0041586197913;FALSE;"Your Place" +"vegetation";"vegetation";6343.63719843002;TRUE;"Your Place" +"vegetation";"vegetation";435.17850780912;TRUE;"Your Place" +"vegetation";"vegetation";27629.5862427806;TRUE;"Your Place" +"vegetation";"vegetation";17.9996432763583;TRUE;"Your Place" +"impervious";"impervious";13.7798267182079;TRUE;"Your Place" +"impervious";"impervious";3346.50679302192;TRUE;"Your Place" +"impervious";"impervious";80.9003247544752;TRUE;"Your Place" +"urban";"vegetation";48067.7820187887;FALSE;"Your Place" +"urban";"vegetation";9.79427398205735;FALSE;"Your Place" +"urban";"vegetation";360.229619341902;FALSE;"Your Place" +"vegetation";"vegetation";215.783592999098;TRUE;"Your Place" +"vegetation";"vegetation";168.08330620062;TRUE;"Your Place" +"urban";"vegetation";184.907220132882;FALSE;"Your Place" +"vegetation";"vegetation";8.02041516290046;TRUE;"Your Place" +"vegetation";"urban";516.748113688082;FALSE;"Your Place" +"urban";"urban";2887.02026711032;TRUE;"Your Place" +"impervious";"urban";194.496944695245;FALSE;"Your Place" +"urban";"urban";21.0697385626845;TRUE;"Your Place" +"urban";"urban";12705.6721883325;TRUE;"Your Place" +"urban";"urban";8.65652258354328;TRUE;"Your Place" +"impervious";"urban";157.555027339607;FALSE;"Your Place" +"urban";"urban";16.5824842299335;TRUE;"Your Place" +"urban";"urban";13538.6073035182;TRUE;"Your Place" +"impervious";"urban";41.3794306670316;FALSE;"Your Place" +"impervious";"urban";9.4410337600857;FALSE;"Your Place" +"urban";"urban";9245.24174527475;TRUE;"Your Place" +"urban";"urban";21.9955265847821;TRUE;"Your Place" +"urban";"urban";33.6119825978749;TRUE;"Your Place" +"vegetation";"urban";30.8799797396641;FALSE;"Your Place" +"urban";"urban";5967.60089895967;TRUE;"Your Place" +"urban";"urban";70.4788701427169;TRUE;"Your Place" +"urban";"urban";11.9726540641859;TRUE;"Your Place" +"urban";"urban";32.4063871435355;TRUE;"Your Place" +"impervious";"urban";49.3548955657752;FALSE;"Your Place" +"urban";"urban";34227.7595251971;TRUE;"Your Place" +"urban";"urban";10.2692680754117;TRUE;"Your Place" +"urban";"urban";35.6279891292434;TRUE;"Your Place" +"urban";"urban";46.9428847003728;TRUE;"Your Place" +"urban";"urban";74.4558303777012;TRUE;"Your Place" +"impervious";"urban";77.4499183916803;FALSE;"Your Place" +"urban";"urban";3.78341664194159;TRUE;"Your Place" +"urban";"urban";12969.5470229644;TRUE;"Your Place" +"urban";"urban";3.69944573269458;TRUE;"Your Place" +"urban";"urban";20.7353944606148;TRUE;"Your Place" +"impervious";"urban";17.5959090054967;FALSE;"Your Place" +"urban";"urban";43424.9621590493;TRUE;"Your Place" +"urban";"urban";145.663660436883;TRUE;"Your Place" +"urban";"urban";41.603321275441;TRUE;"Your Place" +"vegetation";"urban";0.772880250049639;FALSE;"Your Place" +"impervious";"urban";24.6954233752331;FALSE;"Your Place" +"impervious";"urban";8.43579070270061;FALSE;"Your Place" +"urban";"urban";144.143765673842;TRUE;"Your Place" +"urban";"urban";191.069858580813;TRUE;"Your Place" +"urban";"urban";15572.9826835804;TRUE;"Your Place" +"urban";"urban";13307.2813350041;TRUE;"Your Place" +"urban";"urban";3.9408680194756;TRUE;"Your Place" +"impervious";"urban";16.9202379684612;FALSE;"Your Place" +"urban";"urban";58.1641262962949;TRUE;"Your Place" +"urban";"urban";3.18522450118326;TRUE;"Your Place" +"urban";"urban";71136.4378468277;TRUE;"Your Place" +"urban";"urban";4.05356745491736;TRUE;"Your Place" +"urban";"urban";29.4800377192259;TRUE;"Your Place" +"vegetation";"urban";45.1296132297721;FALSE;"Your Place" +"urban";"urban";10.2091733012348;TRUE;"Your Place" +"urban";"urban";39.6500690425746;TRUE;"Your Place" +"urban";"urban";14362.0473984238;TRUE;"Your Place" +"impervious";"urban";40.4860327609349;FALSE;"Your Place" +"impervious";"urban";77.1970967999659;FALSE;"Your Place" +"urban";"urban";38.8784488961101;TRUE;"Your Place" +"urban";"urban";966.333602298982;TRUE;"Your Place" +"urban";"urban";275.34512547357;TRUE;"Your Place" +"urban";"urban";58.7780442480871;TRUE;"Your Place" +"urban";"urban";36.6232937341956;TRUE;"Your Place" +"urban";"urban";12863.1039703041;TRUE;"Your Place" +"urban";"urban";0.573064914904535;TRUE;"Your Place" +"urban";"urban";102.038383574458;TRUE;"Your Place" +"urban";"urban";9931.47242274042;TRUE;"Your Place" +"urban";"urban";69.5175753700314;TRUE;"Your Place" +"impervious";"urban";2.59707842115313;FALSE;"Your Place" +"vegetation";"urban";72.4439917341806;FALSE;"Your Place" +"urban";"urban";199.719650657731;TRUE;"Your Place" +"urban";"urban";12.6888399887393;TRUE;"Your Place" +"urban";"urban";111.563392260345;TRUE;"Your Place" +"vegetation";"urban";3.3866140852333;FALSE;"Your Place" +"vegetation";"urban";1386.01949010912;FALSE;"Your Place" +"vegetation";"urban";47229.5180875449;FALSE;"Your Place" +"vegetation";"urban";1380.8103287009;FALSE;"Your Place" +"urban";"urban";117.510640329507;TRUE;"Your Place" +"urban";"urban";3.50083907833323;TRUE;"Your Place" +"urban";"urban";71.1708474687184;TRUE;"Your Place" +"urban";"urban";10095.4538394998;TRUE;"Your Place" +"urban";"urban";12.4014467510497;TRUE;"Your Place" +"urban";"urban";11.5170651259832;TRUE;"Your Place" +"urban";"urban";12.0677553843707;TRUE;"Your Place" +"urban";"urban";94980.5600707477;TRUE;"Your Place" +"urban";"urban";107.850643248064;TRUE;"Your Place" +"urban";"urban";86.1065836383495;TRUE;"Your Place" +"impervious";"urban";50.726647144882;FALSE;"Your Place" +"impervious";"urban";13.9862899320724;FALSE;"Your Place" +"vegetation";"urban";18912.5500512244;FALSE;"Your Place" +"urban";"urban";32123.1734533025;TRUE;"Your Place" +"urban";"urban";8.65685889852466;TRUE;"Your Place" +"urban";"urban";1.74827795324381;TRUE;"Your Place" +"urban";"urban";121.773511659349;TRUE;"Your Place" +"urban";"urban";15.9693131721579;TRUE;"Your Place" +"urban";"urban";11170.0646318891;TRUE;"Your Place" +"urban";"urban";20629.8564387094;TRUE;"Your Place" +"urban";"urban";42.4761985505465;TRUE;"Your Place" +"urban";"urban";3.24454048043117;TRUE;"Your Place" +"urban";"urban";3.98296322891838;TRUE;"Your Place" +"vegetation";"urban";62.4163660465274;FALSE;"Your Place" +"impervious";"urban";1010.70907389;FALSE;"Your Place" +"vegetation";"urban";276.840986587456;FALSE;"Your Place" +"urban";"urban";0.898429719731212;TRUE;"Your Place" +"urban";"urban";406.785443298751;TRUE;"Your Place" +"vegetation";"urban";1285.71323459508;FALSE;"Your Place" +"urban";"urban";2236.30832078494;TRUE;"Your Place" +"vegetation";"urban";1140.25440983288;FALSE;"Your Place" +"vegetation";"urban";14.9431693107181;FALSE;"Your Place" +"urban";"urban";74.4710169360042;TRUE;"Your Place" +"urban";"urban";7422.60832357779;TRUE;"Your Place" +"urban";"urban";68.4544391792733;TRUE;"Your Place" +"urban";"urban";4170.68218139058;TRUE;"Your Place" +"urban";"urban";13.348992760526;TRUE;"Your Place" +"vegetation";"urban";0.505519642611034;FALSE;"Your Place" +"urban";"urban";6556.6433742079;TRUE;"Your Place" +"urban";"urban";17.4800230166875;TRUE;"Your Place" +"urban";"urban";18.4048828002997;TRUE;"Your Place" +"urban";"urban";6.0230955431125;TRUE;"Your Place" +"vegetation";"urban";155.444707645569;FALSE;"Your Place" +"vegetation";"urban";524.575833418989;FALSE;"Your Place" +"urban";"urban";57.3926191560749;TRUE;"Your Place" +"urban";"urban";8.29042251396459;TRUE;"Your Place" +"urban";"urban";4255.04243915435;TRUE;"Your Place" +"vegetation";"urban";684.273725847714;FALSE;"Your Place" +"urban";"urban";4637.12414781229;TRUE;"Your Place" +"urban";"urban";17.2507121702074;TRUE;"Your Place" +"urban";"urban";19.2587021482177;TRUE;"Your Place" +"urban";"urban";15.7417921217857;TRUE;"Your Place" +"urban";"urban";15.0864010169171;TRUE;"Your Place" +"vegetation";"urban";162.998356577009;FALSE;"Your Place" +"vegetation";"urban";31742.664257586;FALSE;"Your Place" +"urban";"urban";25.4441669962835;TRUE;"Your Place" +"urban";"urban";16.6750969463901;TRUE;"Your Place" +"urban";"urban";3980.61110797833;TRUE;"Your Place" +"urban";"urban";39.0933252912837;TRUE;"Your Place" +"urban";"urban";34.4899664847762;TRUE;"Your Place" +"urban";"urban";7043.25105124339;TRUE;"Your Place" +"urban";"urban";75.0219500569128;TRUE;"Your Place" +"urban";"urban";12.5119720038492;TRUE;"Your Place" +"urban";"urban";0.475423178606434;TRUE;"Your Place" +"urban";"urban";129.288237553061;TRUE;"Your Place" +"urban";"urban";55619.4306137618;TRUE;"Your Place" +"urban";"urban";3.23798120008723;TRUE;"Your Place" +"urban";"urban";207.186620894819;TRUE;"Your Place" +"urban";"urban";16.8428945579217;TRUE;"Your Place" +"urban";"urban";35576.8631787966;TRUE;"Your Place" +"urban";"urban";29.8077978109941;TRUE;"Your Place" +"urban";"urban";6.92433309834269;TRUE;"Your Place" +"urban";"urban";120.02717618132;TRUE;"Your Place" +"vegetation";"urban";5.52947295689955;FALSE;"Your Place" +"urban";"urban";45.120327482764;TRUE;"Your Place" +"urban";"urban";13336.2688549348;TRUE;"Your Place" +"impervious";"urban";49.8427759333572;FALSE;"Your Place" +"urban";"urban";23401.4071312009;TRUE;"Your Place" +"urban";"urban";34.4299473383435;TRUE;"Your Place" +"urban";"urban";50.0735570122852;TRUE;"Your Place" +"impervious";"urban";1.00731107452884;FALSE;"Your Place" +"impervious";"urban";77.7360735468101;FALSE;"Your Place" +"vegetation";"urban";1036.92444373365;FALSE;"Your Place" +"urban";"urban";106.385752698251;TRUE;"Your Place" +"urban";"urban";34199.3111063153;TRUE;"Your Place" +"vegetation";"urban";4.0333021034894;FALSE;"Your Place" +"impervious";"urban";15.3732394054532;FALSE;"Your Place" +"vegetation";"urban";313.982227488741;FALSE;"Your Place" +"vegetation";"urban";738.546011397615;FALSE;"Your Place" +"vegetation";"urban";33.0946968323551;FALSE;"Your Place" +"urban";"urban";43.7494709787952;TRUE;"Your Place" +"urban";"urban";21628.0750299192;TRUE;"Your Place" +"impervious";"urban";0.534491140876526;FALSE;"Your Place" +"vegetation";"urban";55.1051081820042;FALSE;"Your Place" +"urban";"urban";3047.70116758905;TRUE;"Your Place" +"urban";"urban";40.5096026260871;TRUE;"Your Place" +"urban";"urban";210.146492746542;TRUE;"Your Place" +"urban";"urban";5924.33856800431;TRUE;"Your Place" +"urban";"urban";10.6940167282883;TRUE;"Your Place" +"urban";"urban";9.77079296761076;TRUE;"Your Place" +"urban";"urban";12.4515062822611;TRUE;"Your Place" +"urban";"urban";36.7404920124682;TRUE;"Your Place" +"urban";"urban";11620.4788112653;TRUE;"Your Place" +"urban";"urban";2.52708714798791;TRUE;"Your Place" +"urban";"urban";9.95089245749114;TRUE;"Your Place" +"urban";"urban";53.0629314745311;TRUE;"Your Place" +"urban";"urban";2.8567516529256;TRUE;"Your Place" +"urban";"urban";148.151175957246;TRUE;"Your Place" +"urban";"urban";31808.3566374567;TRUE;"Your Place" +"urban";"urban";0.140269772069587;TRUE;"Your Place" +"urban";"urban";43.2020175917132;TRUE;"Your Place" +"urban";"urban";0.0575888496514381;TRUE;"Your Place" +"urban";"urban";24.2077230308205;TRUE;"Your Place" +"urban";"urban";4.04417279997142;TRUE;"Your Place" +"urban";"urban";8044.85162152955;TRUE;"Your Place" +"vegetation";"urban";4.82121625682339;FALSE;"Your Place" +"urban";"urban";20.3833511158591;TRUE;"Your Place" +"urban";"urban";15.8797494303435;TRUE;"Your Place" +"urban";"urban";1.44755760022963;TRUE;"Your Place" +"urban";"urban";4841.27878351416;TRUE;"Your Place" +"vegetation";"urban";4.92967727603536;FALSE;"Your Place" +"impervious";"urban";9.03877863106027;FALSE;"Your Place" +"urban";"urban";6853.54029370565;TRUE;"Your Place" +"urban";"urban";11.5319645530544;TRUE;"Your Place" +"urban";"urban";16.8254422966857;TRUE;"Your Place" +"urban";"urban";8.61007074266672;TRUE;"Your Place" +"urban";"urban";32.397015853785;TRUE;"Your Place" +"urban";"urban";28.2497391604702;TRUE;"Your Place" +"urban";"urban";36839.5688970509;TRUE;"Your Place" +"urban";"urban";65.3488904589321;TRUE;"Your Place" +"urban";"urban";63.5093412084971;TRUE;"Your Place" +"urban";"urban";9.58525220432784;TRUE;"Your Place" +"urban";"urban";52.622062901035;TRUE;"Your Place" +"urban";"urban";6.17612407775596;TRUE;"Your Place" +"impervious";"urban";5.24205551105479;FALSE;"Your Place" +"urban";"urban";42.53015992156;TRUE;"Your Place" +"urban";"urban";5843.01324641611;TRUE;"Your Place" +"urban";"urban";22.1202990927268;TRUE;"Your Place" +"urban";"urban";4.2628081724979;TRUE;"Your Place" +"impervious";"urban";7.09938287601108;FALSE;"Your Place" +"impervious";"urban";1.74894715938717;FALSE;"Your Place" +"urban";"urban";15.542552619765;TRUE;"Your Place" +"urban";"urban";4046.26735808002;TRUE;"Your Place" +"urban";"urban";45.8001793464646;TRUE;"Your Place" +"urban";"urban";32.0334040673333;TRUE;"Your Place" +"urban";"urban";48.1088153598248;TRUE;"Your Place" +"urban";"urban";15.2431089830693;TRUE;"Your Place" +"urban";"urban";45.9425063383533;TRUE;"Your Place" +"urban";"urban";7303.7453375347;TRUE;"Your Place" +"urban";"urban";110.065738727906;TRUE;"Your Place" +"urban";"urban";0.865248769929167;TRUE;"Your Place" +"urban";"urban";209.5539718566;TRUE;"Your Place" +"urban";"urban";19.241419065278;TRUE;"Your Place" +"urban";"urban";14651.3633101792;TRUE;"Your Place" +"urban";"urban";20.87383766938;TRUE;"Your Place" +"urban";"urban";5502.2668380611;TRUE;"Your Place" +"urban";"urban";0.043450210505398;TRUE;"Your Place" +"urban";"urban";56.9483526535332;TRUE;"Your Place" +"urban";"urban";2315.11891083419;TRUE;"Your Place" +"urban";"urban";31.5016243197024;TRUE;"Your Place" +"urban";"urban";2510.80103072035;TRUE;"Your Place" +"urban";"urban";16.2332832334796;TRUE;"Your Place" +"impervious";"urban";48.8521158742369;FALSE;"Your Place" +"impervious";"urban";9.19001534907147;FALSE;"Your Place" +"urban";"urban";5.62311712947849;TRUE;"Your Place" +"urban";"urban";6539.8573595481;TRUE;"Your Place" +"urban";"urban";19.3678901138774;TRUE;"Your Place" +"urban";"urban";55.7081775596016;TRUE;"Your Place" +"urban";"urban";19.285271409899;TRUE;"Your Place" +"urban";"urban";1.94559042173205;TRUE;"Your Place" +"impervious";"urban";15.126457516395;FALSE;"Your Place" +"urban";"urban";28.8678331172559;TRUE;"Your Place" +"urban";"urban";3529.63556390512;TRUE;"Your Place" +"urban";"urban";30.8999687702162;TRUE;"Your Place" +"urban";"urban";38.3527935501188;TRUE;"Your Place" +"urban";"urban";1.20236442511668;TRUE;"Your Place" +"urban";"urban";7.18268446996808;TRUE;"Your Place" +"urban";"urban";880.548535905371;TRUE;"Your Place" +"urban";"urban";20.433942551259;TRUE;"Your Place" +"impervious";"urban";43.2353810211644;FALSE;"Your Place" +"urban";"urban";1101.29377354824;TRUE;"Your Place" +"urban";"urban";0.313877777341986;TRUE;"Your Place" +"urban";"urban";0.396618513856083;TRUE;"Your Place" +"urban";"urban";2.59564847173169;TRUE;"Your Place" +"urban";"urban";6.73712304273795;TRUE;"Your Place" +"urban";"urban";9085.68214053544;TRUE;"Your Place" +"urban";"urban";54.2793088303297;TRUE;"Your Place" +"urban";"urban";34.5873298108199;TRUE;"Your Place" +"urban";"urban";23.6983387898654;TRUE;"Your Place" +"urban";"urban";0.645167555252556;TRUE;"Your Place" +"urban";"urban";90.9608298493549;TRUE;"Your Place" +"urban";"urban";16836.6927793361;TRUE;"Your Place" +"urban";"urban";634.821022446267;TRUE;"Your Place" +"impervious";"urban";7.75446352735162;FALSE;"Your Place" +"urban";"urban";12.2315044519273;TRUE;"Your Place" +"urban";"urban";76.7777030532598;TRUE;"Your Place" +"urban";"urban";2510.80538929751;TRUE;"Your Place" +"urban";"urban";23.7549714669585;TRUE;"Your Place" +"urban";"urban";0.990934778601513;TRUE;"Your Place" +"vegetation";"urban";384.673532657325;FALSE;"Your Place" +"vegetation";"urban";231.925340004498;FALSE;"Your Place" +"urban";"urban";3.93900457841664;TRUE;"Your Place" +"urban";"urban";0.6904420821229;TRUE;"Your Place" +"urban";"urban";0.416436191553657;TRUE;"Your Place" +"urban";"urban";3542.05692311481;TRUE;"Your Place" +"impervious";"urban";1.62076651526149;FALSE;"Your Place" +"urban";"urban";15.0253921956755;TRUE;"Your Place" +"urban";"urban";2500.98692572722;TRUE;"Your Place" +"urban";"urban";2.25578188456711;TRUE;"Your Place" +"urban";"urban";1.50419640922337;TRUE;"Your Place" +"urban";"urban";49.048181034188;TRUE;"Your Place" +"impervious";"urban";3.88818801601883;FALSE;"Your Place" +"impervious";"urban";7.95858967809181;FALSE;"Your Place" +"urban";"urban";16.4220305262133;TRUE;"Your Place" +"urban";"urban";32.0203056340106;TRUE;"Your Place" +"urban";"urban";9145.97113663773;TRUE;"Your Place" +"urban";"urban";30.7341598487401;TRUE;"Your Place" +"impervious";"urban";48.6956791136327;FALSE;"Your Place" +"urban";"urban";47.3196673644707;TRUE;"Your Place" +"urban";"urban";49.8180920891464;TRUE;"Your Place" +"urban";"urban";2243.01846740581;TRUE;"Your Place" +"urban";"urban";64.735649459064;TRUE;"Your Place" +"urban";"urban";14.0388332009315;TRUE;"Your Place" +"urban";"urban";23.5846592341186;TRUE;"Your Place" +"urban";"urban";2026.69936743658;TRUE;"Your Place" +"urban";"urban";64.3562165569747;TRUE;"Your Place" +"urban";"urban";20.6081171020924;TRUE;"Your Place" +"urban";"urban";42.2633554120548;TRUE;"Your Place" +"urban";"urban";48.7637691560667;TRUE;"Your Place" +"urban";"urban";3827.38040835544;TRUE;"Your Place" +"urban";"urban";65.4170280135004;TRUE;"Your Place" +"impervious";"urban";8.65902640626882;FALSE;"Your Place" +"impervious";"urban";68.2482391574886;FALSE;"Your Place" +"impervious";"urban";252.211794431787;FALSE;"Your Place" +"urban";"urban";2626.95642616972;TRUE;"Your Place" +"urban";"urban";0.567130727933545;TRUE;"Your Place" +"urban";"urban";1301.05373346485;TRUE;"Your Place" +"urban";"urban";4.74189271991781;TRUE;"Your Place" +"urban";"urban";16.23643165455;TRUE;"Your Place" +"urban";"urban";1.76667407236528;TRUE;"Your Place" +"urban";"urban";27.2003648392856;TRUE;"Your Place" +"urban";"urban";27.7883736565709;TRUE;"Your Place" +"urban";"urban";16986.1847705032;TRUE;"Your Place" +"urban";"urban";132.489803861943;TRUE;"Your Place" +"impervious";"urban";38.0446429524745;FALSE;"Your Place" +"impervious";"urban";3.75887814642192;FALSE;"Your Place" +"urban";"urban";0.0507844618987292;TRUE;"Your Place" +"urban";"urban";16.5790743394755;TRUE;"Your Place" +"urban";"urban";105.966513317556;TRUE;"Your Place" +"urban";"urban";8837.20019157603;TRUE;"Your Place" +"urban";"urban";23.4087300780229;TRUE;"Your Place" +"urban";"urban";8.85597928892821;TRUE;"Your Place" +"urban";"urban";16.995388854295;TRUE;"Your Place" +"urban";"urban";42.7637201873586;TRUE;"Your Place" +"urban";"urban";744.253951765131;TRUE;"Your Place" +"impervious";"urban";13.8102467497811;FALSE;"Your Place" +"impervious";"urban";1.59904350677971;FALSE;"Your Place" +"urban";"urban";3.42092867521569;TRUE;"Your Place" +"urban";"urban";22.0386612270959;TRUE;"Your Place" +"urban";"urban";2040.51535901497;TRUE;"Your Place" +"urban";"urban";63.4886035080999;TRUE;"Your Place" +"urban";"urban";1453.4948912054;TRUE;"Your Place" +"urban";"urban";961.568034182535;TRUE;"Your Place" +"urban";"urban";20.2631612451805;TRUE;"Your Place" +"urban";"urban";787.279999357997;TRUE;"Your Place" +"urban";"urban";8.97761813522084;TRUE;"Your Place" +"impervious";"urban";1.74194287930732;FALSE;"Your Place" +"impervious";"urban";12.9092298145406;FALSE;"Your Place" +"urban";"urban";0.0522546885767952;TRUE;"Your Place" +"urban";"urban";73.7669494124129;TRUE;"Your Place" +"urban";"urban";3.66552375346873;TRUE;"Your Place" +"urban";"urban";15.2835937352211;TRUE;"Your Place" +"urban";"urban";11.5790369231108;TRUE;"Your Place" +"urban";"urban";14934.5243642051;TRUE;"Your Place" +"urban";"urban";29.2005626801401;TRUE;"Your Place" +"urban";"urban";197.473965244833;TRUE;"Your Place" +"urban";"urban";0.658884856035002;TRUE;"Your Place" +"urban";"urban";374.222870825091;TRUE;"Your Place" +"urban";"urban";2.89702895603841;TRUE;"Your Place" +"urban";"urban";1632.11178976635;TRUE;"Your Place" +"urban";"urban";0.268843503548851;TRUE;"Your Place" +"urban";"urban";2.87235613624216;TRUE;"Your Place" +"urban";"urban";20.0366801390483;TRUE;"Your Place" +"urban";"urban";6122.38010175822;TRUE;"Your Place" +"urban";"urban";0.105248879175633;TRUE;"Your Place" +"urban";"urban";12.1977469890844;TRUE;"Your Place" +"impervious";"urban";51.2518596267328;FALSE;"Your Place" +"urban";"urban";792.879757424875;TRUE;"Your Place" +"urban";"urban";1751.79887121468;TRUE;"Your Place" +"urban";"urban";2.48707415731042;TRUE;"Your Place" +"urban";"urban";28.622357032873;TRUE;"Your Place" +"urban";"urban";1762.70320653333;TRUE;"Your Place" +"urban";"urban";8.01723424484953;TRUE;"Your Place" +"urban";"urban";0.324634477612562;TRUE;"Your Place" +"urban";"urban";3900.22295979279;TRUE;"Your Place" +"urban";"urban";11.3782199345296;TRUE;"Your Place" +"urban";"urban";0.349986336550501;TRUE;"Your Place" +"urban";"urban";11.6100809279887;TRUE;"Your Place" +"urban";"urban";88.4586885087192;TRUE;"Your Place" +"urban";"urban";3004.05905202776;TRUE;"Your Place" +"urban";"urban";14.9682947471738;TRUE;"Your Place" +"impervious";"urban";1344.73622804426;FALSE;"Your Place" +"urban";"urban";8.12776633864269;TRUE;"Your Place" +"urban";"urban";2.51677408092655;TRUE;"Your Place" +"urban";"urban";93.6981395939365;TRUE;"Your Place" +"urban";"urban";528.048446872272;TRUE;"Your Place" +"urban";"urban";0.700074258260429;TRUE;"Your Place" +"urban";"urban";28.7456349237182;TRUE;"Your Place" +"urban";"urban";8771.37979966751;TRUE;"Your Place" +"urban";"urban";65.7183369803242;TRUE;"Your Place" +"urban";"urban";76.387656317791;TRUE;"Your Place" +"impervious";"urban";21.637008741618;FALSE;"Your Place" +"impervious";"urban";4574.89461803949;FALSE;"Your Place" +"vegetation";"urban";2076.97096617165;FALSE;"Your Place" +"urban";"urban";8.5846524660592;TRUE;"Your Place" +"urban";"urban";6.04223450375503;TRUE;"Your Place" +"urban";"urban";37.3743668212555;TRUE;"Your Place" +"urban";"urban";60.3434188007377;TRUE;"Your Place" +"urban";"urban";13780.480592099;TRUE;"Your Place" +"impervious";"urban";8.90585607104003;FALSE;"Your Place" +"vegetation";"urban";32.9438484425773;FALSE;"Your Place" +"vegetation";"urban";547.070619271435;FALSE;"Your Place" +"urban";"urban";1154.53568375016;TRUE;"Your Place" +"urban";"urban";0.00611510703674867;TRUE;"Your Place" +"impervious";"urban";0.112227551289834;FALSE;"Your Place" +"urban";"urban";23.113079207018;TRUE;"Your Place" +"urban";"urban";2.21277597884182;TRUE;"Your Place" +"urban";"urban";1508.95328441449;TRUE;"Your Place" +"urban";"urban";85.5411394723924;TRUE;"Your Place" +"urban";"urban";32.715872092318;TRUE;"Your Place" +"vegetation";"urban";1.59558401192771;FALSE;"Your Place" +"urban";"urban";18.822747872211;TRUE;"Your Place" +"vegetation";"urban";18.6964403041929;FALSE;"Your Place" +"vegetation";"urban";1570.72807313828;FALSE;"Your Place" +"urban";"urban";19.1585776570428;TRUE;"Your Place" +"urban";"urban";15.2944215418975;TRUE;"Your Place" +"urban";"urban";3544.07460958697;TRUE;"Your Place" +"urban";"urban";2.91894430245156;TRUE;"Your Place" +"urban";"urban";5.31952725915471;TRUE;"Your Place" +"urban";"urban";57.3179716426821;TRUE;"Your Place" +"urban";"urban";37.1376960371854;TRUE;"Your Place" +"urban";"urban";5.64061667583883;TRUE;"Your Place" +"urban";"urban";8.99242871324532;TRUE;"Your Place" +"urban";"urban";2172.46255006315;TRUE;"Your Place" +"urban";"urban";10.2570787188597;TRUE;"Your Place" +"urban";"urban";36.713161133317;TRUE;"Your Place" +"vegetation";"urban";419.11065546982;FALSE;"Your Place" +"vegetation";"urban";5746.67968478985;FALSE;"Your Place" +"urban";"urban";6.08118477988069;TRUE;"Your Place" +"urban";"urban";21071.1093838674;TRUE;"Your Place" +"urban";"urban";21.7678684667626;TRUE;"Your Place" +"urban";"urban";89.8709032068728;TRUE;"Your Place" +"urban";"urban";98.403063162601;TRUE;"Your Place" +"impervious";"urban";0.0954976902576163;FALSE;"Your Place" +"impervious";"urban";3.04243997583399;FALSE;"Your Place" +"urban";"urban";4766.5741862529;TRUE;"Your Place" +"urban";"urban";5.41201213060413;TRUE;"Your Place" +"urban";"urban";54.6433551975933;TRUE;"Your Place" +"urban";"urban";0.121691117645241;TRUE;"Your Place" +"urban";"urban";52.831854281947;TRUE;"Your Place" +"urban";"urban";2969.15795674187;TRUE;"Your Place" +"urban";"urban";2.17371357117372;TRUE;"Your Place" +"urban";"urban";84.8001376590692;TRUE;"Your Place" +"urban";"urban";0.105226817511721;TRUE;"Your Place" +"urban";"urban";0.548818622482941;TRUE;"Your Place" +"urban";"urban";5451.93666925386;TRUE;"Your Place" +"urban";"urban";45.4767120674951;TRUE;"Your Place" +"urban";"urban";43.1673742346466;TRUE;"Your Place" +"urban";"urban";1463.83767090115;TRUE;"Your Place" +"urban";"urban";0.871028418623609;TRUE;"Your Place" +"urban";"urban";3.14211011352018;TRUE;"Your Place" +"urban";"urban";56.9961379631131;TRUE;"Your Place" +"impervious";"urban";7.54117631739064;FALSE;"Your Place" +"urban";"urban";12138.26198924;TRUE;"Your Place" +"urban";"urban";3.81481970055029;TRUE;"Your Place" +"impervious";"urban";81.8484067020472;FALSE;"Your Place" +"impervious";"urban";21.1915620788932;FALSE;"Your Place" +"impervious";"urban";29.5902830409177;FALSE;"Your Place" +"urban";"urban";8.18531384854577;TRUE;"Your Place" +"urban";"urban";15.179106948548;TRUE;"Your Place" +"urban";"urban";992.625630612485;TRUE;"Your Place" +"urban";"urban";32.7015334540301;TRUE;"Your Place" +"impervious";"urban";0.0176992786655319;FALSE;"Your Place" +"impervious";"urban";18.4584553876193;FALSE;"Your Place" +"vegetation";"urban";369.83847743663;FALSE;"Your Place" +"urban";"urban";13.1683413071733;TRUE;"Your Place" +"urban";"urban";17531.9416658198;TRUE;"Your Place" +"urban";"urban";22.5329972814652;TRUE;"Your Place" +"urban";"urban";61.4028081954457;TRUE;"Your Place" +"urban";"urban";4.85503174504265;TRUE;"Your Place" +"impervious";"urban";50.8569179261976;FALSE;"Your Place" +"urban";"urban";116.520225724962;TRUE;"Your Place" +"urban";"urban";5530.80264244555;TRUE;"Your Place" +"urban";"urban";5.43453828804195;TRUE;"Your Place" +"impervious";"urban";19.2576517917914;FALSE;"Your Place" +"urban";"urban";29.6891571171873;TRUE;"Your Place" +"urban";"urban";59.8704412613297;TRUE;"Your Place" +"urban";"urban";726.653657296381;TRUE;"Your Place" +"impervious";"urban";45.4953861789154;FALSE;"Your Place" +"urban";"urban";28.9887150754512;TRUE;"Your Place" +"urban";"urban";95.0313996771001;TRUE;"Your Place" +"urban";"urban";6333.27298010699;TRUE;"Your Place" +"urban";"urban";0.527331231918652;TRUE;"Your Place" +"urban";"urban";2.00966208055615;TRUE;"Your Place" +"urban";"urban";16215.801317906;TRUE;"Your Place" +"urban";"urban";16.8318951358087;TRUE;"Your Place" +"vegetation";"urban";0.367312547110487;FALSE;"Your Place" +"vegetation";"urban";2553.22370990663;FALSE;"Your Place" +"urban";"urban";7630.17655061779;TRUE;"Your Place" +"urban";"urban";12.552055296881;TRUE;"Your Place" +"urban";"urban";88.4252673108131;TRUE;"Your Place" +"impervious";"urban";0.158175682707224;FALSE;"Your Place" +"urban";"urban";5.92543760176704;TRUE;"Your Place" +"urban";"urban";33.2414750289172;TRUE;"Your Place" +"urban";"urban";2786.22800282389;TRUE;"Your Place" +"impervious";"urban";20.0917143991101;FALSE;"Your Place" +"urban";"urban";10.7631974779069;TRUE;"Your Place" +"urban";"urban";45044.4738784931;TRUE;"Your Place" +"urban";"urban";7.53757811751711;TRUE;"Your Place" +"urban";"urban";58.2130880141631;TRUE;"Your Place" +"impervious";"urban";11.9693032853538;FALSE;"Your Place" +"urban";"urban";3.5433819051832;TRUE;"Your Place" +"urban";"urban";12107.8510194933;TRUE;"Your Place" +"vegetation";"urban";17.5260921753943;FALSE;"Your Place" +"vegetation";"urban";36.7932294388302;FALSE;"Your Place" +"vegetation";"urban";169.970081971958;FALSE;"Your Place" +"urban";"urban";35.4703352356446;TRUE;"Your Place" +"urban";"urban";48191.4962288393;TRUE;"Your Place" +"vegetation";"urban";1985.39410402614;FALSE;"Your Place" +"impervious";"urban";197.713764068671;FALSE;"Your Place" +"impervious";"urban";84.7650865509349;FALSE;"Your Place" +"vegetation";"urban";22.2930534440093;FALSE;"Your Place" +"urban";"urban";75.1830630026816;TRUE;"Your Place" +"urban";"urban";20759.8309610915;TRUE;"Your Place" +"urban";"urban";149.100040915306;TRUE;"Your Place" +"urban";"urban";274.811921006883;TRUE;"Your Place" +"vegetation";"urban";651.223433085222;FALSE;"Your Place" +"vegetation";"urban";1242.26848833574;FALSE;"Your Place" +"urban";"urban";5877.38755059242;TRUE;"Your Place" +"urban";"urban";8.23322805872886;TRUE;"Your Place" +"urban";"urban";21.5767496885674;TRUE;"Your Place" +"urban";"urban";43.8916053352877;TRUE;"Your Place" +"vegetation";"urban";195.933581671969;FALSE;"Your Place" +"urban";"urban";0.348581753523831;TRUE;"Your Place" +"urban";"urban";17.8691167646029;TRUE;"Your Place" +"urban";"urban";0.0868198498355923;TRUE;"Your Place" +"urban";"urban";6134.86501620454;TRUE;"Your Place" +"urban";"urban";5.1550121725877;TRUE;"Your Place" +"vegetation";"urban";6318.21309804078;FALSE;"Your Place" +"urban";"urban";40.5131000194233;TRUE;"Your Place" +"urban";"urban";3901.77540139086;TRUE;"Your Place" +"urban";"urban";105.084334365209;TRUE;"Your Place" +"vegetation";"urban";571.727752460865;FALSE;"Your Place" +"vegetation";"urban";985.003184783971;FALSE;"Your Place" +"urban";"urban";32.3288025270776;TRUE;"Your Place" +"urban";"urban";29.6385658353975;TRUE;"Your Place" +"urban";"urban";100315.131174038;TRUE;"Your Place" +"urban";"urban";67.3350977451773;TRUE;"Your Place" +"urban";"urban";34.2704739547335;TRUE;"Your Place" +"impervious";"urban";8.65000235073967;FALSE;"Your Place" +"impervious";"urban";1.07933084084652;FALSE;"Your Place" +"impervious";"urban";6.82521892641671;FALSE;"Your Place" +"impervious";"urban";1.00644577317871;FALSE;"Your Place" +"impervious";"urban";3.20567420982115;FALSE;"Your Place" +"urban";"urban";11810.6919563645;TRUE;"Your Place" +"urban";"urban";0.288277916202787;TRUE;"Your Place" +"impervious";"urban";57.3032942385762;FALSE;"Your Place" +"urban";"urban";2808.36290407134;TRUE;"Your Place" +"vegetation";"urban";581.304669783101;FALSE;"Your Place" +"urban";"urban";8639.96514024027;TRUE;"Your Place" +"urban";"urban";59.0473183058202;TRUE;"Your Place" +"impervious";"urban";17.7666252215276;FALSE;"Your Place" +"urban";"urban";53.5404887955847;TRUE;"Your Place" +"urban";"urban";97.5003165292583;TRUE;"Your Place" +"urban";"urban";12195.826153794;TRUE;"Your Place" +"vegetation";"urban";54.3281910507358;FALSE;"Your Place" +"urban";"urban";1544.44927007507;TRUE;"Your Place" +"urban";"urban";31.1687767556868;TRUE;"Your Place" +"urban";"urban";1371.46946174488;TRUE;"Your Place" +"urban";"urban";32619.6943957417;TRUE;"Your Place" +"urban";"urban";28.2894578856649;TRUE;"Your Place" +"urban";"urban";77.4233337207115;TRUE;"Your Place" +"impervious";"urban";10.8337248101016;FALSE;"Your Place" +"impervious";"urban";0.147188339440618;FALSE;"Your Place" +"impervious";"urban";74.4184443994891;FALSE;"Your Place" +"impervious";"urban";0.343353786418447;FALSE;"Your Place" +"urban";"urban";2.54556405061157;TRUE;"Your Place" +"vegetation";"urban";4079.07717693364;FALSE;"Your Place" +"urban";"urban";3845.29411164962;TRUE;"Your Place" +"urban";"urban";57.3010747075314;TRUE;"Your Place" +"urban";"urban";35551.8316278429;TRUE;"Your Place" +"urban";"urban";14.8340341247385;TRUE;"Your Place" +"urban";"urban";7.85905110166641;TRUE;"Your Place" +"urban";"urban";2.00571502777166;TRUE;"Your Place" +"urban";"urban";5.29488257248886;TRUE;"Your Place" +"impervious";"urban";8.59952427098324;FALSE;"Your Place" +"impervious";"urban";7.02644591825083;FALSE;"Your Place" +"urban";"urban";6771.60163845366;TRUE;"Your Place" +"vegetation";"urban";269.84242266533;FALSE;"Your Place" +"urban";"urban";11.2361878908123;TRUE;"Your Place" +"urban";"urban";36389.0927163257;TRUE;"Your Place" +"urban";"urban";16.2974053928629;TRUE;"Your Place" +"urban";"urban";22.0334456492856;TRUE;"Your Place" +"urban";"urban";105.906654574613;TRUE;"Your Place" +"impervious";"urban";1.55491961538792;FALSE;"Your Place" +"impervious";"urban";12.9566698630515;FALSE;"Your Place" +"impervious";"urban";59.7982042424701;FALSE;"Your Place" +"urban";"urban";19.2932776608795;TRUE;"Your Place" +"urban";"urban";8073.79561111378;TRUE;"Your Place" +"urban";"urban";30.6316361776553;TRUE;"Your Place" +"urban";"urban";59.3969706422649;TRUE;"Your Place" +"impervious";"urban";9.49314745218726;FALSE;"Your Place" +"impervious";"urban";49.764134684141;FALSE;"Your Place" +"impervious";"urban";33.0144894880941;FALSE;"Your Place" +"impervious";"urban";16.8922774736766;FALSE;"Your Place" +"urban";"urban";14545.2068549625;TRUE;"Your Place" +"urban";"urban";45.8366634231061;TRUE;"Your Place" +"urban";"urban";62.0815799762349;TRUE;"Your Place" +"impervious";"urban";25.7936980426311;FALSE;"Your Place" +"impervious";"urban";0.806962485206896;FALSE;"Your Place" +"vegetation";"urban";18042.6180473797;FALSE;"Your Place" +"urban";"urban";39.0004449784756;TRUE;"Your Place" +"urban";"urban";1.39007668878185;TRUE;"Your Place" +"vegetation";"urban";3164.75032279274;FALSE;"Your Place" +"urban";"urban";23.6725542621571;TRUE;"Your Place" +"urban";"urban";7969.56395886792;TRUE;"Your Place" +"urban";"urban";5.03567412192933;TRUE;"Your Place" +"impervious";"urban";0.810229601509491;FALSE;"Your Place" +"urban";"urban";2409.86081290711;TRUE;"Your Place" +"urban";"urban";18.1365201789886;TRUE;"Your Place" +"urban";"urban";46.0603238170988;TRUE;"Your Place" +"urban";"urban";4731.8620356943;TRUE;"Your Place" +"urban";"urban";3067.48630573065;TRUE;"Your Place" +"urban";"urban";121.723601728212;TRUE;"Your Place" +"urban";"urban";23081.335339624;TRUE;"Your Place" +"urban";"urban";10.806864469545;TRUE;"Your Place" +"urban";"urban";28.7335278536193;TRUE;"Your Place" +"urban";"urban";138.365373735782;TRUE;"Your Place" +"urban";"urban";36.7808912321925;TRUE;"Your Place" +"urban";"urban";15711.8298352361;TRUE;"Your Place" +"urban";"urban";59.3298660286528;TRUE;"Your Place" +"urban";"urban";64.7557967221364;TRUE;"Your Place" +"urban";"urban";22.958100233227;TRUE;"Your Place" +"urban";"urban";8.97637414048586;TRUE;"Your Place" +"urban";"urban";22.0922152242929;TRUE;"Your Place" +"urban";"urban";13.669122880252;TRUE;"Your Place" +"urban";"urban";36724.3856862424;TRUE;"Your Place" +"urban";"urban";23.9064670545631;TRUE;"Your Place" +"urban";"urban";0.113357854716014;TRUE;"Your Place" +"impervious";"urban";0.0378878871997586;FALSE;"Your Place" +"urban";"urban";5713.58538862225;TRUE;"Your Place" +"urban";"urban";29.8128352799686;TRUE;"Your Place" +"urban";"urban";2.08029530663043;TRUE;"Your Place" +"urban";"urban";7.05930109327892;TRUE;"Your Place" +"urban";"urban";27.4930722214194;TRUE;"Your Place" +"urban";"urban";6967.03561659576;TRUE;"Your Place" +"urban";"urban";143.219967855373;TRUE;"Your Place" +"impervious";"urban";3.64133815824607;FALSE;"Your Place" +"urban";"urban";8.43820112466346;TRUE;"Your Place" +"urban";"urban";9.37256019527558;TRUE;"Your Place" +"urban";"urban";9575.13832145231;TRUE;"Your Place" +"urban";"urban";8.9329765225084;TRUE;"Your Place" +"urban";"urban";17.0206386055797;TRUE;"Your Place" +"urban";"urban";2515.95249740011;TRUE;"Your Place" +"urban";"urban";90.2011799232569;TRUE;"Your Place" +"urban";"urban";10.6226220710378;TRUE;"Your Place" +"urban";"urban";147.125846037023;TRUE;"Your Place" +"urban";"urban";12.06390717873;TRUE;"Your Place" +"urban";"urban";3.8517761999683;TRUE;"Your Place" +"urban";"urban";44094.4767540069;TRUE;"Your Place" +"urban";"urban";2.59125294133082;TRUE;"Your Place" +"urban";"urban";59.9550997299375;TRUE;"Your Place" +"urban";"urban";0.00225564841093728;TRUE;"Your Place" +"urban";"urban";0.310422217007726;TRUE;"Your Place" +"urban";"urban";356.510229685868;TRUE;"Your Place" +"urban";"urban";1.08325602067634;TRUE;"Your Place" +"urban";"urban";1456.42242382676;TRUE;"Your Place" +"vegetation";"urban";5857.30455174882;FALSE;"Your Place" +"impervious";"urban";1.47525784399477;FALSE;"Your Place" +"vegetation";"urban";87.4710314781387;FALSE;"Your Place" +"urban";"urban";8.7905661976547;TRUE;"Your Place" +"urban";"urban";9.77874935082218;TRUE;"Your Place" +"urban";"urban";41.7763921667865;TRUE;"Your Place" +"urban";"urban";8739.54335290927;TRUE;"Your Place" +"urban";"urban";0.619963649660349;TRUE;"Your Place" +"urban";"urban";13.2932443112077;TRUE;"Your Place" +"urban";"urban";36.6165842118644;TRUE;"Your Place" +"urban";"urban";37507.6421828307;TRUE;"Your Place" +"urban";"urban";15.5509039072786;TRUE;"Your Place" +"impervious";"urban";111.122450242459;FALSE;"Your Place" +"urban";"urban";3051.07285193726;TRUE;"Your Place" +"urban";"urban";10.7047495925799;TRUE;"Your Place" +"urban";"urban";1.28026446979493;TRUE;"Your Place" +"urban";"urban";30923.5046486937;TRUE;"Your Place" +"urban";"urban";38.3907957117772;TRUE;"Your Place" +"urban";"urban";120.043026316911;TRUE;"Your Place" +"urban";"urban";41.3729733490036;TRUE;"Your Place" +"urban";"urban";51.3156765811145;TRUE;"Your Place" +"urban";"urban";3634.83925554901;TRUE;"Your Place" +"urban";"urban";44.0828747681808;TRUE;"Your Place" +"urban";"urban";5627.25335029792;TRUE;"Your Place" +"urban";"urban";3.29000612022355;TRUE;"Your Place" +"impervious";"urban";854.723526924849;FALSE;"Your Place" +"urban";"urban";67.5804998346139;TRUE;"Your Place" +"urban";"urban";46.442364104063;TRUE;"Your Place" +"urban";"urban";36.8607179257087;TRUE;"Your Place" +"urban";"urban";21.8490721195994;TRUE;"Your Place" +"urban";"urban";30758.8164069671;TRUE;"Your Place" +"urban";"urban";77.5926526435069;TRUE;"Your Place" +"urban";"urban";8.60445967217674;TRUE;"Your Place" +"urban";"urban";4.36371749336831;TRUE;"Your Place" +"urban";"urban";26.7438474902883;TRUE;"Your Place" +"impervious";"urban";20.5827443762901;FALSE;"Your Place" +"impervious";"urban";6240.60857354011;FALSE;"Your Place" +"urban";"urban";0.00484717069275575;TRUE;"Your Place" +"urban";"urban";118.077729241769;TRUE;"Your Place" +"urban";"urban";0.0974875145802372;TRUE;"Your Place" +"urban";"urban";49.6398375772405;TRUE;"Your Place" +"urban";"urban";23063.3182312362;TRUE;"Your Place" +"urban";"urban";0.288514758365636;TRUE;"Your Place" +"urban";"urban";25.8841148628853;TRUE;"Your Place" +"urban";"urban";73.5018273405731;TRUE;"Your Place" +"urban";"urban";13.0529935851137;TRUE;"Your Place" +"urban";"urban";165.9213939209;TRUE;"Your Place" +"urban";"urban";26122.4265251551;TRUE;"Your Place" +"urban";"urban";5.03602400294767;TRUE;"Your Place" +"urban";"urban";54.0815894687548;TRUE;"Your Place" +"urban";"urban";124.423148025482;TRUE;"Your Place" +"urban";"urban";79960.6331027695;TRUE;"Your Place" +"urban";"urban";12.0935333575253;TRUE;"Your Place" +"urban";"urban";74.543361367716;TRUE;"Your Place" +"urban";"urban";4.02965548017528;TRUE;"Your Place" +"impervious";"urban";5.71328629236814;FALSE;"Your Place" +"impervious";"urban";30.2961510208916;FALSE;"Your Place" +"impervious";"urban";55.6058580689132;FALSE;"Your Place" +"impervious";"urban";812.34921063669;FALSE;"Your Place" +"urban";"urban";868.6814394549;TRUE;"Your Place" +"urban";"urban";42.4871683195233;TRUE;"Your Place" +"urban";"urban";0.18201442649297;TRUE;"Your Place" +"urban";"urban";14405.5224970421;TRUE;"Your Place" +"urban";"urban";12.7558749122545;TRUE;"Your Place" +"urban";"urban";93.4561712947907;TRUE;"Your Place" +"urban";"urban";84.8364934700076;TRUE;"Your Place" +"urban";"urban";5094.59261990921;TRUE;"Your Place" +"urban";"urban";0.0679371989390347;TRUE;"Your Place" +"urban";"urban";4505.51352316913;TRUE;"Your Place" +"urban";"urban";7.96990078064846;TRUE;"Your Place" +"urban";"urban";60.6586335590109;TRUE;"Your Place" +"urban";"urban";0.108388588228991;TRUE;"Your Place" +"urban";"urban";0.86531084406306;TRUE;"Your Place" +"urban";"urban";3.98198481230065;TRUE;"Your Place" +"urban";"urban";30204.3160272674;TRUE;"Your Place" +"urban";"urban";38.2630297178403;TRUE;"Your Place" +"urban";"urban";13.5117662275443;TRUE;"Your Place" +"impervious";"urban";135.406137997838;FALSE;"Your Place" +"urban";"urban";3.16482759383507;TRUE;"Your Place" +"vegetation";"urban";22.4844716596999;FALSE;"Your Place" +"impervious";"urban";37.7903973780431;FALSE;"Your Place" +"impervious";"urban";12.6156992877368;FALSE;"Your Place" +"impervious";"urban";26224.949512967;FALSE;"Your Place" +"urban";"urban";1.5863482405839;TRUE;"Your Place" +"urban";"urban";3958.84627189231;TRUE;"Your Place" +"urban";"urban";827.097484602127;TRUE;"Your Place" +"urban";"urban";979.492954826506;TRUE;"Your Place" +"urban";"urban";1733.63378775993;TRUE;"Your Place" +"urban";"urban";25.8068393545691;TRUE;"Your Place" +"urban";"urban";28.9335882118903;TRUE;"Your Place" +"urban";"urban";4810.70918846875;TRUE;"Your Place" +"urban";"urban";0.747535275819246;TRUE;"Your Place" +"urban";"urban";12.0284995157563;TRUE;"Your Place" +"urban";"urban";24.0059094390017;TRUE;"Your Place" +"urban";"urban";5.20711097016465;TRUE;"Your Place" +"urban";"urban";6.78812003601342;TRUE;"Your Place" +"urban";"urban";63.6258239731396;TRUE;"Your Place" +"impervious";"urban";1.08689811034128;FALSE;"Your Place" +"impervious";"urban";54244.5910075507;FALSE;"Your Place" +"urban";"urban";331.193323003477;TRUE;"Your Place" +"urban";"urban";5564.0983988964;TRUE;"Your Place" +"urban";"urban";27.7237478550524;TRUE;"Your Place" +"urban";"urban";5433.10106110666;TRUE;"Your Place" +"urban";"urban";1.77793494379148;TRUE;"Your Place" +"urban";"urban";12484.3203836123;TRUE;"Your Place" +"urban";"urban";415.567735919496;TRUE;"Your Place" +"urban";"urban";1415.82814258581;TRUE;"Your Place" +"urban";"urban";3624.38253190834;TRUE;"Your Place" +"urban";"urban";3.55235394446936;TRUE;"Your Place" +"urban";"urban";0.563368964241818;TRUE;"Your Place" +"urban";"urban";2260.44753045565;TRUE;"Your Place" +"urban";"urban";3814.1001034595;TRUE;"Your Place" +"urban";"urban";438.388784113107;TRUE;"Your Place" +"urban";"urban";251.027198442956;TRUE;"Your Place" +"impervious";"urban";3615.5070753363;FALSE;"Your Place" +"urban";"urban";43.8829494856327;TRUE;"Your Place" +"urban";"urban";72.8455548649654;TRUE;"Your Place" +"urban";"urban";10976.0726246217;TRUE;"Your Place" +"impervious";"urban";7276.23679893557;FALSE;"Your Place" +"urban";"urban";13474.0561487982;TRUE;"Your Place" +"urban";"urban";31.464758717455;TRUE;"Your Place" +"impervious";"urban";112.118329397752;FALSE;"Your Place" +"urban";"urban";4.16865917295218;TRUE;"Your Place" +"urban";"urban";32610.7183199055;TRUE;"Your Place" +"urban";"urban";159.033766359091;TRUE;"Your Place" +"urban";"urban";65.3459630709331;TRUE;"Your Place" +"impervious";"urban";7.30294314352795;FALSE;"Your Place" +"vegetation";"urban";2952.49521571957;FALSE;"Your Place" +"urban";"urban";1833.11807020206;TRUE;"Your Place" +"urban";"urban";2.72289653337793;TRUE;"Your Place" +"urban";"urban";75.6771249540034;TRUE;"Your Place" +"impervious";"urban";16740.2494325718;FALSE;"Your Place" +"urban";"urban";8049.09235753492;TRUE;"Your Place" +"urban";"urban";99.328357771039;TRUE;"Your Place" +"urban";"urban";14613.9694372774;TRUE;"Your Place" +"urban";"urban";24.7315896825603;TRUE;"Your Place" +"impervious";"urban";0.0386563604115508;FALSE;"Your Place" +"impervious";"urban";6.98428641573992;FALSE;"Your Place" +"impervious";"urban";24.0675395727158;FALSE;"Your Place" +"urban";"urban";53.8985592864701;TRUE;"Your Place" +"urban";"urban";20.0134472693426;TRUE;"Your Place" +"urban";"urban";15732.9351316964;TRUE;"Your Place" +"impervious";"urban";4.16295275065931;FALSE;"Your Place" +"vegetation";"urban";207.540524613345;FALSE;"Your Place" +"impervious";"urban";15.574475053756;FALSE;"Your Place" +"urban";"urban";6403.03060621955;TRUE;"Your Place" +"urban";"urban";75.5555128194392;TRUE;"Your Place" +"impervious";"urban";47.0194812333357;FALSE;"Your Place" +"urban";"urban";18.6406365679577;TRUE;"Your Place" +"urban";"urban";4840.77206634916;TRUE;"Your Place" +"urban";"urban";1400.9557880396;TRUE;"Your Place" +"urban";"urban";17.5560262238887;TRUE;"Your Place" +"impervious";"urban";19.3148651598021;FALSE;"Your Place" +"impervious";"urban";16012.4507091597;FALSE;"Your Place" +"impervious";"urban";1460.47627452645;FALSE;"Your Place" +"urban";"urban";5028.93482526421;TRUE;"Your Place" +"urban";"urban";15.8625563840906;TRUE;"Your Place" +"vegetation";"urban";138.406799868681;FALSE;"Your Place" +"impervious";"urban";3.51326759961376;FALSE;"Your Place" +"impervious";"urban";16750.4809779073;FALSE;"Your Place" +"urban";"urban";3.06703580946487;TRUE;"Your Place" +"urban";"urban";39.2923936998704;TRUE;"Your Place" +"urban";"urban";56423.173320137;TRUE;"Your Place" +"vegetation";"urban";0.00349401187850162;FALSE;"Your Place" +"impervious";"urban";29.5664526037872;FALSE;"Your Place" +"impervious";"urban";51.876616246067;FALSE;"Your Place" +"impervious";"urban";251.076342012966;FALSE;"Your Place" +"urban";"urban";3165.34295877138;TRUE;"Your Place" +"urban";"urban";6.06613331370136;TRUE;"Your Place" +"impervious";"urban";71.0042065619491;FALSE;"Your Place" +"urban";"urban";318.116762768295;TRUE;"Your Place" +"urban";"urban";65.1507981086907;TRUE;"Your Place" +"urban";"urban";1236.64896828029;TRUE;"Your Place" +"urban";"urban";84.3766411068646;TRUE;"Your Place" +"vegetation";"urban";124.583925176878;FALSE;"Your Place" +"impervious";"urban";64.4800720416242;FALSE;"Your Place" +"vegetation";"urban";25797.2019919492;FALSE;"Your Place" +"urban";"urban";29.3986011845991;TRUE;"Your Place" +"urban";"urban";2835.42528358451;TRUE;"Your Place" +"urban";"urban";0.0239725573046599;TRUE;"Your Place" +"vegetation";"urban";1111.23907450236;FALSE;"Your Place" +"urban";"urban";13.1127306143753;TRUE;"Your Place" +"urban";"urban";39.8522033300251;TRUE;"Your Place" +"urban";"urban";1314.47823366523;TRUE;"Your Place" +"vegetation";"urban";0.529374056728557;FALSE;"Your Place" +"vegetation";"urban";3315.69378073313;FALSE;"Your Place" +"impervious";"urban";6219.59146442707;FALSE;"Your Place" +"impervious";"urban";0.00424298627604003;FALSE;"Your Place" +"urban";"urban";8808.64273882035;TRUE;"Your Place" +"vegetation";"urban";1599.80370042042;FALSE;"Your Place" +"impervious";"urban";402.013741374321;FALSE;"Your Place" +"urban";"urban";471.839593943674;TRUE;"Your Place" +"vegetation";"urban";345.391413834452;FALSE;"Your Place" +"vegetation";"urban";101.097572270781;FALSE;"Your Place" +"vegetation";"urban";6378.55703877285;FALSE;"Your Place" +"vegetation";"urban";10746.5774441101;FALSE;"Your Place" +"vegetation";"urban";90.0387813569978;FALSE;"Your Place" +"vegetation";"urban";8.3331225598231;FALSE;"Your Place" +"vegetation";"urban";1656.22725866048;FALSE;"Your Place" +"vegetation";"urban";5319.61997721414;FALSE;"Your Place" +"urban";"urban";1.36095466604456;TRUE;"Your Place" +"urban";"urban";26024.401143021;TRUE;"Your Place" +"impervious";"urban";6.61006409162655;FALSE;"Your Place" +"vegetation";"urban";316.369614521624;FALSE;"Your Place" +"vegetation";"urban";28.1655815502163;FALSE;"Your Place" +"urban";"urban";15336.8191453187;TRUE;"Your Place" +"urban";"urban";200.929723978043;TRUE;"Your Place" +"urban";"urban";20987.2124809964;TRUE;"Your Place" +"urban";"urban";57.7524155587307;TRUE;"Your Place" +"urban";"urban";12675.6550971232;TRUE;"Your Place" +"vegetation";"urban";8.45235743382364;FALSE;"Your Place" +"urban";"urban";274.630914292276;TRUE;"Your Place" +"urban";"urban";40.4154393692588;TRUE;"Your Place" +"urban";"urban";11.4612361451946;TRUE;"Your Place" +"urban";"urban";74106.1651898003;TRUE;"Your Place" +"urban";"urban";17.774040607037;TRUE;"Your Place" +"vegetation";"urban";7.68630968070647;FALSE;"Your Place" +"urban";"urban";0.00136348968953826;TRUE;"Your Place" +"urban";"urban";15780.9771644123;TRUE;"Your Place" +"urban";"urban";12.6023141407059;TRUE;"Your Place" +"urban";"urban";7.82883468293585;TRUE;"Your Place" +"urban";"urban";79.7099468240049;TRUE;"Your Place" +"urban";"urban";55.8281658398628;TRUE;"Your Place" +"urban";"urban";39146.1382817243;TRUE;"Your Place" +"vegetation";"urban";87.4366340558918;FALSE;"Your Place" +"urban";"urban";6.73770144554146;TRUE;"Your Place" +"urban";"urban";17.6424328139983;TRUE;"Your Place" +"urban";"urban";2.37825945205986;TRUE;"Your Place" +"impervious";"urban";6073.91036246426;FALSE;"Your Place" +"urban";"urban";2.46062193624675;TRUE;"Your Place" +"urban";"urban";40388.2437050442;TRUE;"Your Place" +"urban";"urban";424.406029876322;TRUE;"Your Place" +"urban";"urban";27.8622097331972;TRUE;"Your Place" +"vegetation";"urban";0.690630231809337;FALSE;"Your Place" +"urban";"urban";116.750495543471;TRUE;"Your Place" +"urban";"urban";36416.2994215399;TRUE;"Your Place" +"urban";"urban";126.830809128354;TRUE;"Your Place" +"impervious";"urban";107.056195682613;FALSE;"Your Place" +"impervious";"urban";61.336690710159;FALSE;"Your Place" +"urban";"urban";228.452977045206;TRUE;"Your Place" +"urban";"urban";0.083206744864583;TRUE;"Your Place" +"urban";"urban";21802.20515737;TRUE;"Your Place" +"urban";"urban";50.1827649229381;TRUE;"Your Place" +"urban";"urban";28.3749669721583;TRUE;"Your Place" +"urban";"urban";13.8499724768044;TRUE;"Your Place" +"urban";"urban";3.8443847107992;TRUE;"Your Place" +"urban";"urban";34501.1295675372;TRUE;"Your Place" +"vegetation";"urban";1852.35281412292;FALSE;"Your Place" +"urban";"urban";4.46219156106235;TRUE;"Your Place" +"urban";"urban";2.23038960620761;TRUE;"Your Place" +"urban";"urban";17923.2647121393;TRUE;"Your Place" +"vegetation";"urban";228.844989650708;FALSE;"Your Place" +"impervious";"urban";8.18538765970152;FALSE;"Your Place" +"urban";"urban";15120.5501626571;TRUE;"Your Place" +"impervious";"urban";27.4463276192546;FALSE;"Your Place" +"urban";"urban";346.276066637656;TRUE;"Your Place" +"impervious";"urban";26.8333522240282;FALSE;"Your Place" +"urban";"urban";39628.1976604266;TRUE;"Your Place" +"urban";"urban";38239.2357240852;TRUE;"Your Place" +"urban";"urban";35.3890259694308;TRUE;"Your Place" +"vegetation";"urban";7092.55499634473;FALSE;"Your Place" +"urban";"urban";4032.44049253315;TRUE;"Your Place" +"urban";"urban";10082.3159281455;TRUE;"Your Place" +"urban";"urban";26700.8545007184;TRUE;"Your Place" +"urban";"urban";7948.62756848114;TRUE;"Your Place" +"impervious";"urban";2819.99216496665;FALSE;"Your Place" +"vegetation";"urban";3.80849124898668;FALSE;"Your Place" +"vegetation";"urban";7752.91198073997;FALSE;"Your Place" +"urban";"urban";59.591323594097;TRUE;"Your Place" +"urban";"urban";28679.2462970344;TRUE;"Your Place" +"urban";"urban";212.231459364411;TRUE;"Your Place" +"urban";"urban";27.7243614192703;TRUE;"Your Place" +"urban";"urban";4.12323373208346;TRUE;"Your Place" +"urban";"urban";0.177396130282432;TRUE;"Your Place" +"urban";"urban";6.00435012986418;TRUE;"Your Place" +"urban";"urban";85455.6757736364;TRUE;"Your Place" +"urban";"urban";0.220341260548594;TRUE;"Your Place" +"urban";"urban";117.673867633304;TRUE;"Your Place" +"impervious";"urban";0.138362545236305;FALSE;"Your Place" +"impervious";"urban";12.5620466526598;FALSE;"Your Place" +"vegetation";"urban";245.860731023946;FALSE;"Your Place" +"urban";"urban";15.6288393106079;TRUE;"Your Place" +"urban";"urban";74.4075596865732;TRUE;"Your Place" +"urban";"urban";47908.4558751741;TRUE;"Your Place" +"urban";"urban";39.916179972508;TRUE;"Your Place" +"urban";"urban";8.68519177247072;TRUE;"Your Place" +"urban";"urban";42.3508595242165;TRUE;"Your Place" +"urban";"urban";4.09881721786223;TRUE;"Your Place" +"impervious";"urban";14.5431075391825;FALSE;"Your Place" +"urban";"urban";5.51430334278848;TRUE;"Your Place" +"urban";"urban";80900.5124730966;TRUE;"Your Place" +"urban";"urban";46.0811867153534;TRUE;"Your Place" +"urban";"urban";5.52753765170928;TRUE;"Your Place" +"urban";"urban";289.935637601389;TRUE;"Your Place" +"impervious";"urban";128.781213804381;FALSE;"Your Place" +"impervious";"urban";17.7643223380437;FALSE;"Your Place" +"urban";"urban";7.50524402689189;TRUE;"Your Place" +"urban";"urban";15574.3772709979;TRUE;"Your Place" +"urban";"urban";0.423837915353943;TRUE;"Your Place" +"urban";"urban";69.6637206306332;TRUE;"Your Place" +"impervious";"urban";37.574744845042;FALSE;"Your Place" +"impervious";"urban";76.0996045595966;FALSE;"Your Place" +"vegetation";"urban";36.9085547944997;FALSE;"Your Place" +"urban";"urban";29.2878477070481;TRUE;"Your Place" +"impervious";"urban";6464.57718317304;FALSE;"Your Place" +"urban";"urban";85.2835379981116;TRUE;"Your Place" +"urban";"urban";5.1179866772145;TRUE;"Your Place" +"urban";"urban";10396.7267923784;TRUE;"Your Place" +"impervious";"urban";4.55367255944293;FALSE;"Your Place" +"impervious";"urban";23.7061643363559;FALSE;"Your Place" +"vegetation";"urban";4.66874184622429;FALSE;"Your Place" +"impervious";"urban";22.9603496959317;FALSE;"Your Place" +"impervious";"urban";0.541669033817016;FALSE;"Your Place" +"impervious";"urban";51.7334544379264;FALSE;"Your Place" +"urban";"urban";59.1008035093546;TRUE;"Your Place" +"urban";"urban";0.908068448312406;TRUE;"Your Place" +"urban";"urban";64995.253831849;TRUE;"Your Place" +"impervious";"urban";0.480302841868252;FALSE;"Your Place" +"vegetation";"urban";3.11277173774579;FALSE;"Your Place" +"impervious";"urban";17.4459543318953;FALSE;"Your Place" +"impervious";"urban";0.830033770762384;FALSE;"Your Place" +"urban";"urban";40.708004671862;TRUE;"Your Place" +"urban";"urban";93875.3134607703;TRUE;"Your Place" +"urban";"urban";77.6186153945746;TRUE;"Your Place" +"impervious";"urban";0.388294415664859;FALSE;"Your Place" +"vegetation";"urban";9.14618734805845;FALSE;"Your Place" +"urban";"urban";0.933269259054214;TRUE;"Your Place" +"impervious";"urban";17.4820277008694;FALSE;"Your Place" +"vegetation";"urban";152.062198454165;FALSE;"Your Place" +"impervious";"urban";2.37270645933313;FALSE;"Your Place" +"vegetation";"urban";6.208169666701;FALSE;"Your Place" +"impervious";"urban";11.4769403982209;FALSE;"Your Place" +"impervious";"urban";8.5694639035728;FALSE;"Your Place" +"impervious";"urban";13229.9894919879;FALSE;"Your Place" +"urban";"urban";167.278344249353;TRUE;"Your Place" +"urban";"urban";54031.2473520092;TRUE;"Your Place" +"urban";"urban";5.1302089903038;TRUE;"Your Place" +"impervious";"urban";3.70226663674111;FALSE;"Your Place" +"urban";"urban";492.071909422521;TRUE;"Your Place" +"urban";"urban";11.3874343061761;TRUE;"Your Place" +"urban";"urban";30060.2605151922;TRUE;"Your Place" +"vegetation";"urban";0.179938241868513;FALSE;"Your Place" +"vegetation";"urban";1107.04639515944;FALSE;"Your Place" +"impervious";"urban";116.19231168495;FALSE;"Your Place" +"urban";"urban";118.646063104272;TRUE;"Your Place" +"urban";"urban";40617.2529876035;TRUE;"Your Place" +"urban";"urban";43.1390995599213;TRUE;"Your Place" +"urban";"urban";4.44633498042822;TRUE;"Your Place" +"impervious";"urban";1.4103342409885;FALSE;"Your Place" +"impervious";"urban";13.6584503087215;FALSE;"Your Place" +"impervious";"urban";434.956404989236;FALSE;"Your Place" +"urban";"urban";54.5274608996697;TRUE;"Your Place" +"urban";"urban";20.7853439413302;TRUE;"Your Place" +"urban";"urban";12775.7028168035;TRUE;"Your Place" +"urban";"urban";0.00151040331820695;TRUE;"Your Place" +"urban";"urban";12.953897504136;TRUE;"Your Place" +"impervious";"urban";11.8751593958586;FALSE;"Your Place" +"urban";"urban";2097.09683190193;TRUE;"Your Place" +"urban";"urban";0.952972587314434;TRUE;"Your Place" +"urban";"urban";106.406310465361;TRUE;"Your Place" +"urban";"urban";105.630882708356;TRUE;"Your Place" +"urban";"urban";40399.1235529324;TRUE;"Your Place" +"urban";"urban";24.0406426712871;TRUE;"Your Place" +"urban";"urban";18.9023369810056;TRUE;"Your Place" +"urban";"urban";194.287444426795;TRUE;"Your Place" +"impervious";"urban";0.575001384160714;FALSE;"Your Place" +"impervious";"urban";16.7126730193559;FALSE;"Your Place" +"urban";"urban";32.8337609707378;TRUE;"Your Place" +"urban";"urban";17.5522520374216;TRUE;"Your Place" +"urban";"urban";19946.3497935291;TRUE;"Your Place" +"urban";"urban";650.899949567858;TRUE;"Your Place" +"impervious";"urban";4.57826170854969;FALSE;"Your Place" +"urban";"urban";34.1945239205379;TRUE;"Your Place" +"urban";"urban";45.7198158245883;TRUE;"Your Place" +"urban";"urban";71.0260616986488;TRUE;"Your Place" +"urban";"urban";157.245792394053;TRUE;"Your Place" +"urban";"urban";107602.030205652;TRUE;"Your Place" +"urban";"urban";0.635904685535934;TRUE;"Your Place" +"urban";"urban";135.417271441132;TRUE;"Your Place" +"impervious";"urban";20.5933131491765;FALSE;"Your Place" +"impervious";"urban";71.865091647931;FALSE;"Your Place" +"urban";"urban";79.2668596992735;TRUE;"Your Place" +"urban";"urban";17765.4006134002;TRUE;"Your Place" +"urban";"urban";0.680060841143131;TRUE;"Your Place" +"impervious";"urban";31.1594216992962;FALSE;"Your Place" +"vegetation";"urban";4.99916039510572;FALSE;"Your Place" +"impervious";"urban";24.4069355018437;FALSE;"Your Place" +"water";"water";34550.2716789737;TRUE;"Your Place" +"vegetation";"water";11.8418534600642;FALSE;"Your Place" +"water";"water";26.2445321986452;TRUE;"Your Place" +"vegetation";"water";0.119834381795954;FALSE;"Your Place" +"water";"vegetation";20.7607933883919;FALSE;"Your Place" +"water";"vegetation";1066.38671318955;FALSE;"Your Place" +"vegetation";"vegetation";1663.40222616974;TRUE;"Your Place" +"water";"vegetation";18.1159109920263;FALSE;"Your Place" +"impervious";"vegetation";274.130804255605;FALSE;"Your Place" +"vegetation";"vegetation";150989.045489993;TRUE;"Your Place" +"vegetation";"vegetation";35291.8206465123;TRUE;"Your Place" +"vegetation";"vegetation";243.155681002885;TRUE;"Your Place" +"vegetation";"vegetation";18697.1394907762;TRUE;"Your Place" +"water";"vegetation";0.919610718847252;FALSE;"Your Place" +"water";"vegetation";394.174586085981;FALSE;"Your Place" +"vegetation";"vegetation";22782.5650695963;TRUE;"Your Place" +"vegetation";"vegetation";889.499172564334;TRUE;"Your Place" +"vegetation";"vegetation";0.928150412568357;TRUE;"Your Place" +"vegetation";"vegetation";42.1599814780056;TRUE;"Your Place" +"vegetation";"vegetation";4316.77672980953;TRUE;"Your Place" +"water";"vegetation";16.2568760556169;FALSE;"Your Place" +"water";"vegetation";46.2124415063881;FALSE;"Your Place" +"water";"vegetation";2.80202914521215;FALSE;"Your Place" +"water";"vegetation";554.340516842669;FALSE;"Your Place" +"water";"vegetation";3.46563923032954;FALSE;"Your Place" +"water";"vegetation";251.700041647069;FALSE;"Your Place" +"water";"vegetation";5.08888307074085;FALSE;"Your Place" +"water";"vegetation";688.719291575952;FALSE;"Your Place" +"vegetation";"vegetation";228.954457026324;TRUE;"Your Place" +"vegetation";"vegetation";9.22743713634554;TRUE;"Your Place" +"water";"vegetation";3.82282045821194;FALSE;"Your Place" +"vegetation";"vegetation";1.68845119432081;TRUE;"Your Place" +"water";"vegetation";4.1986081043724;FALSE;"Your Place" +"vegetation";"vegetation";5.60029232734814;TRUE;"Your Place" +"water";"vegetation";72.8164760228246;FALSE;"Your Place" +"water";"water";43.2179592974717;TRUE;"Your Place" +"water";"water";11894.2926113475;TRUE;"Your Place" +"vegetation";"water";0.0137111027725041;FALSE;"Your Place" +"water";"water";19.0572368819267;TRUE;"Your Place" +"water";"vegetation";15.9447084344574;FALSE;"Your Place" +"vegetation";"vegetation";1172.89691659188;TRUE;"Your Place" +"water";"vegetation";3.14993577869609;FALSE;"Your Place" +"vegetation";"vegetation";469.412351776613;TRUE;"Your Place" +"water";"vegetation";6.50512671511387;FALSE;"Your Place" +"water";"vegetation";11.2503670079168;FALSE;"Your Place" +"vegetation";"vegetation";571.83206888038;TRUE;"Your Place" +"vegetation";"vegetation";1122.30885574582;TRUE;"Your Place" +"vegetation";"vegetation";6.77158848103136;TRUE;"Your Place" +"water";"vegetation";117.436259633396;FALSE;"Your Place" +"water";"vegetation";345.636188490316;FALSE;"Your Place" +"vegetation";"vegetation";1648.68177246954;TRUE;"Your Place" +"vegetation";"vegetation";15129.0184549727;TRUE;"Your Place" +"vegetation";"vegetation";2077.43989791721;TRUE;"Your Place" +"vegetation";"vegetation";618.520654864609;TRUE;"Your Place" +"vegetation";"water";24050.1996158545;FALSE;"Your Place" +"water";"water";597.578374012603;TRUE;"Your Place" +"water";"vegetation";2.01689692703076;FALSE;"Your Place" +"water";"water";7847.42249595653;TRUE;"Your Place" +"vegetation";"water";178.679361133632;FALSE;"Your Place" +"impervious";"water";32.2650392902724;FALSE;"Your Place" +"water";"vegetation";30.7967268582433;FALSE;"Your Place" +"water";"vegetation";1420.19791999774;FALSE;"Your Place" +"vegetation";"vegetation";18.8929013255984;TRUE;"Your Place" +"vegetation";"vegetation";266.486843784456;TRUE;"Your Place" +"vegetation";"vegetation";159901.180690089;TRUE;"Your Place" +"water";"vegetation";10.1237747508567;FALSE;"Your Place" +"water";"vegetation";0.395249400753528;FALSE;"Your Place" +"impervious";"vegetation";1162.6529439725;FALSE;"Your Place" +"impervious";"vegetation";77.4096132852137;FALSE;"Your Place" +"impervious";"vegetation";2181.5480853375;FALSE;"Your Place" +"impervious";"vegetation";56.0889880442992;FALSE;"Your Place" +"impervious";"vegetation";1.3391781047394;FALSE;"Your Place" +"vegetation";"water";596.703295320971;FALSE;"Your Place" +"water";"water";11561.9700098936;TRUE;"Your Place" +"water";"vegetation";27.7957400789019;FALSE;"Your Place" +"vegetation";"vegetation";28.3868517344818;TRUE;"Your Place" +"water";"vegetation";236.153622945887;FALSE;"Your Place" +"vegetation";"vegetation";62721.7478049232;TRUE;"Your Place" +"impervious";"vegetation";494.261449997779;FALSE;"Your Place" +"vegetation";"vegetation";99.776203352958;TRUE;"Your Place" +"vegetation";"vegetation";230.703351824894;TRUE;"Your Place" +"water";"vegetation";28.62767833611;FALSE;"Your Place" +"vegetation";"vegetation";3.3032661343459;TRUE;"Your Place" +"water";"vegetation";0.412946153082885;FALSE;"Your Place" +"vegetation";"vegetation";41.4395176090766;TRUE;"Your Place" +"vegetation";"water";2.0727818289306;FALSE;"Your Place" +"water";"water";13.6682214522734;TRUE;"Your Place" +"vegetation";"water";24.579618494492;FALSE;"Your Place" +"vegetation";"vegetation";1.62554459855892;TRUE;"Your Place" +"vegetation";"vegetation";48.8295046567218;TRUE;"Your Place" +"water";"water";3.42372864461504;TRUE;"Your Place" +"vegetation";"water";1.34957188740373;FALSE;"Your Place" +"vegetation";"water";713.983214200241;FALSE;"Your Place" +"water";"vegetation";4.42674671672285;FALSE;"Your Place" +"vegetation";"vegetation";15.1095241941512;TRUE;"Your Place" +"vegetation";"water";402.469321936835;FALSE;"Your Place" +"water";"water";134.366380355379;TRUE;"Your Place" +"vegetation";"vegetation";1169.54020060599;TRUE;"Your Place" +"water";"vegetation";16.4861440507811;FALSE;"Your Place" +"water";"vegetation";47.6216678616474;FALSE;"Your Place" +"water";"vegetation";39.2428008653224;FALSE;"Your Place" +"vegetation";"water";318.071189366048;FALSE;"Your Place" +"water";"water";3200.63157628721;TRUE;"Your Place" +"water";"vegetation";11.4869217425585;FALSE;"Your Place" +"vegetation";"vegetation";38.5744748972356;TRUE;"Your Place" +"water";"water";27.0481514555868;TRUE;"Your Place" +"water";"vegetation";9.81623046658933;FALSE;"Your Place" +"water";"water";101.735955303186;TRUE;"Your Place" +"vegetation";"water";7.86432380235055;FALSE;"Your Place" +"water";"vegetation";558.02177041804;FALSE;"Your Place" +"vegetation";"vegetation";11290.8601072254;TRUE;"Your Place" +"water";"vegetation";0.720539249014109;FALSE;"Your Place" +"water";"water";26.2087197871879;TRUE;"Your Place" +"water";"vegetation";41.6228175548022;FALSE;"Your Place" +"vegetation";"vegetation";0.051001198386075;TRUE;"Your Place" +"water";"water";3374.60919973627;TRUE;"Your Place" +"impervious";"water";149.108785132878;FALSE;"Your Place" +"water";"vegetation";4.18827167991549;FALSE;"Your Place" +"water";"water";30.8734388004523;TRUE;"Your Place" +"vegetation";"water";1.1638209882658;FALSE;"Your Place" +"water";"water";1.43881579971639;TRUE;"Your Place" +"vegetation";"vegetation";4.22049930985668;TRUE;"Your Place" +"water";"water";55.4698354983702;TRUE;"Your Place" +"water";"water";0.192288483784068;TRUE;"Your Place" +"vegetation";"water";4.77718202222604;FALSE;"Your Place" +"vegetation";"vegetation";1.95053490722785;TRUE;"Your Place" +"vegetation";"water";3.91069946443895;FALSE;"Your Place" +"vegetation";"impervious";334.565102457913;FALSE;"Your Place" +"impervious";"impervious";2220.72367450933;TRUE;"Your Place" +"vegetation";"impervious";833.425389869604;FALSE;"Your Place" +"vegetation";"impervious";1.33869104727637;FALSE;"Your Place" +"vegetation";"vegetation";684.464767226949;TRUE;"Your Place" +"vegetation";"vegetation";5683.4321194971;TRUE;"Your Place" +"water";"vegetation";87.4426288381219;FALSE;"Your Place" +"impervious";"vegetation";1202.70717406785;FALSE;"Your Place" +"vegetation";"vegetation";38.2690308715682;TRUE;"Your Place" +"vegetation";"vegetation";2364.75124851987;TRUE;"Your Place" +"vegetation";"vegetation";629.07275491301;TRUE;"Your Place" +"vegetation";"vegetation";142.217759368941;TRUE;"Your Place" +"vegetation";"vegetation";118.212918920442;TRUE;"Your Place" +"water";"vegetation";2.1387825156562;FALSE;"Your Place" +"vegetation";"water";16.3225972864893;FALSE;"Your Place" +"water";"water";135.362719732759;TRUE;"Your Place" +"water";"water";38.4286749450839;TRUE;"Your Place" +"vegetation";"water";46.7035815527197;FALSE;"Your Place" +"water";"water";13526.6543345819;TRUE;"Your Place" +"vegetation";"water";2253.79618951585;FALSE;"Your Place" +"impervious";"impervious";2977.06342008896;TRUE;"Your Place" +"vegetation";"vegetation";566.500425402075;TRUE;"Your Place" +"vegetation";"vegetation";1305.41688446328;TRUE;"Your Place" +"vegetation";"vegetation";90.3815177497454;TRUE;"Your Place" +"vegetation";"vegetation";4233.06027479132;TRUE;"Your Place" +"vegetation";"vegetation";74773.9251304455;TRUE;"Your Place" +"vegetation";"vegetation";22597.6610464485;TRUE;"Your Place" +"vegetation";"vegetation";1.54002918908373;TRUE;"Your Place" +"water";"vegetation";23.08975923853;FALSE;"Your Place" +"vegetation";"vegetation";521.94493320107;TRUE;"Your Place" +"urban";"vegetation";167.224683190696;FALSE;"Your Place" +"water";"vegetation";1.94427023886237;FALSE;"Your Place" +"impervious";"vegetation";10.0715220682323;FALSE;"Your Place" +"water";"vegetation";29.5888234232552;FALSE;"Your Place" +"urban";"impervious";3068.87278973078;FALSE;"Your Place" +"impervious";"impervious";157.353424106259;TRUE;"Your Place" +"impervious";"impervious";66.7775709179114;TRUE;"Your Place" +"vegetation";"impervious";5.61007077095564;FALSE;"Your Place" +"vegetation";"water";34.905070915469;FALSE;"Your Place" +"water";"water";100.097624580238;TRUE;"Your Place" +"vegetation";"vegetation";4513.21403972304;TRUE;"Your Place" +"impervious";"impervious";11.4747889038408;TRUE;"Your Place" +"impervious";"impervious";152.13512859185;TRUE;"Your Place" +"vegetation";"impervious";12.7613425109885;FALSE;"Your Place" +"vegetation";"vegetation";39.9046005108903;TRUE;"Your Place" +"water";"vegetation";10.2616676956823;FALSE;"Your Place" +"urban";"impervious";21.4950586628402;FALSE;"Your Place" +"urban";"impervious";1.48546046478441;FALSE;"Your Place" +"impervious";"impervious";5.0693824980408;TRUE;"Your Place" +"impervious";"impervious";10.3451979842794;TRUE;"Your Place" +"vegetation";"impervious";594.039393107058;FALSE;"Your Place" +"water";"water";1.18148405142711;TRUE;"Your Place" +"water";"vegetation";9.58776156441309;FALSE;"Your Place" +"urban";"vegetation";732.265121825971;FALSE;"Your Place" +"water";"water";8.14601481868885;TRUE;"Your Place" +"water";"vegetation";18.9628977294778;FALSE;"Your Place" +"vegetation";"vegetation";0.176887545210775;TRUE;"Your Place" +"vegetation";"vegetation";428.549841686559;TRUE;"Your Place" +"vegetation";"vegetation";0.0819156741999905;TRUE;"Your Place" +"vegetation";"vegetation";22482.1713880859;TRUE;"Your Place" +"vegetation";"vegetation";27.7044774894603;TRUE;"Your Place" +"vegetation";"vegetation";30.2438244922087;TRUE;"Your Place" +"vegetation";"vegetation";2990.29521062877;TRUE;"Your Place" +"urban";"vegetation";6609.99198755808;FALSE;"Your Place" +"urban";"vegetation";520.269109353423;FALSE;"Your Place" +"vegetation";"vegetation";872.824622233631;TRUE;"Your Place" +"vegetation";"vegetation";9312.81015702224;TRUE;"Your Place" +"vegetation";"vegetation";2258.24007654935;TRUE;"Your Place" +"vegetation";"vegetation";16355.6122075701;TRUE;"Your Place" +"vegetation";"vegetation";27.5347243561409;TRUE;"Your Place" +"water";"water";10.3397385123244;TRUE;"Your Place" +"water";"vegetation";19.8525358615443;FALSE;"Your Place" +"vegetation";"vegetation";5.16895008587744;TRUE;"Your Place" +"water";"water";3.39024146273732;TRUE;"Your Place" +"water";"water";1.07905500606284;TRUE;"Your Place" +"vegetation";"water";10.3020270192064;FALSE;"Your Place" +"water";"water";32.876069014892;TRUE;"Your Place" +"water";"vegetation";22.2598266399;FALSE;"Your Place" +"vegetation";"vegetation";0.527609470533207;TRUE;"Your Place" +"vegetation";"water";0.551523089176044;FALSE;"Your Place" +"water";"water";27.6843291711994;TRUE;"Your Place" +"vegetation";"vegetation";0.184383116429672;TRUE;"Your Place" +"water";"vegetation";12.7923917495064;FALSE;"Your Place" +"water";"water";0.299557372683921;TRUE;"Your Place" +"water";"water";22639.6372696334;TRUE;"Your Place" +"vegetation";"water";0.313444243976846;FALSE;"Your Place" +"water";"water";2277.21912470087;TRUE;"Your Place" +"vegetation";"water";20.0655473131774;FALSE;"Your Place" +"vegetation";"water";63.8419123459607;FALSE;"Your Place" +"vegetation";"water";159.402151368442;FALSE;"Your Place" +"urban";"impervious";1.82207639732951;FALSE;"Your Place" +"vegetation";"impervious";852.80174849902;FALSE;"Your Place" +"water";"vegetation";53.3691464504227;FALSE;"Your Place" +"water";"vegetation";116.164278889104;FALSE;"Your Place" +"vegetation";"vegetation";65795.1713870979;TRUE;"Your Place" +"impervious";"vegetation";1749.17368268967;FALSE;"Your Place" +"impervious";"vegetation";0.513374051777646;FALSE;"Your Place" +"impervious";"vegetation";3010.39864651376;FALSE;"Your Place" +"vegetation";"vegetation";90566.2561381031;TRUE;"Your Place" +"vegetation";"vegetation";16.376427031355;TRUE;"Your Place" +"urban";"impervious";9.37747700698674;FALSE;"Your Place" +"vegetation";"impervious";171.197299375664;FALSE;"Your Place" +"water";"vegetation";9.08008162979968;FALSE;"Your Place" +"vegetation";"vegetation";3.72491191863082;TRUE;"Your Place" +"water";"water";110.090582189325;TRUE;"Your Place" +"vegetation";"vegetation";0.085502560822988;TRUE;"Your Place" +"vegetation";"vegetation";449.378269047709;TRUE;"Your Place" +"vegetation";"vegetation";3685.49524530477;TRUE;"Your Place" +"vegetation";"vegetation";2.68026471417397;TRUE;"Your Place" +"vegetation";"vegetation";23.9663244916592;TRUE;"Your Place" +"water";"water";37.8409588877112;TRUE;"Your Place" +"vegetation";"impervious";3467.5036822753;FALSE;"Your Place" +"water";"vegetation";2873.58117953059;FALSE;"Your Place" +"vegetation";"vegetation";29.0061382006388;TRUE;"Your Place" +"vegetation";"vegetation";388.059922681656;TRUE;"Your Place" +"vegetation";"vegetation";239.786002657609;TRUE;"Your Place" +"vegetation";"vegetation";123359.683448075;TRUE;"Your Place" +"impervious";"vegetation";602.859045331832;FALSE;"Your Place" +"impervious";"vegetation";79.4555802480318;FALSE;"Your Place" +"vegetation";"vegetation";119.923954974412;TRUE;"Your Place" +"vegetation";"vegetation";28.9434589929879;TRUE;"Your Place" +"vegetation";"vegetation";56.0846225610003;TRUE;"Your Place" +"vegetation";"vegetation";256.160382757429;TRUE;"Your Place" +"vegetation";"vegetation";2.70925010490464;TRUE;"Your Place" +"vegetation";"vegetation";17.714127806481;TRUE;"Your Place" +"vegetation";"impervious";27.9153817743063;FALSE;"Your Place" +"vegetation";"impervious";108.148858237313;FALSE;"Your Place" +"vegetation";"impervious";16.0919979023747;FALSE;"Your Place" +"vegetation";"impervious";126.379264536314;FALSE;"Your Place" +"vegetation";"vegetation";1.23273811256513;TRUE;"Your Place" +"vegetation";"vegetation";301.777883264032;TRUE;"Your Place" +"vegetation";"vegetation";200.805171819404;TRUE;"Your Place" +"vegetation";"vegetation";0.222558405999735;TRUE;"Your Place" +"vegetation";"vegetation";314.889173366944;TRUE;"Your Place" +"vegetation";"impervious";3001.74377917312;FALSE;"Your Place" +"water";"water";2.19726528778847;TRUE;"Your Place" +"water";"water";0.587353905139025;TRUE;"Your Place" +"vegetation";"water";0.864701266225893;FALSE;"Your Place" +"vegetation";"impervious";1907.31588867703;FALSE;"Your Place" +"water";"water";1.31215991795034;TRUE;"Your Place" +"vegetation";"impervious";579.600063513324;FALSE;"Your Place" +"vegetation";"impervious";2.34929770609597;FALSE;"Your Place" +"water";"impervious";0.520896510221064;FALSE;"Your Place" +"water";"vegetation";305.052846225677;FALSE;"Your Place" +"vegetation";"vegetation";15871.8288039416;TRUE;"Your Place" +"water";"vegetation";9.06602155067958;FALSE;"Your Place" +"vegetation";"water";130.823708925163;FALSE;"Your Place" +"vegetation";"water";3.40316503809299;FALSE;"Your Place" +"water";"water";2674.56101862574;TRUE;"Your Place" +"water";"water";18.3448234377429;TRUE;"Your Place" +"vegetation";"impervious";1.86432481519296;FALSE;"Your Place" +"vegetation";"impervious";82.3296754936455;FALSE;"Your Place" +"vegetation";"vegetation";2170.47477048496;TRUE;"Your Place" +"vegetation";"vegetation";186.066716960515;TRUE;"Your Place" +"vegetation";"vegetation";76.1158522050828;TRUE;"Your Place" +"vegetation";"vegetation";1400.08063070104;TRUE;"Your Place" +"vegetation";"vegetation";45.9977826660033;TRUE;"Your Place" +"water";"water";3.82563954009674;TRUE;"Your Place" +"vegetation";"impervious";12.0220213857829;FALSE;"Your Place" +"vegetation";"water";3.67605142341927;FALSE;"Your Place" +"vegetation";"water";312.554206792265;FALSE;"Your Place" +"vegetation";"water";351.099115472607;FALSE;"Your Place" +"water";"water";15356.3837254113;TRUE;"Your Place" +"water";"water";23.4365681586787;TRUE;"Your Place" +"impervious";"water";105.374060322996;FALSE;"Your Place" +"vegetation";"water";2.51702879462391;FALSE;"Your Place" +"impervious";"water";12.7411395767704;FALSE;"Your Place" +"impervious";"water";12.4898646702932;FALSE;"Your Place" +"impervious";"water";0.105392416075119;FALSE;"Your Place" +"water";"water";0.0648558366228826;TRUE;"Your Place" +"vegetation";"vegetation";876.199454269605;TRUE;"Your Place" +"water";"vegetation";116.002308603376;FALSE;"Your Place" +"vegetation";"impervious";8.83848898554425;FALSE;"Your Place" +"vegetation";"impervious";0.00238069401530083;FALSE;"Your Place" +"vegetation";"vegetation";76.5159657672048;TRUE;"Your Place" +"water";"vegetation";102.943354714662;FALSE;"Your Place" +"water";"vegetation";2.31414154311642;FALSE;"Your Place" +"vegetation";"vegetation";372.753023643971;TRUE;"Your Place" +"vegetation";"vegetation";16.5189590165392;TRUE;"Your Place" +"vegetation";"vegetation";311.436752418522;TRUE;"Your Place" +"vegetation";"vegetation";305.098913296082;TRUE;"Your Place" +"vegetation";"vegetation";0.468948842753889;TRUE;"Your Place" +"vegetation";"vegetation";6.84624674916267;TRUE;"Your Place" +"vegetation";"vegetation";12.8130422740942;TRUE;"Your Place" +"water";"vegetation";5.88620744063519;FALSE;"Your Place" +"vegetation";"vegetation";0.542684129439294;TRUE;"Your Place" +"water";"water";1.7614582432434;TRUE;"Your Place" +"vegetation";"water";0.691622669342905;FALSE;"Your Place" +"vegetation";"vegetation";4.11954119883012;TRUE;"Your Place" +"urban";"vegetation";552.313496172079;FALSE;"Your Place" +"water";"vegetation";205.444345051481;FALSE;"Your Place" +"water";"vegetation";2.02122377045453;FALSE;"Your Place" +"impervious";"vegetation";371.095427418128;FALSE;"Your Place" +"impervious";"vegetation";3.79225004895125;FALSE;"Your Place" +"vegetation";"vegetation";0.732845658276347;TRUE;"Your Place" +"water";"water";9.87822498450987;TRUE;"Your Place" +"water";"vegetation";22.1665906655835;FALSE;"Your Place" +"water";"vegetation";2.44172412057378;FALSE;"Your Place" +"vegetation";"vegetation";1.2469041490549;TRUE;"Your Place" +"water";"impervious";275.418222830864;FALSE;"Your Place" +"water";"impervious";1.68528912676265;FALSE;"Your Place" +"impervious";"impervious";4.51595945016015;TRUE;"Your Place" +"impervious";"impervious";1752.52315503964;TRUE;"Your Place" +"vegetation";"impervious";2.14404936810024;FALSE;"Your Place" +"vegetation";"impervious";413.123019691324;FALSE;"Your Place" +"vegetation";"impervious";0.0335242457545064;FALSE;"Your Place" +"vegetation";"impervious";72.723270310089;FALSE;"Your Place" +"impervious";"impervious";76.3587933462113;TRUE;"Your Place" +"vegetation";"impervious";5.55923884670483;FALSE;"Your Place" +"vegetation";"impervious";1062.2136028033;FALSE;"Your Place" +"vegetation";"impervious";23.5779655927327;FALSE;"Your Place" +"vegetation";"vegetation";16.4079942051321;TRUE;"Your Place" +"urban";"vegetation";31.4997175143799;FALSE;"Your Place" +"vegetation";"vegetation";66.2746845278889;TRUE;"Your Place" +"vegetation";"vegetation";47.8233585241251;TRUE;"Your Place" +"vegetation";"vegetation";0.776112183986697;TRUE;"Your Place" +"vegetation";"vegetation";648.388290623669;TRUE;"Your Place" +"vegetation";"vegetation";483.775643380806;TRUE;"Your Place" +"vegetation";"vegetation";14.7045670631342;TRUE;"Your Place" +"vegetation";"vegetation";29.9103321775328;TRUE;"Your Place" +"vegetation";"vegetation";60.1869580114144;TRUE;"Your Place" +"vegetation";"vegetation";844.770288308617;TRUE;"Your Place" +"water";"vegetation";104.398929230636;FALSE;"Your Place" +"vegetation";"impervious";15.7461328972131;FALSE;"Your Place" +"vegetation";"impervious";6.79702938906848;FALSE;"Your Place" +"water";"water";29.8394880369306;TRUE;"Your Place" +"vegetation";"water";198.961645720992;FALSE;"Your Place" +"water";"water";4636.5848290734;TRUE;"Your Place" +"impervious";"water";295.927031683037;FALSE;"Your Place" +"vegetation";"impervious";2.34127123333747;FALSE;"Your Place" +"vegetation";"impervious";0.535833921108861;FALSE;"Your Place" +"water";"water";23.4541164781549;TRUE;"Your Place" +"water";"water";17.113004348008;TRUE;"Your Place" +"water";"vegetation";60.3599374461919;FALSE;"Your Place" +"urban";"vegetation";196.237287274103;FALSE;"Your Place" +"vegetation";"vegetation";51.4922035938362;TRUE;"Your Place" +"vegetation";"vegetation";34.6227393266745;TRUE;"Your Place" +"vegetation";"vegetation";1928.83700631346;TRUE;"Your Place" +"vegetation";"vegetation";24.198071377934;TRUE;"Your Place" +"water";"vegetation";2.9839572191413;FALSE;"Your Place" +"water";"vegetation";4.86282162065618;FALSE;"Your Place" +"water";"water";5.84451287367847;TRUE;"Your Place" +"vegetation";"vegetation";15.9501388366334;TRUE;"Your Place" +"vegetation";"vegetation";2576.96475750796;TRUE;"Your Place" +"urban";"impervious";26.5730122374371;FALSE;"Your Place" +"vegetation";"impervious";304.867161898583;FALSE;"Your Place" +"vegetation";"impervious";5.95117581007071;FALSE;"Your Place" +"water";"vegetation";2.83253642939962;FALSE;"Your Place" +"vegetation";"vegetation";2554.20017090882;TRUE;"Your Place" +"vegetation";"vegetation";83.7561739488738;TRUE;"Your Place" +"vegetation";"vegetation";14316.8013752183;TRUE;"Your Place" +"vegetation";"vegetation";36.1862297939369;TRUE;"Your Place" +"urban";"vegetation";986.584044924821;FALSE;"Your Place" +"water";"vegetation";2.65716958043049;FALSE;"Your Place" +"impervious";"vegetation";1404.52102284972;FALSE;"Your Place" +"vegetation";"vegetation";5775.22530848818;TRUE;"Your Place" +"vegetation";"vegetation";37.9943486824632;TRUE;"Your Place" +"vegetation";"vegetation";3.28394230460981;TRUE;"Your Place" +"vegetation";"vegetation";3190.54687263584;TRUE;"Your Place" +"vegetation";"vegetation";12812.2270435474;TRUE;"Your Place" +"vegetation";"vegetation";2.67816018871963;TRUE;"Your Place" +"vegetation";"impervious";2.1587898331295;FALSE;"Your Place" +"water";"water";1.37035776782432;TRUE;"Your Place" +"water";"water";14.4910983526788;TRUE;"Your Place" +"water";"vegetation";13.5899659806455;FALSE;"Your Place" +"water";"water";1.96133329014992;TRUE;"Your Place" +"vegetation";"impervious";388.926685774408;FALSE;"Your Place" +"water";"vegetation";14.994337836717;FALSE;"Your Place" +"vegetation";"vegetation";6.30951011925936;TRUE;"Your Place" +"impervious";"vegetation";0.36436573183164;FALSE;"Your Place" +"vegetation";"vegetation";13581.7851796141;TRUE;"Your Place" +"vegetation";"vegetation";4967.98535588756;TRUE;"Your Place" +"vegetation";"vegetation";1466.79037847248;TRUE;"Your Place" +"water";"water";144.18579186028;TRUE;"Your Place" +"vegetation";"impervious";6.01225495222025;FALSE;"Your Place" +"vegetation";"vegetation";48.3879379436839;TRUE;"Your Place" +"vegetation";"vegetation";752.242254234559;TRUE;"Your Place" +"impervious";"vegetation";18.4987966424378;FALSE;"Your Place" +"impervious";"vegetation";106.930907098114;FALSE;"Your Place" +"impervious";"vegetation";3753.68871715281;FALSE;"Your Place" +"vegetation";"vegetation";193365.085972415;TRUE;"Your Place" +"vegetation";"vegetation";153730.166920246;TRUE;"Your Place" +"vegetation";"vegetation";179351.115342979;TRUE;"Your Place" +"vegetation";"vegetation";3.76047678280156;TRUE;"Your Place" +"vegetation";"vegetation";1191.4612308614;TRUE;"Your Place" +"impervious";"vegetation";29.5537641451228;FALSE;"Your Place" +"water";"vegetation";28.8229997856542;FALSE;"Your Place" +"vegetation";"vegetation";155.05596497748;TRUE;"Your Place" +"vegetation";"vegetation";315.109130194411;TRUE;"Your Place" +"vegetation";"vegetation";554.058781532571;TRUE;"Your Place" +"vegetation";"vegetation";111.127202682197;TRUE;"Your Place" +"vegetation";"vegetation";22.2655111849308;TRUE;"Your Place" +"water";"vegetation";10.5859270337969;FALSE;"Your Place" +"vegetation";"impervious";10.2561195939779;FALSE;"Your Place" +"vegetation";"impervious";230.835962362587;FALSE;"Your Place" +"vegetation";"vegetation";54.111514078686;TRUE;"Your Place" +"vegetation";"vegetation";6373.11519156425;TRUE;"Your Place" +"vegetation";"vegetation";35998.799106617;TRUE;"Your Place" +"water";"vegetation";17.0056329602376;FALSE;"Your Place" +"water";"vegetation";1.60230221878737;FALSE;"Your Place" +"vegetation";"vegetation";53.6082452055998;TRUE;"Your Place" +"water";"impervious";286.650544338132;FALSE;"Your Place" +"vegetation";"impervious";221.385302376002;FALSE;"Your Place" +"impervious";"impervious";706.376514509553;TRUE;"Your Place" +"vegetation";"impervious";6.45818896684796;FALSE;"Your Place" +"vegetation";"impervious";39.0958061573328;FALSE;"Your Place" +"vegetation";"impervious";2.48153500877379;FALSE;"Your Place" +"impervious";"impervious";23.8857914267574;TRUE;"Your Place" +"impervious";"impervious";0.0156918322318234;TRUE;"Your Place" +"impervious";"impervious";7.29701340312022;TRUE;"Your Place" +"vegetation";"impervious";1443.53559710944;FALSE;"Your Place" +"vegetation";"impervious";4320.94521084893;FALSE;"Your Place" +"vegetation";"impervious";32.2258633109741;FALSE;"Your Place" +"vegetation";"vegetation";166.916195986734;TRUE;"Your Place" +"vegetation";"vegetation";143.145993114449;TRUE;"Your Place" +"water";"vegetation";374.391017151996;FALSE;"Your Place" +"vegetation";"vegetation";63.4725536890328;TRUE;"Your Place" +"vegetation";"vegetation";2268.43599207327;TRUE;"Your Place" +"urban";"impervious";0.301774902734905;FALSE;"Your Place" +"vegetation";"impervious";2354.62149524409;FALSE;"Your Place" +"vegetation";"vegetation";30.3868895416381;TRUE;"Your Place" +"vegetation";"impervious";35.7899764943868;FALSE;"Your Place" +"vegetation";"impervious";66.5127880000509;FALSE;"Your Place" +"vegetation";"impervious";65.2761626869324;FALSE;"Your Place" +"impervious";"impervious";57.8662537601776;TRUE;"Your Place" +"vegetation";"vegetation";611.689788343501;TRUE;"Your Place" +"impervious";"vegetation";47.4085297704441;FALSE;"Your Place" +"impervious";"vegetation";0.582003162940964;FALSE;"Your Place" +"urban";"impervious";1960.56589194349;FALSE;"Your Place" +"impervious";"impervious";41.2504182001576;TRUE;"Your Place" +"impervious";"impervious";8.42458051219;TRUE;"Your Place" +"urban";"impervious";67.608596804901;FALSE;"Your Place" +"vegetation";"impervious";121.537533491864;FALSE;"Your Place" +"impervious";"impervious";91.1512624488678;TRUE;"Your Place" +"impervious";"impervious";432.960625497159;TRUE;"Your Place" +"impervious";"impervious";50.3049585138797;TRUE;"Your Place" +"vegetation";"impervious";25.2199890171178;FALSE;"Your Place" +"urban";"impervious";290.899163669441;FALSE;"Your Place" +"vegetation";"impervious";2.80918355006725;FALSE;"Your Place" +"urban";"impervious";113.347556838766;FALSE;"Your Place" +"impervious";"impervious";145.329891329631;TRUE;"Your Place" +"vegetation";"water";14.4904846223071;FALSE;"Your Place" +"water";"water";6.12168743181974;TRUE;"Your Place" +"urban";"impervious";108.551593501121;FALSE;"Your Place" +"vegetation";"impervious";80.6227535014041;FALSE;"Your Place" +"impervious";"impervious";105.671335410094;TRUE;"Your Place" +"vegetation";"impervious";194.332421147497;FALSE;"Your Place" +"impervious";"impervious";9.16843766072998;TRUE;"Your Place" +"impervious";"impervious";0.25924238884636;TRUE;"Your Place" +"impervious";"impervious";123.43929499248;TRUE;"Your Place" +"impervious";"impervious";0.395794655953068;TRUE;"Your Place" +"urban";"vegetation";1103.35104334634;FALSE;"Your Place" +"urban";"vegetation";53.7928981743753;FALSE;"Your Place" +"urban";"impervious";151.534388708184;FALSE;"Your Place" +"vegetation";"impervious";0.958469805293134;FALSE;"Your Place" +"water";"impervious";0.134802112355828;FALSE;"Your Place" +"water";"impervious";6.68898960156366;FALSE;"Your Place" +"urban";"water";119.937984966702;FALSE;"Your Place" +"water";"water";3.92805202985983;TRUE;"Your Place" +"impervious";"water";0.243360983018647;FALSE;"Your Place" +"water";"water";6297.3078596571;TRUE;"Your Place" +"impervious";"water";185.393815331423;FALSE;"Your Place" +"water";"water";1.4453587308526;TRUE;"Your Place" +"impervious";"water";0.159879092418123;FALSE;"Your Place" +"vegetation";"impervious";123.379968881607;FALSE;"Your Place" +"vegetation";"impervious";75.6735825026408;FALSE;"Your Place" +"vegetation";"impervious";113.291868352444;FALSE;"Your Place" +"impervious";"vegetation";0.845375289442018;FALSE;"Your Place" +"water";"vegetation";48.2849055496044;FALSE;"Your Place" +"impervious";"vegetation";1818.22425125772;FALSE;"Your Place" +"impervious";"vegetation";90.6798501519952;FALSE;"Your Place" +"impervious";"vegetation";1.97753820824437;FALSE;"Your Place" +"urban";"vegetation";2.75766459813167;FALSE;"Your Place" +"urban";"vegetation";158.80147752729;FALSE;"Your Place" +"urban";"vegetation";0.366185192659032;FALSE;"Your Place" +"urban";"vegetation";1.28602513601072;FALSE;"Your Place" +"impervious";"vegetation";0.316103472869145;FALSE;"Your Place" +"impervious";"vegetation";294.194099434084;FALSE;"Your Place" +"impervious";"vegetation";4836.38154852414;FALSE;"Your Place" +"impervious";"vegetation";64.4715866278129;FALSE;"Your Place" +"impervious";"vegetation";0.0659556690807221;FALSE;"Your Place" +"impervious";"vegetation";12.3112614317797;FALSE;"Your Place" +"vegetation";"vegetation";14.0965325962752;TRUE;"Your Place" +"water";"vegetation";4.63545872364193;FALSE;"Your Place" +"impervious";"impervious";17.9321930691367;TRUE;"Your Place" +"vegetation";"impervious";212.197214212036;FALSE;"Your Place" +"impervious";"impervious";0.106192468694644;TRUE;"Your Place" +"impervious";"impervious";229.849873240571;TRUE;"Your Place" +"urban";"vegetation";3.56784359668382;FALSE;"Your Place" +"urban";"vegetation";4259.02480168373;FALSE;"Your Place" +"vegetation";"vegetation";55.9844577359036;TRUE;"Your Place" +"vegetation";"vegetation";1954.05225042999;TRUE;"Your Place" +"urban";"impervious";8.66456384651246;FALSE;"Your Place" +"impervious";"impervious";208.097880543959;TRUE;"Your Place" +"vegetation";"impervious";8.96300109231379;FALSE;"Your Place" +"urban";"impervious";52.2052105018302;FALSE;"Your Place" +"urban";"impervious";35.533494976582;FALSE;"Your Place" +"impervious";"impervious";129.752043501008;TRUE;"Your Place" +"impervious";"impervious";54.201096862671;TRUE;"Your Place" +"impervious";"vegetation";58.2234137816704;FALSE;"Your Place" +"impervious";"vegetation";14.8074567089207;FALSE;"Your Place" +"vegetation";"vegetation";498.569007700309;TRUE;"Your Place" +"vegetation";"vegetation";373.44163607806;TRUE;"Your Place" +"vegetation";"impervious";3688.48380911164;FALSE;"Your Place" +"impervious";"impervious";86.2159471351188;TRUE;"Your Place" +"water";"impervious";842.568719531409;FALSE;"Your Place" +"water";"impervious";413.782534494996;FALSE;"Your Place" +"vegetation";"water";23.6893730699085;FALSE;"Your Place" +"water";"water";20.2521333689801;TRUE;"Your Place" +"urban";"impervious";152.064678964263;FALSE;"Your Place" +"impervious";"impervious";197.065489164554;TRUE;"Your Place" +"vegetation";"water";646.968875775754;FALSE;"Your Place" +"water";"water";2.78126466320828;TRUE;"Your Place" +"impervious";"water";0.528431960236048;FALSE;"Your Place" +"impervious";"water";40.4933668924496;FALSE;"Your Place" +"water";"water";3568.48087841365;TRUE;"Your Place" +"impervious";"water";418.15551226039;FALSE;"Your Place" +"water";"water";35984.2023894973;TRUE;"Your Place" +"water";"water";6.64625351825089;TRUE;"Your Place" +"impervious";"water";0.589929410227342;FALSE;"Your Place" +"vegetation";"water";0.023092248942703;FALSE;"Your Place" +"urban";"vegetation";292.849596873581;FALSE;"Your Place" +"urban";"vegetation";32.7239854382351;FALSE;"Your Place" +"water";"vegetation";121.716628015973;FALSE;"Your Place" +"urban";"impervious";39.3154960291868;FALSE;"Your Place" +"urban";"impervious";56.7229268568917;FALSE;"Your Place" +"impervious";"vegetation";1.40429029957158;FALSE;"Your Place" +"water";"vegetation";467.864568267018;FALSE;"Your Place" +"impervious";"vegetation";5651.14131204132;FALSE;"Your Place" +"impervious";"vegetation";106.801001172353;FALSE;"Your Place" +"water";"vegetation";773.430647518602;FALSE;"Your Place" +"impervious";"vegetation";336.201814310625;FALSE;"Your Place" +"vegetation";"vegetation";0.374874169618124;TRUE;"Your Place" +"urban";"impervious";636.39519923937;FALSE;"Your Place" +"impervious";"impervious";1288.55073112482;TRUE;"Your Place" +"impervious";"impervious";3082.19854458072;TRUE;"Your Place" +"impervious";"impervious";22.9879301658948;TRUE;"Your Place" +"impervious";"impervious";0.363207724705717;TRUE;"Your Place" +"impervious";"impervious";27.7746305403998;TRUE;"Your Place" +"impervious";"impervious";4721.91755609401;TRUE;"Your Place" +"vegetation";"impervious";758.261247677729;FALSE;"Your Place" +"vegetation";"impervious";197.845115976874;FALSE;"Your Place" +"vegetation";"impervious";7.59119284036569;FALSE;"Your Place" +"vegetation";"vegetation";16.8420632826164;TRUE;"Your Place" +"urban";"impervious";2.69059935258701;FALSE;"Your Place" +"impervious";"impervious";0.372683121437149;TRUE;"Your Place" +"impervious";"impervious";3.331340551842;TRUE;"Your Place" +"impervious";"impervious";1053.76581339887;TRUE;"Your Place" +"impervious";"impervious";9.42968916508835;TRUE;"Your Place" +"impervious";"impervious";1.45312737079803;TRUE;"Your Place" +"impervious";"impervious";5.6513580956962;TRUE;"Your Place" +"vegetation";"impervious";4.77422237524297;FALSE;"Your Place" +"vegetation";"impervious";6.29385121719679;FALSE;"Your Place" +"vegetation";"water";4505.53540635575;FALSE;"Your Place" +"vegetation";"water";106.09861143236;FALSE;"Your Place" +"vegetation";"water";30.1122188139707;FALSE;"Your Place" +"water";"water";5040.85086694453;TRUE;"Your Place" +"impervious";"water";32.5634722020477;FALSE;"Your Place" +"vegetation";"vegetation";87.4965466251597;TRUE;"Your Place" +"vegetation";"vegetation";1188.41505671287;TRUE;"Your Place" +"vegetation";"vegetation";1306.11586280074;TRUE;"Your Place" +"vegetation";"vegetation";135.222261497052;TRUE;"Your Place" +"vegetation";"vegetation";5159.61081042947;TRUE;"Your Place" +"impervious";"vegetation";22.5563762247621;FALSE;"Your Place" +"vegetation";"water";14.3501133145764;FALSE;"Your Place" +"urban";"impervious";791.612718429882;FALSE;"Your Place" +"impervious";"impervious";148.86836910015;TRUE;"Your Place" +"vegetation";"impervious";10.9063091888092;FALSE;"Your Place" +"vegetation";"vegetation";5158.0222773283;TRUE;"Your Place" +"impervious";"vegetation";732.52228453476;FALSE;"Your Place" +"vegetation";"vegetation";6.72949859919026;TRUE;"Your Place" +"impervious";"impervious";773.137740418693;TRUE;"Your Place" +"impervious";"impervious";0.0484212007140741;TRUE;"Your Place" +"vegetation";"vegetation";84.2484563728794;TRUE;"Your Place" +"urban";"vegetation";165.936443528917;FALSE;"Your Place" +"vegetation";"water";4.0428629796952;FALSE;"Your Place" +"urban";"impervious";35.5143979118438;FALSE;"Your Place" +"urban";"impervious";35.1233336334117;FALSE;"Your Place" +"impervious";"impervious";0.062356058289879;TRUE;"Your Place" +"impervious";"impervious";98.9146133553004;TRUE;"Your Place" +"vegetation";"impervious";10.1167402126594;FALSE;"Your Place" +"vegetation";"impervious";7.28118182392791;FALSE;"Your Place" +"vegetation";"impervious";2.25213742483174;FALSE;"Your Place" +"vegetation";"vegetation";31.0505220975028;TRUE;"Your Place" +"urban";"vegetation";4.72306906222366;FALSE;"Your Place" +"vegetation";"vegetation";0.402948722243309;TRUE;"Your Place" +"vegetation";"vegetation";1171.25312550133;TRUE;"Your Place" +"vegetation";"vegetation";1.19938320107758;TRUE;"Your Place" +"water";"vegetation";4.83930688491091;FALSE;"Your Place" +"impervious";"vegetation";144.964312879834;FALSE;"Your Place" +"vegetation";"vegetation";204.968147490523;TRUE;"Your Place" +"vegetation";"vegetation";120.698982625734;TRUE;"Your Place" +"water";"vegetation";35.1019781941432;FALSE;"Your Place" +"urban";"impervious";34.1065926780575;FALSE;"Your Place" +"urban";"vegetation";1056.68486620532;FALSE;"Your Place" +"vegetation";"water";255.542451022193;FALSE;"Your Place" +"urban";"vegetation";149.636455975007;FALSE;"Your Place" +"water";"vegetation";81.3228077234235;FALSE;"Your Place" +"vegetation";"vegetation";612.441547133029;TRUE;"Your Place" +"vegetation";"vegetation";510.485919948667;TRUE;"Your Place" +"vegetation";"vegetation";114.798456364806;TRUE;"Your Place" +"vegetation";"vegetation";91.791036187904;TRUE;"Your Place" +"vegetation";"vegetation";16637.3442604165;TRUE;"Your Place" +"vegetation";"impervious";38.1210607879329;FALSE;"Your Place" +"urban";"vegetation";675.354689529864;FALSE;"Your Place" +"vegetation";"vegetation";40.8138150461018;TRUE;"Your Place" +"vegetation";"vegetation";504.928068293317;TRUE;"Your Place" +"vegetation";"vegetation";6236.96815411095;TRUE;"Your Place" +"vegetation";"impervious";37.4999182448387;FALSE;"Your Place" +"urban";"impervious";3.94136377586983;FALSE;"Your Place" +"vegetation";"vegetation";179584.921320579;TRUE;"Your Place" +"vegetation";"vegetation";11.2120437696576;TRUE;"Your Place" +"vegetation";"vegetation";23462.5872632966;TRUE;"Your Place" +"vegetation";"vegetation";12.5678396950316;TRUE;"Your Place" +"urban";"vegetation";7324.50003299816;FALSE;"Your Place" +"vegetation";"impervious";5.35594429646153;FALSE;"Your Place" +"urban";"vegetation";6593.07113085754;FALSE;"Your Place" +"impervious";"vegetation";146.329768845695;FALSE;"Your Place" +"impervious";"vegetation";2281.81085420819;FALSE;"Your Place" +"impervious";"vegetation";3.04822806851007;FALSE;"Your Place" +"impervious";"vegetation";0.787420991196996;FALSE;"Your Place" +"urban";"vegetation";43.8592238209822;FALSE;"Your Place" +"urban";"impervious";1257.11976511673;FALSE;"Your Place" +"vegetation";"impervious";38.210055479547;FALSE;"Your Place" +"urban";"impervious";35.7219273149967;FALSE;"Your Place" +"vegetation";"impervious";323.870758032892;FALSE;"Your Place" +"vegetation";"vegetation";194.584094005637;TRUE;"Your Place" +"vegetation";"vegetation";119.919852687977;TRUE;"Your Place" +"vegetation";"vegetation";843.511977792252;TRUE;"Your Place" +"water";"vegetation";83.8833645507693;FALSE;"Your Place" +"vegetation";"impervious";60.6157270456315;FALSE;"Your Place" +"impervious";"impervious";143.720365266861;TRUE;"Your Place" +"vegetation";"impervious";36.4235800341703;FALSE;"Your Place" +"urban";"water";29.3093870702432;FALSE;"Your Place" +"water";"water";2.2462748317048;TRUE;"Your Place" +"impervious";"vegetation";412.803823508322;FALSE;"Your Place" +"vegetation";"vegetation";77.505992549191;TRUE;"Your Place" +"vegetation";"vegetation";0.238393059989903;TRUE;"Your Place" +"impervious";"vegetation";53.5258446747212;FALSE;"Your Place" +"vegetation";"impervious";33.7398562375165;FALSE;"Your Place" +"vegetation";"impervious";315.795035447605;FALSE;"Your Place" +"impervious";"impervious";0.897832320828456;TRUE;"Your Place" +"urban";"vegetation";27.2218932115939;FALSE;"Your Place" +"vegetation";"impervious";302.006138461089;FALSE;"Your Place" +"vegetation";"impervious";44.6870945514529;FALSE;"Your Place" +"vegetation";"vegetation";1266.90865091141;TRUE;"Your Place" +"vegetation";"vegetation";289949.688919157;TRUE;"Your Place" +"vegetation";"vegetation";102.732746108435;TRUE;"Your Place" +"vegetation";"vegetation";4798.63383354252;TRUE;"Your Place" +"vegetation";"vegetation";5347.10905674845;TRUE;"Your Place" +"impervious";"vegetation";420.131210045365;FALSE;"Your Place" +"vegetation";"impervious";5.54529449320398;FALSE;"Your Place" +"impervious";"impervious";70.5066438540816;TRUE;"Your Place" +"urban";"vegetation";52.0849398495629;FALSE;"Your Place" +"water";"vegetation";29.4138209950179;FALSE;"Your Place" +"urban";"impervious";282.209969554517;FALSE;"Your Place" +"vegetation";"vegetation";654.395424200455;TRUE;"Your Place" +"impervious";"vegetation";1.85798314050771;FALSE;"Your Place" +"vegetation";"vegetation";46.9694865039783;TRUE;"Your Place" +"vegetation";"impervious";23.5888688529376;FALSE;"Your Place" +"vegetation";"impervious";25.8986134783481;FALSE;"Your Place" +"urban";"impervious";55.3530958208721;FALSE;"Your Place" +"vegetation";"impervious";2796.66321692918;FALSE;"Your Place" +"water";"vegetation";171.619241159409;FALSE;"Your Place" +"impervious";"vegetation";1612.67786384188;FALSE;"Your Place" +"vegetation";"vegetation";96.6946536251344;TRUE;"Your Place" +"urban";"vegetation";8.94759561214596;FALSE;"Your Place" +"urban";"vegetation";125.932271439931;FALSE;"Your Place" +"impervious";"vegetation";5995.30904496275;FALSE;"Your Place" +"vegetation";"impervious";3.02269761520438;FALSE;"Your Place" +"impervious";"impervious";4.33545700763352;TRUE;"Your Place" +"vegetation";"impervious";242.352004840854;FALSE;"Your Place" +"urban";"vegetation";1.4154374509817;FALSE;"Your Place" +"urban";"vegetation";19.2693654183531;FALSE;"Your Place" +"impervious";"vegetation";2053.12380982004;FALSE;"Your Place" +"water";"vegetation";437.336665838375;FALSE;"Your Place" +"water";"vegetation";384.068558253697;FALSE;"Your Place" +"water";"vegetation";2.01547923195176;FALSE;"Your Place" +"impervious";"vegetation";12.6063533700071;FALSE;"Your Place" +"urban";"water";0.223385207907995;FALSE;"Your Place" +"water";"water";0.744324027957191;TRUE;"Your Place" +"impervious";"water";59.9281381222827;FALSE;"Your Place" +"water";"water";5424.4607595359;TRUE;"Your Place" +"impervious";"water";236.782519058848;FALSE;"Your Place" +"water";"water";2746.20235645957;TRUE;"Your Place" +"water";"water";8.31084325211123;TRUE;"Your Place" +"impervious";"water";0.353005776461941;FALSE;"Your Place" +"urban";"vegetation";12.7245024555596;FALSE;"Your Place" +"urban";"vegetation";22.4769189358194;FALSE;"Your Place" +"water";"vegetation";61.6198163451627;FALSE;"Your Place" +"impervious";"vegetation";3096.84192043357;FALSE;"Your Place" +"impervious";"vegetation";88.9549557148712;FALSE;"Your Place" +"water";"vegetation";64.9698448243435;FALSE;"Your Place" +"impervious";"vegetation";0.418027148291003;FALSE;"Your Place" +"impervious";"vegetation";3.46470036020037;FALSE;"Your Place" +"urban";"impervious";143.624465534231;FALSE;"Your Place" +"urban";"impervious";149.465879242867;FALSE;"Your Place" +"urban";"impervious";5.66651197196916;FALSE;"Your Place" +"urban";"vegetation";291.573008889332;FALSE;"Your Place" +"urban";"vegetation";7.79551152139902;FALSE;"Your Place" +"impervious";"vegetation";111.664739193046;FALSE;"Your Place" +"impervious";"vegetation";6154.74556341558;FALSE;"Your Place" +"urban";"impervious";470.696920703165;FALSE;"Your Place" +"urban";"impervious";97.6380391763523;FALSE;"Your Place" +"vegetation";"vegetation";1906.01259901012;TRUE;"Your Place" +"vegetation";"vegetation";3929.8973252438;TRUE;"Your Place" +"vegetation";"vegetation";107.555193142034;TRUE;"Your Place" +"vegetation";"vegetation";916.982718666084;TRUE;"Your Place" +"vegetation";"impervious";1505.72267279495;FALSE;"Your Place" +"urban";"impervious";191.105614231899;FALSE;"Your Place" +"vegetation";"impervious";6.34186083974782;FALSE;"Your Place" +"vegetation";"vegetation";24598.8602954829;TRUE;"Your Place" +"vegetation";"vegetation";3399.70166103868;TRUE;"Your Place" +"impervious";"vegetation";4.58976810914464;FALSE;"Your Place" +"vegetation";"impervious";111.076937272097;FALSE;"Your Place" +"vegetation";"impervious";1.54233280866174;FALSE;"Your Place" +"vegetation";"impervious";19.8353964352864;FALSE;"Your Place" +"vegetation";"vegetation";95.247572981054;TRUE;"Your Place" +"water";"vegetation";28.2099377568811;FALSE;"Your Place" +"vegetation";"impervious";0.671907781681512;FALSE;"Your Place" +"vegetation";"impervious";30.9797549585346;FALSE;"Your Place" +"vegetation";"impervious";8.48327826033346;FALSE;"Your Place" +"impervious";"impervious";112.278011703165;TRUE;"Your Place" +"vegetation";"impervious";275.163895404199;FALSE;"Your Place" +"impervious";"impervious";4.48528352752328;TRUE;"Your Place" +"water";"vegetation";19.2034011405194;FALSE;"Your Place" +"urban";"impervious";322.4287246475;FALSE;"Your Place" +"vegetation";"impervious";2.97618647720083;FALSE;"Your Place" +"urban";"impervious";608.779106120413;FALSE;"Your Place" +"urban";"impervious";229.157546057366;FALSE;"Your Place" +"vegetation";"vegetation";0.259731646307046;TRUE;"Your Place" +"water";"vegetation";5.49293636053335;FALSE;"Your Place" +"urban";"vegetation";228.05302404896;FALSE;"Your Place" +"vegetation";"impervious";1.5879114017298;FALSE;"Your Place" +"vegetation";"impervious";82.6148682459607;FALSE;"Your Place" +"water";"vegetation";5.57532891293522;FALSE;"Your Place" +"urban";"impervious";354.249802047387;FALSE;"Your Place" +"urban";"impervious";16.4280293394113;FALSE;"Your Place" +"vegetation";"vegetation";350.357554667629;TRUE;"Your Place" +"water";"vegetation";103.205226237187;FALSE;"Your Place" +"vegetation";"impervious";72.9995157075027;FALSE;"Your Place" +"urban";"impervious";17.2866330196266;FALSE;"Your Place" +"urban";"vegetation";2.5355381310801;FALSE;"Your Place" +"vegetation";"vegetation";1322.53777959081;TRUE;"Your Place" +"vegetation";"vegetation";3.71163932560012;TRUE;"Your Place" +"vegetation";"impervious";80.8355935418513;FALSE;"Your Place" +"vegetation";"impervious";0.420871013775468;FALSE;"Your Place" +"vegetation";"impervious";3.51269759383285;FALSE;"Your Place" +"vegetation";"impervious";34.0438903049799;FALSE;"Your Place" +"impervious";"impervious";46.0025830614613;TRUE;"Your Place" +"vegetation";"impervious";44.098295593576;FALSE;"Your Place" +"vegetation";"vegetation";2.60068686085287;TRUE;"Your Place" +"vegetation";"impervious";0.26763430966821;FALSE;"Your Place" +"vegetation";"impervious";30.0967345382378;FALSE;"Your Place" +"vegetation";"impervious";71.6330742002465;FALSE;"Your Place" +"vegetation";"impervious";43.2495893668383;FALSE;"Your Place" +"urban";"impervious";27.0692501618178;FALSE;"Your Place" +"vegetation";"impervious";5.3624711621087;FALSE;"Your Place" +"vegetation";"vegetation";10.1826024633483;TRUE;"Your Place" +"vegetation";"impervious";38.2396853531827;FALSE;"Your Place" +"vegetation";"impervious";157.623847699142;FALSE;"Your Place" +"vegetation";"impervious";11.877669224923;FALSE;"Your Place" +"vegetation";"impervious";23.0644002052431;FALSE;"Your Place" +"vegetation";"impervious";72.6517983264712;FALSE;"Your Place" +"impervious";"impervious";164.034165578196;TRUE;"Your Place" +"vegetation";"impervious";126.002565863309;FALSE;"Your Place" +"vegetation";"impervious";273.022589506349;FALSE;"Your Place" +"urban";"impervious";44.2543839863501;FALSE;"Your Place" +"urban";"impervious";25.0678659923142;FALSE;"Your Place" +"vegetation";"vegetation";114.954636397772;TRUE;"Your Place" +"water";"vegetation";2.17378163011745;FALSE;"Your Place" +"vegetation";"impervious";1.61623031098861;FALSE;"Your Place" +"urban";"impervious";37.0052576439921;FALSE;"Your Place" +"urban";"impervious";53.5844360277988;FALSE;"Your Place" +"urban";"impervious";41.6395006547682;FALSE;"Your Place" +"urban";"vegetation";2.01378354104236;FALSE;"Your Place" +"vegetation";"impervious";28.3526187771931;FALSE;"Your Place" +"impervious";"impervious";1.22797603346407;TRUE;"Your Place" +"vegetation";"impervious";42.3152985398192;FALSE;"Your Place" +"vegetation";"vegetation";17971.9384662397;TRUE;"Your Place" +"vegetation";"vegetation";67.9517333549447;TRUE;"Your Place" +"vegetation";"vegetation";1019.18704987579;TRUE;"Your Place" +"vegetation";"vegetation";1.94111527130008;TRUE;"Your Place" +"water";"vegetation";0.706309789267834;FALSE;"Your Place" +"urban";"impervious";40.7142816944979;FALSE;"Your Place" +"urban";"impervious";67.3649674592889;FALSE;"Your Place" +"impervious";"vegetation";41.3346245578359;FALSE;"Your Place" +"vegetation";"impervious";89.3621898682395;FALSE;"Your Place" +"water";"impervious";10.5145048740378;FALSE;"Your Place" +"vegetation";"impervious";209.130611006112;FALSE;"Your Place" +"vegetation";"impervious";6.55193281793618;FALSE;"Your Place" +"impervious";"impervious";89.7582758842036;TRUE;"Your Place" +"vegetation";"impervious";106.439744711082;FALSE;"Your Place" +"impervious";"impervious";14.4778731893748;TRUE;"Your Place" +"vegetation";"impervious";345.157685173675;FALSE;"Your Place" +"vegetation";"impervious";1008.34815006255;FALSE;"Your Place" +"water";"impervious";17.2548417467624;FALSE;"Your Place" +"vegetation";"impervious";2.9682573817845;FALSE;"Your Place" +"water";"impervious";0.321821083671239;FALSE;"Your Place" +"impervious";"impervious";60.3978605090815;TRUE;"Your Place" +"vegetation";"impervious";2.92802946383017;FALSE;"Your Place" +"vegetation";"vegetation";8.5264251655899;TRUE;"Your Place" +"vegetation";"vegetation";6.65179908135906;TRUE;"Your Place" +"vegetation";"vegetation";17.5855827139458;TRUE;"Your Place" +"vegetation";"impervious";2.15735265263356;FALSE;"Your Place" +"vegetation";"vegetation";108.023532119114;TRUE;"Your Place" +"vegetation";"impervious";99.179755252786;FALSE;"Your Place" +"urban";"impervious";160.37808409147;FALSE;"Your Place" +"urban";"impervious";3800.26849143277;FALSE;"Your Place" +"vegetation";"vegetation";1.346866897773;TRUE;"Your Place" +"vegetation";"impervious";12.8588857150171;FALSE;"Your Place" +"vegetation";"impervious";2.06767501216382;FALSE;"Your Place" +"vegetation";"vegetation";99.4535234547802;TRUE;"Your Place" +"vegetation";"vegetation";26.6789554121206;TRUE;"Your Place" +"vegetation";"vegetation";23.4419587185694;TRUE;"Your Place" +"impervious";"vegetation";3992.81618312001;FALSE;"Your Place" +"water";"vegetation";880.09972176468;FALSE;"Your Place" +"impervious";"vegetation";1.10376842253754;FALSE;"Your Place" +"impervious";"vegetation";730.520478410268;FALSE;"Your Place" +"vegetation";"vegetation";0.190145890730491;TRUE;"Your Place" +"vegetation";"impervious";49.7047600003425;FALSE;"Your Place" +"vegetation";"impervious";7.69965480966493;FALSE;"Your Place" +"urban";"vegetation";922.652442999184;FALSE;"Your Place" +"urban";"impervious";332.21283293888;FALSE;"Your Place" +"urban";"impervious";16.9551456539662;FALSE;"Your Place" +"vegetation";"vegetation";1.03385489608627;TRUE;"Your Place" +"impervious";"vegetation";48.2577209649608;FALSE;"Your Place" +"impervious";"vegetation";2717.0299285209;FALSE;"Your Place" +"vegetation";"vegetation";1.38614799961215;TRUE;"Your Place" +"vegetation";"vegetation";3.38259079371346;TRUE;"Your Place" +"vegetation";"vegetation";4.08967133855913;TRUE;"Your Place" +"impervious";"vegetation";126.46142027725;FALSE;"Your Place" +"vegetation";"vegetation";44614.1304254317;TRUE;"Your Place" +"vegetation";"vegetation";9.71704748738557;TRUE;"Your Place" +"vegetation";"impervious";146.028671070933;FALSE;"Your Place" +"vegetation";"impervious";208.280182374641;FALSE;"Your Place" +"vegetation";"vegetation";55.1860487421509;TRUE;"Your Place" +"vegetation";"vegetation";4.08337763039162;TRUE;"Your Place" +"water";"vegetation";0.795120609516744;FALSE;"Your Place" +"vegetation";"impervious";521.098342258483;FALSE;"Your Place" +"water";"impervious";0.441434771288186;FALSE;"Your Place" +"urban";"impervious";7.82275168877095;FALSE;"Your Place" +"urban";"impervious";481.395446899347;FALSE;"Your Place" +"vegetation";"impervious";0.55750618071761;FALSE;"Your Place" +"vegetation";"impervious";81.7237310572527;FALSE;"Your Place" +"vegetation";"vegetation";1877.05133241601;TRUE;"Your Place" +"water";"vegetation";1.38501716044266;FALSE;"Your Place" +"vegetation";"vegetation";0.194990905118175;TRUE;"Your Place" +"vegetation";"vegetation";1397.15878887183;TRUE;"Your Place" +"vegetation";"vegetation";2578.35944211663;TRUE;"Your Place" +"vegetation";"impervious";24.9583192482824;FALSE;"Your Place" +"vegetation";"impervious";1.11472271673847;FALSE;"Your Place" +"vegetation";"vegetation";52.1244169259444;TRUE;"Your Place" +"vegetation";"impervious";73.8885820386931;FALSE;"Your Place" +"vegetation";"impervious";877.463808207773;FALSE;"Your Place" +"impervious";"vegetation";43.3489069245406;FALSE;"Your Place" +"impervious";"vegetation";4756.84413697245;FALSE;"Your Place" +"impervious";"vegetation";229.095248159487;FALSE;"Your Place" +"vegetation";"vegetation";13.5540364347398;TRUE;"Your Place" +"water";"vegetation";115.291793121025;FALSE;"Your Place" +"urban";"impervious";7.91705550689312;FALSE;"Your Place" +"urban";"impervious";0.257513861855841;FALSE;"Your Place" +"urban";"impervious";1630.98027054709;FALSE;"Your Place" +"impervious";"impervious";5.26209709676914;TRUE;"Your Place" +"vegetation";"vegetation";4370.71199146379;TRUE;"Your Place" +"vegetation";"vegetation";2982.40051777288;TRUE;"Your Place" +"vegetation";"impervious";30.0300986125076;FALSE;"Your Place" +"urban";"impervious";170.750757690985;FALSE;"Your Place" +"urban";"impervious";110.197134467091;FALSE;"Your Place" +"urban";"impervious";2.99119467753917;FALSE;"Your Place" +"vegetation";"vegetation";113.297158027533;TRUE;"Your Place" +"water";"vegetation";255.474870555685;FALSE;"Your Place" +"urban";"impervious";17.9529791176319;FALSE;"Your Place" +"impervious";"impervious";208.852032303112;TRUE;"Your Place" +"vegetation";"vegetation";1997.49285165407;TRUE;"Your Place" +"water";"vegetation";68.8070171034196;FALSE;"Your Place" +"water";"vegetation";19.7897143936716;FALSE;"Your Place" +"urban";"impervious";572.733319800347;FALSE;"Your Place" +"urban";"impervious";1311.60072726023;FALSE;"Your Place" +"vegetation";"vegetation";34.2199139641598;TRUE;"Your Place" +"water";"vegetation";366.75342815998;FALSE;"Your Place" +"water";"vegetation";1.94790316838771;FALSE;"Your Place" +"urban";"impervious";774.049170263112;FALSE;"Your Place" +"vegetation";"impervious";294.296163124032;FALSE;"Your Place" +"urban";"vegetation";1033.224638924;FALSE;"Your Place" +"urban";"vegetation";73.9661882416112;FALSE;"Your Place" +"vegetation";"vegetation";2335.46166045318;TRUE;"Your Place" +"vegetation";"vegetation";3.68436752865091;TRUE;"Your Place" +"vegetation";"water";1.72986230906099;FALSE;"Your Place" +"water";"water";89.0032547013834;TRUE;"Your Place" +"vegetation";"vegetation";4.6056730330456;TRUE;"Your Place" +"water";"vegetation";0.193026315653697;FALSE;"Your Place" +"vegetation";"vegetation";6.62021940015256;TRUE;"Your Place" +"water";"vegetation";110.630638619885;FALSE;"Your Place" +"vegetation";"vegetation";1.44739573003608;TRUE;"Your Place" +"urban";"impervious";891.06202236563;FALSE;"Your Place" +"water";"water";3375.60648248822;TRUE;"Your Place" +"impervious";"water";3.28693869221024;FALSE;"Your Place" +"impervious";"water";122.520079100941;FALSE;"Your Place" +"vegetation";"impervious";2336.89240168128;FALSE;"Your Place" +"water";"impervious";48.8628552609589;FALSE;"Your Place" +"vegetation";"impervious";0.0579701361712068;FALSE;"Your Place" +"impervious";"vegetation";50.6148112351075;FALSE;"Your Place" +"water";"vegetation";357.611663202406;FALSE;"Your Place" +"impervious";"vegetation";1658.74992464157;FALSE;"Your Place" +"water";"vegetation";14.9518466582522;FALSE;"Your Place" +"impervious";"vegetation";245.566156557412;FALSE;"Your Place" +"urban";"impervious";20.7920011032838;FALSE;"Your Place" +"urban";"impervious";0.218688090761134;FALSE;"Your Place" +"water";"impervious";75.0934813626227;FALSE;"Your Place" +"impervious";"impervious";19.2055768375285;TRUE;"Your Place" +"impervious";"impervious";9.68966958881356;TRUE;"Your Place" +"impervious";"impervious";1938.48976523301;TRUE;"Your Place" +"impervious";"impervious";20.0126773597221;TRUE;"Your Place" +"urban";"impervious";42.8011985820485;FALSE;"Your Place" +"urban";"impervious";0.362537426204653;FALSE;"Your Place" +"water";"impervious";22.6720407426474;FALSE;"Your Place" +"impervious";"impervious";69.8812509964919;TRUE;"Your Place" +"impervious";"impervious";7.47206534443831;TRUE;"Your Place" +"impervious";"impervious";1327.31752572954;TRUE;"Your Place" +"urban";"impervious";13.7913423599675;FALSE;"Your Place" +"urban";"impervious";37.4795709550381;FALSE;"Your Place" +"impervious";"impervious";297.266195860459;TRUE;"Your Place" +"vegetation";"water";17.9927632529289;FALSE;"Your Place" +"water";"water";53.8090145243332;TRUE;"Your Place" +"water";"water";0.435135445324704;TRUE;"Your Place" +"impervious";"vegetation";58.5567878102884;FALSE;"Your Place" +"water";"vegetation";29.6275895622093;FALSE;"Your Place" +"water";"vegetation";2.9332257801434;FALSE;"Your Place" +"impervious";"vegetation";38.0962037642021;FALSE;"Your Place" +"water";"vegetation";0.875311546726152;FALSE;"Your Place" +"impervious";"impervious";26.9562982899661;TRUE;"Your Place" +"impervious";"impervious";25.0142868552357;TRUE;"Your Place" +"impervious";"vegetation";121.011912043206;FALSE;"Your Place" +"impervious";"vegetation";1.72345526376739;FALSE;"Your Place" +"impervious";"water";35.823594879359;FALSE;"Your Place" +"water";"water";45.1250941483304;TRUE;"Your Place" +"impervious";"vegetation";35.5208231469151;FALSE;"Your Place" +"impervious";"vegetation";1236.06571820462;FALSE;"Your Place" +"impervious";"impervious";69.2126704684924;TRUE;"Your Place" +"impervious";"impervious";119.941534286831;TRUE;"Your Place" +"impervious";"impervious";408.020820172969;TRUE;"Your Place" +"impervious";"impervious";2.07197009539232;TRUE;"Your Place" +"impervious";"vegetation";2.7365588597022;FALSE;"Your Place" +"water";"vegetation";144.933593502734;FALSE;"Your Place" +"impervious";"vegetation";566.209806933999;FALSE;"Your Place" +"water";"vegetation";96.362588478718;FALSE;"Your Place" +"impervious";"vegetation";3.78239952214062;FALSE;"Your Place" +"impervious";"vegetation";2.80557979736477;FALSE;"Your Place" +"vegetation";"vegetation";555.541047632229;TRUE;"Your Place" +"impervious";"impervious";26.4306689503719;TRUE;"Your Place" +"impervious";"vegetation";14.3223281861283;FALSE;"Your Place" +"impervious";"impervious";22.3734717840562;TRUE;"Your Place" +"impervious";"impervious";1036.19436457753;TRUE;"Your Place" +"urban";"impervious";813.896992920636;FALSE;"Your Place" +"urban";"impervious";0.392875398116303;FALSE;"Your Place" +"impervious";"impervious";156.752648605383;TRUE;"Your Place" +"impervious";"impervious";2.35542910150252;TRUE;"Your Place" +"urban";"impervious";167.903309177578;FALSE;"Your Place" +"urban";"impervious";5.55945065902779;FALSE;"Your Place" +"impervious";"impervious";14.7698478863749;TRUE;"Your Place" +"vegetation";"impervious";391.617047026753;FALSE;"Your Place" +"impervious";"impervious";1.80786305019865;TRUE;"Your Place" +"impervious";"impervious";24.2649077153183;TRUE;"Your Place" +"impervious";"impervious";15.2947231165599;TRUE;"Your Place" +"impervious";"impervious";2575.86951850832;TRUE;"Your Place" +"urban";"vegetation";768.445096580312;FALSE;"Your Place" +"urban";"impervious";14.6767446289887;FALSE;"Your Place" +"urban";"impervious";16.5681131760357;FALSE;"Your Place" +"impervious";"impervious";181.062384999823;TRUE;"Your Place" +"impervious";"impervious";15.3399165585288;TRUE;"Your Place" +"urban";"impervious";1.82461087801494;FALSE;"Your Place" +"impervious";"impervious";345.430186490994;TRUE;"Your Place" +"impervious";"impervious";4.31941416917834;TRUE;"Your Place" +"vegetation";"vegetation";199.441095456306;TRUE;"Your Place" +"impervious";"impervious";452.171846752404;TRUE;"Your Place" +"urban";"impervious";1.02154525701917;FALSE;"Your Place" +"impervious";"impervious";807.723524083762;TRUE;"Your Place" +"impervious";"water";156.012417823542;FALSE;"Your Place" +"impervious";"water";1.00893060374074;FALSE;"Your Place" +"urban";"impervious";16.0314153432846;FALSE;"Your Place" +"impervious";"impervious";361.155390696134;TRUE;"Your Place" +"impervious";"impervious";0.179395734332502;TRUE;"Your Place" +"vegetation";"vegetation";623.157095178496;TRUE;"Your Place" +"vegetation";"impervious";138.841133405745;FALSE;"Your Place" +"vegetation";"impervious";9.05227356497198;FALSE;"Your Place" +"vegetation";"vegetation";3.35298830829561;TRUE;"Your Place" +"vegetation";"vegetation";2184.39860952273;TRUE;"Your Place" +"vegetation";"vegetation";14.4957854608074;TRUE;"Your Place" +"vegetation";"vegetation";1979.92123845499;TRUE;"Your Place" +"urban";"impervious";26.4270367082208;FALSE;"Your Place" +"urban";"impervious";578.72848652862;FALSE;"Your Place" +"urban";"impervious";22.7564009116031;FALSE;"Your Place" +"vegetation";"impervious";32.1365229671937;FALSE;"Your Place" +"impervious";"water";20.787016870454;FALSE;"Your Place" +"vegetation";"vegetation";588.865438310792;TRUE;"Your Place" +"vegetation";"vegetation";86.1194150042284;TRUE;"Your Place" +"vegetation";"vegetation";2590.76745615387;TRUE;"Your Place" +"vegetation";"vegetation";491.421775543509;TRUE;"Your Place" +"vegetation";"impervious";60.4498698549141;FALSE;"Your Place" +"urban";"vegetation";945.25044326717;FALSE;"Your Place" +"urban";"vegetation";0.414856732648332;FALSE;"Your Place" +"urban";"vegetation";99.8738569971756;FALSE;"Your Place" +"urban";"vegetation";41.6579527381546;FALSE;"Your Place" +"impervious";"vegetation";1860.81277215946;FALSE;"Your Place" +"impervious";"vegetation";7.26465550011199;FALSE;"Your Place" +"urban";"impervious";72.2180140197743;FALSE;"Your Place" +"urban";"vegetation";282.661888815463;FALSE;"Your Place" +"urban";"vegetation";1941.89174040314;FALSE;"Your Place" +"urban";"impervious";53.7977678440511;FALSE;"Your Place" +"urban";"impervious";0.00439555308616946;FALSE;"Your Place" +"urban";"impervious";268.816152032574;FALSE;"Your Place" +"urban";"impervious";19.7384954189183;FALSE;"Your Place" +"vegetation";"impervious";150.640643011546;FALSE;"Your Place" +"vegetation";"impervious";148.203441827907;FALSE;"Your Place" +"urban";"impervious";29.1044473273068;FALSE;"Your Place" +"urban";"impervious";14.8214432448149;FALSE;"Your Place" +"impervious";"impervious";2658.85378911719;TRUE;"Your Place" +"water";"impervious";16.5045907849999;FALSE;"Your Place" +"impervious";"impervious";16.9728298468981;TRUE;"Your Place" +"water";"impervious";0.0995497997773782;FALSE;"Your Place" +"urban";"impervious";42.6932209432125;FALSE;"Your Place" +"urban";"impervious";0.127086474269163;FALSE;"Your Place" +"urban";"impervious";389.271002039779;FALSE;"Your Place" +"urban";"impervious";20.465068058882;FALSE;"Your Place" +"urban";"impervious";14.2439256411744;FALSE;"Your Place" +"urban";"vegetation";42.3634423092008;FALSE;"Your Place" +"impervious";"water";211.006396099338;FALSE;"Your Place" +"water";"water";6294.29218320176;TRUE;"Your Place" +"water";"water";28.6130738761276;TRUE;"Your Place" +"urban";"vegetation";753.849487194326;FALSE;"Your Place" +"urban";"vegetation";20.2794618093176;FALSE;"Your Place" +"vegetation";"vegetation";891.491468152813;TRUE;"Your Place" +"vegetation";"vegetation";33.4718638505947;TRUE;"Your Place" +"urban";"impervious";6.21658284406294;FALSE;"Your Place" +"vegetation";"vegetation";14.5801312834956;TRUE;"Your Place" +"vegetation";"vegetation";1652.21218481427;TRUE;"Your Place" +"vegetation";"impervious";3.8567458151374;FALSE;"Your Place" +"vegetation";"impervious";113.882201981032;FALSE;"Your Place" +"urban";"impervious";1946.57311118429;FALSE;"Your Place" +"urban";"impervious";3.19410993422571;FALSE;"Your Place" +"urban";"impervious";0.154928407806437;FALSE;"Your Place" +"impervious";"impervious";58.7414773709606;TRUE;"Your Place" +"impervious";"impervious";15.4163796904031;TRUE;"Your Place" +"urban";"vegetation";1107.24770403432;FALSE;"Your Place" +"vegetation";"vegetation";1514.36445504171;TRUE;"Your Place" +"urban";"impervious";19.5473325994681;FALSE;"Your Place" +"urban";"impervious";19.0325889517553;FALSE;"Your Place" +"urban";"impervious";3.16585864392255;FALSE;"Your Place" +"impervious";"impervious";0.808834497001953;TRUE;"Your Place" +"impervious";"impervious";4139.98970088561;TRUE;"Your Place" +"urban";"impervious";382.285422277637;FALSE;"Your Place" +"vegetation";"impervious";28.5614573461935;FALSE;"Your Place" +"urban";"vegetation";319.490358587354;FALSE;"Your Place" +"vegetation";"vegetation";1777.42011601158;TRUE;"Your Place" +"water";"vegetation";496.718412501468;FALSE;"Your Place" +"vegetation";"impervious";166.402712083422;FALSE;"Your Place" +"vegetation";"impervious";1.62240806547925;FALSE;"Your Place" +"urban";"vegetation";7.2291983832838;FALSE;"Your Place" +"vegetation";"vegetation";379.635906924465;TRUE;"Your Place" +"urban";"vegetation";5521.48760726303;FALSE;"Your Place" +"vegetation";"vegetation";4380.93708841875;TRUE;"Your Place" +"impervious";"vegetation";43.6716510769911;FALSE;"Your Place" +"urban";"impervious";0.341789317200892;FALSE;"Your Place" +"urban";"impervious";18.38029198203;FALSE;"Your Place" +"impervious";"impervious";2115.70973272796;TRUE;"Your Place" +"vegetation";"vegetation";13.4583889939822;TRUE;"Your Place" +"water";"vegetation";7.95065480295807;FALSE;"Your Place" +"urban";"vegetation";1029.31790730357;FALSE;"Your Place" +"vegetation";"vegetation";1112.3984164974;TRUE;"Your Place" +"vegetation";"water";38.3979755218643;FALSE;"Your Place" +"water";"water";5431.75486268988;TRUE;"Your Place" +"vegetation";"water";129.841812498984;FALSE;"Your Place" +"vegetation";"impervious";35.8263651607558;FALSE;"Your Place" +"vegetation";"vegetation";18.5876894746907;TRUE;"Your Place" +"water";"vegetation";155.92898556916;FALSE;"Your Place" +"vegetation";"vegetation";64.6921021206654;TRUE;"Your Place" +"water";"vegetation";401.556958310772;FALSE;"Your Place" +"urban";"impervious";15.984203170985;FALSE;"Your Place" +"urban";"impervious";2.57671336524072;FALSE;"Your Place" +"impervious";"impervious";152.969414100982;TRUE;"Your Place" +"impervious";"impervious";3.51292099404964;TRUE;"Your Place" +"vegetation";"vegetation";155.646098453319;TRUE;"Your Place" +"urban";"impervious";502.860328955576;FALSE;"Your Place" +"vegetation";"impervious";55.6778263538145;FALSE;"Your Place" +"vegetation";"impervious";11.4369759638794;FALSE;"Your Place" +"urban";"vegetation";598.217516264442;FALSE;"Your Place" +"urban";"impervious";7.38824148557615;FALSE;"Your Place" +"urban";"impervious";7.74301826593;FALSE;"Your Place" +"impervious";"impervious";144.742115497298;TRUE;"Your Place" +"impervious";"impervious";7.24761314982607;TRUE;"Your Place" +"impervious";"impervious";9.60441777823871;TRUE;"Your Place" +"impervious";"vegetation";201.763762845416;FALSE;"Your Place" +"urban";"impervious";595.995970181655;FALSE;"Your Place" +"urban";"impervious";259.226078742649;FALSE;"Your Place" +"impervious";"impervious";0.881900237873197;TRUE;"Your Place" +"impervious";"impervious";5134.30566678941;TRUE;"Your Place" +"vegetation";"vegetation";154.535592918284;TRUE;"Your Place" +"vegetation";"vegetation";6666.18914175406;TRUE;"Your Place" +"vegetation";"vegetation";33.6885209372267;TRUE;"Your Place" +"vegetation";"vegetation";12.0896612820798;TRUE;"Your Place" +"urban";"impervious";651.97270520078;FALSE;"Your Place" +"impervious";"impervious";0.398867358686402;TRUE;"Your Place" +"vegetation";"impervious";157.440686587943;FALSE;"Your Place" +"vegetation";"vegetation";29.4184624747286;TRUE;"Your Place" +"water";"vegetation";28.3700441974215;FALSE;"Your Place" +"urban";"vegetation";4227.5348317679;FALSE;"Your Place" +"impervious";"vegetation";21.9033273337409;FALSE;"Your Place" +"urban";"impervious";1370.15014093556;FALSE;"Your Place" +"urban";"impervious";55.1704057335155;FALSE;"Your Place" +"vegetation";"impervious";54.7309501522686;FALSE;"Your Place" +"vegetation";"impervious";4.9662232035771;FALSE;"Your Place" +"vegetation";"impervious";1.5166592116002;FALSE;"Your Place" +"vegetation";"impervious";63.3694515156094;FALSE;"Your Place" +"vegetation";"vegetation";157.048850718886;TRUE;"Your Place" +"vegetation";"vegetation";12.6195873031393;TRUE;"Your Place" +"urban";"impervious";0.808365869801491;FALSE;"Your Place" +"urban";"impervious";1.27421663200948;FALSE;"Your Place" +"urban";"impervious";107.693316648714;FALSE;"Your Place" +"urban";"impervious";67.3944237052929;FALSE;"Your Place" +"urban";"impervious";9.68561846003286;FALSE;"Your Place" +"impervious";"impervious";136.034234352366;TRUE;"Your Place" +"water";"vegetation";37.1849715532735;FALSE;"Your Place" +"vegetation";"impervious";94.4504414037801;FALSE;"Your Place" +"vegetation";"impervious";100.989574392792;FALSE;"Your Place" +"urban";"vegetation";3970.41113217408;FALSE;"Your Place" +"vegetation";"vegetation";9.08080992568284;TRUE;"Your Place" +"vegetation";"impervious";89.6091942065686;FALSE;"Your Place" +"vegetation";"impervious";0.101102209679084;FALSE;"Your Place" +"vegetation";"impervious";3.39290394156706;FALSE;"Your Place" +"vegetation";"impervious";30.0396430996479;FALSE;"Your Place" +"vegetation";"vegetation";8.11965303251054;TRUE;"Your Place" +"vegetation";"vegetation";327.392450032057;TRUE;"Your Place" +"vegetation";"vegetation";44.3698408296332;TRUE;"Your Place" +"vegetation";"vegetation";1544.34122955799;TRUE;"Your Place" +"vegetation";"vegetation";1488.34598218044;TRUE;"Your Place" +"urban";"impervious";92.7992867836729;FALSE;"Your Place" +"impervious";"impervious";3.69162031053565;TRUE;"Your Place" +"water";"water";76.1811671119649;TRUE;"Your Place" +"vegetation";"impervious";198.994352037087;FALSE;"Your Place" +"urban";"vegetation";7598.92791063385;FALSE;"Your Place" +"vegetation";"vegetation";4374.31133042206;TRUE;"Your Place" +"impervious";"vegetation";256.346537290141;FALSE;"Your Place" +"vegetation";"impervious";0.992460240842775;FALSE;"Your Place" +"vegetation";"impervious";1.52567323565017;FALSE;"Your Place" +"urban";"impervious";112.749787121546;FALSE;"Your Place" +"vegetation";"impervious";17.668183773756;FALSE;"Your Place" +"impervious";"impervious";7.71018413006095;TRUE;"Your Place" +"urban";"vegetation";472.369064828847;FALSE;"Your Place" +"vegetation";"vegetation";4978.04134485999;TRUE;"Your Place" +"water";"vegetation";336.471984647564;FALSE;"Your Place" +"water";"water";23.1849459700752;TRUE;"Your Place" +"urban";"vegetation";0.162601370160701;FALSE;"Your Place" +"vegetation";"vegetation";13.0210159680282;TRUE;"Your Place" +"water";"vegetation";4.85041824448854;FALSE;"Your Place" +"impervious";"impervious";10.9624839994358;TRUE;"Your Place" +"vegetation";"vegetation";1082.06742127657;TRUE;"Your Place" +"urban";"impervious";98.2208400539821;FALSE;"Your Place" +"vegetation";"vegetation";64.0964781777002;TRUE;"Your Place" +"vegetation";"vegetation";54.3622746872716;TRUE;"Your Place" +"vegetation";"vegetation";1091.15222688299;TRUE;"Your Place" +"vegetation";"vegetation";5366.00066791824;TRUE;"Your Place" +"vegetation";"vegetation";1.98951027123258;TRUE;"Your Place" +"urban";"vegetation";41.2030368157139;FALSE;"Your Place" +"urban";"vegetation";3177.61753654107;FALSE;"Your Place" +"impervious";"vegetation";21.3917750955006;FALSE;"Your Place" +"water";"vegetation";0.0125064451713115;FALSE;"Your Place" +"water";"vegetation";17.4247517576441;FALSE;"Your Place" +"water";"vegetation";3.64871712910826;FALSE;"Your Place" +"vegetation";"vegetation";9359.98337660637;TRUE;"Your Place" +"water";"vegetation";209.84871713549;FALSE;"Your Place" +"urban";"impervious";663.299774355575;FALSE;"Your Place" +"vegetation";"impervious";14.3985837586224;FALSE;"Your Place" +"vegetation";"impervious";43.7573316665948;FALSE;"Your Place" +"urban";"water";701.310066086124;FALSE;"Your Place" +"impervious";"water";0.0717034014814999;FALSE;"Your Place" +"water";"water";37.1842067640682;TRUE;"Your Place" +"water";"water";5877.46117013693;TRUE;"Your Place" +"water";"water";1602.21477135224;TRUE;"Your Place" +"vegetation";"water";1929.59095348945;FALSE;"Your Place" +"water";"water";89929.1457398661;TRUE;"Your Place" +"vegetation";"water";567.081101716962;FALSE;"Your Place" +"water";"water";3.30623284514877;TRUE;"Your Place" +"vegetation";"water";0.686335121921729;FALSE;"Your Place" +"vegetation";"impervious";60.9456230215897;FALSE;"Your Place" +"vegetation";"impervious";136.409450009232;FALSE;"Your Place" +"urban";"impervious";106.937847742181;FALSE;"Your Place" +"vegetation";"impervious";842.679014899419;FALSE;"Your Place" +"vegetation";"vegetation";381.987140913494;TRUE;"Your Place" +"urban";"vegetation";791.564804057125;FALSE;"Your Place" +"vegetation";"vegetation";4.48185540083796;TRUE;"Your Place" +"vegetation";"impervious";15.5121067507425;FALSE;"Your Place" +"vegetation";"impervious";8.68088324624114;FALSE;"Your Place" +"urban";"impervious";6.55753039661795;FALSE;"Your Place" +"vegetation";"impervious";217.873159380397;FALSE;"Your Place" +"urban";"vegetation";259.337052172981;FALSE;"Your Place" +"vegetation";"vegetation";1229.35488531739;TRUE;"Your Place" +"vegetation";"vegetation";1511.58986387268;TRUE;"Your Place" +"vegetation";"impervious";28.1478375792503;FALSE;"Your Place" +"vegetation";"impervious";727.914016324678;FALSE;"Your Place" +"vegetation";"impervious";45.2194112504949;FALSE;"Your Place" +"urban";"impervious";192.805773822591;FALSE;"Your Place" +"vegetation";"impervious";15.7189646254992;FALSE;"Your Place" +"vegetation";"impervious";0.00413540296722203;FALSE;"Your Place" +"vegetation";"impervious";91.9491351717152;FALSE;"Your Place" +"vegetation";"impervious";248.909467311809;FALSE;"Your Place" +"urban";"vegetation";1.75299300765619;FALSE;"Your Place" +"vegetation";"impervious";64.7650661715306;FALSE;"Your Place" +"vegetation";"impervious";24.9455063827336;FALSE;"Your Place" +"vegetation";"vegetation";30.3913559099892;TRUE;"Your Place" +"vegetation";"vegetation";690.772869453591;TRUE;"Your Place" +"vegetation";"vegetation";44100.6433206113;TRUE;"Your Place" +"water";"vegetation";1952.85351797834;FALSE;"Your Place" +"impervious";"vegetation";11.3550127802882;FALSE;"Your Place" +"vegetation";"vegetation";65.8336030799692;TRUE;"Your Place" +"vegetation";"vegetation";350.028975953348;TRUE;"Your Place" +"vegetation";"vegetation";24189.0465919501;TRUE;"Your Place" +"vegetation";"vegetation";116.339375095093;TRUE;"Your Place" +"vegetation";"vegetation";2.23751820337202;TRUE;"Your Place" +"vegetation";"water";280.80335297385;FALSE;"Your Place" +"water";"water";37614.4530074759;TRUE;"Your Place" +"vegetation";"impervious";45.4200784993009;FALSE;"Your Place" +"urban";"impervious";618.908882941887;FALSE;"Your Place" +"urban";"impervious";25.0451547364355;FALSE;"Your Place" +"impervious";"impervious";622.127252458129;TRUE;"Your Place" +"urban";"impervious";262.96113885846;FALSE;"Your Place" +"urban";"impervious";1200.24586860128;FALSE;"Your Place" +"water";"vegetation";13.5962339011139;FALSE;"Your Place" +"vegetation";"vegetation";179.298082515714;TRUE;"Your Place" +"urban";"impervious";36.0378927062848;FALSE;"Your Place" +"water";"vegetation";1.66073560678342;FALSE;"Your Place" +"water";"vegetation";204.161267280811;FALSE;"Your Place" +"urban";"water";1756.88371380698;FALSE;"Your Place" +"vegetation";"impervious";34.27137613995;FALSE;"Your Place" +"urban";"impervious";601.980177899939;FALSE;"Your Place" +"vegetation";"impervious";122.679330120242;FALSE;"Your Place" +"urban";"impervious";78.9172611869872;FALSE;"Your Place" +"vegetation";"impervious";507.215731476084;FALSE;"Your Place" +"impervious";"vegetation";17.6592871164903;FALSE;"Your Place" +"vegetation";"vegetation";2033.0008926373;TRUE;"Your Place" +"impervious";"impervious";295.509047912434;TRUE;"Your Place" +"vegetation";"impervious";105.235888290532;FALSE;"Your Place" +"vegetation";"impervious";24.6852837409388;FALSE;"Your Place" +"urban";"vegetation";46.2127490912098;FALSE;"Your Place" +"impervious";"vegetation";337.679727105424;FALSE;"Your Place" +"vegetation";"vegetation";100.527734864503;TRUE;"Your Place" +"impervious";"impervious";6.86061471817084;TRUE;"Your Place" +"vegetation";"impervious";165.285543130711;FALSE;"Your Place" +"urban";"impervious";105.716833882791;FALSE;"Your Place" +"vegetation";"vegetation";10.7628933042288;TRUE;"Your Place" +"vegetation";"vegetation";274.786749548279;TRUE;"Your Place" +"impervious";"impervious";3.40282877208665;TRUE;"Your Place" +"vegetation";"impervious";58.5575824151747;FALSE;"Your Place" +"impervious";"impervious";6817.1595031945;TRUE;"Your Place" +"impervious";"impervious";81.0610602423292;TRUE;"Your Place" +"impervious";"impervious";7.23198697100452;TRUE;"Your Place" +"impervious";"impervious";150.048817504161;TRUE;"Your Place" +"impervious";"vegetation";210.364515606314;FALSE;"Your Place" +"vegetation";"vegetation";29.3575017312542;TRUE;"Your Place" +"urban";"impervious";526.26795075438;FALSE;"Your Place" +"vegetation";"water";185.841762380187;FALSE;"Your Place" +"water";"water";49.7867336809286;TRUE;"Your Place" +"impervious";"impervious";0.0453184312063968;TRUE;"Your Place" +"vegetation";"impervious";117.727380797267;FALSE;"Your Place" +"vegetation";"impervious";26.452818850521;FALSE;"Your Place" +"urban";"vegetation";1334.44571673125;FALSE;"Your Place" +"vegetation";"vegetation";5024.62972753239;TRUE;"Your Place" +"vegetation";"impervious";28.8694977681153;FALSE;"Your Place" +"water";"vegetation";34.1194995868718;FALSE;"Your Place" +"vegetation";"vegetation";209.353087123483;TRUE;"Your Place" +"vegetation";"vegetation";11452.4235291835;TRUE;"Your Place" +"vegetation";"impervious";50.7045600810088;FALSE;"Your Place" +"vegetation";"impervious";2.31016983184963;FALSE;"Your Place" +"vegetation";"impervious";26.0586174437776;FALSE;"Your Place" +"vegetation";"vegetation";1395.39256711164;TRUE;"Your Place" +"vegetation";"vegetation";6.43471325305291;TRUE;"Your Place" +"vegetation";"vegetation";65.5896190074272;TRUE;"Your Place" +"vegetation";"vegetation";1203.87214217521;TRUE;"Your Place" +"vegetation";"vegetation";13702.9243170405;TRUE;"Your Place" +"water";"vegetation";86.6293668774233;FALSE;"Your Place" +"impervious";"impervious";2.84534079988953;TRUE;"Your Place" +"vegetation";"impervious";676.703413242649;FALSE;"Your Place" +"vegetation";"impervious";0.133489154744893;FALSE;"Your Place" +"impervious";"impervious";6.49374020751566;TRUE;"Your Place" +"vegetation";"impervious";44.8733720486052;FALSE;"Your Place" +"impervious";"vegetation";1.40891355328495;FALSE;"Your Place" +"vegetation";"vegetation";20.9115343136946;TRUE;"Your Place" +"impervious";"vegetation";4.95469817053527;FALSE;"Your Place" +"vegetation";"vegetation";23620.5294430964;TRUE;"Your Place" +"water";"vegetation";20.8392665603897;FALSE;"Your Place" +"urban";"impervious";95.4785901894793;FALSE;"Your Place" +"urban";"impervious";8.60327477799729;FALSE;"Your Place" +"impervious";"impervious";102.642334808363;TRUE;"Your Place" +"vegetation";"vegetation";6980.87769773381;TRUE;"Your Place" +"water";"vegetation";25.3024593823197;FALSE;"Your Place" +"vegetation";"vegetation";289.957125123125;TRUE;"Your Place" +"impervious";"vegetation";11.9775590284553;FALSE;"Your Place" +"impervious";"vegetation";1.98283995944075;FALSE;"Your Place" +"impervious";"vegetation";3385.86082131759;FALSE;"Your Place" +"vegetation";"impervious";22.3989610755816;FALSE;"Your Place" +"vegetation";"impervious";70.3232022505254;FALSE;"Your Place" +"vegetation";"vegetation";2084.93089336123;TRUE;"Your Place" +"impervious";"impervious";112.106148593593;TRUE;"Your Place" +"impervious";"impervious";3.71346390494728;TRUE;"Your Place" +"vegetation";"impervious";103.087297362741;FALSE;"Your Place" +"vegetation";"impervious";7.00568917265628;FALSE;"Your Place" +"impervious";"impervious";200.578840806033;TRUE;"Your Place" +"vegetation";"impervious";33.9757312221918;FALSE;"Your Place" +"water";"vegetation";3.60329955258931;FALSE;"Your Place" +"water";"vegetation";8.49128326875598;FALSE;"Your Place" +"impervious";"impervious";0.987064312910661;TRUE;"Your Place" +"impervious";"impervious";1110.73440922704;TRUE;"Your Place" +"vegetation";"impervious";16.4744834597223;FALSE;"Your Place" +"impervious";"impervious";17.1800334099389;TRUE;"Your Place" +"urban";"impervious";326.326026468072;FALSE;"Your Place" +"vegetation";"water";243.050629298057;FALSE;"Your Place" +"water";"water";2920.04993261781;TRUE;"Your Place" +"urban";"vegetation";11082.9449182439;FALSE;"Your Place" +"vegetation";"vegetation";10.1862481395947;TRUE;"Your Place" +"water";"vegetation";156.788009595242;FALSE;"Your Place" +"impervious";"impervious";126.288279881468;TRUE;"Your Place" +"impervious";"impervious";8.53471576634911;TRUE;"Your Place" +"vegetation";"impervious";49.5717373816296;FALSE;"Your Place" +"vegetation";"impervious";208.50281118913;FALSE;"Your Place" +"vegetation";"impervious";93.6474183211103;FALSE;"Your Place" +"impervious";"impervious";76.3900800775737;TRUE;"Your Place" +"vegetation";"vegetation";151.743439929898;TRUE;"Your Place" +"water";"vegetation";151.071897843067;FALSE;"Your Place" +"vegetation";"vegetation";139.333499289118;TRUE;"Your Place" +"vegetation";"vegetation";15.2796270420658;TRUE;"Your Place" +"impervious";"vegetation";1742.71718314476;FALSE;"Your Place" +"impervious";"impervious";4.32899551023729;TRUE;"Your Place" +"impervious";"impervious";78.6467049235653;TRUE;"Your Place" +"vegetation";"impervious";88.362840835005;FALSE;"Your Place" +"vegetation";"impervious";1.76168893184513;FALSE;"Your Place" +"impervious";"impervious";392.225014513358;TRUE;"Your Place" +"impervious";"vegetation";18.1778029669076;FALSE;"Your Place" +"vegetation";"vegetation";3164.30432263948;TRUE;"Your Place" +"impervious";"impervious";328.533364971576;TRUE;"Your Place" +"impervious";"impervious";2.36344463890418;TRUE;"Your Place" +"vegetation";"impervious";8.8733922992833;FALSE;"Your Place" +"impervious";"impervious";167.787619327428;TRUE;"Your Place" +"impervious";"impervious";0.839061238279101;TRUE;"Your Place" +"impervious";"impervious";56.1193449627608;TRUE;"Your Place" +"impervious";"vegetation";1.55085914256051;FALSE;"Your Place" +"impervious";"vegetation";3969.34186442662;FALSE;"Your Place" +"urban";"vegetation";0.54087630011054;FALSE;"Your Place" +"impervious";"vegetation";29.3864537405898;FALSE;"Your Place" +"impervious";"vegetation";8.68993978625804;FALSE;"Your Place" +"impervious";"vegetation";14663.0223683572;FALSE;"Your Place" +"impervious";"vegetation";27.336997310631;FALSE;"Your Place" +"impervious";"impervious";5.71388971823035;TRUE;"Your Place" +"impervious";"impervious";208.731570600125;TRUE;"Your Place" +"vegetation";"impervious";0.304064473602921;FALSE;"Your Place" +"vegetation";"impervious";20.3509299252764;FALSE;"Your Place" +"vegetation";"vegetation";82.1194646147196;TRUE;"Your Place" +"impervious";"impervious";0.162949530524202;TRUE;"Your Place" +"impervious";"impervious";35.5762674814323;TRUE;"Your Place" +"impervious";"impervious";8.6458688454004;TRUE;"Your Place" +"vegetation";"impervious";5.32018043589778;FALSE;"Your Place" +"urban";"impervious";3.16268490266521;FALSE;"Your Place" +"urban";"impervious";3.27391345206706;FALSE;"Your Place" +"impervious";"impervious";218.354451742931;TRUE;"Your Place" +"impervious";"impervious";1.24959744357329;TRUE;"Your Place" +"vegetation";"water";0.0434330176649382;FALSE;"Your Place" +"water";"water";42.6783696535567;TRUE;"Your Place" +"impervious";"impervious";2.42840813362272;TRUE;"Your Place" +"vegetation";"impervious";173.772813194257;FALSE;"Your Place" +"vegetation";"impervious";0.0475245140405605;FALSE;"Your Place" +"vegetation";"impervious";53.9105226086685;FALSE;"Your Place" +"urban";"impervious";27.7039110988717;FALSE;"Your Place" +"impervious";"impervious";38.0883520709613;TRUE;"Your Place" +"impervious";"impervious";1510.32985306892;TRUE;"Your Place" +"impervious";"impervious";0.264998928159912;TRUE;"Your Place" +"vegetation";"vegetation";2.10932368726935;TRUE;"Your Place" +"impervious";"vegetation";44.3522004419938;FALSE;"Your Place" +"vegetation";"vegetation";116.433521227911;TRUE;"Your Place" +"vegetation";"vegetation";8543.15748083917;TRUE;"Your Place" +"vegetation";"vegetation";250.975239093881;TRUE;"Your Place" +"vegetation";"vegetation";56.2695691820118;TRUE;"Your Place" +"vegetation";"vegetation";48.4759785444476;TRUE;"Your Place" +"vegetation";"vegetation";3769.19363598563;TRUE;"Your Place" +"water";"vegetation";3.25298800214659;FALSE;"Your Place" +"impervious";"impervious";1491.48834518692;TRUE;"Your Place" +"water";"vegetation";34.4832235053473;FALSE;"Your Place" +"vegetation";"vegetation";8.25138824887108;TRUE;"Your Place" +"water";"vegetation";13.5631555913715;FALSE;"Your Place" +"vegetation";"vegetation";261.312553310403;TRUE;"Your Place" +"water";"vegetation";415.269228146266;FALSE;"Your Place" +"vegetation";"impervious";11.2014255097602;FALSE;"Your Place" +"impervious";"impervious";15.8740443699062;TRUE;"Your Place" +"vegetation";"impervious";16.1888043065555;FALSE;"Your Place" +"water";"vegetation";18.2534537562169;FALSE;"Your Place" +"urban";"impervious";139.24826246954;FALSE;"Your Place" +"impervious";"impervious";3145.69903069142;TRUE;"Your Place" +"vegetation";"vegetation";2.21020554525603;TRUE;"Your Place" +"water";"vegetation";64.1000675969408;FALSE;"Your Place" +"impervious";"vegetation";12.2533692857251;FALSE;"Your Place" +"impervious";"vegetation";2100.4792673043;FALSE;"Your Place" +"vegetation";"vegetation";9.1710518989712;TRUE;"Your Place" +"urban";"impervious";4.92946355842287;FALSE;"Your Place" +"urban";"impervious";58.4334279932082;FALSE;"Your Place" +"impervious";"impervious";21.93738210015;TRUE;"Your Place" +"impervious";"impervious";2706.579755789;TRUE;"Your Place" +"vegetation";"vegetation";76.8524407779332;TRUE;"Your Place" +"water";"vegetation";39.9779995598365;FALSE;"Your Place" +"vegetation";"vegetation";148.261584901717;TRUE;"Your Place" +"vegetation";"vegetation";10073.7522776541;TRUE;"Your Place" +"water";"vegetation";238.7966889292;FALSE;"Your Place" +"vegetation";"vegetation";7.83941020967904;TRUE;"Your Place" +"water";"vegetation";0.208323825907428;FALSE;"Your Place" +"vegetation";"vegetation";14799.4849022175;TRUE;"Your Place" +"impervious";"impervious";30.2610524739139;TRUE;"Your Place" +"urban";"vegetation";722.010507025858;FALSE;"Your Place" +"urban";"vegetation";51.1705477735959;FALSE;"Your Place" +"vegetation";"vegetation";3918.0930052558;TRUE;"Your Place" +"vegetation";"vegetation";42.060390442668;TRUE;"Your Place" +"impervious";"impervious";3473.89973649476;TRUE;"Your Place" +"impervious";"impervious";28.8348139480222;TRUE;"Your Place" +"vegetation";"impervious";30.9756252029911;FALSE;"Your Place" +"vegetation";"impervious";10.5669025853276;FALSE;"Your Place" +"vegetation";"vegetation";3.49679545173422;TRUE;"Your Place" +"vegetation";"impervious";13.7023638268001;FALSE;"Your Place" +"urban";"impervious";227.601705364883;FALSE;"Your Place" +"vegetation";"impervious";285.978180760401;FALSE;"Your Place" +"urban";"impervious";127.955481198383;FALSE;"Your Place" +"urban";"impervious";8.31620137230493;FALSE;"Your Place" +"urban";"vegetation";1573.75165494252;FALSE;"Your Place" +"urban";"impervious";289.387439812999;FALSE;"Your Place" +"urban";"vegetation";715.742456047563;FALSE;"Your Place" +"impervious";"impervious";0.0387731106420688;TRUE;"Your Place" +"impervious";"impervious";9.18871193461746;TRUE;"Your Place" +"urban";"impervious";70.402687355876;FALSE;"Your Place" +"urban";"impervious";90.6343048838899;FALSE;"Your Place" +"urban";"impervious";96.0237012228463;FALSE;"Your Place" +"vegetation";"vegetation";2.09168586810119;TRUE;"Your Place" +"impervious";"impervious";0.334777455544099;TRUE;"Your Place" +"impervious";"impervious";21.1186234169872;TRUE;"Your Place" +"impervious";"vegetation";2699.48827139754;FALSE;"Your Place" +"impervious";"vegetation";12.8561815721914;FALSE;"Your Place" +"vegetation";"vegetation";7.09571341099218;TRUE;"Your Place" +"vegetation";"impervious";22.8787278062664;FALSE;"Your Place" +"vegetation";"impervious";22.7190184877254;FALSE;"Your Place" +"vegetation";"vegetation";2.73144335177494;TRUE;"Your Place" +"water";"vegetation";1.3996334207477;FALSE;"Your Place" +"vegetation";"vegetation";25.9219547212124;TRUE;"Your Place" +"vegetation";"vegetation";396.092836569063;TRUE;"Your Place" +"urban";"impervious";1.8516809376888;FALSE;"Your Place" +"impervious";"impervious";73.634996897541;TRUE;"Your Place" +"impervious";"impervious";10.424056340913;TRUE;"Your Place" +"vegetation";"vegetation";3.44527892861515;TRUE;"Your Place" +"vegetation";"vegetation";16054.0167448493;TRUE;"Your Place" +"vegetation";"vegetation";13799.0217963643;TRUE;"Your Place" +"vegetation";"vegetation";955.095587370917;TRUE;"Your Place" +"vegetation";"vegetation";5020.86094280146;TRUE;"Your Place" +"vegetation";"vegetation";162.399487011135;TRUE;"Your Place" +"vegetation";"vegetation";8.44563150242902;TRUE;"Your Place" +"vegetation";"vegetation";5.54842300061136;TRUE;"Your Place" +"vegetation";"vegetation";15.0870722180698;TRUE;"Your Place" +"vegetation";"vegetation";110603.507507084;TRUE;"Your Place" +"water";"vegetation";102.205958512961;FALSE;"Your Place" +"vegetation";"vegetation";51.2184689878486;TRUE;"Your Place" +"water";"vegetation";8.19440313236555;FALSE;"Your Place" +"urban";"impervious";4.91285653458908;FALSE;"Your Place" +"impervious";"impervious";0.148138527962146;TRUE;"Your Place" +"impervious";"impervious";9.86744886101224;TRUE;"Your Place" +"impervious";"impervious";27.1091811017832;TRUE;"Your Place" +"impervious";"impervious";154.870681901521;TRUE;"Your Place" +"impervious";"impervious";17.9436070495285;TRUE;"Your Place" +"urban";"impervious";0.035826228413498;FALSE;"Your Place" +"impervious";"impervious";0.422821421758272;TRUE;"Your Place" +"impervious";"impervious";129.122544909209;TRUE;"Your Place" +"impervious";"impervious";16.3433089177124;TRUE;"Your Place" +"impervious";"impervious";1.40180016728118;TRUE;"Your Place" +"urban";"impervious";0.15218478164752;FALSE;"Your Place" +"urban";"impervious";14.8390911987517;FALSE;"Your Place" +"impervious";"impervious";34.7696921218158;TRUE;"Your Place" +"urban";"impervious";70.8942363994283;FALSE;"Your Place" +"urban";"impervious";57.9316990083316;FALSE;"Your Place" +"urban";"impervious";6.45269321650267;FALSE;"Your Place" +"urban";"impervious";15.0574290482327;FALSE;"Your Place" +"impervious";"impervious";296.531748575275;TRUE;"Your Place" +"vegetation";"vegetation";235.760284635791;TRUE;"Your Place" +"water";"vegetation";30.2687820544525;FALSE;"Your Place" +"urban";"vegetation";2804.88182624476;FALSE;"Your Place" +"impervious";"impervious";6.70251993951388;TRUE;"Your Place" +"vegetation";"impervious";15.0313112039003;FALSE;"Your Place" +"vegetation";"impervious";0.127811114361975;FALSE;"Your Place" +"impervious";"vegetation";26.2094817981124;FALSE;"Your Place" +"impervious";"vegetation";303.482460531639;FALSE;"Your Place" +"vegetation";"vegetation";934.57235628739;TRUE;"Your Place" +"vegetation";"vegetation";148.332101909444;TRUE;"Your Place" +"urban";"impervious";129.905076326861;FALSE;"Your Place" +"urban";"impervious";144.975922751473;FALSE;"Your Place" +"impervious";"vegetation";336.593461441342;FALSE;"Your Place" +"impervious";"impervious";19.4425191869959;TRUE;"Your Place" +"vegetation";"vegetation";177.034024531022;TRUE;"Your Place" +"water";"vegetation";23.7643073038198;FALSE;"Your Place" +"impervious";"impervious";141.182364369626;TRUE;"Your Place" +"impervious";"impervious";0.164776134886779;TRUE;"Your Place" +"urban";"impervious";0.0466206076671369;FALSE;"Your Place" +"urban";"impervious";0.253150244490826;FALSE;"Your Place" +"urban";"impervious";0.438241023861337;FALSE;"Your Place" +"impervious";"impervious";251.574170337059;TRUE;"Your Place" +"impervious";"vegetation";3649.46511205146;FALSE;"Your Place" +"impervious";"vegetation";9.49719891836867;FALSE;"Your Place" +"vegetation";"impervious";1911.40678567882;FALSE;"Your Place" +"vegetation";"vegetation";157.920266981237;TRUE;"Your Place" +"water";"vegetation";67.0106738470495;FALSE;"Your Place" +"vegetation";"vegetation";32.7897862960235;TRUE;"Your Place" +"water";"vegetation";627.84412136022;FALSE;"Your Place" +"vegetation";"water";9.58510299602807;FALSE;"Your Place" +"water";"water";3529.62410104705;TRUE;"Your Place" +"vegetation";"vegetation";6660.32433265587;TRUE;"Your Place" +"water";"vegetation";847.492207650561;FALSE;"Your Place" +"vegetation";"vegetation";342.650426482782;TRUE;"Your Place" +"vegetation";"vegetation";71.7159595852718;TRUE;"Your Place" +"water";"vegetation";42.6496823774514;FALSE;"Your Place" +"impervious";"impervious";22.8994819932268;TRUE;"Your Place" +"urban";"vegetation";3366.67259928863;FALSE;"Your Place" +"urban";"impervious";129.462182811461;FALSE;"Your Place" +"urban";"impervious";155.781749089714;FALSE;"Your Place" +"vegetation";"vegetation";54.4046351611614;TRUE;"Your Place" +"vegetation";"vegetation";30.8433694983833;TRUE;"Your Place" +"vegetation";"vegetation";394.931205870609;TRUE;"Your Place" +"water";"vegetation";122.814572746051;FALSE;"Your Place" +"urban";"impervious";165.525752749993;FALSE;"Your Place" +"urban";"impervious";460.911291421391;FALSE;"Your Place" +"urban";"impervious";25.6459802873433;FALSE;"Your Place" +"urban";"impervious";80.7096288464963;FALSE;"Your Place" +"urban";"impervious";5.38149916758994;FALSE;"Your Place" +"urban";"impervious";80.9608894072771;FALSE;"Your Place" +"impervious";"impervious";564.953256731853;TRUE;"Your Place" +"urban";"impervious";1354.85503509175;FALSE;"Your Place" +"vegetation";"vegetation";10707.2322710436;TRUE;"Your Place" +"vegetation";"vegetation";304.636887903791;TRUE;"Your Place" +"vegetation";"vegetation";7.59486467321403;TRUE;"Your Place" +"urban";"impervious";90.7097737882286;FALSE;"Your Place" +"urban";"impervious";821.871920358739;FALSE;"Your Place" +"vegetation";"vegetation";20.6585647471366;TRUE;"Your Place" +"water";"vegetation";23.4474573323969;FALSE;"Your Place" +"vegetation";"impervious";199.379113518051;FALSE;"Your Place" +"vegetation";"impervious";76.7213093948958;FALSE;"Your Place" +"water";"water";107.730749046896;TRUE;"Your Place" +"water";"vegetation";1.43545578904013;FALSE;"Your Place" +"vegetation";"impervious";10.951684404863;FALSE;"Your Place" +"vegetation";"impervious";21.5655723265372;FALSE;"Your Place" +"vegetation";"vegetation";4.28942031281986;TRUE;"Your Place" +"vegetation";"vegetation";88.9663112235721;TRUE;"Your Place" +"vegetation";"vegetation";6.13689349638298;TRUE;"Your Place" +"vegetation";"vegetation";1739.7421934614;TRUE;"Your Place" +"vegetation";"impervious";0.0127492528408766;FALSE;"Your Place" +"vegetation";"impervious";18.784163942968;FALSE;"Your Place" +"vegetation";"vegetation";0.577690021018498;TRUE;"Your Place" +"vegetation";"vegetation";0.424273454409558;TRUE;"Your Place" +"vegetation";"vegetation";23.9520332919346;TRUE;"Your Place" +"vegetation";"vegetation";116.118673623045;TRUE;"Your Place" +"vegetation";"vegetation";39.2824272385333;TRUE;"Your Place" +"urban";"impervious";660.763752169791;FALSE;"Your Place" +"urban";"impervious";55.9880915999529;FALSE;"Your Place" +"vegetation";"impervious";45.8291378680151;FALSE;"Your Place" +"vegetation";"impervious";12.4258047128096;FALSE;"Your Place" +"vegetation";"vegetation";1563.69789367469;TRUE;"Your Place" +"impervious";"vegetation";1751.40068067936;FALSE;"Your Place" +"vegetation";"vegetation";21070.5111630737;TRUE;"Your Place" +"vegetation";"vegetation";9.94315956355422;TRUE;"Your Place" +"vegetation";"impervious";57.5392316954676;FALSE;"Your Place" +"vegetation";"impervious";11.006670329487;FALSE;"Your Place" +"urban";"impervious";421.90042622434;FALSE;"Your Place" +"urban";"impervious";2.78948774607852;FALSE;"Your Place" +"urban";"impervious";801.996430815198;FALSE;"Your Place" +"impervious";"impervious";1215.10125354328;TRUE;"Your Place" +"urban";"impervious";76.1987056097278;FALSE;"Your Place" +"urban";"impervious";33.341210218503;FALSE;"Your Place" +"vegetation";"vegetation";3694.54554690694;TRUE;"Your Place" +"vegetation";"vegetation";82.3701335554942;TRUE;"Your Place" +"vegetation";"vegetation";10720.9127937856;TRUE;"Your Place" +"urban";"vegetation";28.9694601241499;FALSE;"Your Place" +"impervious";"vegetation";1647.50248044357;FALSE;"Your Place" +"impervious";"vegetation";3101.8719761729;FALSE;"Your Place" +"vegetation";"impervious";819.244854549062;FALSE;"Your Place" +"vegetation";"impervious";261.524878440992;FALSE;"Your Place" +"urban";"vegetation";33.9376352408435;FALSE;"Your Place" +"impervious";"vegetation";770.049030062743;FALSE;"Your Place" +"impervious";"vegetation";259.921731984592;FALSE;"Your Place" +"urban";"impervious";0.000343627750410747;FALSE;"Your Place" +"urban";"impervious";26.0704630948603;FALSE;"Your Place" +"urban";"impervious";2587.23911439127;FALSE;"Your Place" +"urban";"vegetation";2945.65099495649;FALSE;"Your Place" +"impervious";"vegetation";84.380169586977;FALSE;"Your Place" +"urban";"impervious";509.303314247169;FALSE;"Your Place" +"urban";"impervious";23.8213235071744;FALSE;"Your Place" +"impervious";"vegetation";108.091760643059;FALSE;"Your Place" +"impervious";"vegetation";202.759736846667;FALSE;"Your Place" +"urban";"impervious";6.55830117466394e-05;FALSE;"Your Place" +"impervious";"impervious";4.37093602543791;TRUE;"Your Place" +"urban";"impervious";591.544506831095;FALSE;"Your Place" +"urban";"impervious";0.509174233418889;FALSE;"Your Place" +"impervious";"impervious";1.7397500644438;TRUE;"Your Place" +"urban";"impervious";4.31920274766162;FALSE;"Your Place" +"impervious";"impervious";53.2442790908972;TRUE;"Your Place" +"impervious";"impervious";3.04651570378337;TRUE;"Your Place" +"urban";"impervious";23.7223339967527;FALSE;"Your Place" +"impervious";"impervious";11.3385788789019;TRUE;"Your Place" +"impervious";"impervious";18.7680757608032;TRUE;"Your Place" +"vegetation";"vegetation";11943.6580576058;TRUE;"Your Place" +"impervious";"impervious";444.092943624826;TRUE;"Your Place" +"urban";"impervious";23.3969292989932;FALSE;"Your Place" +"impervious";"impervious";17.3773431503987;TRUE;"Your Place" +"impervious";"impervious";18.6342842115555;TRUE;"Your Place" +"urban";"impervious";37.8071936941706;FALSE;"Your Place" +"impervious";"impervious";25.7382257231075;TRUE;"Your Place" +"impervious";"impervious";76.0886851601535;TRUE;"Your Place" +"urban";"vegetation";10055.6140488796;FALSE;"Your Place" +"vegetation";"vegetation";328.673362310976;TRUE;"Your Place" +"vegetation";"vegetation";350.50416601263;TRUE;"Your Place" +"urban";"impervious";21.6888985395199;FALSE;"Your Place" +"impervious";"impervious";16.8247822913836;TRUE;"Your Place" +"impervious";"impervious";36.0622763733845;TRUE;"Your Place" +"urban";"impervious";11.7533370167366;FALSE;"Your Place" +"impervious";"impervious";123.006574425526;TRUE;"Your Place" +"impervious";"impervious";76.2094425989781;TRUE;"Your Place" +"vegetation";"impervious";22.7212941509206;FALSE;"Your Place" +"vegetation";"vegetation";116.856606677873;TRUE;"Your Place" +"urban";"impervious";5.69061627844349;FALSE;"Your Place" +"vegetation";"impervious";36.9548801930505;FALSE;"Your Place" +"impervious";"impervious";124.099382840854;TRUE;"Your Place" +"impervious";"impervious";39.0831328872591;TRUE;"Your Place" +"urban";"impervious";1.87391402188223;FALSE;"Your Place" +"impervious";"impervious";0.710916633252054;TRUE;"Your Place" +"vegetation";"impervious";1277.8618641427;FALSE;"Your Place" +"vegetation";"impervious";2.13486603557681;FALSE;"Your Place" +"urban";"vegetation";225.701833782834;FALSE;"Your Place" +"vegetation";"vegetation";267.159821751476;TRUE;"Your Place" +"water";"vegetation";2200.44382857229;FALSE;"Your Place" +"vegetation";"vegetation";9561.42613650626;TRUE;"Your Place" +"vegetation";"vegetation";521.097478320822;TRUE;"Your Place" +"urban";"impervious";2.00138197082561;FALSE;"Your Place" +"impervious";"impervious";12.949637754431;TRUE;"Your Place" +"vegetation";"impervious";7.85875442092947;FALSE;"Your Place" +"vegetation";"impervious";1470.48832075334;FALSE;"Your Place" +"urban";"vegetation";3.87658077853848;FALSE;"Your Place" +"vegetation";"vegetation";2756.16671790535;TRUE;"Your Place" +"vegetation";"vegetation";110837.468755608;TRUE;"Your Place" +"urban";"vegetation";11.0189666920924;FALSE;"Your Place" +"urban";"impervious";3.83589258068241;FALSE;"Your Place" +"vegetation";"impervious";10.8514456017801;FALSE;"Your Place" +"impervious";"impervious";147.32979778666;TRUE;"Your Place" +"urban";"impervious";42.0854720770149;FALSE;"Your Place" +"urban";"impervious";117.305540533736;FALSE;"Your Place" +"urban";"impervious";81.6873202641727;FALSE;"Your Place" +"impervious";"impervious";46.6422451572726;TRUE;"Your Place" +"vegetation";"impervious";26.4742515564431;FALSE;"Your Place" +"impervious";"impervious";104.849740485544;TRUE;"Your Place" +"impervious";"impervious";15.710968013067;TRUE;"Your Place" +"impervious";"impervious";763.433285092004;TRUE;"Your Place" +"urban";"impervious";71.2459857990343;FALSE;"Your Place" +"urban";"impervious";9.82964392157737;FALSE;"Your Place" +"vegetation";"vegetation";1865.31670544024;TRUE;"Your Place" +"impervious";"vegetation";303.799395614304;FALSE;"Your Place" +"vegetation";"vegetation";5218.54768624855;TRUE;"Your Place" +"urban";"impervious";8.12081849318929;FALSE;"Your Place" +"urban";"impervious";34.9231760805269;FALSE;"Your Place" +"impervious";"impervious";56.8724657362327;TRUE;"Your Place" +"urban";"impervious";62.1098201684654;FALSE;"Your Place" +"urban";"impervious";23.3445073644398;FALSE;"Your Place" +"urban";"impervious";27.6875946065411;FALSE;"Your Place" +"vegetation";"impervious";29.7545625586063;FALSE;"Your Place" +"urban";"vegetation";128.325571229914;FALSE;"Your Place" +"vegetation";"vegetation";752.618760890677;TRUE;"Your Place" +"vegetation";"vegetation";155492.904519363;TRUE;"Your Place" +"vegetation";"vegetation";1534.32999558514;TRUE;"Your Place" +"vegetation";"vegetation";4.3498332654126;TRUE;"Your Place" +"impervious";"impervious";1124.44295734499;TRUE;"Your Place" +"impervious";"vegetation";6.8321531351321;FALSE;"Your Place" +"impervious";"vegetation";5106.06463873509;FALSE;"Your Place" +"urban";"vegetation";54.5409979266115;FALSE;"Your Place" +"vegetation";"vegetation";7510.84856471443;TRUE;"Your Place" +"vegetation";"vegetation";20328.5358483984;TRUE;"Your Place" +"vegetation";"vegetation";12.7022943124175;TRUE;"Your Place" +"vegetation";"vegetation";213.486289100509;TRUE;"Your Place" +"urban";"impervious";1.92477189317287;FALSE;"Your Place" +"urban";"impervious";16.4570380321238;FALSE;"Your Place" +"urban";"impervious";123.823596155038;FALSE;"Your Place" +"vegetation";"vegetation";4940.52925981022;TRUE;"Your Place" +"vegetation";"vegetation";15949.0863541942;TRUE;"Your Place" +"urban";"vegetation";1395.49536183459;FALSE;"Your Place" +"urban";"vegetation";66.9485071199015;FALSE;"Your Place" +"urban";"vegetation";3.79898264868825;FALSE;"Your Place" +"urban";"impervious";120.606508584227;FALSE;"Your Place" +"urban";"impervious";77.7798901414499;FALSE;"Your Place" +"impervious";"impervious";163.84382044035;TRUE;"Your Place" +"urban";"impervious";28.1365541004343;FALSE;"Your Place" +"urban";"impervious";33.4972188054235;FALSE;"Your Place" +"urban";"impervious";3.79118387046037;FALSE;"Your Place" +"impervious";"impervious";1072.87601075368;TRUE;"Your Place" +"vegetation";"vegetation";3.15068269619951;TRUE;"Your Place" +"vegetation";"vegetation";6142.67276474216;TRUE;"Your Place" +"urban";"impervious";269.281637371168;FALSE;"Your Place" +"urban";"impervious";20.9838993905578;FALSE;"Your Place" +"urban";"impervious";110.588352492079;FALSE;"Your Place" +"urban";"impervious";128.694007475657;FALSE;"Your Place" +"impervious";"impervious";12.4023290335026;TRUE;"Your Place" +"urban";"vegetation";0.154932833524072;FALSE;"Your Place" +"urban";"vegetation";287.877048010814;FALSE;"Your Place" +"urban";"impervious";47.1951694875024;FALSE;"Your Place" +"urban";"impervious";62.4418265682907;FALSE;"Your Place" +"impervious";"impervious";1.80366568407044;TRUE;"Your Place" +"urban";"impervious";43.0831234703073;FALSE;"Your Place" +"vegetation";"vegetation";5.18709330642014;TRUE;"Your Place" +"impervious";"impervious";822.739395118784;TRUE;"Your Place" +"vegetation";"impervious";65.4507719243411;FALSE;"Your Place" +"vegetation";"vegetation";92.7473803907633;TRUE;"Your Place" +"vegetation";"vegetation";29190.6495101536;TRUE;"Your Place" +"vegetation";"vegetation";12.9652557065128;TRUE;"Your Place" +"urban";"impervious";1015.95001892559;FALSE;"Your Place" +"urban";"impervious";117.834271169268;FALSE;"Your Place" +"urban";"impervious";105.846538404468;FALSE;"Your Place" +"urban";"impervious";42.5809020778979;FALSE;"Your Place" +"urban";"impervious";4.45273275440559;FALSE;"Your Place" +"urban";"impervious";1755.67590231902;FALSE;"Your Place" +"vegetation";"vegetation";20.6137117784237;TRUE;"Your Place" +"urban";"impervious";137.951921172251;FALSE;"Your Place" +"urban";"impervious";0.0793803698325064;FALSE;"Your Place" +"urban";"vegetation";12.9585100831464;FALSE;"Your Place" +"urban";"vegetation";960.492445524666;FALSE;"Your Place" +"urban";"impervious";29.1552530120825;FALSE;"Your Place" +"urban";"impervious";174.313947411254;FALSE;"Your Place" +"vegetation";"impervious";172.092532435432;FALSE;"Your Place" +"urban";"impervious";12.1524984342977;FALSE;"Your Place" +"urban";"impervious";25.3134661987424;FALSE;"Your Place" +"urban";"impervious";17.3925761030987;FALSE;"Your Place" +"urban";"impervious";30.2983354451135;FALSE;"Your Place" +"impervious";"impervious";298.541092222556;TRUE;"Your Place" +"urban";"impervious";4.53172209602053;FALSE;"Your Place" +"urban";"impervious";0.640091974870302;FALSE;"Your Place" +"urban";"impervious";13.2502870485187;FALSE;"Your Place" +"impervious";"impervious";14.6771481757751;TRUE;"Your Place" +"impervious";"impervious";278.064269177616;TRUE;"Your Place" +"urban";"impervious";65.8840310511878;FALSE;"Your Place" +"urban";"impervious";110.087203755917;FALSE;"Your Place" +"impervious";"impervious";502.259445562959;TRUE;"Your Place" +"urban";"impervious";24.8424904653803;FALSE;"Your Place" +"urban";"impervious";0.134906937229971;FALSE;"Your Place" +"urban";"impervious";34.5624872073531;FALSE;"Your Place" +"impervious";"impervious";3.56929958314868;TRUE;"Your Place" +"impervious";"impervious";252.943395543844;TRUE;"Your Place" +"impervious";"vegetation";6360.40797002788;FALSE;"Your Place" +"impervious";"vegetation";0.122592459054431;FALSE;"Your Place" +"impervious";"vegetation";0.167046913265949;FALSE;"Your Place" +"impervious";"vegetation";4130.82979825167;FALSE;"Your Place" +"urban";"vegetation";17.6453217880626;FALSE;"Your Place" +"vegetation";"vegetation";8757.45866071526;TRUE;"Your Place" +"vegetation";"vegetation";31690.4891729254;TRUE;"Your Place" +"impervious";"vegetation";0.961565403034911;FALSE;"Your Place" +"vegetation";"vegetation";54.2020365179051;TRUE;"Your Place" +"impervious";"vegetation";26.5947156610782;FALSE;"Your Place" +"vegetation";"vegetation";13.6499601943651;TRUE;"Your Place" +"impervious";"vegetation";217.831601209153;FALSE;"Your Place" +"impervious";"vegetation";0.109356239554472;FALSE;"Your Place" +"urban";"impervious";1305.10776526597;FALSE;"Your Place" +"urban";"impervious";132.418099521077;FALSE;"Your Place" +"urban";"impervious";5.26558659167495;FALSE;"Your Place" +"impervious";"vegetation";193.251922728028;FALSE;"Your Place" +"impervious";"vegetation";0.376923617441207;FALSE;"Your Place" +"urban";"vegetation";25133.8465008829;FALSE;"Your Place" +"vegetation";"vegetation";3214.5387236774;TRUE;"Your Place" +"impervious";"impervious";21.9122864443052;TRUE;"Your Place" +"impervious";"vegetation";9.69293971126899;FALSE;"Your Place" +"impervious";"vegetation";1643.87875538264;FALSE;"Your Place" +"impervious";"vegetation";4.80549200993119;FALSE;"Your Place" +"impervious";"impervious";0.364490190229844;TRUE;"Your Place" +"impervious";"impervious";6.40105984872207;TRUE;"Your Place" +"urban";"impervious";4.10288127465174;FALSE;"Your Place" +"urban";"impervious";1673.8980841866;FALSE;"Your Place" +"urban";"impervious";64.4102118499577;FALSE;"Your Place" +"urban";"impervious";6.49032061605249;FALSE;"Your Place" +"impervious";"impervious";223.547445337754;TRUE;"Your Place" +"urban";"vegetation";94.2036498803645;FALSE;"Your Place" +"urban";"vegetation";141.373234132305;FALSE;"Your Place" +"impervious";"vegetation";646.674220544286;FALSE;"Your Place" +"urban";"impervious";99.6004598797299;FALSE;"Your Place" +"urban";"impervious";125.566311602481;FALSE;"Your Place" +"impervious";"impervious";185.828768588603;TRUE;"Your Place" +"urban";"impervious";10.1859832014889;FALSE;"Your Place" +"urban";"impervious";9.05300022481242;FALSE;"Your Place" +"urban";"impervious";105.209795596311;FALSE;"Your Place" +"urban";"impervious";86.4940237952396;FALSE;"Your Place" +"impervious";"impervious";15.1434093815042;TRUE;"Your Place" +"vegetation";"vegetation";107.478311713086;TRUE;"Your Place" +"water";"vegetation";0.355640297173522;FALSE;"Your Place" +"vegetation";"vegetation";2654.77669975383;TRUE;"Your Place" +"impervious";"vegetation";1031.98970965081;FALSE;"Your Place" +"impervious";"impervious";19.7150345581449;TRUE;"Your Place" +"vegetation";"impervious";216.329708116129;FALSE;"Your Place" +"vegetation";"impervious";3.92161603743443;FALSE;"Your Place" +"urban";"impervious";300.669285777491;FALSE;"Your Place" +"impervious";"impervious";4.24815371166915;TRUE;"Your Place" +"vegetation";"vegetation";254.332910441328;TRUE;"Your Place" +"impervious";"vegetation";1157.79952226426;FALSE;"Your Place" +"urban";"impervious";244.891190438299;FALSE;"Your Place" +"vegetation";"vegetation";1832.41000878226;TRUE;"Your Place" +"vegetation";"vegetation";370.224724723259;TRUE;"Your Place" +"water";"vegetation";0.718892225064337;FALSE;"Your Place" +"urban";"impervious";7.4387691284137;FALSE;"Your Place" +"urban";"impervious";2.66375786549179;FALSE;"Your Place" +"vegetation";"impervious";20.7877126559615;FALSE;"Your Place" +"impervious";"impervious";468.765433186782;TRUE;"Your Place" +"vegetation";"impervious";10.2930136101786;FALSE;"Your Place" +"urban";"vegetation";23284.5030724281;FALSE;"Your Place" +"vegetation";"vegetation";16.7742292660987;TRUE;"Your Place" +"water";"vegetation";48.6980605088174;FALSE;"Your Place" +"impervious";"impervious";763.015198253095;TRUE;"Your Place" +"urban";"impervious";5.55649423858995e-05;FALSE;"Your Place" +"urban";"impervious";1.25138384962884;FALSE;"Your Place" +"vegetation";"impervious";1.32762216101401;FALSE;"Your Place" +"vegetation";"impervious";3611.84208463483;FALSE;"Your Place" +"impervious";"impervious";0.582738908880856;TRUE;"Your Place" +"impervious";"impervious";7.76837934565378;TRUE;"Your Place" +"impervious";"impervious";3.0936549400667;TRUE;"Your Place" +"vegetation";"vegetation";191.132360436721;TRUE;"Your Place" +"vegetation";"vegetation";6883.46340667806;TRUE;"Your Place" +"vegetation";"vegetation";9.04949751845561;TRUE;"Your Place" +"vegetation";"vegetation";1362.29938489292;TRUE;"Your Place" +"impervious";"vegetation";6.5529854731285;FALSE;"Your Place" +"vegetation";"vegetation";171.351634908468;TRUE;"Your Place" +"vegetation";"vegetation";1348.48919821158;TRUE;"Your Place" +"water";"vegetation";53.1200841050595;FALSE;"Your Place" +"vegetation";"impervious";359.728623880539;FALSE;"Your Place" +"vegetation";"impervious";62.6627753082939;FALSE;"Your Place" +"urban";"vegetation";2976.51809331053;FALSE;"Your Place" +"vegetation";"vegetation";161.570165257202;TRUE;"Your Place" +"vegetation";"water";2635.39860888571;FALSE;"Your Place" +"urban";"impervious";0.636634609894827;FALSE;"Your Place" +"impervious";"impervious";160.379009041237;TRUE;"Your Place" +"vegetation";"impervious";32.0430354233831;FALSE;"Your Place" +"vegetation";"impervious";28.6402378351631;FALSE;"Your Place" +"impervious";"impervious";497.656895050779;TRUE;"Your Place" +"impervious";"impervious";49.1364022642374;TRUE;"Your Place" +"impervious";"impervious";168.65774282068;TRUE;"Your Place" +"urban";"impervious";0.427089551812969;FALSE;"Your Place" +"urban";"impervious";1476.7738783235;FALSE;"Your Place" +"urban";"impervious";6.6221393160522;FALSE;"Your Place" +"urban";"impervious";226.126875842921;FALSE;"Your Place" +"urban";"impervious";12144.440119721;FALSE;"Your Place" +"urban";"impervious";10.5874732022639;FALSE;"Your Place" +"urban";"impervious";38.6777926395062;FALSE;"Your Place" +"impervious";"impervious";446.547378890915;TRUE;"Your Place" +"vegetation";"vegetation";20.7323563280515;TRUE;"Your Place" +"vegetation";"vegetation";95.440620974754;TRUE;"Your Place" +"impervious";"vegetation";27.6295834099874;FALSE;"Your Place" +"vegetation";"vegetation";1237.12110719255;TRUE;"Your Place" +"urban";"vegetation";137.474348463118;FALSE;"Your Place" +"vegetation";"vegetation";1094.40462129004;TRUE;"Your Place" +"vegetation";"vegetation";117.589925858774;TRUE;"Your Place" +"vegetation";"vegetation";20.8785920968221;TRUE;"Your Place" +"vegetation";"vegetation";214.499846601859;TRUE;"Your Place" +"vegetation";"vegetation";7.5836380533874;TRUE;"Your Place" +"vegetation";"impervious";40.7282372128684;FALSE;"Your Place" +"vegetation";"impervious";147.285888954997;FALSE;"Your Place" +"vegetation";"impervious";2931.92670089845;FALSE;"Your Place" +"vegetation";"impervious";9.31454190984368;FALSE;"Your Place" +"impervious";"impervious";109.072059878556;TRUE;"Your Place" +"vegetation";"impervious";8.60273700021207;FALSE;"Your Place" +"impervious";"impervious";0.48698953143321;TRUE;"Your Place" +"vegetation";"vegetation";255.802120643901;TRUE;"Your Place" +"vegetation";"vegetation";10.4599458808079;TRUE;"Your Place" +"urban";"impervious";955.585606489331;FALSE;"Your Place" +"vegetation";"impervious";60.3737225416116;FALSE;"Your Place" +"vegetation";"impervious";1357.98711442016;FALSE;"Your Place" +"vegetation";"impervious";54.2953229695559;FALSE;"Your Place" +"urban";"vegetation";10.2426927835913;FALSE;"Your Place" +"urban";"vegetation";184.655380597924;FALSE;"Your Place" +"urban";"vegetation";10.4708309215494;FALSE;"Your Place" +"vegetation";"vegetation";512.417158837634;TRUE;"Your Place" +"impervious";"vegetation";153.158037066183;FALSE;"Your Place" +"vegetation";"vegetation";27.5353950826102;TRUE;"Your Place" +"vegetation";"vegetation";948.90150621155;TRUE;"Your Place" +"impervious";"vegetation";10.4043941530799;FALSE;"Your Place" +"vegetation";"impervious";6271.64059755448;FALSE;"Your Place" +"vegetation";"impervious";43.5165792073822;FALSE;"Your Place" +"vegetation";"impervious";39.2396600497887;FALSE;"Your Place" +"vegetation";"impervious";6.73701710940804;FALSE;"Your Place" +"vegetation";"impervious";7.30633336451137;FALSE;"Your Place" +"vegetation";"vegetation";2.45165732223541;TRUE;"Your Place" +"vegetation";"vegetation";91.1043248036876;TRUE;"Your Place" +"vegetation";"vegetation";2999.34284383361;TRUE;"Your Place" +"vegetation";"vegetation";1189.35865808604;TRUE;"Your Place" +"vegetation";"vegetation";3300.21384658141;TRUE;"Your Place" +"vegetation";"vegetation";6504.81309196647;TRUE;"Your Place" +"vegetation";"vegetation";1.35996263074776;TRUE;"Your Place" +"impervious";"vegetation";1.16569510172121;FALSE;"Your Place" +"vegetation";"impervious";2.66521674252726;FALSE;"Your Place" +"vegetation";"impervious";2.52511920535471;FALSE;"Your Place" +"vegetation";"vegetation";874.479636800475;TRUE;"Your Place" +"vegetation";"vegetation";21.4482116528088;TRUE;"Your Place" +"vegetation";"vegetation";2718.34104350286;TRUE;"Your Place" +"vegetation";"vegetation";0.00156100795470593;TRUE;"Your Place" +"vegetation";"impervious";44.0962728955783;FALSE;"Your Place" +"vegetation";"impervious";1703.22855307045;FALSE;"Your Place" +"vegetation";"impervious";19.9619955318922;FALSE;"Your Place" +"impervious";"impervious";22.7641705385176;TRUE;"Your Place" +"vegetation";"impervious";16.4202399196583;FALSE;"Your Place" +"impervious";"impervious";4.73573725720053;TRUE;"Your Place" +"vegetation";"impervious";110.994486054522;FALSE;"Your Place" +"vegetation";"vegetation";23.5177046965109;TRUE;"Your Place" +"vegetation";"vegetation";1.75900749961875;TRUE;"Your Place" +"vegetation";"vegetation";903.750985870778;TRUE;"Your Place" +"vegetation";"vegetation";2012.30082376301;TRUE;"Your Place" +"impervious";"vegetation";0.324030592106283;FALSE;"Your Place" +"vegetation";"vegetation";36.0737915518694;TRUE;"Your Place" +"vegetation";"vegetation";1760.85773385107;TRUE;"Your Place" +"vegetation";"vegetation";545.108571725897;TRUE;"Your Place" +"impervious";"vegetation";320.995395057253;FALSE;"Your Place" +"urban";"impervious";169.719525320455;FALSE;"Your Place" +"urban";"vegetation";608.322256009735;FALSE;"Your Place" +"vegetation";"vegetation";1233.80153153046;TRUE;"Your Place" +"vegetation";"vegetation";3140.40516222538;TRUE;"Your Place" +"vegetation";"vegetation";2717.21685278555;TRUE;"Your Place" +"vegetation";"vegetation";27350.6878104026;TRUE;"Your Place" +"vegetation";"vegetation";37.9188328215969;TRUE;"Your Place" +"impervious";"vegetation";7.73464491032064;FALSE;"Your Place" +"urban";"impervious";32.8617202327587;FALSE;"Your Place" +"vegetation";"impervious";5.25572206178913;FALSE;"Your Place" +"vegetation";"impervious";0.179946296673734;FALSE;"Your Place" +"vegetation";"impervious";52.8780518099666;FALSE;"Your Place" +"vegetation";"impervious";1120.89974430995;FALSE;"Your Place" +"vegetation";"impervious";9.33657920587575;FALSE;"Your Place" +"impervious";"impervious";2558.58319107955;TRUE;"Your Place" +"impervious";"impervious";1.34224519366398;TRUE;"Your Place" +"impervious";"impervious";155.366181872785;TRUE;"Your Place" +"impervious";"impervious";267.99728901498;TRUE;"Your Place" +"urban";"impervious";112.844814765864;FALSE;"Your Place" +"vegetation";"vegetation";9118.37141767703;TRUE;"Your Place" +"vegetation";"vegetation";13.2612314808648;TRUE;"Your Place" +"vegetation";"vegetation";6852.63848164314;TRUE;"Your Place" +"vegetation";"vegetation";457.407301671687;TRUE;"Your Place" +"vegetation";"vegetation";5.51261470350437;TRUE;"Your Place" +"vegetation";"impervious";9.32358675124124;FALSE;"Your Place" +"vegetation";"impervious";116.805150551721;FALSE;"Your Place" +"vegetation";"impervious";5358.0117892772;FALSE;"Your Place" +"vegetation";"impervious";36.3463968620636;FALSE;"Your Place" +"vegetation";"impervious";1.02055073072552;FALSE;"Your Place" +"impervious";"impervious";10.7793682652409;TRUE;"Your Place" +"impervious";"impervious";121.102407327387;TRUE;"Your Place" +"vegetation";"impervious";5.02580325549934;FALSE;"Your Place" +"vegetation";"impervious";174.05212092679;FALSE;"Your Place" +"vegetation";"impervious";99.8372863340192;FALSE;"Your Place" +"vegetation";"vegetation";26.8874510800233;TRUE;"Your Place" +"vegetation";"vegetation";9.69288728758693;TRUE;"Your Place" +"vegetation";"impervious";14.8298815188464;FALSE;"Your Place" +"vegetation";"impervious";9.40128844435094;FALSE;"Your Place" +"vegetation";"impervious";215.968067882578;FALSE;"Your Place" +"vegetation";"impervious";0.000332343910798727;FALSE;"Your Place" +"impervious";"impervious";1034.48464352917;TRUE;"Your Place" +"vegetation";"vegetation";0.906632077283575;TRUE;"Your Place" +"vegetation";"vegetation";0.437726028270845;TRUE;"Your Place" +"vegetation";"vegetation";7.68544619984459;TRUE;"Your Place" +"vegetation";"vegetation";1007.91178476951;TRUE;"Your Place" +"vegetation";"impervious";0.613798619015142;FALSE;"Your Place" +"vegetation";"impervious";66.4735753391869;FALSE;"Your Place" +"urban";"vegetation";3.45061854337109;FALSE;"Your Place" +"impervious";"vegetation";1038.32989760814;FALSE;"Your Place" +"vegetation";"impervious";16.7313943481422;FALSE;"Your Place" +"vegetation";"impervious";109.543728722841;FALSE;"Your Place" +"impervious";"impervious";5.72862478526076;TRUE;"Your Place" +"vegetation";"vegetation";264.49467564642;TRUE;"Your Place" +"water";"vegetation";1.79785766452551;FALSE;"Your Place" +"vegetation";"vegetation";2586.74496518608;TRUE;"Your Place" +"vegetation";"vegetation";21675.0705821449;TRUE;"Your Place" +"vegetation";"vegetation";625.08315312519;TRUE;"Your Place" +"vegetation";"vegetation";581.666683817544;TRUE;"Your Place" +"vegetation";"vegetation";53.2499308045954;TRUE;"Your Place" +"vegetation";"vegetation";1297.97348313313;TRUE;"Your Place" +"vegetation";"impervious";8.34143402869813;FALSE;"Your Place" +"vegetation";"impervious";56.7407653704286;FALSE;"Your Place" +"vegetation";"impervious";9.19734120275825;FALSE;"Your Place" +"vegetation";"impervious";4.58369939832482;FALSE;"Your Place" +"vegetation";"vegetation";211.325744802204;TRUE;"Your Place" +"vegetation";"water";18.9745265250094;FALSE;"Your Place" +"water";"water";18.9948477268917;TRUE;"Your Place" +"vegetation";"impervious";2.17147320881486;FALSE;"Your Place" +"impervious";"impervious";23.4198605883867;TRUE;"Your Place" +"vegetation";"impervious";74.3071970721358;FALSE;"Your Place" +"impervious";"vegetation";1439.75106547709;FALSE;"Your Place" +"urban";"vegetation";2.41612395329867;FALSE;"Your Place" +"vegetation";"vegetation";3773.57206771392;TRUE;"Your Place" +"vegetation";"vegetation";34.6092386057135;TRUE;"Your Place" +"vegetation";"vegetation";585.999078236418;TRUE;"Your Place" +"vegetation";"vegetation";0.0409036406417727;TRUE;"Your Place" +"vegetation";"vegetation";334.9261961109;TRUE;"Your Place" +"vegetation";"vegetation";58.8878520315047;TRUE;"Your Place" +"impervious";"vegetation";59.7117727464065;FALSE;"Your Place" +"vegetation";"vegetation";47.400746608153;TRUE;"Your Place" +"vegetation";"vegetation";3182.3679884983;TRUE;"Your Place" +"vegetation";"impervious";139.625427849824;FALSE;"Your Place" +"vegetation";"impervious";18.815836118767;FALSE;"Your Place" +"impervious";"impervious";68.3251788452617;TRUE;"Your Place" +"urban";"impervious";5466.36853247881;FALSE;"Your Place" +"impervious";"impervious";21.3861207780428;TRUE;"Your Place" +"impervious";"impervious";150.100008471869;TRUE;"Your Place" +"impervious";"impervious";73.8617121896241;TRUE;"Your Place" +"vegetation";"vegetation";3645.07607113651;TRUE;"Your Place" +"impervious";"vegetation";5.62578988459427;FALSE;"Your Place" +"impervious";"vegetation";11.5313526787795;FALSE;"Your Place" +"vegetation";"vegetation";718.051770006772;TRUE;"Your Place" +"vegetation";"vegetation";81.8273784350604;TRUE;"Your Place" +"urban";"vegetation";1686.90044541325;FALSE;"Your Place" +"vegetation";"vegetation";58.569591239444;TRUE;"Your Place" +"impervious";"vegetation";88.0338250063942;FALSE;"Your Place" +"impervious";"vegetation";36.6706898678094;FALSE;"Your Place" +"impervious";"vegetation";4188.51880065911;FALSE;"Your Place" +"impervious";"vegetation";25.8004419598728;FALSE;"Your Place" +"vegetation";"vegetation";881.755533308722;TRUE;"Your Place" +"vegetation";"vegetation";109.074829524674;TRUE;"Your Place" +"vegetation";"vegetation";282.661321884982;TRUE;"Your Place" +"vegetation";"impervious";5.26185441756388;FALSE;"Your Place" +"vegetation";"impervious";45.954349398613;FALSE;"Your Place" +"urban";"vegetation";257.745618156623;FALSE;"Your Place" +"vegetation";"vegetation";210.044237253838;TRUE;"Your Place" +"vegetation";"vegetation";334.413331370801;TRUE;"Your Place" +"vegetation";"vegetation";14206.3164131315;TRUE;"Your Place" +"vegetation";"vegetation";999.799363429629;TRUE;"Your Place" +"vegetation";"vegetation";1031.88252027333;TRUE;"Your Place" +"vegetation";"vegetation";49.3583783155773;TRUE;"Your Place" +"impervious";"vegetation";113.827817271231;FALSE;"Your Place" +"vegetation";"vegetation";8.54802201176062;TRUE;"Your Place" +"impervious";"impervious";1.94623150353436;TRUE;"Your Place" +"impervious";"vegetation";2.24951955326833;FALSE;"Your Place" +"vegetation";"impervious";3.28756252489984;FALSE;"Your Place" +"vegetation";"impervious";94.9260838702321;FALSE;"Your Place" +"vegetation";"impervious";27.1366037654225;FALSE;"Your Place" +"water";"vegetation";1549.38122494332;FALSE;"Your Place" +"vegetation";"vegetation";3151.34599930793;TRUE;"Your Place" +"vegetation";"vegetation";0.691775753628463;TRUE;"Your Place" +"vegetation";"vegetation";0.0449427128842217;TRUE;"Your Place" +"vegetation";"vegetation";8974.72971242847;TRUE;"Your Place" +"vegetation";"vegetation";1.30412600043928;TRUE;"Your Place" +"vegetation";"vegetation";54.7113264126529;TRUE;"Your Place" +"vegetation";"vegetation";6.33745080325025;TRUE;"Your Place" +"vegetation";"vegetation";120.855070575257;TRUE;"Your Place" +"impervious";"vegetation";36.4489741967991;FALSE;"Your Place" +"vegetation";"vegetation";4543.77358165476;TRUE;"Your Place" +"vegetation";"vegetation";228.082723848886;TRUE;"Your Place" +"vegetation";"vegetation";951.626928034646;TRUE;"Your Place" +"vegetation";"vegetation";432.97486233282;TRUE;"Your Place" +"vegetation";"vegetation";4212.98070733249;TRUE;"Your Place" +"vegetation";"vegetation";106.394915506244;TRUE;"Your Place" +"impervious";"vegetation";31.7650953093544;FALSE;"Your Place" +"vegetation";"vegetation";59.2035723558511;TRUE;"Your Place" +"vegetation";"vegetation";2.79735607351176;TRUE;"Your Place" +"vegetation";"vegetation";6.78638550336473;TRUE;"Your Place" +"vegetation";"vegetation";48.2596216537058;TRUE;"Your Place" +"vegetation";"vegetation";62.528032528935;TRUE;"Your Place" +"impervious";"vegetation";382.968797004782;FALSE;"Your Place" +"vegetation";"vegetation";36631.6336271936;TRUE;"Your Place" +"vegetation";"vegetation";21.4425703454763;TRUE;"Your Place" +"vegetation";"vegetation";18.8354383115657;TRUE;"Your Place" +"impervious";"impervious";2.75710053602234;TRUE;"Your Place" +"impervious";"impervious";1200.67317864858;TRUE;"Your Place" +"vegetation";"impervious";1892.90148451272;FALSE;"Your Place" +"vegetation";"impervious";15.0115591436625;FALSE;"Your Place" +"vegetation";"impervious";110.109755540063;FALSE;"Your Place" +"vegetation";"vegetation";74.4968348395778;TRUE;"Your Place" +"vegetation";"vegetation";18.1415441625286;TRUE;"Your Place" +"water";"vegetation";3.31998355966061;FALSE;"Your Place" +"urban";"vegetation";532.075987192336;FALSE;"Your Place" +"vegetation";"vegetation";0.0217485252724146;TRUE;"Your Place" +"vegetation";"vegetation";2198.48391405581;TRUE;"Your Place" +"vegetation";"vegetation";288.311846722383;TRUE;"Your Place" +"vegetation";"impervious";88.0781324665877;FALSE;"Your Place" +"vegetation";"impervious";0.257013392401859;FALSE;"Your Place" +"vegetation";"impervious";12.6050314906752;FALSE;"Your Place" +"vegetation";"impervious";28.6150452048751;FALSE;"Your Place" +"vegetation";"impervious";6.4018882936216;FALSE;"Your Place" +"vegetation";"impervious";28.7569421380758;FALSE;"Your Place" +"vegetation";"impervious";23.8851340869442;FALSE;"Your Place" +"vegetation";"impervious";13.3145477406215;FALSE;"Your Place" +"vegetation";"vegetation";33.1146290227771;TRUE;"Your Place" +"vegetation";"vegetation";14567.7975195535;TRUE;"Your Place" +"vegetation";"vegetation";5431.53385648463;TRUE;"Your Place" +"vegetation";"vegetation";103.610943495762;TRUE;"Your Place" +"vegetation";"vegetation";44.1026095026173;TRUE;"Your Place" +"water";"vegetation";30.3694229274988;FALSE;"Your Place" +"vegetation";"vegetation";6489.56993046415;TRUE;"Your Place" +"impervious";"vegetation";824.610713010945;FALSE;"Your Place" +"vegetation";"vegetation";719.546941684093;TRUE;"Your Place" +"vegetation";"vegetation";42.9448596036527;TRUE;"Your Place" +"vegetation";"vegetation";20489.9346434977;TRUE;"Your Place" +"vegetation";"vegetation";1337.79347239435;TRUE;"Your Place" +"water";"vegetation";13.2049381695688;FALSE;"Your Place" +"vegetation";"impervious";133.267066726927;FALSE;"Your Place" +"urban";"vegetation";2551.62015064241;FALSE;"Your Place" +"vegetation";"vegetation";401.030371516012;TRUE;"Your Place" +"vegetation";"vegetation";1152.24467278205;TRUE;"Your Place" +"vegetation";"vegetation";11741.2729319975;TRUE;"Your Place" +"urban";"vegetation";687.346132645616;FALSE;"Your Place" +"vegetation";"vegetation";21.207237362396;TRUE;"Your Place" +"vegetation";"vegetation";18.2043593483395;TRUE;"Your Place" +"vegetation";"vegetation";6715.98395638354;TRUE;"Your Place" +"vegetation";"vegetation";1928.44616792887;TRUE;"Your Place" +"vegetation";"vegetation";987.115378894829;TRUE;"Your Place" +"vegetation";"vegetation";1900.2145610603;TRUE;"Your Place" +"vegetation";"vegetation";871.996216132597;TRUE;"Your Place" +"vegetation";"vegetation";2.94046120380517;TRUE;"Your Place" +"vegetation";"vegetation";6.69266599885304;TRUE;"Your Place" +"vegetation";"vegetation";6488.74267101008;TRUE;"Your Place" +"urban";"vegetation";459.740053172223;FALSE;"Your Place" +"vegetation";"vegetation";103.779413734097;TRUE;"Your Place" +"vegetation";"vegetation";2527.54555008778;TRUE;"Your Place" +"water";"vegetation";36.044340899447;FALSE;"Your Place" +"vegetation";"impervious";10.0056647191523;FALSE;"Your Place" +"vegetation";"impervious";15.8730783929932;FALSE;"Your Place" +"water";"vegetation";9.91490870551206;FALSE;"Your Place" +"urban";"vegetation";7987.65765304118;FALSE;"Your Place" +"vegetation";"vegetation";2730.21474330314;TRUE;"Your Place" +"urban";"impervious";0.840662587666884;FALSE;"Your Place" +"impervious";"impervious";728.429701595567;TRUE;"Your Place" +"impervious";"impervious";17.9574746801518;TRUE;"Your Place" +"impervious";"impervious";230.615391487954;TRUE;"Your Place" +"impervious";"impervious";274.538430314511;TRUE;"Your Place" +"water";"vegetation";15.1022526149172;FALSE;"Your Place" +"impervious";"vegetation";4482.82662224863;FALSE;"Your Place" +"vegetation";"vegetation";28.6050184252963;TRUE;"Your Place" +"vegetation";"vegetation";56699.6127224276;TRUE;"Your Place" +"impervious";"vegetation";133.593888144009;FALSE;"Your Place" +"impervious";"vegetation";83.9771783042233;FALSE;"Your Place" +"vegetation";"vegetation";38.0720532813575;TRUE;"Your Place" +"vegetation";"vegetation";439.442955651903;TRUE;"Your Place" +"vegetation";"impervious";44.2296817332681;FALSE;"Your Place" +"impervious";"vegetation";260.534531414785;FALSE;"Your Place" +"water";"vegetation";361.865857869387;FALSE;"Your Place" +"vegetation";"vegetation";113.705469463952;TRUE;"Your Place" +"vegetation";"vegetation";60755.2133582132;TRUE;"Your Place" +"vegetation";"vegetation";0.372043563053012;TRUE;"Your Place" +"impervious";"vegetation";0.00583410066610668;FALSE;"Your Place" +"vegetation";"vegetation";16.2288560008164;TRUE;"Your Place" +"vegetation";"vegetation";197.543855894488;TRUE;"Your Place" +"impervious";"vegetation";188.502987438813;FALSE;"Your Place" +"vegetation";"vegetation";152.141228902037;TRUE;"Your Place" +"vegetation";"vegetation";31.8680661479593;TRUE;"Your Place" +"impervious";"vegetation";190.236625180114;FALSE;"Your Place" +"vegetation";"vegetation";17481.6928734705;TRUE;"Your Place" +"vegetation";"vegetation";186.968367148773;TRUE;"Your Place" +"vegetation";"vegetation";8.71083719050512;TRUE;"Your Place" +"vegetation";"vegetation";378.610951973693;TRUE;"Your Place" +"urban";"vegetation";2.94752535664884;FALSE;"Your Place" +"impervious";"vegetation";0.208914096816443;FALSE;"Your Place" +"impervious";"vegetation";4025.2475326081;FALSE;"Your Place" +"impervious";"vegetation";3.29566760582384;FALSE;"Your Place" +"impervious";"vegetation";2.72198240982834;FALSE;"Your Place" +"vegetation";"impervious";1.11689728999045;FALSE;"Your Place" +"vegetation";"impervious";222.529408044356;FALSE;"Your Place" +"vegetation";"vegetation";252.689108657447;TRUE;"Your Place" +"impervious";"impervious";12.3679101439193;TRUE;"Your Place" +"impervious";"impervious";8.81519509261125;TRUE;"Your Place" +"impervious";"impervious";3649.7346896872;TRUE;"Your Place" +"impervious";"impervious";6.90245767682791;TRUE;"Your Place" +"impervious";"impervious";40.1897776566911;TRUE;"Your Place" +"impervious";"impervious";2.85585121985059;TRUE;"Your Place" +"urban";"impervious";96.374736537924;FALSE;"Your Place" +"impervious";"impervious";8.36602633682196;TRUE;"Your Place" +"urban";"impervious";15.7964317577425;FALSE;"Your Place" +"impervious";"impervious";34.7183927837759;TRUE;"Your Place" +"urban";"vegetation";21.6656782133359;FALSE;"Your Place" +"vegetation";"vegetation";22780.2533057661;TRUE;"Your Place" +"vegetation";"vegetation";1090.3202787143;TRUE;"Your Place" +"impervious";"vegetation";699.541403748502;FALSE;"Your Place" +"vegetation";"vegetation";18.2435064247111;TRUE;"Your Place" +"urban";"vegetation";339.520382589484;FALSE;"Your Place" +"vegetation";"vegetation";121.337686709035;TRUE;"Your Place" +"vegetation";"vegetation";57.2923754756339;TRUE;"Your Place" +"vegetation";"vegetation";289.572772365995;TRUE;"Your Place" +"vegetation";"vegetation";403.05734858918;TRUE;"Your Place" +"vegetation";"vegetation";12955.4986322187;TRUE;"Your Place" +"vegetation";"vegetation";86.2832730822265;TRUE;"Your Place" +"vegetation";"vegetation";69.6509746087831;TRUE;"Your Place" +"impervious";"vegetation";552.279943139287;FALSE;"Your Place" +"impervious";"vegetation";25.1243776320771;FALSE;"Your Place" +"vegetation";"vegetation";747.016875241825;TRUE;"Your Place" +"vegetation";"water";19.928908739239;FALSE;"Your Place" +"water";"water";69.8304739971645;TRUE;"Your Place" +"vegetation";"vegetation";90.1871392632893;TRUE;"Your Place" +"vegetation";"vegetation";63.111266494263;TRUE;"Your Place" +"vegetation";"vegetation";10237.9873615266;TRUE;"Your Place" +"impervious";"vegetation";87.5921868232545;FALSE;"Your Place" +"vegetation";"vegetation";4702.61328162812;TRUE;"Your Place" +"vegetation";"vegetation";1653.88190007443;TRUE;"Your Place" +"vegetation";"vegetation";11.9942488579836;TRUE;"Your Place" +"vegetation";"vegetation";0.12714966625208;TRUE;"Your Place" +"vegetation";"vegetation";1.47092494252138;TRUE;"Your Place" +"water";"vegetation";1077.04136933689;FALSE;"Your Place" +"vegetation";"vegetation";5746.43279706687;TRUE;"Your Place" +"vegetation";"vegetation";39.125389497196;TRUE;"Your Place" +"urban";"impervious";67.2452794241253;FALSE;"Your Place" +"vegetation";"impervious";9.29823953000596;FALSE;"Your Place" +"vegetation";"vegetation";673.74304771208;TRUE;"Your Place" +"vegetation";"vegetation";0.613929767394438;TRUE;"Your Place" +"urban";"vegetation";126.310909513384;FALSE;"Your Place" +"vegetation";"vegetation";240.03672481002;TRUE;"Your Place" +"vegetation";"vegetation";8331.84611655335;TRUE;"Your Place" +"vegetation";"vegetation";1032.96495317761;TRUE;"Your Place" +"vegetation";"vegetation";321.570935314987;TRUE;"Your Place" +"vegetation";"vegetation";737.284614770906;TRUE;"Your Place" +"water";"vegetation";6.44933205167763;FALSE;"Your Place" +"vegetation";"vegetation";35.3248055727454;TRUE;"Your Place" +"vegetation";"vegetation";159.975900648627;TRUE;"Your Place" +"vegetation";"vegetation";201.99911362282;TRUE;"Your Place" +"urban";"impervious";1.91314006788889;FALSE;"Your Place" +"impervious";"impervious";66.7347308924654;TRUE;"Your Place" +"impervious";"impervious";21.7619844404981;TRUE;"Your Place" +"impervious";"impervious";332.833443733631;TRUE;"Your Place" +"impervious";"impervious";15.4398551554186;TRUE;"Your Place" +"vegetation";"impervious";17.2052031336352;FALSE;"Your Place" +"vegetation";"impervious";22.9233235437423;FALSE;"Your Place" +"vegetation";"impervious";4.66299120834447;FALSE;"Your Place" +"impervious";"impervious";31.6479282591899;TRUE;"Your Place" +"impervious";"impervious";353.931810185546;TRUE;"Your Place" +"vegetation";"impervious";98.7792618212989;FALSE;"Your Place" +"vegetation";"impervious";80.6727758592751;FALSE;"Your Place" +"vegetation";"vegetation";195.04603432602;TRUE;"Your Place" +"vegetation";"vegetation";21.2113941664575;TRUE;"Your Place" +"vegetation";"vegetation";289.343218242517;TRUE;"Your Place" +"vegetation";"vegetation";1526.8237582118;TRUE;"Your Place" +"vegetation";"vegetation";12.8236005844083;TRUE;"Your Place" +"vegetation";"vegetation";396.221472302626;TRUE;"Your Place" +"impervious";"vegetation";66.2855803169659;FALSE;"Your Place" +"vegetation";"vegetation";247.733895057681;TRUE;"Your Place" +"vegetation";"vegetation";88152.7810091437;TRUE;"Your Place" +"vegetation";"vegetation";136.273663128726;TRUE;"Your Place" +"vegetation";"vegetation";0.0926489496378053;TRUE;"Your Place" +"vegetation";"vegetation";0.232450074050575;TRUE;"Your Place" +"vegetation";"vegetation";298.328301464979;TRUE;"Your Place" +"impervious";"vegetation";58.7627319809981;FALSE;"Your Place" +"vegetation";"vegetation";0.887492263194872;TRUE;"Your Place" +"vegetation";"vegetation";1066.81333498168;TRUE;"Your Place" +"impervious";"vegetation";5.21925709990319;FALSE;"Your Place" +"vegetation";"vegetation";688.345888367243;TRUE;"Your Place" +"vegetation";"vegetation";75.5394926192239;TRUE;"Your Place" +"vegetation";"vegetation";462.828485941747;TRUE;"Your Place" +"vegetation";"vegetation";0.0929984231479466;TRUE;"Your Place" +"vegetation";"vegetation";492.157465035329;TRUE;"Your Place" +"vegetation";"vegetation";15.1295173736289;TRUE;"Your Place" +"impervious";"vegetation";4.8788461862132;FALSE;"Your Place" +"impervious";"vegetation";115.314153102227;FALSE;"Your Place" +"impervious";"vegetation";0.467001776010875;FALSE;"Your Place" +"impervious";"vegetation";61.6539527588175;FALSE;"Your Place" +"impervious";"vegetation";4083.55429403996;FALSE;"Your Place" +"impervious";"vegetation";58.5051965074381;FALSE;"Your Place" +"vegetation";"vegetation";600.630917040166;TRUE;"Your Place" +"vegetation";"vegetation";44.7503297971562;TRUE;"Your Place" +"vegetation";"vegetation";22.5032202038565;TRUE;"Your Place" +"vegetation";"vegetation";0.78958314913325;TRUE;"Your Place" +"vegetation";"vegetation";1.92551657111289;TRUE;"Your Place" +"vegetation";"vegetation";6.83049486228174;TRUE;"Your Place" +"impervious";"vegetation";32.6101098998915;FALSE;"Your Place" +"impervious";"vegetation";193.753724095761;FALSE;"Your Place" +"vegetation";"vegetation";737.355586143327;TRUE;"Your Place" +"vegetation";"vegetation";2706.36872005626;TRUE;"Your Place" +"vegetation";"vegetation";95081.2544830471;TRUE;"Your Place" +"vegetation";"vegetation";1139.73046345066;TRUE;"Your Place" +"vegetation";"vegetation";231.673222627415;TRUE;"Your Place" +"vegetation";"vegetation";112.264980960069;TRUE;"Your Place" +"vegetation";"vegetation";116.453335404396;TRUE;"Your Place" +"vegetation";"vegetation";1427.88371153595;TRUE;"Your Place" +"vegetation";"vegetation";20.8603866283083;TRUE;"Your Place" +"impervious";"impervious";1.89731689555629;TRUE;"Your Place" +"vegetation";"vegetation";615.394430858927;TRUE;"Your Place" +"vegetation";"vegetation";4563.20028833637;TRUE;"Your Place" +"vegetation";"vegetation";5.24820301984437;TRUE;"Your Place" +"vegetation";"vegetation";0.406547375197988;TRUE;"Your Place" +"vegetation";"vegetation";1027.41294411011;TRUE;"Your Place" +"urban";"vegetation";94.9372597836191;FALSE;"Your Place" +"impervious";"vegetation";19.1957114571996;FALSE;"Your Place" +"vegetation";"vegetation";896.89616668591;TRUE;"Your Place" +"vegetation";"vegetation";1888.40188308293;TRUE;"Your Place" +"urban";"vegetation";0.176825502538122;FALSE;"Your Place" +"vegetation";"vegetation";2246.92357296403;TRUE;"Your Place" +"impervious";"vegetation";55.2964388933033;FALSE;"Your Place" +"vegetation";"vegetation";10.3276903769874;TRUE;"Your Place" +"vegetation";"vegetation";74.2166816901881;TRUE;"Your Place" +"impervious";"vegetation";645.867558024358;FALSE;"Your Place" +"vegetation";"vegetation";156.353244401864;TRUE;"Your Place" +"vegetation";"vegetation";38.8954204109032;TRUE;"Your Place" +"vegetation";"vegetation";2698.75045358947;TRUE;"Your Place" +"vegetation";"vegetation";7455.42049739126;TRUE;"Your Place" +"vegetation";"vegetation";1684.44852160523;TRUE;"Your Place" +"vegetation";"vegetation";266.386378498049;TRUE;"Your Place" +"vegetation";"vegetation";358.30860597943;TRUE;"Your Place" +"vegetation";"vegetation";2089.9482913817;TRUE;"Your Place" +"vegetation";"vegetation";7.54256719665136;TRUE;"Your Place" +"vegetation";"vegetation";13829.9267359034;TRUE;"Your Place" +"vegetation";"vegetation";2198.64911007945;TRUE;"Your Place" +"vegetation";"vegetation";1096.17680100817;TRUE;"Your Place" +"vegetation";"impervious";1.81029138714075;FALSE;"Your Place" +"vegetation";"impervious";310.141395543702;FALSE;"Your Place" +"vegetation";"impervious";139.044488174841;FALSE;"Your Place" +"vegetation";"impervious";3.21547125838697;FALSE;"Your Place" +"vegetation";"vegetation";0.0283460532664321;TRUE;"Your Place" +"vegetation";"vegetation";6.41153247456532;TRUE;"Your Place" +"vegetation";"impervious";6.84079166688025;FALSE;"Your Place" +"vegetation";"impervious";7.47409534547478;FALSE;"Your Place" +"vegetation";"impervious";3.70024087890488;FALSE;"Your Place" +"vegetation";"impervious";7.7244411255233;FALSE;"Your Place" +"vegetation";"impervious";0.140957462204824;FALSE;"Your Place" +"vegetation";"impervious";26.0657259429354;FALSE;"Your Place" +"vegetation";"impervious";1.45523263432551;FALSE;"Your Place" +"vegetation";"impervious";51.9318377390737;FALSE;"Your Place" +"impervious";"vegetation";0.0450438542575284;FALSE;"Your Place" +"impervious";"vegetation";0.232704478316009;FALSE;"Your Place" +"impervious";"vegetation";33.7211597131245;FALSE;"Your Place" +"impervious";"vegetation";3228.45144447574;FALSE;"Your Place" +"impervious";"vegetation";10.6624981732675;FALSE;"Your Place" +"vegetation";"vegetation";100.741686498746;TRUE;"Your Place" +"impervious";"vegetation";17.3289647590718;FALSE;"Your Place" +"impervious";"vegetation";11.6665575020015;FALSE;"Your Place" +"vegetation";"vegetation";2.44053990696557;TRUE;"Your Place" +"vegetation";"vegetation";43.1854538720509;TRUE;"Your Place" +"urban";"vegetation";1.41818639019039;FALSE;"Your Place" +"vegetation";"vegetation";301.106035461322;TRUE;"Your Place" +"impervious";"vegetation";4223.57650379694;FALSE;"Your Place" +"water";"vegetation";8.90031745936722;FALSE;"Your Place" +"vegetation";"vegetation";75.3963733260753;TRUE;"Your Place" +"water";"vegetation";14.2069713771925;FALSE;"Your Place" +"vegetation";"vegetation";300.72432482522;TRUE;"Your Place" +"impervious";"vegetation";382.463637361769;FALSE;"Your Place" +"vegetation";"vegetation";795.960294742137;TRUE;"Your Place" +"water";"vegetation";25.470208148472;FALSE;"Your Place" +"vegetation";"impervious";6.79467522469349;FALSE;"Your Place" +"vegetation";"impervious";16.5444867727347;FALSE;"Your Place" +"vegetation";"vegetation";12051.0115680608;TRUE;"Your Place" +"vegetation";"vegetation";140.560238840802;TRUE;"Your Place" +"vegetation";"vegetation";1193.7218413474;TRUE;"Your Place" +"vegetation";"vegetation";0.516754871183366;TRUE;"Your Place" +"vegetation";"vegetation";23128.5858532861;TRUE;"Your Place" +"vegetation";"vegetation";1120.10004733177;TRUE;"Your Place" +"vegetation";"vegetation";246.91483932361;TRUE;"Your Place" +"vegetation";"vegetation";780.320541981375;TRUE;"Your Place" +"vegetation";"vegetation";397.277786530554;TRUE;"Your Place" +"vegetation";"vegetation";25.6246901491832;TRUE;"Your Place" +"vegetation";"vegetation";126.23940135166;TRUE;"Your Place" +"vegetation";"impervious";10.7680348679423;FALSE;"Your Place" +"vegetation";"impervious";18.0288515026368;FALSE;"Your Place" +"vegetation";"impervious";4.03680004226044;FALSE;"Your Place" +"vegetation";"vegetation";51.6928060362116;TRUE;"Your Place" +"vegetation";"vegetation";9780.36329952753;TRUE;"Your Place" +"vegetation";"vegetation";535.899776479229;TRUE;"Your Place" +"vegetation";"impervious";13.7113342812518;FALSE;"Your Place" +"vegetation";"impervious";29.4403964158846;FALSE;"Your Place" +"vegetation";"impervious";4.84003350452986;FALSE;"Your Place" +"vegetation";"vegetation";15.6704168876749;TRUE;"Your Place" +"impervious";"impervious";0.019580768130254;TRUE;"Your Place" +"impervious";"impervious";459.352658283897;TRUE;"Your Place" +"impervious";"impervious";5.72736728470773;TRUE;"Your Place" +"vegetation";"vegetation";373.614421341583;TRUE;"Your Place" +"vegetation";"vegetation";1.6546548033366;TRUE;"Your Place" +"vegetation";"vegetation";19223.0741065489;TRUE;"Your Place" +"vegetation";"vegetation";2985.57250966915;TRUE;"Your Place" +"vegetation";"vegetation";1585.72835711273;TRUE;"Your Place" +"vegetation";"vegetation";431.607592185588;TRUE;"Your Place" +"vegetation";"vegetation";36.638228056021;TRUE;"Your Place" +"impervious";"impervious";18.8733681299491;TRUE;"Your Place" +"impervious";"impervious";5.98636852577329;TRUE;"Your Place" +"impervious";"impervious";499.999942051247;TRUE;"Your Place" +"impervious";"impervious";9.62663559149951;TRUE;"Your Place" +"vegetation";"vegetation";23.7387428974034;TRUE;"Your Place" +"vegetation";"vegetation";46041.2586480221;TRUE;"Your Place" +"vegetation";"vegetation";41.9955889778212;TRUE;"Your Place" +"vegetation";"vegetation";9.45000085001811;TRUE;"Your Place" +"vegetation";"vegetation";1303.30889631831;TRUE;"Your Place" +"vegetation";"vegetation";11.416876431671;TRUE;"Your Place" +"vegetation";"vegetation";2035.53793078684;TRUE;"Your Place" +"impervious";"vegetation";30.0706340097822;FALSE;"Your Place" +"vegetation";"impervious";37.3927040791023;FALSE;"Your Place" +"vegetation";"impervious";0.70792177983094;FALSE;"Your Place" +"vegetation";"vegetation";366.216225270618;TRUE;"Your Place" +"vegetation";"vegetation";18861.5530090448;TRUE;"Your Place" +"vegetation";"vegetation";18699.9337501731;TRUE;"Your Place" +"vegetation";"vegetation";499.18718551239;TRUE;"Your Place" +"impervious";"vegetation";27.0463313595392;FALSE;"Your Place" +"vegetation";"vegetation";195.853165098466;TRUE;"Your Place" +"vegetation";"impervious";281.60517952044;FALSE;"Your Place" +"vegetation";"vegetation";219.003692261568;TRUE;"Your Place" +"vegetation";"vegetation";32.7280167154968;TRUE;"Your Place" +"vegetation";"vegetation";71840.1347670875;TRUE;"Your Place" +"vegetation";"vegetation";73.2674965988845;TRUE;"Your Place" +"impervious";"vegetation";508.048225924373;FALSE;"Your Place" +"vegetation";"impervious";163.927963061916;FALSE;"Your Place" +"vegetation";"vegetation";1505.93207103873;TRUE;"Your Place" +"vegetation";"impervious";12.9809439577948;FALSE;"Your Place" +"vegetation";"impervious";247.995904239826;FALSE;"Your Place" +"vegetation";"vegetation";17.7598022534512;TRUE;"Your Place" +"water";"vegetation";85.7921914821491;FALSE;"Your Place" +"vegetation";"vegetation";41.2263727802783;TRUE;"Your Place" +"impervious";"vegetation";225.102694698842;FALSE;"Your Place" +"vegetation";"vegetation";7737.23056744784;TRUE;"Your Place" +"water";"vegetation";158.618687759154;FALSE;"Your Place" +"vegetation";"vegetation";134.021971776499;TRUE;"Your Place" +"vegetation";"vegetation";12.8631736263633;TRUE;"Your Place" +"vegetation";"vegetation";20.3260845074255;TRUE;"Your Place" +"impervious";"vegetation";0.246424485056195;FALSE;"Your Place" +"vegetation";"impervious";68.7811840760987;FALSE;"Your Place" +"vegetation";"impervious";6.06479466240853;FALSE;"Your Place" +"vegetation";"impervious";606.707615456769;FALSE;"Your Place" +"vegetation";"impervious";757.056250786409;FALSE;"Your Place" +"vegetation";"impervious";14134.7693062471;FALSE;"Your Place" +"vegetation";"impervious";4464.13286331983;FALSE;"Your Place" +"vegetation";"impervious";19.0556840130594;FALSE;"Your Place" +"vegetation";"vegetation";4941.30070848831;TRUE;"Your Place" +"vegetation";"vegetation";61.7186389928684;TRUE;"Your Place" +"vegetation";"impervious";283.771964472486;FALSE;"Your Place" +"vegetation";"vegetation";329.417240510695;TRUE;"Your Place" +"impervious";"vegetation";173.867061821744;FALSE;"Your Place" +"vegetation";"vegetation";323.619115788257;TRUE;"Your Place" +"impervious";"vegetation";64.9265231643803;FALSE;"Your Place" +"impervious";"vegetation";8.24134196224622;FALSE;"Your Place" +"vegetation";"impervious";30.9650480228011;FALSE;"Your Place" +"impervious";"impervious";523.71048818808;TRUE;"Your Place" +"vegetation";"vegetation";1478.29808539407;TRUE;"Your Place" +"vegetation";"vegetation";32954.5188494726;TRUE;"Your Place" +"vegetation";"vegetation";552.836762680789;TRUE;"Your Place" +"vegetation";"vegetation";1032.84437206388;TRUE;"Your Place" +"vegetation";"impervious";214.049652400776;FALSE;"Your Place" +"vegetation";"impervious";586.570935322903;FALSE;"Your Place" +"impervious";"impervious";91.5750392870978;TRUE;"Your Place" +"vegetation";"vegetation";3.50703584519215;TRUE;"Your Place" +"vegetation";"vegetation";16.9444697042891;TRUE;"Your Place" +"vegetation";"vegetation";8378.4674894663;TRUE;"Your Place" +"vegetation";"vegetation";34252.1662177687;TRUE;"Your Place" +"vegetation";"vegetation";12.6021276591928;TRUE;"Your Place" +"vegetation";"impervious";86.8075692462735;FALSE;"Your Place" +"impervious";"impervious";101.349845880177;TRUE;"Your Place" +"vegetation";"impervious";821.64140812424;FALSE;"Your Place" +"vegetation";"impervious";16.5682122998405;FALSE;"Your Place" +"vegetation";"impervious";29.9605521257035;FALSE;"Your Place" +"vegetation";"impervious";389.014758848818;FALSE;"Your Place" +"vegetation";"vegetation";10.9392389879795;TRUE;"Your Place" +"vegetation";"vegetation";728.762971537188;TRUE;"Your Place" +"vegetation";"vegetation";0.173545153113082;TRUE;"Your Place" +"vegetation";"vegetation";18.4465601592819;TRUE;"Your Place" +"vegetation";"vegetation";867.517817196669;TRUE;"Your Place" +"vegetation";"impervious";1.45369558030507;FALSE;"Your Place" +"vegetation";"impervious";4.7231396274874;FALSE;"Your Place" +"vegetation";"impervious";25.8635514969938;FALSE;"Your Place" +"vegetation";"impervious";0.869665314501617;FALSE;"Your Place" +"vegetation";"vegetation";134.561290475776;TRUE;"Your Place" +"vegetation";"vegetation";235.970880746434;TRUE;"Your Place" +"vegetation";"vegetation";322.881431390066;TRUE;"Your Place" +"vegetation";"vegetation";392.193021248095;TRUE;"Your Place" +"vegetation";"vegetation";5052.16443564929;TRUE;"Your Place" +"vegetation";"vegetation";1250.72202628445;TRUE;"Your Place" +"vegetation";"vegetation";57.3620132354554;TRUE;"Your Place" +"vegetation";"vegetation";17.1277993828116;TRUE;"Your Place" +"impervious";"vegetation";55.8678651144728;FALSE;"Your Place" +"vegetation";"vegetation";6019.3048246149;TRUE;"Your Place" +"vegetation";"vegetation";459.926016962156;TRUE;"Your Place" +"vegetation";"vegetation";9925.61606379831;TRUE;"Your Place" +"vegetation";"impervious";328.156757771503;FALSE;"Your Place" +"vegetation";"impervious";348.806998841465;FALSE;"Your Place" +"vegetation";"vegetation";6161.26252102619;TRUE;"Your Place" +"vegetation";"vegetation";69.4628232733812;TRUE;"Your Place" +"vegetation";"vegetation";21.1053200857714;TRUE;"Your Place" +"vegetation";"vegetation";20581.6840826286;TRUE;"Your Place" +"vegetation";"vegetation";42.3618878233247;TRUE;"Your Place" +"vegetation";"vegetation";191.670798565232;TRUE;"Your Place" +"vegetation";"vegetation";408.209908075052;TRUE;"Your Place" +"vegetation";"vegetation";14.5249924033415;TRUE;"Your Place" +"vegetation";"vegetation";8260.48354148178;TRUE;"Your Place" +"vegetation";"vegetation";0.144887657195795;TRUE;"Your Place" +"vegetation";"vegetation";893.31273719389;TRUE;"Your Place" +"vegetation";"vegetation";519.455536811613;TRUE;"Your Place" +"vegetation";"vegetation";3010.54318537319;TRUE;"Your Place" +"vegetation";"vegetation";1101.50597633154;TRUE;"Your Place" +"vegetation";"vegetation";29.3626165972091;TRUE;"Your Place" +"vegetation";"vegetation";1771.67592688533;TRUE;"Your Place" +"vegetation";"vegetation";8.55217587633524;TRUE;"Your Place" +"vegetation";"vegetation";385.866859291214;TRUE;"Your Place" +"vegetation";"vegetation";405.172532251596;TRUE;"Your Place" +"vegetation";"impervious";23.4410665234318;FALSE;"Your Place" +"vegetation";"impervious";10.3969037736533;FALSE;"Your Place" +"vegetation";"impervious";1394.86710248701;FALSE;"Your Place" +"vegetation";"impervious";4.75920337019488;FALSE;"Your Place" +"vegetation";"impervious";971.97223341465;FALSE;"Your Place" +"vegetation";"impervious";22.6389826152008;FALSE;"Your Place" +"vegetation";"impervious";209.740070641041;FALSE;"Your Place" +"vegetation";"vegetation";6.19914292544127;TRUE;"Your Place" +"vegetation";"vegetation";257.743314898224;TRUE;"Your Place" +"vegetation";"vegetation";17.2343337569619;TRUE;"Your Place" +"vegetation";"vegetation";2781.45119951514;TRUE;"Your Place" +"vegetation";"vegetation";190.994500411442;TRUE;"Your Place" +"water";"vegetation";185.345358922525;FALSE;"Your Place" +"vegetation";"vegetation";8546.93460198829;TRUE;"Your Place" +"vegetation";"vegetation";390.895062458003;TRUE;"Your Place" +"water";"water";0.00318592498661019;TRUE;"Your Place" +"water";"water";10027.8864377812;TRUE;"Your Place" +"vegetation";"water";1887.69323254778;FALSE;"Your Place" +"vegetation";"vegetation";324.232293058187;TRUE;"Your Place" +"vegetation";"vegetation";26.0728046111763;TRUE;"Your Place" +"vegetation";"vegetation";139.193047767039;TRUE;"Your Place" +"vegetation";"vegetation";32.2100924971746;TRUE;"Your Place" +"vegetation";"impervious";13.44829701446;FALSE;"Your Place" +"vegetation";"impervious";91.6952275955118;FALSE;"Your Place" +"vegetation";"impervious";46.6021109614521;FALSE;"Your Place" +"vegetation";"impervious";9.9691845595371;FALSE;"Your Place" +"vegetation";"impervious";6.66641371347941;FALSE;"Your Place" +"vegetation";"vegetation";16.5478910293896;TRUE;"Your Place" +"vegetation";"vegetation";83.0593347477261;TRUE;"Your Place" +"vegetation";"vegetation";344.260806871578;TRUE;"Your Place" +"vegetation";"vegetation";170.513689784566;TRUE;"Your Place" +"vegetation";"impervious";173.251146098832;FALSE;"Your Place" +"vegetation";"vegetation";76.2348560604732;TRUE;"Your Place" +"vegetation";"vegetation";1.54425304092001;TRUE;"Your Place" +"vegetation";"vegetation";113.386659149488;TRUE;"Your Place" +"vegetation";"vegetation";706.077382654184;TRUE;"Your Place" +"vegetation";"vegetation";2.65468942560256;TRUE;"Your Place" +"vegetation";"impervious";21.4913742260542;FALSE;"Your Place" +"vegetation";"impervious";4.22395333671011;FALSE;"Your Place" +"vegetation";"impervious";180.26724947663;FALSE;"Your Place" +"vegetation";"impervious";62.0578061233973;FALSE;"Your Place" +"vegetation";"impervious";225.9911806155;FALSE;"Your Place" +"vegetation";"impervious";148.669655545615;FALSE;"Your Place" +"vegetation";"vegetation";2.80806937860325;TRUE;"Your Place" +"vegetation";"vegetation";0.164352052845061;TRUE;"Your Place" +"vegetation";"vegetation";19431.5371325303;TRUE;"Your Place" +"vegetation";"impervious";5.95067102671601;FALSE;"Your Place" +"vegetation";"impervious";617.183537082397;FALSE;"Your Place" +"vegetation";"impervious";397.471179657849;FALSE;"Your Place" +"vegetation";"impervious";155.629325764894;FALSE;"Your Place" +"vegetation";"vegetation";851.044056634128;TRUE;"Your Place" +"urban";"water";4498.36960365392;FALSE;"Your Place" +"water";"water";20.3282732646912;TRUE;"Your Place" +"water";"water";7820.95208830317;TRUE;"Your Place" +"vegetation";"water";813.127913670731;FALSE;"Your Place" +"water";"water";38023.964768358;TRUE;"Your Place" +"water";"water";35981.61849733;TRUE;"Your Place" +"vegetation";"water";851.07243134384;FALSE;"Your Place" +"water";"water";19284.398103195;TRUE;"Your Place" +"water";"water";794.568598844809;TRUE;"Your Place" +"impervious";"water";0.767410228814697;FALSE;"Your Place" +"water";"water";16.8226778302342;TRUE;"Your Place" +"impervious";"water";2.0858551885467;FALSE;"Your Place" +"impervious";"water";235.651069161569;FALSE;"Your Place" +"water";"vegetation";2248.20004376862;FALSE;"Your Place" +"vegetation";"vegetation";205826.001142025;TRUE;"Your Place" +"impervious";"vegetation";34.1391762515996;FALSE;"Your Place" +"vegetation";"vegetation";13229.0518174907;TRUE;"Your Place" +"vegetation";"vegetation";114.514566423837;TRUE;"Your Place" +"vegetation";"vegetation";100361.198845984;TRUE;"Your Place" +"vegetation";"vegetation";24.6007479949621;TRUE;"Your Place" +"vegetation";"vegetation";414.762595361448;TRUE;"Your Place" +"vegetation";"vegetation";188.803555626422;TRUE;"Your Place" +"vegetation";"vegetation";64.4606475215405;TRUE;"Your Place" +"vegetation";"vegetation";536177.082239276;TRUE;"Your Place" +"vegetation";"vegetation";157.716666438093;TRUE;"Your Place" +"vegetation";"vegetation";130245.100436793;TRUE;"Your Place" +"impervious";"vegetation";9.67631941614673;FALSE;"Your Place" +"vegetation";"vegetation";113.305380788632;TRUE;"Your Place" +"vegetation";"vegetation";23190.4332409579;TRUE;"Your Place" +"vegetation";"vegetation";21679.3849743743;TRUE;"Your Place" +"urban";"vegetation";31.2032105181079;FALSE;"Your Place" +"vegetation";"vegetation";52.9320506417571;TRUE;"Your Place" +"impervious";"vegetation";3.55966286361217;FALSE;"Your Place" +"impervious";"vegetation";968.668334966293;FALSE;"Your Place" +"vegetation";"vegetation";2.16010253406148;TRUE;"Your Place" +"vegetation";"vegetation";37.7795832008123;TRUE;"Your Place" +"vegetation";"vegetation";31192.2949175183;TRUE;"Your Place" +"vegetation";"vegetation";1.24615529905714;TRUE;"Your Place" +"vegetation";"vegetation";11.117055144161;TRUE;"Your Place" +"vegetation";"vegetation";16586.9762656402;TRUE;"Your Place" +"urban";"vegetation";5845.91441061166;FALSE;"Your Place" +"vegetation";"vegetation";226.575521381106;TRUE;"Your Place" +"vegetation";"vegetation";4559.26567044039;TRUE;"Your Place" +"vegetation";"vegetation";275.151728279505;TRUE;"Your Place" +"vegetation";"vegetation";115.157652132213;TRUE;"Your Place" +"vegetation";"vegetation";24625.0632195725;TRUE;"Your Place" +"urban";"vegetation";65.138764668256;FALSE;"Your Place" +"urban";"vegetation";67.6132196472026;FALSE;"Your Place" +"urban";"vegetation";7.23902807134436;FALSE;"Your Place" +"urban";"vegetation";39.366777901756;FALSE;"Your Place" +"urban";"vegetation";3.66354427672923;FALSE;"Your Place" +"urban";"vegetation";1.8066318212077;FALSE;"Your Place" +"urban";"vegetation";9540.72801192774;FALSE;"Your Place" +"water";"vegetation";777.867944886773;FALSE;"Your Place" +"vegetation";"vegetation";9616.18007963669;TRUE;"Your Place" +"water";"vegetation";7.68393977238156;FALSE;"Your Place" +"impervious";"vegetation";15.1429946251155;FALSE;"Your Place" +"impervious";"vegetation";1.51892560387932;FALSE;"Your Place" +"impervious";"vegetation";6.81807231873972;FALSE;"Your Place" +"impervious";"vegetation";10.5150561113551;FALSE;"Your Place" +"impervious";"vegetation";2145.9561449273;FALSE;"Your Place" +"urban";"vegetation";23682.1621011682;FALSE;"Your Place" +"urban";"vegetation";36106.4797013358;FALSE;"Your Place" +"urban";"vegetation";14.0929107362172;FALSE;"Your Place" +"vegetation";"vegetation";2654.42367635199;TRUE;"Your Place" +"vegetation";"vegetation";1127.94567484781;TRUE;"Your Place" +"vegetation";"vegetation";35579.4604635507;TRUE;"Your Place" +"vegetation";"vegetation";5.76504703093087;TRUE;"Your Place" +"vegetation";"vegetation";8.89304877718678;TRUE;"Your Place" +"vegetation";"vegetation";75221.5976918426;TRUE;"Your Place" +"urban";"vegetation";844.511906752363;FALSE;"Your Place" +"vegetation";"vegetation";13793.905934989;TRUE;"Your Place" +"vegetation";"vegetation";7224.23017736309;TRUE;"Your Place" +"vegetation";"vegetation";7222.13877003224;TRUE;"Your Place" +"vegetation";"vegetation";1495.33354420666;TRUE;"Your Place" +"impervious";"vegetation";33.6984070942272;FALSE;"Your Place" +"vegetation";"vegetation";13031.0315155829;TRUE;"Your Place" +"vegetation";"vegetation";4469.53819679222;TRUE;"Your Place" +"vegetation";"vegetation";14.2648887213436;TRUE;"Your Place" +"vegetation";"vegetation";352.891431109631;TRUE;"Your Place" +"vegetation";"vegetation";16207.131643788;TRUE;"Your Place" +"impervious";"vegetation";4812.38207943743;FALSE;"Your Place" +"urban";"vegetation";2896.46141745159;FALSE;"Your Place" +"vegetation";"vegetation";14404.8688524216;TRUE;"Your Place" +"vegetation";"vegetation";6.87981193582527;TRUE;"Your Place" +"vegetation";"vegetation";14058.6523930561;TRUE;"Your Place" +"vegetation";"vegetation";1877.43182349787;TRUE;"Your Place" +"vegetation";"vegetation";8.00424603122519;TRUE;"Your Place" +"urban";"vegetation";951.981283882271;FALSE;"Your Place" +"vegetation";"vegetation";939.013669182619;TRUE;"Your Place" +"vegetation";"vegetation";55546.6108822712;TRUE;"Your Place" +"vegetation";"vegetation";489.008439475903;TRUE;"Your Place" +"vegetation";"vegetation";3043.34497137158;TRUE;"Your Place" +"vegetation";"vegetation";327.911963291583;TRUE;"Your Place" +"urban";"vegetation";3384.07129906505;FALSE;"Your Place" +"vegetation";"vegetation";16.5378483466375;TRUE;"Your Place" +"impervious";"vegetation";0.100750931364018;FALSE;"Your Place" +"vegetation";"vegetation";348.936964029679;TRUE;"Your Place" +"vegetation";"vegetation";17.4106411542743;TRUE;"Your Place" +"vegetation";"vegetation";3.15795312216505;TRUE;"Your Place" +"vegetation";"vegetation";332.793715333151;TRUE;"Your Place" +"vegetation";"vegetation";40294.1212977199;TRUE;"Your Place" +"impervious";"vegetation";158.636098593852;FALSE;"Your Place" +"urban";"vegetation";1037.79931392777;FALSE;"Your Place" +"impervious";"vegetation";52.6322737745941;FALSE;"Your Place" +"vegetation";"vegetation";88226.1484824912;TRUE;"Your Place" +"vegetation";"vegetation";89.2479019669263;TRUE;"Your Place" +"vegetation";"vegetation";1103.83738132007;TRUE;"Your Place" +"vegetation";"vegetation";5187.54276427957;TRUE;"Your Place" +"urban";"vegetation";3229.25547227217;FALSE;"Your Place" +"vegetation";"vegetation";47.5443186601624;TRUE;"Your Place" +"vegetation";"vegetation";7340.43585611181;TRUE;"Your Place" +"vegetation";"vegetation";687.704071854241;TRUE;"Your Place" +"vegetation";"vegetation";10528.7370662866;TRUE;"Your Place" +"vegetation";"vegetation";39.2406776979915;TRUE;"Your Place" +"impervious";"vegetation";2798.11488876271;FALSE;"Your Place" +"vegetation";"vegetation";23454.4974939878;TRUE;"Your Place" +"impervious";"vegetation";0.113354489207268;FALSE;"Your Place" +"impervious";"vegetation";1.433196987462;FALSE;"Your Place" +"vegetation";"vegetation";33.0699586227056;TRUE;"Your Place" +"impervious";"vegetation";4.12552319280803;FALSE;"Your Place" +"impervious";"vegetation";6.87368721887469;FALSE;"Your Place" +"impervious";"vegetation";54.2927282792516;FALSE;"Your Place" +"impervious";"vegetation";314.990122649819;FALSE;"Your Place" +"vegetation";"vegetation";138.452860902995;TRUE;"Your Place" +"vegetation";"vegetation";239.444774296135;TRUE;"Your Place" +"vegetation";"vegetation";61.7385193170048;TRUE;"Your Place" +"vegetation";"vegetation";0.281465126667172;TRUE;"Your Place" +"vegetation";"vegetation";16.3893857565126;TRUE;"Your Place" +"impervious";"vegetation";47.9473960370524;FALSE;"Your Place" +"vegetation";"vegetation";1.72073705145158;TRUE;"Your Place" +"vegetation";"vegetation";501405.946547656;TRUE;"Your Place" +"vegetation";"vegetation";52.5676924310392;TRUE;"Your Place" +"vegetation";"vegetation";155.510032634251;TRUE;"Your Place" +"vegetation";"vegetation";58.8146962883184;TRUE;"Your Place" +"vegetation";"vegetation";17015.7974048739;TRUE;"Your Place" +"vegetation";"vegetation";245.48980410058;TRUE;"Your Place" +"urban";"vegetation";6643.18441242575;FALSE;"Your Place" +"urban";"vegetation";4202.227168791;FALSE;"Your Place" +"water";"vegetation";369.77318969171;FALSE;"Your Place" +"vegetation";"vegetation";9603.72298859991;TRUE;"Your Place" +"vegetation";"vegetation";27528.3425820149;TRUE;"Your Place" +"water";"vegetation";295.048205292318;FALSE;"Your Place" +"vegetation";"vegetation";9523.9311302198;TRUE;"Your Place" +"vegetation";"vegetation";25704.0306980253;TRUE;"Your Place" +"vegetation";"vegetation";11001.8452667683;TRUE;"Your Place" +"urban";"impervious";61.1876999464585;FALSE;"Your Place" +"urban";"impervious";42.8280403846875;FALSE;"Your Place" +"urban";"impervious";2.8380749700118;FALSE;"Your Place" +"impervious";"impervious";4942.12846117548;TRUE;"Your Place" +"urban";"vegetation";61.692780379788;FALSE;"Your Place" +"urban";"vegetation";12.6038336539641;FALSE;"Your Place" +"urban";"vegetation";52.2466080613958;FALSE;"Your Place" +"impervious";"vegetation";53.8573996911291;FALSE;"Your Place" +"impervious";"vegetation";0.696437158607296;FALSE;"Your Place" +"impervious";"vegetation";383.079707595345;FALSE;"Your Place" +"vegetation";"vegetation";5763.77057602676;TRUE;"Your Place" +"urban";"vegetation";7.31919554370143;FALSE;"Your Place" +"urban";"vegetation";0.186794218607247;FALSE;"Your Place" +"vegetation";"vegetation";8082.06349016854;TRUE;"Your Place" +"vegetation";"vegetation";0.130991078331135;TRUE;"Your Place" +"vegetation";"vegetation";74.8947541695088;TRUE;"Your Place" +"water";"vegetation";0.00224353142766631;FALSE;"Your Place" +"vegetation";"vegetation";1138.406874854;TRUE;"Your Place" +"vegetation";"vegetation";25185.0035032034;TRUE;"Your Place" +"impervious";"vegetation";7.64533163176384;FALSE;"Your Place" +"vegetation";"vegetation";2560.25552841864;TRUE;"Your Place" +"urban";"vegetation";18.7675973186269;FALSE;"Your Place" +"urban";"vegetation";67.0641057787434;FALSE;"Your Place" +"urban";"vegetation";6303.08305350505;FALSE;"Your Place" +"impervious";"vegetation";1.82766257086769;FALSE;"Your Place" +"vegetation";"vegetation";0.226482839585515;TRUE;"Your Place" +"vegetation";"vegetation";9638.60351642981;TRUE;"Your Place" +"impervious";"vegetation";787.56776623195;FALSE;"Your Place" +"vegetation";"vegetation";32280.5052472176;TRUE;"Your Place" +"vegetation";"vegetation";5.84401248861104;TRUE;"Your Place" +"vegetation";"vegetation";16.1973904930055;TRUE;"Your Place" +"urban";"impervious";7488.11789480713;FALSE;"Your Place" +"vegetation";"vegetation";3640.211229451;TRUE;"Your Place" +"vegetation";"vegetation";15221.228871083;TRUE;"Your Place" +"urban";"vegetation";5055.87974467716;FALSE;"Your Place" +"impervious";"vegetation";45.3209639033303;FALSE;"Your Place" +"impervious";"vegetation";0.103688277769834;FALSE;"Your Place" +"vegetation";"vegetation";1426.69560533867;TRUE;"Your Place" +"vegetation";"vegetation";17571.5534649394;TRUE;"Your Place" +"vegetation";"vegetation";3945.76274148325;TRUE;"Your Place" +"vegetation";"vegetation";96.3422831948847;TRUE;"Your Place" +"urban";"vegetation";5155.09033380751;FALSE;"Your Place" +"vegetation";"vegetation";3569.70958694071;TRUE;"Your Place" +"vegetation";"vegetation";335.28584412788;TRUE;"Your Place" +"vegetation";"vegetation";93713.5125915899;TRUE;"Your Place" +"vegetation";"vegetation";5.10727417899761;TRUE;"Your Place" +"vegetation";"vegetation";1046.2692629149;TRUE;"Your Place" +"vegetation";"vegetation";53.9325047284365;TRUE;"Your Place" +"vegetation";"vegetation";7101.32791402936;TRUE;"Your Place" +"impervious";"vegetation";24.5391963758739;FALSE;"Your Place" +"impervious";"vegetation";965.264596276917;FALSE;"Your Place" +"vegetation";"vegetation";42424.3613449298;TRUE;"Your Place" +"vegetation";"vegetation";28.4985495167784;TRUE;"Your Place" +"vegetation";"vegetation";638.657787192147;TRUE;"Your Place" +"vegetation";"vegetation";2651.49496870348;TRUE;"Your Place" +"urban";"vegetation";9975.22386840149;FALSE;"Your Place" +"urban";"vegetation";10.2372378166765;FALSE;"Your Place" +"impervious";"vegetation";155.036633336465;FALSE;"Your Place" +"vegetation";"vegetation";101.241823273827;TRUE;"Your Place" +"vegetation";"vegetation";5160.92594791949;TRUE;"Your Place" +"vegetation";"vegetation";55.6705193510279;TRUE;"Your Place" +"vegetation";"vegetation";32332.127321108;TRUE;"Your Place" +"urban";"vegetation";8299.21706497923;FALSE;"Your Place" +"vegetation";"vegetation";24.2080036858097;TRUE;"Your Place" +"vegetation";"vegetation";0.117349457519595;TRUE;"Your Place" +"vegetation";"vegetation";3684.76982445018;TRUE;"Your Place" +"vegetation";"vegetation";63377.0469261853;TRUE;"Your Place" +"vegetation";"vegetation";596.577669921215;TRUE;"Your Place" +"vegetation";"vegetation";0.397069867118262;TRUE;"Your Place" +"vegetation";"vegetation";40.4349314584397;TRUE;"Your Place" +"vegetation";"vegetation";7457.90905160923;TRUE;"Your Place" +"urban";"vegetation";2141.58136395313;FALSE;"Your Place" +"urban";"vegetation";1.41028917301446;FALSE;"Your Place" +"vegetation";"vegetation";0.0339450522587867;TRUE;"Your Place" +"vegetation";"vegetation";159.723880279344;TRUE;"Your Place" +"vegetation";"vegetation";10.989678799393;TRUE;"Your Place" +"vegetation";"vegetation";3.7959118791623;TRUE;"Your Place" +"vegetation";"vegetation";39112.4308276064;TRUE;"Your Place" +"impervious";"vegetation";193.75303049176;FALSE;"Your Place" +"vegetation";"vegetation";1.53399659882416;TRUE;"Your Place" +"vegetation";"vegetation";106.934562972223;TRUE;"Your Place" +"impervious";"vegetation";1761.78880866426;FALSE;"Your Place" +"vegetation";"vegetation";11.3775564655662;TRUE;"Your Place" +"vegetation";"vegetation";53.2528514188598;TRUE;"Your Place" +"urban";"vegetation";18.7365998225287;FALSE;"Your Place" +"impervious";"vegetation";12.1467917556874;FALSE;"Your Place" +"impervious";"vegetation";5205.80489854258;FALSE;"Your Place" +"vegetation";"vegetation";115.637656240477;TRUE;"Your Place" +"impervious";"vegetation";1.22656057309359;FALSE;"Your Place" +"vegetation";"vegetation";3.41960631147958;TRUE;"Your Place" +"vegetation";"vegetation";304.906655014027;TRUE;"Your Place" +"vegetation";"vegetation";0.110888386843726;TRUE;"Your Place" +"vegetation";"vegetation";35.0452699314046;TRUE;"Your Place" +"vegetation";"vegetation";47752.2297510556;TRUE;"Your Place" +"vegetation";"vegetation";1.48552032094449;TRUE;"Your Place" +"vegetation";"vegetation";132.305213399231;TRUE;"Your Place" +"vegetation";"vegetation";4642.35294547887;TRUE;"Your Place" +"urban";"vegetation";6766.87802652284;FALSE;"Your Place" +"impervious";"vegetation";969.992528832081;FALSE;"Your Place" +"vegetation";"vegetation";30419.904046537;TRUE;"Your Place" +"vegetation";"vegetation";18.265964174585;TRUE;"Your Place" +"urban";"impervious";1750.29313975433;FALSE;"Your Place" +"urban";"vegetation";19.7803133472335;FALSE;"Your Place" +"urban";"vegetation";25925.6858013466;FALSE;"Your Place" +"urban";"vegetation";7.65254946115601;FALSE;"Your Place" +"urban";"vegetation";11.8955170123663;FALSE;"Your Place" +"urban";"vegetation";42.8915722559323;FALSE;"Your Place" +"urban";"vegetation";22.4285519840931;FALSE;"Your Place" +"vegetation";"vegetation";14.7659244964307;TRUE;"Your Place" +"impervious";"vegetation";0.312293383991346;FALSE;"Your Place" +"vegetation";"vegetation";8.45008361993678;TRUE;"Your Place" +"vegetation";"vegetation";0.00964652298716828;TRUE;"Your Place" +"impervious";"vegetation";2.33001764885012;FALSE;"Your Place" +"vegetation";"vegetation";2715.98180317855;TRUE;"Your Place" +"vegetation";"vegetation";0.00429114373400807;TRUE;"Your Place" +"impervious";"vegetation";21891.7361403853;FALSE;"Your Place" +"impervious";"vegetation";4262.69073885959;FALSE;"Your Place" +"urban";"vegetation";0.273144583698013;FALSE;"Your Place" +"urban";"vegetation";1528.10272889212;FALSE;"Your Place" +"vegetation";"vegetation";351.40904362197;TRUE;"Your Place" +"vegetation";"vegetation";4319.40730468839;TRUE;"Your Place" +"vegetation";"vegetation";35.7351313224062;TRUE;"Your Place" +"vegetation";"vegetation";24962.3171220529;TRUE;"Your Place" +"impervious";"vegetation";85.3761591305956;FALSE;"Your Place" +"impervious";"vegetation";0.503943678413634;FALSE;"Your Place" +"vegetation";"vegetation";13.9117769525619;TRUE;"Your Place" +"vegetation";"vegetation";53.8282740480499;TRUE;"Your Place" +"vegetation";"vegetation";2.44633882248309;TRUE;"Your Place" +"impervious";"vegetation";43.3252821628121;FALSE;"Your Place" +"vegetation";"vegetation";223.664151127887;TRUE;"Your Place" +"impervious";"vegetation";2536.33686625212;FALSE;"Your Place" +"urban";"vegetation";13.8513740971684;FALSE;"Your Place" +"urban";"vegetation";32392.2799672215;FALSE;"Your Place" +"urban";"vegetation";0.429870934109204;FALSE;"Your Place" +"impervious";"vegetation";0.861426542513072;FALSE;"Your Place" +"urban";"vegetation";5145.92694514035;FALSE;"Your Place" +"urban";"vegetation";3535.73215656402;FALSE;"Your Place" +"urban";"vegetation";84.9055709544336;FALSE;"Your Place" +"vegetation";"vegetation";404.658616384957;TRUE;"Your Place" +"vegetation";"vegetation";38.6721964663593;TRUE;"Your Place" +"vegetation";"vegetation";76.5883723187508;TRUE;"Your Place" +"vegetation";"vegetation";554.533227573382;TRUE;"Your Place" +"urban";"vegetation";10.3473892528564;FALSE;"Your Place" +"vegetation";"vegetation";190.969929220271;TRUE;"Your Place" +"vegetation";"vegetation";41819.1288405739;TRUE;"Your Place" +"vegetation";"vegetation";63.5879740198179;TRUE;"Your Place" +"impervious";"impervious";171.74549822323;TRUE;"Your Place" +"vegetation";"impervious";40.0157652578782;FALSE;"Your Place" +"vegetation";"impervious";7523.00875451602;FALSE;"Your Place" +"vegetation";"impervious";20.416450917488;FALSE;"Your Place" +"urban";"vegetation";22.6194565084297;FALSE;"Your Place" +"vegetation";"vegetation";18.8280805465765;TRUE;"Your Place" +"vegetation";"vegetation";290.431279836863;TRUE;"Your Place" +"vegetation";"vegetation";53.3949549994431;TRUE;"Your Place" +"vegetation";"vegetation";964.146105389693;TRUE;"Your Place" +"vegetation";"vegetation";22535.8647335861;TRUE;"Your Place" +"vegetation";"vegetation";1678.17335453071;TRUE;"Your Place" +"vegetation";"vegetation";24.0779208848253;TRUE;"Your Place" +"impervious";"vegetation";0.449070907197893;FALSE;"Your Place" +"impervious";"vegetation";29853.5400352796;FALSE;"Your Place" +"vegetation";"vegetation";0.7974623744376;TRUE;"Your Place" +"urban";"vegetation";1.32772346632555;FALSE;"Your Place" +"urban";"vegetation";2.38968491647393;FALSE;"Your Place" +"vegetation";"vegetation";320.048757458106;TRUE;"Your Place" +"vegetation";"vegetation";6091.07598117646;TRUE;"Your Place" +"impervious";"vegetation";6152.3356403457;FALSE;"Your Place" +"urban";"vegetation";20604.0344139356;FALSE;"Your Place" +"urban";"vegetation";65.5934941875748;FALSE;"Your Place" +"urban";"vegetation";0.0215976261824835;FALSE;"Your Place" +"urban";"vegetation";3.30853409483097;FALSE;"Your Place" +"vegetation";"vegetation";419.458175730193;TRUE;"Your Place" +"vegetation";"vegetation";8.95259944128338;TRUE;"Your Place" +"vegetation";"vegetation";37262.9525665843;TRUE;"Your Place" +"vegetation";"vegetation";14033.5612269407;TRUE;"Your Place" +"vegetation";"vegetation";3607.00880996697;TRUE;"Your Place" +"vegetation";"vegetation";5.15122155938298;TRUE;"Your Place" +"urban";"vegetation";67599.7568155862;FALSE;"Your Place" +"urban";"vegetation";239.031454369891;FALSE;"Your Place" +"vegetation";"vegetation";26.4912845043;TRUE;"Your Place" +"water";"vegetation";265.644795223692;FALSE;"Your Place" +"water";"vegetation";22.6341382919345;FALSE;"Your Place" +"water";"vegetation";6.137510583736;FALSE;"Your Place" +"vegetation";"vegetation";26203.3068702468;TRUE;"Your Place" +"impervious";"vegetation";4.13602083659498;FALSE;"Your Place" +"vegetation";"vegetation";25.4741017766064;TRUE;"Your Place" +"impervious";"vegetation";43.8774544494227;FALSE;"Your Place" +"vegetation";"vegetation";263.506428025663;TRUE;"Your Place" +"vegetation";"vegetation";581.484947523277;TRUE;"Your Place" +"vegetation";"vegetation";2.44972015125677;TRUE;"Your Place" +"vegetation";"vegetation";47.2007468780503;TRUE;"Your Place" +"vegetation";"vegetation";6295.96783110569;TRUE;"Your Place" +"urban";"vegetation";5976.68456709385;FALSE;"Your Place" +"vegetation";"vegetation";878.337930241985;TRUE;"Your Place" +"vegetation";"vegetation";0.000292169828753686;TRUE;"Your Place" +"vegetation";"vegetation";53668.6491258647;TRUE;"Your Place" +"impervious";"vegetation";83.9687295816839;FALSE;"Your Place" +"vegetation";"vegetation";58.6083659380674;TRUE;"Your Place" +"urban";"impervious";7.15212680300465;FALSE;"Your Place" +"impervious";"impervious";0.102766431286;TRUE;"Your Place" +"water";"impervious";15.793408928701;FALSE;"Your Place" +"impervious";"impervious";807.778994217748;TRUE;"Your Place" +"impervious";"vegetation";35.4915862176567;FALSE;"Your Place" +"impervious";"vegetation";6.43891997722676;FALSE;"Your Place" +"vegetation";"vegetation";17896.4770317767;TRUE;"Your Place" +"vegetation";"vegetation";54.292854281608;TRUE;"Your Place" +"impervious";"vegetation";26.1843513920903;FALSE;"Your Place" +"impervious";"vegetation";0.0382259068719577;FALSE;"Your Place" +"vegetation";"vegetation";141.173206867417;TRUE;"Your Place" +"impervious";"vegetation";83.3726673730416;FALSE;"Your Place" +"vegetation";"vegetation";21504.3064871684;TRUE;"Your Place" +"vegetation";"vegetation";50.1478337685112;TRUE;"Your Place" +"urban";"vegetation";202.255514859222;FALSE;"Your Place" +"urban";"vegetation";6.81646415166324;FALSE;"Your Place" +"urban";"vegetation";50.7148402519524;FALSE;"Your Place" +"vegetation";"vegetation";68625.1159594357;TRUE;"Your Place" +"urban";"vegetation";4.9744432233274;FALSE;"Your Place" +"urban";"vegetation";475.256828477839;FALSE;"Your Place" +"vegetation";"vegetation";248.398118982019;TRUE;"Your Place" +"vegetation";"vegetation";19953.4185379469;TRUE;"Your Place" +"vegetation";"vegetation";4307.09633732597;TRUE;"Your Place" +"vegetation";"vegetation";18041.291094514;TRUE;"Your Place" +"vegetation";"vegetation";4450.20742845163;TRUE;"Your Place" +"impervious";"vegetation";3651.56226262543;FALSE;"Your Place" +"vegetation";"vegetation";85.2909284111811;TRUE;"Your Place" +"urban";"vegetation";10.5292959001381;FALSE;"Your Place" +"vegetation";"vegetation";912.800214208222;TRUE;"Your Place" +"vegetation";"vegetation";15937.5441582569;TRUE;"Your Place" +"urban";"impervious";1795.70788365952;FALSE;"Your Place" +"urban";"impervious";17.47449373774;FALSE;"Your Place" +"impervious";"vegetation";0.0770088279969059;FALSE;"Your Place" +"impervious";"vegetation";7.88633815832873;FALSE;"Your Place" +"impervious";"vegetation";8650.13075413633;FALSE;"Your Place" +"urban";"vegetation";2078.75450112531;FALSE;"Your Place" +"vegetation";"vegetation";4.29948121588677;TRUE;"Your Place" +"vegetation";"vegetation";26636.6271314299;TRUE;"Your Place" +"vegetation";"vegetation";37.2028881374863;TRUE;"Your Place" +"impervious";"vegetation";8.08195786306533;FALSE;"Your Place" +"impervious";"vegetation";6411.99844189291;FALSE;"Your Place" +"urban";"vegetation";31.1345580350608;FALSE;"Your Place" +"urban";"vegetation";8320.77943322295;FALSE;"Your Place" +"vegetation";"vegetation";0.361091835482512;TRUE;"Your Place" +"vegetation";"vegetation";10.3614823895041;TRUE;"Your Place" +"vegetation";"vegetation";135.215339453891;TRUE;"Your Place" +"vegetation";"vegetation";4519.31194408634;TRUE;"Your Place" +"vegetation";"vegetation";59.9878795974946;TRUE;"Your Place" +"vegetation";"vegetation";23.2760429106274;TRUE;"Your Place" +"vegetation";"vegetation";6630.62177447928;TRUE;"Your Place" +"vegetation";"vegetation";430.984733185265;TRUE;"Your Place" +"vegetation";"vegetation";368.856943737017;TRUE;"Your Place" +"vegetation";"vegetation";14854.4852367512;TRUE;"Your Place" +"impervious";"impervious";31590.0276834262;TRUE;"Your Place" +"impervious";"impervious";43.8560304599814;TRUE;"Your Place" +"vegetation";"vegetation";2509.93818337098;TRUE;"Your Place" +"vegetation";"vegetation";41.4122596904635;TRUE;"Your Place" +"vegetation";"vegetation";3.8023356392514;TRUE;"Your Place" +"vegetation";"vegetation";110.54082508594;TRUE;"Your Place" +"vegetation";"vegetation";3.55986974731786;TRUE;"Your Place" +"impervious";"vegetation";28.6863104370423;FALSE;"Your Place" +"impervious";"vegetation";253.885499478318;FALSE;"Your Place" +"vegetation";"vegetation";11.7310670470688;TRUE;"Your Place" +"impervious";"vegetation";1719.65159010165;FALSE;"Your Place" +"impervious";"vegetation";50.0214672364527;FALSE;"Your Place" +"vegetation";"vegetation";20067.7025426768;TRUE;"Your Place" +"vegetation";"vegetation";34628.9782681488;TRUE;"Your Place" +"impervious";"vegetation";23.8465632841994;FALSE;"Your Place" +"vegetation";"vegetation";8.96343548968434;TRUE;"Your Place" +"vegetation";"vegetation";40.6027944753878;TRUE;"Your Place" +"impervious";"vegetation";79.0971312705002;FALSE;"Your Place" +"vegetation";"vegetation";41784.9670026877;TRUE;"Your Place" +"urban";"vegetation";132.38707295883;FALSE;"Your Place" +"urban";"vegetation";28.2816056694719;FALSE;"Your Place" +"urban";"vegetation";5.59544185943378;FALSE;"Your Place" +"urban";"vegetation";189.190275738132;FALSE;"Your Place" +"urban";"vegetation";94.9746786440955;FALSE;"Your Place" +"urban";"vegetation";23.0485217557289;FALSE;"Your Place" +"vegetation";"vegetation";4.17284766351804;TRUE;"Your Place" +"impervious";"vegetation";59.1636531781405;FALSE;"Your Place" +"vegetation";"vegetation";2370.95040699607;TRUE;"Your Place" +"vegetation";"vegetation";221.752603506669;TRUE;"Your Place" +"vegetation";"vegetation";44294.4512927188;TRUE;"Your Place" +"urban";"vegetation";521.138940291479;FALSE;"Your Place" +"vegetation";"vegetation";10.371402798919;TRUE;"Your Place" +"vegetation";"vegetation";1950.20670083055;TRUE;"Your Place" +"impervious";"vegetation";0.857168554037344;FALSE;"Your Place" +"urban";"vegetation";36.8811882077716;FALSE;"Your Place" +"vegetation";"vegetation";1701.13277339697;TRUE;"Your Place" +"vegetation";"vegetation";646.317711885553;TRUE;"Your Place" +"impervious";"vegetation";87233.1668130087;FALSE;"Your Place" +"impervious";"vegetation";34.7798951470177;FALSE;"Your Place" +"urban";"impervious";66.3273646657472;FALSE;"Your Place" +"urban";"impervious";75.9919973639771;FALSE;"Your Place" +"impervious";"impervious";11.3738220232772;TRUE;"Your Place" +"vegetation";"impervious";68797.0216986621;FALSE;"Your Place" +"urban";"impervious";43.2143340479815;FALSE;"Your Place" +"urban";"impervious";5373.13596189767;FALSE;"Your Place" +"urban";"vegetation";2.16989913184079;FALSE;"Your Place" +"vegetation";"vegetation";28626.8553417446;TRUE;"Your Place" +"impervious";"vegetation";85.7186499696691;FALSE;"Your Place" +"urban";"vegetation";120.308013036614;FALSE;"Your Place" +"urban";"vegetation";65470.5626480252;FALSE;"Your Place" +"vegetation";"vegetation";11.7098597222812;TRUE;"Your Place" +"impervious";"vegetation";10.5494124116376;FALSE;"Your Place" +"vegetation";"vegetation";1.12859084345109;TRUE;"Your Place" +"vegetation";"vegetation";221.254658951395;TRUE;"Your Place" +"impervious";"vegetation";59955.4562214948;FALSE;"Your Place" +"vegetation";"vegetation";97.8328530406579;TRUE;"Your Place" +"impervious";"impervious";2695.98952650011;TRUE;"Your Place" +"urban";"vegetation";8782.04652048659;FALSE;"Your Place" +"vegetation";"vegetation";1766.54159550484;TRUE;"Your Place" +"impervious";"vegetation";107.85338399664;FALSE;"Your Place" +"urban";"vegetation";5920.65261380485;FALSE;"Your Place" +"urban";"vegetation";29.6447186480509;FALSE;"Your Place" +"urban";"vegetation";300.438587922603;FALSE;"Your Place" +"vegetation";"vegetation";213.605702296831;TRUE;"Your Place" +"impervious";"vegetation";15.4670986125711;FALSE;"Your Place" +"impervious";"vegetation";773.479212323204;FALSE;"Your Place" +"vegetation";"vegetation";75.6734004025348;TRUE;"Your Place" +"vegetation";"vegetation";2131.3427353611;TRUE;"Your Place" +"vegetation";"vegetation";5.44258712884039;TRUE;"Your Place" +"vegetation";"vegetation";23860.6098771959;TRUE;"Your Place" +"impervious";"vegetation";274.800192960072;FALSE;"Your Place" +"impervious";"vegetation";0.49427189794369;FALSE;"Your Place" +"vegetation";"impervious";1666.18385669042;FALSE;"Your Place" +"water";"impervious";110.140256173909;FALSE;"Your Place" +"vegetation";"impervious";29.5686420302372;FALSE;"Your Place" +"impervious";"impervious";209.220873989165;TRUE;"Your Place" +"vegetation";"impervious";5309.05264681531;FALSE;"Your Place" +"vegetation";"impervious";24.9836384257069;FALSE;"Your Place" +"urban";"vegetation";8.50812298018718;FALSE;"Your Place" +"urban";"vegetation";52.0372070401063;FALSE;"Your Place" +"impervious";"vegetation";14.8074413351715;FALSE;"Your Place" +"impervious";"vegetation";1.12362454127287;FALSE;"Your Place" +"vegetation";"vegetation";2.81451760069467;TRUE;"Your Place" +"vegetation";"vegetation";1408.19648870215;TRUE;"Your Place" +"vegetation";"vegetation";55.0747363752453;TRUE;"Your Place" +"vegetation";"vegetation";33918.1403019784;TRUE;"Your Place" +"urban";"vegetation";128.002398753073;FALSE;"Your Place" +"vegetation";"vegetation";30527.1666395161;TRUE;"Your Place" +"vegetation";"vegetation";80.9841731791385;TRUE;"Your Place" +"vegetation";"vegetation";38.4936238033697;TRUE;"Your Place" +"urban";"impervious";2304.49605302428;FALSE;"Your Place" +"urban";"impervious";37.4544882310656;FALSE;"Your Place" +"urban";"impervious";24.9752120347694;FALSE;"Your Place" +"impervious";"impervious";55.1436311189318;TRUE;"Your Place" +"vegetation";"vegetation";938.092388395686;TRUE;"Your Place" +"vegetation";"vegetation";634.337367070955;TRUE;"Your Place" +"urban";"vegetation";1.26056871004403;FALSE;"Your Place" +"vegetation";"vegetation";517.481644955755;TRUE;"Your Place" +"vegetation";"vegetation";293.421077002771;TRUE;"Your Place" +"vegetation";"vegetation";70.0722122411862;TRUE;"Your Place" +"impervious";"vegetation";22966.5708791658;FALSE;"Your Place" +"vegetation";"vegetation";53442.7627216005;TRUE;"Your Place" +"vegetation";"vegetation";3.44437559944345;TRUE;"Your Place" +"vegetation";"vegetation";6.37405334739015;TRUE;"Your Place" +"urban";"vegetation";2131.1559777162;FALSE;"Your Place" +"urban";"vegetation";102.329935687827;FALSE;"Your Place" +"urban";"vegetation";3.56292457105155;FALSE;"Your Place" +"urban";"vegetation";26.5496300536761;FALSE;"Your Place" +"urban";"vegetation";20.8154896372434;FALSE;"Your Place" +"urban";"vegetation";0.817461241946148;FALSE;"Your Place" +"urban";"vegetation";12.4212182356277;FALSE;"Your Place" +"urban";"vegetation";21.587670527806;FALSE;"Your Place" +"urban";"vegetation";22.4546359989326;FALSE;"Your Place" +"impervious";"vegetation";154.143033951521;FALSE;"Your Place" +"impervious";"vegetation";222.841844576251;FALSE;"Your Place" +"impervious";"vegetation";73003.1789961106;FALSE;"Your Place" +"urban";"vegetation";91.7671917882544;FALSE;"Your Place" +"urban";"vegetation";382.380317231757;FALSE;"Your Place" +"impervious";"vegetation";98769.1507181856;FALSE;"Your Place" +"impervious";"vegetation";596.268557247357;FALSE;"Your Place" +"vegetation";"vegetation";70.1748835912804;TRUE;"Your Place" +"vegetation";"vegetation";3940.4743363962;TRUE;"Your Place" +"urban";"vegetation";67.2321955544231;FALSE;"Your Place" +"urban";"vegetation";5122.36001658067;FALSE;"Your Place" +"vegetation";"vegetation";12826.6836839084;TRUE;"Your Place" +"urban";"vegetation";42645.0085830139;FALSE;"Your Place" +"urban";"vegetation";434.699629014416;FALSE;"Your Place" +"urban";"vegetation";11.5512822043966;FALSE;"Your Place" +"vegetation";"vegetation";3.02111283768318;TRUE;"Your Place" +"impervious";"vegetation";3127.92227516277;FALSE;"Your Place" +"impervious";"vegetation";39.4575660953997;FALSE;"Your Place" +"vegetation";"vegetation";126.020753748715;TRUE;"Your Place" +"vegetation";"vegetation";39812.316937973;TRUE;"Your Place" +"vegetation";"vegetation";16.0476256407565;TRUE;"Your Place" +"impervious";"vegetation";0.0848821620511444;FALSE;"Your Place" +"vegetation";"vegetation";79.7270650852442;TRUE;"Your Place" +"urban";"impervious";23.6001870047767;FALSE;"Your Place" +"urban";"impervious";697.738037272182;FALSE;"Your Place" +"urban";"impervious";15.3251667916775;FALSE;"Your Place" +"vegetation";"impervious";2523.64737826231;FALSE;"Your Place" +"urban";"vegetation";15.007807304617;FALSE;"Your Place" +"impervious";"vegetation";38.7629556283355;FALSE;"Your Place" +"vegetation";"vegetation";0.142655728384852;TRUE;"Your Place" +"vegetation";"vegetation";644.690647082462;TRUE;"Your Place" +"vegetation";"vegetation";64533.1924256771;TRUE;"Your Place" +"impervious";"vegetation";31.6017633458832;FALSE;"Your Place" +"urban";"vegetation";3.84252091683447;FALSE;"Your Place" +"impervious";"vegetation";6.39449199242517;FALSE;"Your Place" +"vegetation";"vegetation";34.9143065286044;TRUE;"Your Place" +"vegetation";"vegetation";9.23492715763859;TRUE;"Your Place" +"impervious";"vegetation";28.8899951034691;FALSE;"Your Place" +"impervious";"vegetation";94327.4960997751;FALSE;"Your Place" +"vegetation";"vegetation";5.00126595852635e-05;TRUE;"Your Place" +"vegetation";"vegetation";90.3732200141048;TRUE;"Your Place" +"urban";"vegetation";23095.5735664918;FALSE;"Your Place" +"urban";"vegetation";103.049565236688;FALSE;"Your Place" +"urban";"vegetation";17.1114383561071;FALSE;"Your Place" +"vegetation";"vegetation";22355.1739615852;TRUE;"Your Place" +"vegetation";"vegetation";2704.42635692522;TRUE;"Your Place" +"vegetation";"vegetation";763.382857020071;TRUE;"Your Place" +"impervious";"vegetation";6.75331282336265;FALSE;"Your Place" +"vegetation";"vegetation";11264.9552138732;TRUE;"Your Place" +"urban";"vegetation";257.908449155955;FALSE;"Your Place" +"urban";"vegetation";40184.920532934;FALSE;"Your Place" +"urban";"vegetation";29.4492668555977;FALSE;"Your Place" +"vegetation";"vegetation";69.3251113295555;TRUE;"Your Place" +"impervious";"vegetation";0.0671728895758861;FALSE;"Your Place" +"impervious";"vegetation";7.07130233006319;FALSE;"Your Place" +"vegetation";"vegetation";135.861021640245;TRUE;"Your Place" +"vegetation";"vegetation";860.524166658346;TRUE;"Your Place" +"vegetation";"vegetation";37752.4053556677;TRUE;"Your Place" +"urban";"vegetation";2.99857928790152;FALSE;"Your Place" +"urban";"vegetation";86.0731601723237;FALSE;"Your Place" +"urban";"vegetation";28.6972920736298;FALSE;"Your Place" +"vegetation";"vegetation";853.468016341911;TRUE;"Your Place" +"vegetation";"vegetation";41.3382298281649;TRUE;"Your Place" +"impervious";"vegetation";30915.73398988;FALSE;"Your Place" +"urban";"vegetation";58.1415519247967;FALSE;"Your Place" +"vegetation";"vegetation";853.266487454355;TRUE;"Your Place" +"impervious";"vegetation";34.8034771388957;FALSE;"Your Place" +"impervious";"vegetation";0.201193060027435;FALSE;"Your Place" +"vegetation";"vegetation";1.91130596259609;TRUE;"Your Place" +"vegetation";"vegetation";30.6194966351031;TRUE;"Your Place" +"vegetation";"vegetation";62321.3534966647;TRUE;"Your Place" +"vegetation";"vegetation";56.7502196700661;TRUE;"Your Place" +"impervious";"vegetation";3.96281088795513;FALSE;"Your Place" +"impervious";"vegetation";16.6998480867042;FALSE;"Your Place" +"vegetation";"vegetation";76.3871219828725;TRUE;"Your Place" +"impervious";"vegetation";34.7554720111948;FALSE;"Your Place" +"vegetation";"vegetation";48203.0689462707;TRUE;"Your Place" +"vegetation";"vegetation";185.186187292449;TRUE;"Your Place" +"vegetation";"vegetation";53.2856187637663;TRUE;"Your Place" +"urban";"vegetation";1.29003921989352;FALSE;"Your Place" +"vegetation";"vegetation";56.0815291926265;TRUE;"Your Place" +"vegetation";"vegetation";4433.80641076574;TRUE;"Your Place" +"urban";"impervious";4.43132961532683;FALSE;"Your Place" +"urban";"impervious";23.2344878419535;FALSE;"Your Place" +"impervious";"impervious";32.4479842265137;TRUE;"Your Place" +"impervious";"impervious";874.421723455656;TRUE;"Your Place" +"urban";"vegetation";1.42261288757436;FALSE;"Your Place" +"urban";"vegetation";6.35342964489246;FALSE;"Your Place" +"vegetation";"vegetation";5777.92067533836;TRUE;"Your Place" +"vegetation";"vegetation";13.050073325634;TRUE;"Your Place" +"urban";"vegetation";500.042851719481;FALSE;"Your Place" +"vegetation";"vegetation";1454.68570747564;TRUE;"Your Place" +"vegetation";"vegetation";3257.60626145778;TRUE;"Your Place" +"urban";"impervious";38.4994203074311;FALSE;"Your Place" +"urban";"impervious";19.7001287881285;FALSE;"Your Place" +"urban";"impervious";15998.1985230315;FALSE;"Your Place" +"impervious";"impervious";3.0511175384745;TRUE;"Your Place" +"vegetation";"impervious";1704.65384935029;FALSE;"Your Place" +"vegetation";"impervious";21.8459015772678;FALSE;"Your Place" +"vegetation";"impervious";51.8271823634859;FALSE;"Your Place" +"urban";"vegetation";7542.07881641015;FALSE;"Your Place" +"impervious";"vegetation";0.00383284315466881;FALSE;"Your Place" +"vegetation";"vegetation";274.604636630043;TRUE;"Your Place" +"vegetation";"vegetation";10.4351866934812;TRUE;"Your Place" +"vegetation";"vegetation";0.238714609986346;TRUE;"Your Place" +"vegetation";"vegetation";18.435298260767;TRUE;"Your Place" +"urban";"vegetation";3.44920779298991;FALSE;"Your Place" +"urban";"vegetation";50.9049660018645;FALSE;"Your Place" +"impervious";"vegetation";7.93323165737092;FALSE;"Your Place" +"vegetation";"vegetation";78.4456256518606;TRUE;"Your Place" +"vegetation";"vegetation";161.751260933757;TRUE;"Your Place" +"vegetation";"vegetation";69183.2987551984;TRUE;"Your Place" +"vegetation";"vegetation";1.26345944905188;TRUE;"Your Place" +"urban";"vegetation";6.91278819018044;FALSE;"Your Place" +"urban";"vegetation";15.8405275723198;FALSE;"Your Place" +"urban";"vegetation";5779.45760534797;FALSE;"Your Place" +"urban";"vegetation";37.4317409237847;FALSE;"Your Place" +"vegetation";"vegetation";1409.32577102719;TRUE;"Your Place" +"vegetation";"vegetation";2.22317850073159;TRUE;"Your Place" +"vegetation";"vegetation";0.587976254813839;TRUE;"Your Place" +"impervious";"vegetation";15882.1102908892;FALSE;"Your Place" +"impervious";"vegetation";39.8210254644946;FALSE;"Your Place" +"vegetation";"vegetation";923.156037862063;TRUE;"Your Place" +"urban";"vegetation";80.1220616712235;FALSE;"Your Place" +"impervious";"vegetation";26.5970780352782;FALSE;"Your Place" +"impervious";"vegetation";23972.2890410852;FALSE;"Your Place" +"vegetation";"vegetation";0.0133153370115906;TRUE;"Your Place" +"vegetation";"vegetation";525.510747394292;TRUE;"Your Place" +"urban";"impervious";5051.61481775832;FALSE;"Your Place" +"impervious";"impervious";58.1471411380917;TRUE;"Your Place" +"impervious";"impervious";1.42118826392107;TRUE;"Your Place" +"impervious";"impervious";45.4141895892099;TRUE;"Your Place" +"impervious";"impervious";198.739953066222;TRUE;"Your Place" +"vegetation";"impervious";3965.95308141562;FALSE;"Your Place" +"vegetation";"impervious";5.66549079283141;FALSE;"Your Place" +"vegetation";"impervious";1685.93289890606;FALSE;"Your Place" +"urban";"vegetation";55.7420375985093;FALSE;"Your Place" +"urban";"vegetation";4791.54325451999;FALSE;"Your Place" +"urban";"vegetation";12605.5659542821;FALSE;"Your Place" +"urban";"vegetation";3.06305935251294;FALSE;"Your Place" +"urban";"vegetation";175.230435362551;FALSE;"Your Place" +"urban";"vegetation";80.3336123745539;FALSE;"Your Place" +"urban";"vegetation";46906.1681055035;FALSE;"Your Place" +"urban";"vegetation";21.4693149104714;FALSE;"Your Place" +"vegetation";"vegetation";103.989819331677;TRUE;"Your Place" +"vegetation";"vegetation";0.110233516345033;TRUE;"Your Place" +"vegetation";"vegetation";579.243211677676;TRUE;"Your Place" +"urban";"vegetation";35.717472858727;FALSE;"Your Place" +"impervious";"vegetation";0.200277758296579;FALSE;"Your Place" +"impervious";"vegetation";7373.4373470908;FALSE;"Your Place" +"impervious";"vegetation";18.6815495511983;FALSE;"Your Place" +"urban";"vegetation";6495.53835827607;FALSE;"Your Place" +"impervious";"vegetation";0.303211957798339;FALSE;"Your Place" +"impervious";"vegetation";3.1925405904185;FALSE;"Your Place" +"urban";"vegetation";23.1071171382318;FALSE;"Your Place" +"urban";"vegetation";163.863049587002;FALSE;"Your Place" +"impervious";"vegetation";7597.67320405156;FALSE;"Your Place" +"impervious";"vegetation";93.8537850910798;FALSE;"Your Place" +"urban";"impervious";21.2178747844882;FALSE;"Your Place" +"urban";"impervious";3396.71898487723;FALSE;"Your Place" +"urban";"vegetation";2.2949419929646;FALSE;"Your Place" +"urban";"vegetation";8.35906104557216;FALSE;"Your Place" +"urban";"vegetation";99.1670382221346;FALSE;"Your Place" +"urban";"vegetation";38781.1261195072;FALSE;"Your Place" +"urban";"vegetation";26.7379205190227;FALSE;"Your Place" +"urban";"vegetation";58.9256887007505;FALSE;"Your Place" +"urban";"vegetation";3481.04612336593;FALSE;"Your Place" +"urban";"vegetation";44802.902324941;FALSE;"Your Place" +"vegetation";"vegetation";43.9041624749589;TRUE;"Your Place" +"vegetation";"vegetation";239.518566915649;TRUE;"Your Place" +"vegetation";"vegetation";296.85262183717;TRUE;"Your Place" +"impervious";"vegetation";126.547008510097;FALSE;"Your Place" +"vegetation";"impervious";68.403583269348;FALSE;"Your Place" +"impervious";"impervious";1901.69324006326;TRUE;"Your Place" +"vegetation";"impervious";217.127055336096;FALSE;"Your Place" +"vegetation";"impervious";4963.78567695245;FALSE;"Your Place" +"urban";"vegetation";12.46829234506;FALSE;"Your Place" +"urban";"vegetation";5966.69326357462;FALSE;"Your Place" +"urban";"vegetation";1.50907240493689;FALSE;"Your Place" +"vegetation";"vegetation";6497.2537566321;TRUE;"Your Place" +"urban";"vegetation";41.474031587597;FALSE;"Your Place" +"vegetation";"vegetation";0.258380405313801;TRUE;"Your Place" +"vegetation";"vegetation";56.4179964117939;TRUE;"Your Place" +"vegetation";"vegetation";34714.3324075392;TRUE;"Your Place" +"urban";"vegetation";0.70366175394156;FALSE;"Your Place" +"urban";"vegetation";12548.1793672424;FALSE;"Your Place" +"urban";"vegetation";39.0818260280357;FALSE;"Your Place" +"urban";"vegetation";69.4256187602878;FALSE;"Your Place" +"urban";"vegetation";3288.71253251564;FALSE;"Your Place" +"urban";"vegetation";417.825792448944;FALSE;"Your Place" +"urban";"vegetation";4.82218968131201;FALSE;"Your Place" +"urban";"vegetation";47167.47377653;FALSE;"Your Place" +"urban";"vegetation";69.360199132374;FALSE;"Your Place" +"urban";"vegetation";76.0378035803587;FALSE;"Your Place" +"urban";"vegetation";77.7871832919773;FALSE;"Your Place" +"urban";"vegetation";27.7800081710739;FALSE;"Your Place" +"urban";"vegetation";6.29493100067702;FALSE;"Your Place" +"vegetation";"vegetation";0.0794056715531042;TRUE;"Your Place" +"vegetation";"vegetation";808.330420991406;TRUE;"Your Place" +"impervious";"vegetation";4376.643660281;FALSE;"Your Place" +"impervious";"vegetation";71.9281347471988;FALSE;"Your Place" +"impervious";"vegetation";12.2730604272147;FALSE;"Your Place" +"impervious";"vegetation";2060.7730944939;FALSE;"Your Place" +"impervious";"vegetation";1.08473259948369;FALSE;"Your Place" +"impervious";"vegetation";1.11271806887453;FALSE;"Your Place" +"urban";"vegetation";18.3609795193042;FALSE;"Your Place" +"urban";"vegetation";2.48313506576233;FALSE;"Your Place" +"urban";"vegetation";65.1840442565735;FALSE;"Your Place" +"vegetation";"vegetation";16.6239827945828;TRUE;"Your Place" +"vegetation";"vegetation";50072.7509180648;TRUE;"Your Place" +"urban";"vegetation";39853.5057021789;FALSE;"Your Place" +"urban";"vegetation";4.91320739686489;FALSE;"Your Place" +"vegetation";"vegetation";147.771537523819;TRUE;"Your Place" +"vegetation";"vegetation";127.284434688278;TRUE;"Your Place" +"vegetation";"vegetation";133.393686886877;TRUE;"Your Place" +"urban";"vegetation";37936.5603835045;FALSE;"Your Place" +"urban";"vegetation";11.5207636663572;FALSE;"Your Place" +"urban";"vegetation";41.2363731710939;FALSE;"Your Place" +"vegetation";"vegetation";5.42018770315917;TRUE;"Your Place" +"impervious";"vegetation";22.0041586197913;FALSE;"Your Place" +"vegetation";"vegetation";6343.63719843002;TRUE;"Your Place" +"vegetation";"vegetation";435.17850780912;TRUE;"Your Place" +"vegetation";"vegetation";27629.5862427806;TRUE;"Your Place" +"vegetation";"vegetation";17.9996432763583;TRUE;"Your Place" +"impervious";"impervious";13.7798267182079;TRUE;"Your Place" +"impervious";"impervious";3346.50679302192;TRUE;"Your Place" +"impervious";"impervious";80.9003247544752;TRUE;"Your Place" +"urban";"vegetation";48067.7820187887;FALSE;"Your Place" +"urban";"vegetation";9.79427398205735;FALSE;"Your Place" +"urban";"vegetation";360.229619341902;FALSE;"Your Place" +"vegetation";"vegetation";215.783592999098;TRUE;"Your Place" +"vegetation";"vegetation";168.08330620062;TRUE;"Your Place" +"urban";"vegetation";184.907220132882;FALSE;"Your Place" +"vegetation";"vegetation";8.02041516290046;TRUE;"Your Place" +"vegetation";"urban";516.748113688082;FALSE;"Your Place" +"urban";"urban";2887.02026711032;TRUE;"Your Place" +"impervious";"urban";194.496944695245;FALSE;"Your Place" +"urban";"urban";21.0697385626845;TRUE;"Your Place" +"urban";"urban";12705.6721883325;TRUE;"Your Place" +"urban";"urban";8.65652258354328;TRUE;"Your Place" +"impervious";"urban";157.555027339607;FALSE;"Your Place" +"urban";"urban";16.5824842299335;TRUE;"Your Place" +"urban";"urban";13538.6073035182;TRUE;"Your Place" +"impervious";"urban";41.3794306670316;FALSE;"Your Place" +"impervious";"urban";9.4410337600857;FALSE;"Your Place" +"urban";"urban";9245.24174527475;TRUE;"Your Place" +"urban";"urban";21.9955265847821;TRUE;"Your Place" +"urban";"urban";33.6119825978749;TRUE;"Your Place" +"vegetation";"urban";30.8799797396641;FALSE;"Your Place" +"urban";"urban";5967.60089895967;TRUE;"Your Place" +"urban";"urban";70.4788701427169;TRUE;"Your Place" +"urban";"urban";11.9726540641859;TRUE;"Your Place" +"urban";"urban";32.4063871435355;TRUE;"Your Place" +"impervious";"urban";49.3548955657752;FALSE;"Your Place" +"urban";"urban";34227.7595251971;TRUE;"Your Place" +"urban";"urban";10.2692680754117;TRUE;"Your Place" +"urban";"urban";35.6279891292434;TRUE;"Your Place" +"urban";"urban";46.9428847003728;TRUE;"Your Place" +"urban";"urban";74.4558303777012;TRUE;"Your Place" +"impervious";"urban";77.4499183916803;FALSE;"Your Place" +"urban";"urban";3.78341664194159;TRUE;"Your Place" +"urban";"urban";12969.5470229644;TRUE;"Your Place" +"urban";"urban";3.69944573269458;TRUE;"Your Place" +"urban";"urban";20.7353944606148;TRUE;"Your Place" +"impervious";"urban";17.5959090054967;FALSE;"Your Place" +"urban";"urban";43424.9621590493;TRUE;"Your Place" +"urban";"urban";145.663660436883;TRUE;"Your Place" +"urban";"urban";41.603321275441;TRUE;"Your Place" +"vegetation";"urban";0.772880250049639;FALSE;"Your Place" +"impervious";"urban";24.6954233752331;FALSE;"Your Place" +"impervious";"urban";8.43579070270061;FALSE;"Your Place" +"urban";"urban";144.143765673842;TRUE;"Your Place" +"urban";"urban";191.069858580813;TRUE;"Your Place" +"urban";"urban";15572.9826835804;TRUE;"Your Place" +"urban";"urban";13307.2813350041;TRUE;"Your Place" +"urban";"urban";3.9408680194756;TRUE;"Your Place" +"impervious";"urban";16.9202379684612;FALSE;"Your Place" +"urban";"urban";58.1641262962949;TRUE;"Your Place" +"urban";"urban";3.18522450118326;TRUE;"Your Place" +"urban";"urban";71136.4378468277;TRUE;"Your Place" +"urban";"urban";4.05356745491736;TRUE;"Your Place" +"urban";"urban";29.4800377192259;TRUE;"Your Place" +"vegetation";"urban";45.1296132297721;FALSE;"Your Place" +"urban";"urban";10.2091733012348;TRUE;"Your Place" +"urban";"urban";39.6500690425746;TRUE;"Your Place" +"urban";"urban";14362.0473984238;TRUE;"Your Place" +"impervious";"urban";40.4860327609349;FALSE;"Your Place" +"impervious";"urban";77.1970967999659;FALSE;"Your Place" +"urban";"urban";38.8784488961101;TRUE;"Your Place" +"urban";"urban";966.333602298982;TRUE;"Your Place" +"urban";"urban";275.34512547357;TRUE;"Your Place" +"urban";"urban";58.7780442480871;TRUE;"Your Place" +"urban";"urban";36.6232937341956;TRUE;"Your Place" +"urban";"urban";12863.1039703041;TRUE;"Your Place" +"urban";"urban";0.573064914904535;TRUE;"Your Place" +"urban";"urban";102.038383574458;TRUE;"Your Place" +"urban";"urban";9931.47242274042;TRUE;"Your Place" +"urban";"urban";69.5175753700314;TRUE;"Your Place" +"impervious";"urban";2.59707842115313;FALSE;"Your Place" +"vegetation";"urban";72.4439917341806;FALSE;"Your Place" +"urban";"urban";199.719650657731;TRUE;"Your Place" +"urban";"urban";12.6888399887393;TRUE;"Your Place" +"urban";"urban";111.563392260345;TRUE;"Your Place" +"vegetation";"urban";3.3866140852333;FALSE;"Your Place" +"vegetation";"urban";1386.01949010912;FALSE;"Your Place" +"vegetation";"urban";47229.5180875449;FALSE;"Your Place" +"vegetation";"urban";1380.8103287009;FALSE;"Your Place" +"urban";"urban";117.510640329507;TRUE;"Your Place" +"urban";"urban";3.50083907833323;TRUE;"Your Place" +"urban";"urban";71.1708474687184;TRUE;"Your Place" +"urban";"urban";10095.4538394998;TRUE;"Your Place" +"urban";"urban";12.4014467510497;TRUE;"Your Place" +"urban";"urban";11.5170651259832;TRUE;"Your Place" +"urban";"urban";12.0677553843707;TRUE;"Your Place" +"urban";"urban";94980.5600707477;TRUE;"Your Place" +"urban";"urban";107.850643248064;TRUE;"Your Place" +"urban";"urban";86.1065836383495;TRUE;"Your Place" +"impervious";"urban";50.726647144882;FALSE;"Your Place" +"impervious";"urban";13.9862899320724;FALSE;"Your Place" +"vegetation";"urban";18912.5500512244;FALSE;"Your Place" +"urban";"urban";32123.1734533025;TRUE;"Your Place" +"urban";"urban";8.65685889852466;TRUE;"Your Place" +"urban";"urban";1.74827795324381;TRUE;"Your Place" +"urban";"urban";121.773511659349;TRUE;"Your Place" +"urban";"urban";15.9693131721579;TRUE;"Your Place" +"urban";"urban";11170.0646318891;TRUE;"Your Place" +"urban";"urban";20629.8564387094;TRUE;"Your Place" +"urban";"urban";42.4761985505465;TRUE;"Your Place" +"urban";"urban";3.24454048043117;TRUE;"Your Place" +"urban";"urban";3.98296322891838;TRUE;"Your Place" +"vegetation";"urban";62.4163660465274;FALSE;"Your Place" +"impervious";"urban";1010.70907389;FALSE;"Your Place" +"vegetation";"urban";276.840986587456;FALSE;"Your Place" +"urban";"urban";0.898429719731212;TRUE;"Your Place" +"urban";"urban";406.785443298751;TRUE;"Your Place" +"vegetation";"urban";1285.71323459508;FALSE;"Your Place" +"urban";"urban";2236.30832078494;TRUE;"Your Place" +"vegetation";"urban";1140.25440983288;FALSE;"Your Place" +"vegetation";"urban";14.9431693107181;FALSE;"Your Place" +"urban";"urban";74.4710169360042;TRUE;"Your Place" +"urban";"urban";7422.60832357779;TRUE;"Your Place" +"urban";"urban";68.4544391792733;TRUE;"Your Place" +"urban";"urban";4170.68218139058;TRUE;"Your Place" +"urban";"urban";13.348992760526;TRUE;"Your Place" +"vegetation";"urban";0.505519642611034;FALSE;"Your Place" +"urban";"urban";6556.6433742079;TRUE;"Your Place" +"urban";"urban";17.4800230166875;TRUE;"Your Place" +"urban";"urban";18.4048828002997;TRUE;"Your Place" +"urban";"urban";6.0230955431125;TRUE;"Your Place" +"vegetation";"urban";155.444707645569;FALSE;"Your Place" +"vegetation";"urban";524.575833418989;FALSE;"Your Place" +"urban";"urban";57.3926191560749;TRUE;"Your Place" +"urban";"urban";8.29042251396459;TRUE;"Your Place" +"urban";"urban";4255.04243915435;TRUE;"Your Place" +"vegetation";"urban";684.273725847714;FALSE;"Your Place" +"urban";"urban";4637.12414781229;TRUE;"Your Place" +"urban";"urban";17.2507121702074;TRUE;"Your Place" +"urban";"urban";19.2587021482177;TRUE;"Your Place" +"urban";"urban";15.7417921217857;TRUE;"Your Place" +"urban";"urban";15.0864010169171;TRUE;"Your Place" +"vegetation";"urban";162.998356577009;FALSE;"Your Place" +"vegetation";"urban";31742.664257586;FALSE;"Your Place" +"urban";"urban";25.4441669962835;TRUE;"Your Place" +"urban";"urban";16.6750969463901;TRUE;"Your Place" +"urban";"urban";3980.61110797833;TRUE;"Your Place" +"urban";"urban";39.0933252912837;TRUE;"Your Place" +"urban";"urban";34.4899664847762;TRUE;"Your Place" +"urban";"urban";7043.25105124339;TRUE;"Your Place" +"urban";"urban";75.0219500569128;TRUE;"Your Place" +"urban";"urban";12.5119720038492;TRUE;"Your Place" +"urban";"urban";0.475423178606434;TRUE;"Your Place" +"urban";"urban";129.288237553061;TRUE;"Your Place" +"urban";"urban";55619.4306137618;TRUE;"Your Place" +"urban";"urban";3.23798120008723;TRUE;"Your Place" +"urban";"urban";207.186620894819;TRUE;"Your Place" +"urban";"urban";16.8428945579217;TRUE;"Your Place" +"urban";"urban";35576.8631787966;TRUE;"Your Place" +"urban";"urban";29.8077978109941;TRUE;"Your Place" +"urban";"urban";6.92433309834269;TRUE;"Your Place" +"urban";"urban";120.02717618132;TRUE;"Your Place" +"vegetation";"urban";5.52947295689955;FALSE;"Your Place" +"urban";"urban";45.120327482764;TRUE;"Your Place" +"urban";"urban";13336.2688549348;TRUE;"Your Place" +"impervious";"urban";49.8427759333572;FALSE;"Your Place" +"urban";"urban";23401.4071312009;TRUE;"Your Place" +"urban";"urban";34.4299473383435;TRUE;"Your Place" +"urban";"urban";50.0735570122852;TRUE;"Your Place" +"impervious";"urban";1.00731107452884;FALSE;"Your Place" +"impervious";"urban";77.7360735468101;FALSE;"Your Place" +"vegetation";"urban";1036.92444373365;FALSE;"Your Place" +"urban";"urban";106.385752698251;TRUE;"Your Place" +"urban";"urban";34199.3111063153;TRUE;"Your Place" +"vegetation";"urban";4.0333021034894;FALSE;"Your Place" +"impervious";"urban";15.3732394054532;FALSE;"Your Place" +"vegetation";"urban";313.982227488741;FALSE;"Your Place" +"vegetation";"urban";738.546011397615;FALSE;"Your Place" +"vegetation";"urban";33.0946968323551;FALSE;"Your Place" +"urban";"urban";43.7494709787952;TRUE;"Your Place" +"urban";"urban";21628.0750299192;TRUE;"Your Place" +"impervious";"urban";0.534491140876526;FALSE;"Your Place" +"vegetation";"urban";55.1051081820042;FALSE;"Your Place" +"urban";"urban";3047.70116758905;TRUE;"Your Place" +"urban";"urban";40.5096026260871;TRUE;"Your Place" +"urban";"urban";210.146492746542;TRUE;"Your Place" +"urban";"urban";5924.33856800431;TRUE;"Your Place" +"urban";"urban";10.6940167282883;TRUE;"Your Place" +"urban";"urban";9.77079296761076;TRUE;"Your Place" +"urban";"urban";12.4515062822611;TRUE;"Your Place" +"urban";"urban";36.7404920124682;TRUE;"Your Place" +"urban";"urban";11620.4788112653;TRUE;"Your Place" +"urban";"urban";2.52708714798791;TRUE;"Your Place" +"urban";"urban";9.95089245749114;TRUE;"Your Place" +"urban";"urban";53.0629314745311;TRUE;"Your Place" +"urban";"urban";2.8567516529256;TRUE;"Your Place" +"urban";"urban";148.151175957246;TRUE;"Your Place" +"urban";"urban";31808.3566374567;TRUE;"Your Place" +"urban";"urban";0.140269772069587;TRUE;"Your Place" +"urban";"urban";43.2020175917132;TRUE;"Your Place" +"urban";"urban";0.0575888496514381;TRUE;"Your Place" +"urban";"urban";24.2077230308205;TRUE;"Your Place" +"urban";"urban";4.04417279997142;TRUE;"Your Place" +"urban";"urban";8044.85162152955;TRUE;"Your Place" +"vegetation";"urban";4.82121625682339;FALSE;"Your Place" +"urban";"urban";20.3833511158591;TRUE;"Your Place" +"urban";"urban";15.8797494303435;TRUE;"Your Place" +"urban";"urban";1.44755760022963;TRUE;"Your Place" +"urban";"urban";4841.27878351416;TRUE;"Your Place" +"vegetation";"urban";4.92967727603536;FALSE;"Your Place" +"impervious";"urban";9.03877863106027;FALSE;"Your Place" +"urban";"urban";6853.54029370565;TRUE;"Your Place" +"urban";"urban";11.5319645530544;TRUE;"Your Place" +"urban";"urban";16.8254422966857;TRUE;"Your Place" +"urban";"urban";8.61007074266672;TRUE;"Your Place" +"urban";"urban";32.397015853785;TRUE;"Your Place" +"urban";"urban";28.2497391604702;TRUE;"Your Place" +"urban";"urban";36839.5688970509;TRUE;"Your Place" +"urban";"urban";65.3488904589321;TRUE;"Your Place" +"urban";"urban";63.5093412084971;TRUE;"Your Place" +"urban";"urban";9.58525220432784;TRUE;"Your Place" +"urban";"urban";52.622062901035;TRUE;"Your Place" +"urban";"urban";6.17612407775596;TRUE;"Your Place" +"impervious";"urban";5.24205551105479;FALSE;"Your Place" +"urban";"urban";42.53015992156;TRUE;"Your Place" +"urban";"urban";5843.01324641611;TRUE;"Your Place" +"urban";"urban";22.1202990927268;TRUE;"Your Place" +"urban";"urban";4.2628081724979;TRUE;"Your Place" +"impervious";"urban";7.09938287601108;FALSE;"Your Place" +"impervious";"urban";1.74894715938717;FALSE;"Your Place" +"urban";"urban";15.542552619765;TRUE;"Your Place" +"urban";"urban";4046.26735808002;TRUE;"Your Place" +"urban";"urban";45.8001793464646;TRUE;"Your Place" +"urban";"urban";32.0334040673333;TRUE;"Your Place" +"urban";"urban";48.1088153598248;TRUE;"Your Place" +"urban";"urban";15.2431089830693;TRUE;"Your Place" +"urban";"urban";45.9425063383533;TRUE;"Your Place" +"urban";"urban";7303.7453375347;TRUE;"Your Place" +"urban";"urban";110.065738727906;TRUE;"Your Place" +"urban";"urban";0.865248769929167;TRUE;"Your Place" +"urban";"urban";209.5539718566;TRUE;"Your Place" +"urban";"urban";19.241419065278;TRUE;"Your Place" +"urban";"urban";14651.3633101792;TRUE;"Your Place" +"urban";"urban";20.87383766938;TRUE;"Your Place" +"urban";"urban";5502.2668380611;TRUE;"Your Place" +"urban";"urban";0.043450210505398;TRUE;"Your Place" +"urban";"urban";56.9483526535332;TRUE;"Your Place" +"urban";"urban";2315.11891083419;TRUE;"Your Place" +"urban";"urban";31.5016243197024;TRUE;"Your Place" +"urban";"urban";2510.80103072035;TRUE;"Your Place" +"urban";"urban";16.2332832334796;TRUE;"Your Place" +"impervious";"urban";48.8521158742369;FALSE;"Your Place" +"impervious";"urban";9.19001534907147;FALSE;"Your Place" +"urban";"urban";5.62311712947849;TRUE;"Your Place" +"urban";"urban";6539.8573595481;TRUE;"Your Place" +"urban";"urban";19.3678901138774;TRUE;"Your Place" +"urban";"urban";55.7081775596016;TRUE;"Your Place" +"urban";"urban";19.285271409899;TRUE;"Your Place" +"urban";"urban";1.94559042173205;TRUE;"Your Place" +"impervious";"urban";15.126457516395;FALSE;"Your Place" +"urban";"urban";28.8678331172559;TRUE;"Your Place" +"urban";"urban";3529.63556390512;TRUE;"Your Place" +"urban";"urban";30.8999687702162;TRUE;"Your Place" +"urban";"urban";38.3527935501188;TRUE;"Your Place" +"urban";"urban";1.20236442511668;TRUE;"Your Place" +"urban";"urban";7.18268446996808;TRUE;"Your Place" +"urban";"urban";880.548535905371;TRUE;"Your Place" +"urban";"urban";20.433942551259;TRUE;"Your Place" +"impervious";"urban";43.2353810211644;FALSE;"Your Place" +"urban";"urban";1101.29377354824;TRUE;"Your Place" +"urban";"urban";0.313877777341986;TRUE;"Your Place" +"urban";"urban";0.396618513856083;TRUE;"Your Place" +"urban";"urban";2.59564847173169;TRUE;"Your Place" +"urban";"urban";6.73712304273795;TRUE;"Your Place" +"urban";"urban";9085.68214053544;TRUE;"Your Place" +"urban";"urban";54.2793088303297;TRUE;"Your Place" +"urban";"urban";34.5873298108199;TRUE;"Your Place" +"urban";"urban";23.6983387898654;TRUE;"Your Place" +"urban";"urban";0.645167555252556;TRUE;"Your Place" +"urban";"urban";90.9608298493549;TRUE;"Your Place" +"urban";"urban";16836.6927793361;TRUE;"Your Place" +"urban";"urban";634.821022446267;TRUE;"Your Place" +"impervious";"urban";7.75446352735162;FALSE;"Your Place" +"urban";"urban";12.2315044519273;TRUE;"Your Place" +"urban";"urban";76.7777030532598;TRUE;"Your Place" +"urban";"urban";2510.80538929751;TRUE;"Your Place" +"urban";"urban";23.7549714669585;TRUE;"Your Place" +"urban";"urban";0.990934778601513;TRUE;"Your Place" +"vegetation";"urban";384.673532657325;FALSE;"Your Place" +"vegetation";"urban";231.925340004498;FALSE;"Your Place" +"urban";"urban";3.93900457841664;TRUE;"Your Place" +"urban";"urban";0.6904420821229;TRUE;"Your Place" +"urban";"urban";0.416436191553657;TRUE;"Your Place" +"urban";"urban";3542.05692311481;TRUE;"Your Place" +"impervious";"urban";1.62076651526149;FALSE;"Your Place" +"urban";"urban";15.0253921956755;TRUE;"Your Place" +"urban";"urban";2500.98692572722;TRUE;"Your Place" +"urban";"urban";2.25578188456711;TRUE;"Your Place" +"urban";"urban";1.50419640922337;TRUE;"Your Place" +"urban";"urban";49.048181034188;TRUE;"Your Place" +"impervious";"urban";3.88818801601883;FALSE;"Your Place" +"impervious";"urban";7.95858967809181;FALSE;"Your Place" +"urban";"urban";16.4220305262133;TRUE;"Your Place" +"urban";"urban";32.0203056340106;TRUE;"Your Place" +"urban";"urban";9145.97113663773;TRUE;"Your Place" +"urban";"urban";30.7341598487401;TRUE;"Your Place" +"impervious";"urban";48.6956791136327;FALSE;"Your Place" +"urban";"urban";47.3196673644707;TRUE;"Your Place" +"urban";"urban";49.8180920891464;TRUE;"Your Place" +"urban";"urban";2243.01846740581;TRUE;"Your Place" +"urban";"urban";64.735649459064;TRUE;"Your Place" +"urban";"urban";14.0388332009315;TRUE;"Your Place" +"urban";"urban";23.5846592341186;TRUE;"Your Place" +"urban";"urban";2026.69936743658;TRUE;"Your Place" +"urban";"urban";64.3562165569747;TRUE;"Your Place" +"urban";"urban";20.6081171020924;TRUE;"Your Place" +"urban";"urban";42.2633554120548;TRUE;"Your Place" +"urban";"urban";48.7637691560667;TRUE;"Your Place" +"urban";"urban";3827.38040835544;TRUE;"Your Place" +"urban";"urban";65.4170280135004;TRUE;"Your Place" +"impervious";"urban";8.65902640626882;FALSE;"Your Place" +"impervious";"urban";68.2482391574886;FALSE;"Your Place" +"impervious";"urban";252.211794431787;FALSE;"Your Place" +"urban";"urban";2626.95642616972;TRUE;"Your Place" +"urban";"urban";0.567130727933545;TRUE;"Your Place" +"urban";"urban";1301.05373346485;TRUE;"Your Place" +"urban";"urban";4.74189271991781;TRUE;"Your Place" +"urban";"urban";16.23643165455;TRUE;"Your Place" +"urban";"urban";1.76667407236528;TRUE;"Your Place" +"urban";"urban";27.2003648392856;TRUE;"Your Place" +"urban";"urban";27.7883736565709;TRUE;"Your Place" +"urban";"urban";16986.1847705032;TRUE;"Your Place" +"urban";"urban";132.489803861943;TRUE;"Your Place" +"impervious";"urban";38.0446429524745;FALSE;"Your Place" +"impervious";"urban";3.75887814642192;FALSE;"Your Place" +"urban";"urban";0.0507844618987292;TRUE;"Your Place" +"urban";"urban";16.5790743394755;TRUE;"Your Place" +"urban";"urban";105.966513317556;TRUE;"Your Place" +"urban";"urban";8837.20019157603;TRUE;"Your Place" +"urban";"urban";23.4087300780229;TRUE;"Your Place" +"urban";"urban";8.85597928892821;TRUE;"Your Place" +"urban";"urban";16.995388854295;TRUE;"Your Place" +"urban";"urban";42.7637201873586;TRUE;"Your Place" +"urban";"urban";744.253951765131;TRUE;"Your Place" +"impervious";"urban";13.8102467497811;FALSE;"Your Place" +"impervious";"urban";1.59904350677971;FALSE;"Your Place" +"urban";"urban";3.42092867521569;TRUE;"Your Place" +"urban";"urban";22.0386612270959;TRUE;"Your Place" +"urban";"urban";2040.51535901497;TRUE;"Your Place" +"urban";"urban";63.4886035080999;TRUE;"Your Place" +"urban";"urban";1453.4948912054;TRUE;"Your Place" +"urban";"urban";961.568034182535;TRUE;"Your Place" +"urban";"urban";20.2631612451805;TRUE;"Your Place" +"urban";"urban";787.279999357997;TRUE;"Your Place" +"urban";"urban";8.97761813522084;TRUE;"Your Place" +"impervious";"urban";1.74194287930732;FALSE;"Your Place" +"impervious";"urban";12.9092298145406;FALSE;"Your Place" +"urban";"urban";0.0522546885767952;TRUE;"Your Place" +"urban";"urban";73.7669494124129;TRUE;"Your Place" +"urban";"urban";3.66552375346873;TRUE;"Your Place" +"urban";"urban";15.2835937352211;TRUE;"Your Place" +"urban";"urban";11.5790369231108;TRUE;"Your Place" +"urban";"urban";14934.5243642051;TRUE;"Your Place" +"urban";"urban";29.2005626801401;TRUE;"Your Place" +"urban";"urban";197.473965244833;TRUE;"Your Place" +"urban";"urban";0.658884856035002;TRUE;"Your Place" +"urban";"urban";374.222870825091;TRUE;"Your Place" +"urban";"urban";2.89702895603841;TRUE;"Your Place" +"urban";"urban";1632.11178976635;TRUE;"Your Place" +"urban";"urban";0.268843503548851;TRUE;"Your Place" +"urban";"urban";2.87235613624216;TRUE;"Your Place" +"urban";"urban";20.0366801390483;TRUE;"Your Place" +"urban";"urban";6122.38010175822;TRUE;"Your Place" +"urban";"urban";0.105248879175633;TRUE;"Your Place" +"urban";"urban";12.1977469890844;TRUE;"Your Place" +"impervious";"urban";51.2518596267328;FALSE;"Your Place" +"urban";"urban";792.879757424875;TRUE;"Your Place" +"urban";"urban";1751.79887121468;TRUE;"Your Place" +"urban";"urban";2.48707415731042;TRUE;"Your Place" +"urban";"urban";28.622357032873;TRUE;"Your Place" +"urban";"urban";1762.70320653333;TRUE;"Your Place" +"urban";"urban";8.01723424484953;TRUE;"Your Place" +"urban";"urban";0.324634477612562;TRUE;"Your Place" +"urban";"urban";3900.22295979279;TRUE;"Your Place" +"urban";"urban";11.3782199345296;TRUE;"Your Place" +"urban";"urban";0.349986336550501;TRUE;"Your Place" +"urban";"urban";11.6100809279887;TRUE;"Your Place" +"urban";"urban";88.4586885087192;TRUE;"Your Place" +"urban";"urban";3004.05905202776;TRUE;"Your Place" +"urban";"urban";14.9682947471738;TRUE;"Your Place" +"impervious";"urban";1344.73622804426;FALSE;"Your Place" +"urban";"urban";8.12776633864269;TRUE;"Your Place" +"urban";"urban";2.51677408092655;TRUE;"Your Place" +"urban";"urban";93.6981395939365;TRUE;"Your Place" +"urban";"urban";528.048446872272;TRUE;"Your Place" +"urban";"urban";0.700074258260429;TRUE;"Your Place" +"urban";"urban";28.7456349237182;TRUE;"Your Place" +"urban";"urban";8771.37979966751;TRUE;"Your Place" +"urban";"urban";65.7183369803242;TRUE;"Your Place" +"urban";"urban";76.387656317791;TRUE;"Your Place" +"impervious";"urban";21.637008741618;FALSE;"Your Place" +"impervious";"urban";4574.89461803949;FALSE;"Your Place" +"vegetation";"urban";2076.97096617165;FALSE;"Your Place" +"urban";"urban";8.5846524660592;TRUE;"Your Place" +"urban";"urban";6.04223450375503;TRUE;"Your Place" +"urban";"urban";37.3743668212555;TRUE;"Your Place" +"urban";"urban";60.3434188007377;TRUE;"Your Place" +"urban";"urban";13780.480592099;TRUE;"Your Place" +"impervious";"urban";8.90585607104003;FALSE;"Your Place" +"vegetation";"urban";32.9438484425773;FALSE;"Your Place" +"vegetation";"urban";547.070619271435;FALSE;"Your Place" +"urban";"urban";1154.53568375016;TRUE;"Your Place" +"urban";"urban";0.00611510703674867;TRUE;"Your Place" +"impervious";"urban";0.112227551289834;FALSE;"Your Place" +"urban";"urban";23.113079207018;TRUE;"Your Place" +"urban";"urban";2.21277597884182;TRUE;"Your Place" +"urban";"urban";1508.95328441449;TRUE;"Your Place" +"urban";"urban";85.5411394723924;TRUE;"Your Place" +"urban";"urban";32.715872092318;TRUE;"Your Place" +"vegetation";"urban";1.59558401192771;FALSE;"Your Place" +"urban";"urban";18.822747872211;TRUE;"Your Place" +"vegetation";"urban";18.6964403041929;FALSE;"Your Place" +"vegetation";"urban";1570.72807313828;FALSE;"Your Place" +"urban";"urban";19.1585776570428;TRUE;"Your Place" +"urban";"urban";15.2944215418975;TRUE;"Your Place" +"urban";"urban";3544.07460958697;TRUE;"Your Place" +"urban";"urban";2.91894430245156;TRUE;"Your Place" +"urban";"urban";5.31952725915471;TRUE;"Your Place" +"urban";"urban";57.3179716426821;TRUE;"Your Place" +"urban";"urban";37.1376960371854;TRUE;"Your Place" +"urban";"urban";5.64061667583883;TRUE;"Your Place" +"urban";"urban";8.99242871324532;TRUE;"Your Place" +"urban";"urban";2172.46255006315;TRUE;"Your Place" +"urban";"urban";10.2570787188597;TRUE;"Your Place" +"urban";"urban";36.713161133317;TRUE;"Your Place" +"vegetation";"urban";419.11065546982;FALSE;"Your Place" +"vegetation";"urban";5746.67968478985;FALSE;"Your Place" +"urban";"urban";6.08118477988069;TRUE;"Your Place" +"urban";"urban";21071.1093838674;TRUE;"Your Place" +"urban";"urban";21.7678684667626;TRUE;"Your Place" +"urban";"urban";89.8709032068728;TRUE;"Your Place" +"urban";"urban";98.403063162601;TRUE;"Your Place" +"impervious";"urban";0.0954976902576163;FALSE;"Your Place" +"impervious";"urban";3.04243997583399;FALSE;"Your Place" +"urban";"urban";4766.5741862529;TRUE;"Your Place" +"urban";"urban";5.41201213060413;TRUE;"Your Place" +"urban";"urban";54.6433551975933;TRUE;"Your Place" +"urban";"urban";0.121691117645241;TRUE;"Your Place" +"urban";"urban";52.831854281947;TRUE;"Your Place" +"urban";"urban";2969.15795674187;TRUE;"Your Place" +"urban";"urban";2.17371357117372;TRUE;"Your Place" +"urban";"urban";84.8001376590692;TRUE;"Your Place" +"urban";"urban";0.105226817511721;TRUE;"Your Place" +"urban";"urban";0.548818622482941;TRUE;"Your Place" +"urban";"urban";5451.93666925386;TRUE;"Your Place" +"urban";"urban";45.4767120674951;TRUE;"Your Place" +"urban";"urban";43.1673742346466;TRUE;"Your Place" +"urban";"urban";1463.83767090115;TRUE;"Your Place" +"urban";"urban";0.871028418623609;TRUE;"Your Place" +"urban";"urban";3.14211011352018;TRUE;"Your Place" +"urban";"urban";56.9961379631131;TRUE;"Your Place" +"impervious";"urban";7.54117631739064;FALSE;"Your Place" +"urban";"urban";12138.26198924;TRUE;"Your Place" +"urban";"urban";3.81481970055029;TRUE;"Your Place" +"impervious";"urban";81.8484067020472;FALSE;"Your Place" +"impervious";"urban";21.1915620788932;FALSE;"Your Place" +"impervious";"urban";29.5902830409177;FALSE;"Your Place" +"urban";"urban";8.18531384854577;TRUE;"Your Place" +"urban";"urban";15.179106948548;TRUE;"Your Place" +"urban";"urban";992.625630612485;TRUE;"Your Place" +"urban";"urban";32.7015334540301;TRUE;"Your Place" +"impervious";"urban";0.0176992786655319;FALSE;"Your Place" +"impervious";"urban";18.4584553876193;FALSE;"Your Place" +"vegetation";"urban";369.83847743663;FALSE;"Your Place" +"urban";"urban";13.1683413071733;TRUE;"Your Place" +"urban";"urban";17531.9416658198;TRUE;"Your Place" +"urban";"urban";22.5329972814652;TRUE;"Your Place" +"urban";"urban";61.4028081954457;TRUE;"Your Place" +"urban";"urban";4.85503174504265;TRUE;"Your Place" +"impervious";"urban";50.8569179261976;FALSE;"Your Place" +"urban";"urban";116.520225724962;TRUE;"Your Place" +"urban";"urban";5530.80264244555;TRUE;"Your Place" +"urban";"urban";5.43453828804195;TRUE;"Your Place" +"impervious";"urban";19.2576517917914;FALSE;"Your Place" +"urban";"urban";29.6891571171873;TRUE;"Your Place" +"urban";"urban";59.8704412613297;TRUE;"Your Place" +"urban";"urban";726.653657296381;TRUE;"Your Place" +"impervious";"urban";45.4953861789154;FALSE;"Your Place" +"urban";"urban";28.9887150754512;TRUE;"Your Place" +"urban";"urban";95.0313996771001;TRUE;"Your Place" +"urban";"urban";6333.27298010699;TRUE;"Your Place" +"urban";"urban";0.527331231918652;TRUE;"Your Place" +"urban";"urban";2.00966208055615;TRUE;"Your Place" +"urban";"urban";16215.801317906;TRUE;"Your Place" +"urban";"urban";16.8318951358087;TRUE;"Your Place" +"vegetation";"urban";0.367312547110487;FALSE;"Your Place" +"vegetation";"urban";2553.22370990663;FALSE;"Your Place" +"urban";"urban";7630.17655061779;TRUE;"Your Place" +"urban";"urban";12.552055296881;TRUE;"Your Place" +"urban";"urban";88.4252673108131;TRUE;"Your Place" +"impervious";"urban";0.158175682707224;FALSE;"Your Place" +"urban";"urban";5.92543760176704;TRUE;"Your Place" +"urban";"urban";33.2414750289172;TRUE;"Your Place" +"urban";"urban";2786.22800282389;TRUE;"Your Place" +"impervious";"urban";20.0917143991101;FALSE;"Your Place" +"urban";"urban";10.7631974779069;TRUE;"Your Place" +"urban";"urban";45044.4738784931;TRUE;"Your Place" +"urban";"urban";7.53757811751711;TRUE;"Your Place" +"urban";"urban";58.2130880141631;TRUE;"Your Place" +"impervious";"urban";11.9693032853538;FALSE;"Your Place" +"urban";"urban";3.5433819051832;TRUE;"Your Place" +"urban";"urban";12107.8510194933;TRUE;"Your Place" +"vegetation";"urban";17.5260921753943;FALSE;"Your Place" +"vegetation";"urban";36.7932294388302;FALSE;"Your Place" +"vegetation";"urban";169.970081971958;FALSE;"Your Place" +"urban";"urban";35.4703352356446;TRUE;"Your Place" +"urban";"urban";48191.4962288393;TRUE;"Your Place" +"vegetation";"urban";1985.39410402614;FALSE;"Your Place" +"impervious";"urban";197.713764068671;FALSE;"Your Place" +"impervious";"urban";84.7650865509349;FALSE;"Your Place" +"vegetation";"urban";22.2930534440093;FALSE;"Your Place" +"urban";"urban";75.1830630026816;TRUE;"Your Place" +"urban";"urban";20759.8309610915;TRUE;"Your Place" +"urban";"urban";149.100040915306;TRUE;"Your Place" +"urban";"urban";274.811921006883;TRUE;"Your Place" +"vegetation";"urban";651.223433085222;FALSE;"Your Place" +"vegetation";"urban";1242.26848833574;FALSE;"Your Place" +"urban";"urban";5877.38755059242;TRUE;"Your Place" +"urban";"urban";8.23322805872886;TRUE;"Your Place" +"urban";"urban";21.5767496885674;TRUE;"Your Place" +"urban";"urban";43.8916053352877;TRUE;"Your Place" +"vegetation";"urban";195.933581671969;FALSE;"Your Place" +"urban";"urban";0.348581753523831;TRUE;"Your Place" +"urban";"urban";17.8691167646029;TRUE;"Your Place" +"urban";"urban";0.0868198498355923;TRUE;"Your Place" +"urban";"urban";6134.86501620454;TRUE;"Your Place" +"urban";"urban";5.1550121725877;TRUE;"Your Place" +"vegetation";"urban";6318.21309804078;FALSE;"Your Place" +"urban";"urban";40.5131000194233;TRUE;"Your Place" +"urban";"urban";3901.77540139086;TRUE;"Your Place" +"urban";"urban";105.084334365209;TRUE;"Your Place" +"vegetation";"urban";571.727752460865;FALSE;"Your Place" +"vegetation";"urban";985.003184783971;FALSE;"Your Place" +"urban";"urban";32.3288025270776;TRUE;"Your Place" +"urban";"urban";29.6385658353975;TRUE;"Your Place" +"urban";"urban";100315.131174038;TRUE;"Your Place" +"urban";"urban";67.3350977451773;TRUE;"Your Place" +"urban";"urban";34.2704739547335;TRUE;"Your Place" +"impervious";"urban";8.65000235073967;FALSE;"Your Place" +"impervious";"urban";1.07933084084652;FALSE;"Your Place" +"impervious";"urban";6.82521892641671;FALSE;"Your Place" +"impervious";"urban";1.00644577317871;FALSE;"Your Place" +"impervious";"urban";3.20567420982115;FALSE;"Your Place" +"urban";"urban";11810.6919563645;TRUE;"Your Place" +"urban";"urban";0.288277916202787;TRUE;"Your Place" +"impervious";"urban";57.3032942385762;FALSE;"Your Place" +"urban";"urban";2808.36290407134;TRUE;"Your Place" +"vegetation";"urban";581.304669783101;FALSE;"Your Place" +"urban";"urban";8639.96514024027;TRUE;"Your Place" +"urban";"urban";59.0473183058202;TRUE;"Your Place" +"impervious";"urban";17.7666252215276;FALSE;"Your Place" +"urban";"urban";53.5404887955847;TRUE;"Your Place" +"urban";"urban";97.5003165292583;TRUE;"Your Place" +"urban";"urban";12195.826153794;TRUE;"Your Place" +"vegetation";"urban";54.3281910507358;FALSE;"Your Place" +"urban";"urban";1544.44927007507;TRUE;"Your Place" +"urban";"urban";31.1687767556868;TRUE;"Your Place" +"urban";"urban";1371.46946174488;TRUE;"Your Place" +"urban";"urban";32619.6943957417;TRUE;"Your Place" +"urban";"urban";28.2894578856649;TRUE;"Your Place" +"urban";"urban";77.4233337207115;TRUE;"Your Place" +"impervious";"urban";10.8337248101016;FALSE;"Your Place" +"impervious";"urban";0.147188339440618;FALSE;"Your Place" +"impervious";"urban";74.4184443994891;FALSE;"Your Place" +"impervious";"urban";0.343353786418447;FALSE;"Your Place" +"urban";"urban";2.54556405061157;TRUE;"Your Place" +"vegetation";"urban";4079.07717693364;FALSE;"Your Place" +"urban";"urban";3845.29411164962;TRUE;"Your Place" +"urban";"urban";57.3010747075314;TRUE;"Your Place" +"urban";"urban";35551.8316278429;TRUE;"Your Place" +"urban";"urban";14.8340341247385;TRUE;"Your Place" +"urban";"urban";7.85905110166641;TRUE;"Your Place" +"urban";"urban";2.00571502777166;TRUE;"Your Place" +"urban";"urban";5.29488257248886;TRUE;"Your Place" +"impervious";"urban";8.59952427098324;FALSE;"Your Place" +"impervious";"urban";7.02644591825083;FALSE;"Your Place" +"urban";"urban";6771.60163845366;TRUE;"Your Place" +"vegetation";"urban";269.84242266533;FALSE;"Your Place" +"urban";"urban";11.2361878908123;TRUE;"Your Place" +"urban";"urban";36389.0927163257;TRUE;"Your Place" +"urban";"urban";16.2974053928629;TRUE;"Your Place" +"urban";"urban";22.0334456492856;TRUE;"Your Place" +"urban";"urban";105.906654574613;TRUE;"Your Place" +"impervious";"urban";1.55491961538792;FALSE;"Your Place" +"impervious";"urban";12.9566698630515;FALSE;"Your Place" +"impervious";"urban";59.7982042424701;FALSE;"Your Place" +"urban";"urban";19.2932776608795;TRUE;"Your Place" +"urban";"urban";8073.79561111378;TRUE;"Your Place" +"urban";"urban";30.6316361776553;TRUE;"Your Place" +"urban";"urban";59.3969706422649;TRUE;"Your Place" +"impervious";"urban";9.49314745218726;FALSE;"Your Place" +"impervious";"urban";49.764134684141;FALSE;"Your Place" +"impervious";"urban";33.0144894880941;FALSE;"Your Place" +"impervious";"urban";16.8922774736766;FALSE;"Your Place" +"urban";"urban";14545.2068549625;TRUE;"Your Place" +"urban";"urban";45.8366634231061;TRUE;"Your Place" +"urban";"urban";62.0815799762349;TRUE;"Your Place" +"impervious";"urban";25.7936980426311;FALSE;"Your Place" +"impervious";"urban";0.806962485206896;FALSE;"Your Place" +"vegetation";"urban";18042.6180473797;FALSE;"Your Place" +"urban";"urban";39.0004449784756;TRUE;"Your Place" +"urban";"urban";1.39007668878185;TRUE;"Your Place" +"vegetation";"urban";3164.75032279274;FALSE;"Your Place" +"urban";"urban";23.6725542621571;TRUE;"Your Place" +"urban";"urban";7969.56395886792;TRUE;"Your Place" +"urban";"urban";5.03567412192933;TRUE;"Your Place" +"impervious";"urban";0.810229601509491;FALSE;"Your Place" +"urban";"urban";2409.86081290711;TRUE;"Your Place" +"urban";"urban";18.1365201789886;TRUE;"Your Place" +"urban";"urban";46.0603238170988;TRUE;"Your Place" +"urban";"urban";4731.8620356943;TRUE;"Your Place" +"urban";"urban";3067.48630573065;TRUE;"Your Place" +"urban";"urban";121.723601728212;TRUE;"Your Place" +"urban";"urban";23081.335339624;TRUE;"Your Place" +"urban";"urban";10.806864469545;TRUE;"Your Place" +"urban";"urban";28.7335278536193;TRUE;"Your Place" +"urban";"urban";138.365373735782;TRUE;"Your Place" +"urban";"urban";36.7808912321925;TRUE;"Your Place" +"urban";"urban";15711.8298352361;TRUE;"Your Place" +"urban";"urban";59.3298660286528;TRUE;"Your Place" +"urban";"urban";64.7557967221364;TRUE;"Your Place" +"urban";"urban";22.958100233227;TRUE;"Your Place" +"urban";"urban";8.97637414048586;TRUE;"Your Place" +"urban";"urban";22.0922152242929;TRUE;"Your Place" +"urban";"urban";13.669122880252;TRUE;"Your Place" +"urban";"urban";36724.3856862424;TRUE;"Your Place" +"urban";"urban";23.9064670545631;TRUE;"Your Place" +"urban";"urban";0.113357854716014;TRUE;"Your Place" +"impervious";"urban";0.0378878871997586;FALSE;"Your Place" +"urban";"urban";5713.58538862225;TRUE;"Your Place" +"urban";"urban";29.8128352799686;TRUE;"Your Place" +"urban";"urban";2.08029530663043;TRUE;"Your Place" +"urban";"urban";7.05930109327892;TRUE;"Your Place" +"urban";"urban";27.4930722214194;TRUE;"Your Place" +"urban";"urban";6967.03561659576;TRUE;"Your Place" +"urban";"urban";143.219967855373;TRUE;"Your Place" +"impervious";"urban";3.64133815824607;FALSE;"Your Place" +"urban";"urban";8.43820112466346;TRUE;"Your Place" +"urban";"urban";9.37256019527558;TRUE;"Your Place" +"urban";"urban";9575.13832145231;TRUE;"Your Place" +"urban";"urban";8.9329765225084;TRUE;"Your Place" +"urban";"urban";17.0206386055797;TRUE;"Your Place" +"urban";"urban";2515.95249740011;TRUE;"Your Place" +"urban";"urban";90.2011799232569;TRUE;"Your Place" +"urban";"urban";10.6226220710378;TRUE;"Your Place" +"urban";"urban";147.125846037023;TRUE;"Your Place" +"urban";"urban";12.06390717873;TRUE;"Your Place" +"urban";"urban";3.8517761999683;TRUE;"Your Place" +"urban";"urban";44094.4767540069;TRUE;"Your Place" +"urban";"urban";2.59125294133082;TRUE;"Your Place" +"urban";"urban";59.9550997299375;TRUE;"Your Place" +"urban";"urban";0.00225564841093728;TRUE;"Your Place" +"urban";"urban";0.310422217007726;TRUE;"Your Place" +"urban";"urban";356.510229685868;TRUE;"Your Place" +"urban";"urban";1.08325602067634;TRUE;"Your Place" +"urban";"urban";1456.42242382676;TRUE;"Your Place" +"vegetation";"urban";5857.30455174882;FALSE;"Your Place" +"impervious";"urban";1.47525784399477;FALSE;"Your Place" +"vegetation";"urban";87.4710314781387;FALSE;"Your Place" +"urban";"urban";8.7905661976547;TRUE;"Your Place" +"urban";"urban";9.77874935082218;TRUE;"Your Place" +"urban";"urban";41.7763921667865;TRUE;"Your Place" +"urban";"urban";8739.54335290927;TRUE;"Your Place" +"urban";"urban";0.619963649660349;TRUE;"Your Place" +"urban";"urban";13.2932443112077;TRUE;"Your Place" +"urban";"urban";36.6165842118644;TRUE;"Your Place" +"urban";"urban";37507.6421828307;TRUE;"Your Place" +"urban";"urban";15.5509039072786;TRUE;"Your Place" +"impervious";"urban";111.122450242459;FALSE;"Your Place" +"urban";"urban";3051.07285193726;TRUE;"Your Place" +"urban";"urban";10.7047495925799;TRUE;"Your Place" +"urban";"urban";1.28026446979493;TRUE;"Your Place" +"urban";"urban";30923.5046486937;TRUE;"Your Place" +"urban";"urban";38.3907957117772;TRUE;"Your Place" +"urban";"urban";120.043026316911;TRUE;"Your Place" +"urban";"urban";41.3729733490036;TRUE;"Your Place" +"urban";"urban";51.3156765811145;TRUE;"Your Place" +"urban";"urban";3634.83925554901;TRUE;"Your Place" +"urban";"urban";44.0828747681808;TRUE;"Your Place" +"urban";"urban";5627.25335029792;TRUE;"Your Place" +"urban";"urban";3.29000612022355;TRUE;"Your Place" +"impervious";"urban";854.723526924849;FALSE;"Your Place" +"urban";"urban";67.5804998346139;TRUE;"Your Place" +"urban";"urban";46.442364104063;TRUE;"Your Place" +"urban";"urban";36.8607179257087;TRUE;"Your Place" +"urban";"urban";21.8490721195994;TRUE;"Your Place" +"urban";"urban";30758.8164069671;TRUE;"Your Place" +"urban";"urban";77.5926526435069;TRUE;"Your Place" +"urban";"urban";8.60445967217674;TRUE;"Your Place" +"urban";"urban";4.36371749336831;TRUE;"Your Place" +"urban";"urban";26.7438474902883;TRUE;"Your Place" +"impervious";"urban";20.5827443762901;FALSE;"Your Place" +"impervious";"urban";6240.60857354011;FALSE;"Your Place" +"urban";"urban";0.00484717069275575;TRUE;"Your Place" +"urban";"urban";118.077729241769;TRUE;"Your Place" +"urban";"urban";0.0974875145802372;TRUE;"Your Place" +"urban";"urban";49.6398375772405;TRUE;"Your Place" +"urban";"urban";23063.3182312362;TRUE;"Your Place" +"urban";"urban";0.288514758365636;TRUE;"Your Place" +"urban";"urban";25.8841148628853;TRUE;"Your Place" +"urban";"urban";73.5018273405731;TRUE;"Your Place" +"urban";"urban";13.0529935851137;TRUE;"Your Place" +"urban";"urban";165.9213939209;TRUE;"Your Place" +"urban";"urban";26122.4265251551;TRUE;"Your Place" +"urban";"urban";5.03602400294767;TRUE;"Your Place" +"urban";"urban";54.0815894687548;TRUE;"Your Place" +"urban";"urban";124.423148025482;TRUE;"Your Place" +"urban";"urban";79960.6331027695;TRUE;"Your Place" +"urban";"urban";12.0935333575253;TRUE;"Your Place" +"urban";"urban";74.543361367716;TRUE;"Your Place" +"urban";"urban";4.02965548017528;TRUE;"Your Place" +"impervious";"urban";5.71328629236814;FALSE;"Your Place" +"impervious";"urban";30.2961510208916;FALSE;"Your Place" +"impervious";"urban";55.6058580689132;FALSE;"Your Place" +"impervious";"urban";812.34921063669;FALSE;"Your Place" +"urban";"urban";868.6814394549;TRUE;"Your Place" +"urban";"urban";42.4871683195233;TRUE;"Your Place" +"urban";"urban";0.18201442649297;TRUE;"Your Place" +"urban";"urban";14405.5224970421;TRUE;"Your Place" +"urban";"urban";12.7558749122545;TRUE;"Your Place" +"urban";"urban";93.4561712947907;TRUE;"Your Place" +"urban";"urban";84.8364934700076;TRUE;"Your Place" +"urban";"urban";5094.59261990921;TRUE;"Your Place" +"urban";"urban";0.0679371989390347;TRUE;"Your Place" +"urban";"urban";4505.51352316913;TRUE;"Your Place" +"urban";"urban";7.96990078064846;TRUE;"Your Place" +"urban";"urban";60.6586335590109;TRUE;"Your Place" +"urban";"urban";0.108388588228991;TRUE;"Your Place" +"urban";"urban";0.86531084406306;TRUE;"Your Place" +"urban";"urban";3.98198481230065;TRUE;"Your Place" +"urban";"urban";30204.3160272674;TRUE;"Your Place" +"urban";"urban";38.2630297178403;TRUE;"Your Place" +"urban";"urban";13.5117662275443;TRUE;"Your Place" +"impervious";"urban";135.406137997838;FALSE;"Your Place" +"urban";"urban";3.16482759383507;TRUE;"Your Place" +"vegetation";"urban";22.4844716596999;FALSE;"Your Place" +"impervious";"urban";37.7903973780431;FALSE;"Your Place" +"impervious";"urban";12.6156992877368;FALSE;"Your Place" +"impervious";"urban";26224.949512967;FALSE;"Your Place" +"urban";"urban";1.5863482405839;TRUE;"Your Place" +"urban";"urban";3958.84627189231;TRUE;"Your Place" +"urban";"urban";827.097484602127;TRUE;"Your Place" +"urban";"urban";979.492954826506;TRUE;"Your Place" +"urban";"urban";1733.63378775993;TRUE;"Your Place" +"urban";"urban";25.8068393545691;TRUE;"Your Place" +"urban";"urban";28.9335882118903;TRUE;"Your Place" +"urban";"urban";4810.70918846875;TRUE;"Your Place" +"urban";"urban";0.747535275819246;TRUE;"Your Place" +"urban";"urban";12.0284995157563;TRUE;"Your Place" +"urban";"urban";24.0059094390017;TRUE;"Your Place" +"urban";"urban";5.20711097016465;TRUE;"Your Place" +"urban";"urban";6.78812003601342;TRUE;"Your Place" +"urban";"urban";63.6258239731396;TRUE;"Your Place" +"impervious";"urban";1.08689811034128;FALSE;"Your Place" +"impervious";"urban";54244.5910075507;FALSE;"Your Place" +"urban";"urban";331.193323003477;TRUE;"Your Place" +"urban";"urban";5564.0983988964;TRUE;"Your Place" +"urban";"urban";27.7237478550524;TRUE;"Your Place" +"urban";"urban";5433.10106110666;TRUE;"Your Place" +"urban";"urban";1.77793494379148;TRUE;"Your Place" +"urban";"urban";12484.3203836123;TRUE;"Your Place" +"urban";"urban";415.567735919496;TRUE;"Your Place" +"urban";"urban";1415.82814258581;TRUE;"Your Place" +"urban";"urban";3624.38253190834;TRUE;"Your Place" +"urban";"urban";3.55235394446936;TRUE;"Your Place" +"urban";"urban";0.563368964241818;TRUE;"Your Place" +"urban";"urban";2260.44753045565;TRUE;"Your Place" +"urban";"urban";3814.1001034595;TRUE;"Your Place" +"urban";"urban";438.388784113107;TRUE;"Your Place" +"urban";"urban";251.027198442956;TRUE;"Your Place" +"impervious";"urban";3615.5070753363;FALSE;"Your Place" +"urban";"urban";43.8829494856327;TRUE;"Your Place" +"urban";"urban";72.8455548649654;TRUE;"Your Place" +"urban";"urban";10976.0726246217;TRUE;"Your Place" +"impervious";"urban";7276.23679893557;FALSE;"Your Place" +"urban";"urban";13474.0561487982;TRUE;"Your Place" +"urban";"urban";31.464758717455;TRUE;"Your Place" +"impervious";"urban";112.118329397752;FALSE;"Your Place" +"urban";"urban";4.16865917295218;TRUE;"Your Place" +"urban";"urban";32610.7183199055;TRUE;"Your Place" +"urban";"urban";159.033766359091;TRUE;"Your Place" +"urban";"urban";65.3459630709331;TRUE;"Your Place" +"impervious";"urban";7.30294314352795;FALSE;"Your Place" +"vegetation";"urban";2952.49521571957;FALSE;"Your Place" +"urban";"urban";1833.11807020206;TRUE;"Your Place" +"urban";"urban";2.72289653337793;TRUE;"Your Place" +"urban";"urban";75.6771249540034;TRUE;"Your Place" +"impervious";"urban";16740.2494325718;FALSE;"Your Place" +"urban";"urban";8049.09235753492;TRUE;"Your Place" +"urban";"urban";99.328357771039;TRUE;"Your Place" +"urban";"urban";14613.9694372774;TRUE;"Your Place" +"urban";"urban";24.7315896825603;TRUE;"Your Place" +"impervious";"urban";0.0386563604115508;FALSE;"Your Place" +"impervious";"urban";6.98428641573992;FALSE;"Your Place" +"impervious";"urban";24.0675395727158;FALSE;"Your Place" +"urban";"urban";53.8985592864701;TRUE;"Your Place" +"urban";"urban";20.0134472693426;TRUE;"Your Place" +"urban";"urban";15732.9351316964;TRUE;"Your Place" +"impervious";"urban";4.16295275065931;FALSE;"Your Place" +"vegetation";"urban";207.540524613345;FALSE;"Your Place" +"impervious";"urban";15.574475053756;FALSE;"Your Place" +"urban";"urban";6403.03060621955;TRUE;"Your Place" +"urban";"urban";75.5555128194392;TRUE;"Your Place" +"impervious";"urban";47.0194812333357;FALSE;"Your Place" +"urban";"urban";18.6406365679577;TRUE;"Your Place" +"urban";"urban";4840.77206634916;TRUE;"Your Place" +"urban";"urban";1400.9557880396;TRUE;"Your Place" +"urban";"urban";17.5560262238887;TRUE;"Your Place" +"impervious";"urban";19.3148651598021;FALSE;"Your Place" +"impervious";"urban";16012.4507091597;FALSE;"Your Place" +"impervious";"urban";1460.47627452645;FALSE;"Your Place" +"urban";"urban";5028.93482526421;TRUE;"Your Place" +"urban";"urban";15.8625563840906;TRUE;"Your Place" +"vegetation";"urban";138.406799868681;FALSE;"Your Place" +"impervious";"urban";3.51326759961376;FALSE;"Your Place" +"impervious";"urban";16750.4809779073;FALSE;"Your Place" +"urban";"urban";3.06703580946487;TRUE;"Your Place" +"urban";"urban";39.2923936998704;TRUE;"Your Place" +"urban";"urban";56423.173320137;TRUE;"Your Place" +"vegetation";"urban";0.00349401187850162;FALSE;"Your Place" +"impervious";"urban";29.5664526037872;FALSE;"Your Place" +"impervious";"urban";51.876616246067;FALSE;"Your Place" +"impervious";"urban";251.076342012966;FALSE;"Your Place" +"urban";"urban";3165.34295877138;TRUE;"Your Place" +"urban";"urban";6.06613331370136;TRUE;"Your Place" +"impervious";"urban";71.0042065619491;FALSE;"Your Place" +"urban";"urban";318.116762768295;TRUE;"Your Place" +"urban";"urban";65.1507981086907;TRUE;"Your Place" +"urban";"urban";1236.64896828029;TRUE;"Your Place" +"urban";"urban";84.3766411068646;TRUE;"Your Place" +"vegetation";"urban";124.583925176878;FALSE;"Your Place" +"impervious";"urban";64.4800720416242;FALSE;"Your Place" +"vegetation";"urban";25797.2019919492;FALSE;"Your Place" +"urban";"urban";29.3986011845991;TRUE;"Your Place" +"urban";"urban";2835.42528358451;TRUE;"Your Place" +"urban";"urban";0.0239725573046599;TRUE;"Your Place" +"vegetation";"urban";1111.23907450236;FALSE;"Your Place" +"urban";"urban";13.1127306143753;TRUE;"Your Place" +"urban";"urban";39.8522033300251;TRUE;"Your Place" +"urban";"urban";1314.47823366523;TRUE;"Your Place" +"vegetation";"urban";0.529374056728557;FALSE;"Your Place" +"vegetation";"urban";3315.69378073313;FALSE;"Your Place" +"impervious";"urban";6219.59146442707;FALSE;"Your Place" +"impervious";"urban";0.00424298627604003;FALSE;"Your Place" +"urban";"urban";8808.64273882035;TRUE;"Your Place" +"vegetation";"urban";1599.80370042042;FALSE;"Your Place" +"impervious";"urban";402.013741374321;FALSE;"Your Place" +"urban";"urban";471.839593943674;TRUE;"Your Place" +"vegetation";"urban";345.391413834452;FALSE;"Your Place" +"vegetation";"urban";101.097572270781;FALSE;"Your Place" +"vegetation";"urban";6378.55703877285;FALSE;"Your Place" +"vegetation";"urban";10746.5774441101;FALSE;"Your Place" +"vegetation";"urban";90.0387813569978;FALSE;"Your Place" +"vegetation";"urban";8.3331225598231;FALSE;"Your Place" +"vegetation";"urban";1656.22725866048;FALSE;"Your Place" +"vegetation";"urban";5319.61997721414;FALSE;"Your Place" +"urban";"urban";1.36095466604456;TRUE;"Your Place" +"urban";"urban";26024.401143021;TRUE;"Your Place" +"impervious";"urban";6.61006409162655;FALSE;"Your Place" +"vegetation";"urban";316.369614521624;FALSE;"Your Place" +"vegetation";"urban";28.1655815502163;FALSE;"Your Place" +"urban";"urban";15336.8191453187;TRUE;"Your Place" +"urban";"urban";200.929723978043;TRUE;"Your Place" +"urban";"urban";20987.2124809964;TRUE;"Your Place" +"urban";"urban";57.7524155587307;TRUE;"Your Place" +"urban";"urban";12675.6550971232;TRUE;"Your Place" +"vegetation";"urban";8.45235743382364;FALSE;"Your Place" +"urban";"urban";274.630914292276;TRUE;"Your Place" +"urban";"urban";40.4154393692588;TRUE;"Your Place" +"urban";"urban";11.4612361451946;TRUE;"Your Place" +"urban";"urban";74106.1651898003;TRUE;"Your Place" +"urban";"urban";17.774040607037;TRUE;"Your Place" +"vegetation";"urban";7.68630968070647;FALSE;"Your Place" +"urban";"urban";0.00136348968953826;TRUE;"Your Place" +"urban";"urban";15780.9771644123;TRUE;"Your Place" +"urban";"urban";12.6023141407059;TRUE;"Your Place" +"urban";"urban";7.82883468293585;TRUE;"Your Place" +"urban";"urban";79.7099468240049;TRUE;"Your Place" +"urban";"urban";55.8281658398628;TRUE;"Your Place" +"urban";"urban";39146.1382817243;TRUE;"Your Place" +"vegetation";"urban";87.4366340558918;FALSE;"Your Place" +"urban";"urban";6.73770144554146;TRUE;"Your Place" +"urban";"urban";17.6424328139983;TRUE;"Your Place" +"urban";"urban";2.37825945205986;TRUE;"Your Place" +"impervious";"urban";6073.91036246426;FALSE;"Your Place" +"urban";"urban";2.46062193624675;TRUE;"Your Place" +"urban";"urban";40388.2437050442;TRUE;"Your Place" +"urban";"urban";424.406029876322;TRUE;"Your Place" +"urban";"urban";27.8622097331972;TRUE;"Your Place" +"vegetation";"urban";0.690630231809337;FALSE;"Your Place" +"urban";"urban";116.750495543471;TRUE;"Your Place" +"urban";"urban";36416.2994215399;TRUE;"Your Place" +"urban";"urban";126.830809128354;TRUE;"Your Place" +"impervious";"urban";107.056195682613;FALSE;"Your Place" +"impervious";"urban";61.336690710159;FALSE;"Your Place" +"urban";"urban";228.452977045206;TRUE;"Your Place" +"urban";"urban";0.083206744864583;TRUE;"Your Place" +"urban";"urban";21802.20515737;TRUE;"Your Place" +"urban";"urban";50.1827649229381;TRUE;"Your Place" +"urban";"urban";28.3749669721583;TRUE;"Your Place" +"urban";"urban";13.8499724768044;TRUE;"Your Place" +"urban";"urban";3.8443847107992;TRUE;"Your Place" +"urban";"urban";34501.1295675372;TRUE;"Your Place" +"vegetation";"urban";1852.35281412292;FALSE;"Your Place" +"urban";"urban";4.46219156106235;TRUE;"Your Place" +"urban";"urban";2.23038960620761;TRUE;"Your Place" +"urban";"urban";17923.2647121393;TRUE;"Your Place" +"vegetation";"urban";228.844989650708;FALSE;"Your Place" +"impervious";"urban";8.18538765970152;FALSE;"Your Place" +"urban";"urban";15120.5501626571;TRUE;"Your Place" +"impervious";"urban";27.4463276192546;FALSE;"Your Place" +"urban";"urban";346.276066637656;TRUE;"Your Place" +"impervious";"urban";26.8333522240282;FALSE;"Your Place" +"urban";"urban";39628.1976604266;TRUE;"Your Place" +"urban";"urban";38239.2357240852;TRUE;"Your Place" +"urban";"urban";35.3890259694308;TRUE;"Your Place" +"vegetation";"urban";7092.55499634473;FALSE;"Your Place" +"urban";"urban";4032.44049253315;TRUE;"Your Place" +"urban";"urban";10082.3159281455;TRUE;"Your Place" +"urban";"urban";26700.8545007184;TRUE;"Your Place" +"urban";"urban";7948.62756848114;TRUE;"Your Place" +"impervious";"urban";2819.99216496665;FALSE;"Your Place" +"vegetation";"urban";3.80849124898668;FALSE;"Your Place" +"vegetation";"urban";7752.91198073997;FALSE;"Your Place" +"urban";"urban";59.591323594097;TRUE;"Your Place" +"urban";"urban";28679.2462970344;TRUE;"Your Place" +"urban";"urban";212.231459364411;TRUE;"Your Place" +"urban";"urban";27.7243614192703;TRUE;"Your Place" +"urban";"urban";4.12323373208346;TRUE;"Your Place" +"urban";"urban";0.177396130282432;TRUE;"Your Place" +"urban";"urban";6.00435012986418;TRUE;"Your Place" +"urban";"urban";85455.6757736364;TRUE;"Your Place" +"urban";"urban";0.220341260548594;TRUE;"Your Place" +"urban";"urban";117.673867633304;TRUE;"Your Place" +"impervious";"urban";0.138362545236305;FALSE;"Your Place" +"impervious";"urban";12.5620466526598;FALSE;"Your Place" +"vegetation";"urban";245.860731023946;FALSE;"Your Place" +"urban";"urban";15.6288393106079;TRUE;"Your Place" +"urban";"urban";74.4075596865732;TRUE;"Your Place" +"urban";"urban";47908.4558751741;TRUE;"Your Place" +"urban";"urban";39.916179972508;TRUE;"Your Place" +"urban";"urban";8.68519177247072;TRUE;"Your Place" +"urban";"urban";42.3508595242165;TRUE;"Your Place" +"urban";"urban";4.09881721786223;TRUE;"Your Place" +"impervious";"urban";14.5431075391825;FALSE;"Your Place" +"urban";"urban";5.51430334278848;TRUE;"Your Place" +"urban";"urban";80900.5124730966;TRUE;"Your Place" +"urban";"urban";46.0811867153534;TRUE;"Your Place" +"urban";"urban";5.52753765170928;TRUE;"Your Place" +"urban";"urban";289.935637601389;TRUE;"Your Place" +"impervious";"urban";128.781213804381;FALSE;"Your Place" +"impervious";"urban";17.7643223380437;FALSE;"Your Place" +"urban";"urban";7.50524402689189;TRUE;"Your Place" +"urban";"urban";15574.3772709979;TRUE;"Your Place" +"urban";"urban";0.423837915353943;TRUE;"Your Place" +"urban";"urban";69.6637206306332;TRUE;"Your Place" +"impervious";"urban";37.574744845042;FALSE;"Your Place" +"impervious";"urban";76.0996045595966;FALSE;"Your Place" +"vegetation";"urban";36.9085547944997;FALSE;"Your Place" +"urban";"urban";29.2878477070481;TRUE;"Your Place" +"impervious";"urban";6464.57718317304;FALSE;"Your Place" +"urban";"urban";85.2835379981116;TRUE;"Your Place" +"urban";"urban";5.1179866772145;TRUE;"Your Place" +"urban";"urban";10396.7267923784;TRUE;"Your Place" +"impervious";"urban";4.55367255944293;FALSE;"Your Place" +"impervious";"urban";23.7061643363559;FALSE;"Your Place" +"vegetation";"urban";4.66874184622429;FALSE;"Your Place" +"impervious";"urban";22.9603496959317;FALSE;"Your Place" +"impervious";"urban";0.541669033817016;FALSE;"Your Place" +"impervious";"urban";51.7334544379264;FALSE;"Your Place" +"urban";"urban";59.1008035093546;TRUE;"Your Place" +"urban";"urban";0.908068448312406;TRUE;"Your Place" +"urban";"urban";64995.253831849;TRUE;"Your Place" +"impervious";"urban";0.480302841868252;FALSE;"Your Place" +"vegetation";"urban";3.11277173774579;FALSE;"Your Place" +"impervious";"urban";17.4459543318953;FALSE;"Your Place" +"impervious";"urban";0.830033770762384;FALSE;"Your Place" +"urban";"urban";40.708004671862;TRUE;"Your Place" +"urban";"urban";93875.3134607703;TRUE;"Your Place" +"urban";"urban";77.6186153945746;TRUE;"Your Place" +"impervious";"urban";0.388294415664859;FALSE;"Your Place" +"vegetation";"urban";9.14618734805845;FALSE;"Your Place" +"urban";"urban";0.933269259054214;TRUE;"Your Place" +"impervious";"urban";17.4820277008694;FALSE;"Your Place" +"vegetation";"urban";152.062198454165;FALSE;"Your Place" +"impervious";"urban";2.37270645933313;FALSE;"Your Place" +"vegetation";"urban";6.208169666701;FALSE;"Your Place" +"impervious";"urban";11.4769403982209;FALSE;"Your Place" +"impervious";"urban";8.5694639035728;FALSE;"Your Place" +"impervious";"urban";13229.9894919879;FALSE;"Your Place" +"urban";"urban";167.278344249353;TRUE;"Your Place" +"urban";"urban";54031.2473520092;TRUE;"Your Place" +"urban";"urban";5.1302089903038;TRUE;"Your Place" +"impervious";"urban";3.70226663674111;FALSE;"Your Place" +"urban";"urban";492.071909422521;TRUE;"Your Place" +"urban";"urban";11.3874343061761;TRUE;"Your Place" +"urban";"urban";30060.2605151922;TRUE;"Your Place" +"vegetation";"urban";0.179938241868513;FALSE;"Your Place" +"vegetation";"urban";1107.04639515944;FALSE;"Your Place" +"impervious";"urban";116.19231168495;FALSE;"Your Place" +"urban";"urban";118.646063104272;TRUE;"Your Place" +"urban";"urban";40617.2529876035;TRUE;"Your Place" +"urban";"urban";43.1390995599213;TRUE;"Your Place" +"urban";"urban";4.44633498042822;TRUE;"Your Place" +"impervious";"urban";1.4103342409885;FALSE;"Your Place" +"impervious";"urban";13.6584503087215;FALSE;"Your Place" +"impervious";"urban";434.956404989236;FALSE;"Your Place" +"urban";"urban";54.5274608996697;TRUE;"Your Place" +"urban";"urban";20.7853439413302;TRUE;"Your Place" +"urban";"urban";12775.7028168035;TRUE;"Your Place" +"urban";"urban";0.00151040331820695;TRUE;"Your Place" +"urban";"urban";12.953897504136;TRUE;"Your Place" +"impervious";"urban";11.8751593958586;FALSE;"Your Place" +"urban";"urban";2097.09683190193;TRUE;"Your Place" +"urban";"urban";0.952972587314434;TRUE;"Your Place" +"urban";"urban";106.406310465361;TRUE;"Your Place" +"urban";"urban";105.630882708356;TRUE;"Your Place" +"urban";"urban";40399.1235529324;TRUE;"Your Place" +"urban";"urban";24.0406426712871;TRUE;"Your Place" +"urban";"urban";18.9023369810056;TRUE;"Your Place" +"urban";"urban";194.287444426795;TRUE;"Your Place" +"impervious";"urban";0.575001384160714;FALSE;"Your Place" +"impervious";"urban";16.7126730193559;FALSE;"Your Place" +"urban";"urban";32.8337609707378;TRUE;"Your Place" +"urban";"urban";17.5522520374216;TRUE;"Your Place" +"urban";"urban";19946.3497935291;TRUE;"Your Place" +"urban";"urban";650.899949567858;TRUE;"Your Place" +"impervious";"urban";4.57826170854969;FALSE;"Your Place" +"urban";"urban";34.1945239205379;TRUE;"Your Place" +"urban";"urban";45.7198158245883;TRUE;"Your Place" +"urban";"urban";71.0260616986488;TRUE;"Your Place" +"urban";"urban";157.245792394053;TRUE;"Your Place" +"urban";"urban";107602.030205652;TRUE;"Your Place" +"urban";"urban";0.635904685535934;TRUE;"Your Place" +"urban";"urban";135.417271441132;TRUE;"Your Place" +"impervious";"urban";20.5933131491765;FALSE;"Your Place" +"impervious";"urban";71.865091647931;FALSE;"Your Place" +"urban";"urban";79.2668596992735;TRUE;"Your Place" +"urban";"urban";17765.4006134002;TRUE;"Your Place" +"urban";"urban";0.680060841143131;TRUE;"Your Place" +"impervious";"urban";31.1594216992962;FALSE;"Your Place" +"vegetation";"urban";4.99916039510572;FALSE;"Your Place" +"impervious";"urban";24.4069355018437;FALSE;"Your Place" +"water";"water";34550.2716789737;TRUE;"Your Place" +"vegetation";"water";11.8418534600642;FALSE;"Your Place" +"water";"water";26.2445321986452;TRUE;"Your Place" +"vegetation";"water";0.119834381795954;FALSE;"Your Place" +"water";"vegetation";20.7607933883919;FALSE;"Your Place" +"water";"vegetation";1066.38671318955;FALSE;"Your Place" +"vegetation";"vegetation";1663.40222616974;TRUE;"Your Place" +"water";"vegetation";18.1159109920263;FALSE;"Your Place" +"impervious";"vegetation";274.130804255605;FALSE;"Your Place" +"vegetation";"vegetation";150989.045489993;TRUE;"Your Place" +"vegetation";"vegetation";35291.8206465123;TRUE;"Your Place" +"vegetation";"vegetation";243.155681002885;TRUE;"Your Place" +"vegetation";"vegetation";18697.1394907762;TRUE;"Your Place" +"water";"vegetation";0.919610718847252;FALSE;"Your Place" +"water";"vegetation";394.174586085981;FALSE;"Your Place" +"vegetation";"vegetation";22782.5650695963;TRUE;"Your Place" +"vegetation";"vegetation";889.499172564334;TRUE;"Your Place" +"vegetation";"vegetation";0.928150412568357;TRUE;"Your Place" +"vegetation";"vegetation";42.1599814780056;TRUE;"Your Place" +"vegetation";"vegetation";4316.77672980953;TRUE;"Your Place" +"water";"vegetation";16.2568760556169;FALSE;"Your Place" +"water";"vegetation";46.2124415063881;FALSE;"Your Place" +"water";"vegetation";2.80202914521215;FALSE;"Your Place" +"water";"vegetation";554.340516842669;FALSE;"Your Place" +"water";"vegetation";3.46563923032954;FALSE;"Your Place" +"water";"vegetation";251.700041647069;FALSE;"Your Place" +"water";"vegetation";5.08888307074085;FALSE;"Your Place" +"water";"vegetation";688.719291575952;FALSE;"Your Place" +"vegetation";"vegetation";228.954457026324;TRUE;"Your Place" +"vegetation";"vegetation";9.22743713634554;TRUE;"Your Place" +"water";"vegetation";3.82282045821194;FALSE;"Your Place" +"vegetation";"vegetation";1.68845119432081;TRUE;"Your Place" +"water";"vegetation";4.1986081043724;FALSE;"Your Place" +"vegetation";"vegetation";5.60029232734814;TRUE;"Your Place" +"water";"vegetation";72.8164760228246;FALSE;"Your Place" +"water";"water";43.2179592974717;TRUE;"Your Place" +"water";"water";11894.2926113475;TRUE;"Your Place" +"vegetation";"water";0.0137111027725041;FALSE;"Your Place" +"water";"water";19.0572368819267;TRUE;"Your Place" +"water";"vegetation";15.9447084344574;FALSE;"Your Place" +"vegetation";"vegetation";1172.89691659188;TRUE;"Your Place" +"water";"vegetation";3.14993577869609;FALSE;"Your Place" +"vegetation";"vegetation";469.412351776613;TRUE;"Your Place" +"water";"vegetation";6.50512671511387;FALSE;"Your Place" +"water";"vegetation";11.2503670079168;FALSE;"Your Place" +"vegetation";"vegetation";571.83206888038;TRUE;"Your Place" +"vegetation";"vegetation";1122.30885574582;TRUE;"Your Place" +"vegetation";"vegetation";6.77158848103136;TRUE;"Your Place" +"water";"vegetation";117.436259633396;FALSE;"Your Place" +"water";"vegetation";345.636188490316;FALSE;"Your Place" +"vegetation";"vegetation";1648.68177246954;TRUE;"Your Place" +"vegetation";"vegetation";15129.0184549727;TRUE;"Your Place" +"vegetation";"vegetation";2077.43989791721;TRUE;"Your Place" +"vegetation";"vegetation";618.520654864609;TRUE;"Your Place" +"vegetation";"water";24050.1996158545;FALSE;"Your Place" +"water";"water";597.578374012603;TRUE;"Your Place" +"water";"vegetation";2.01689692703076;FALSE;"Your Place" +"water";"water";7847.42249595653;TRUE;"Your Place" +"vegetation";"water";178.679361133632;FALSE;"Your Place" +"impervious";"water";32.2650392902724;FALSE;"Your Place" +"water";"vegetation";30.7967268582433;FALSE;"Your Place" +"water";"vegetation";1420.19791999774;FALSE;"Your Place" +"vegetation";"vegetation";18.8929013255984;TRUE;"Your Place" +"vegetation";"vegetation";266.486843784456;TRUE;"Your Place" +"vegetation";"vegetation";159901.180690089;TRUE;"Your Place" +"water";"vegetation";10.1237747508567;FALSE;"Your Place" +"water";"vegetation";0.395249400753528;FALSE;"Your Place" +"impervious";"vegetation";1162.6529439725;FALSE;"Your Place" +"impervious";"vegetation";77.4096132852137;FALSE;"Your Place" +"impervious";"vegetation";2181.5480853375;FALSE;"Your Place" +"impervious";"vegetation";56.0889880442992;FALSE;"Your Place" +"impervious";"vegetation";1.3391781047394;FALSE;"Your Place" +"vegetation";"water";596.703295320971;FALSE;"Your Place" +"water";"water";11561.9700098936;TRUE;"Your Place" +"water";"vegetation";27.7957400789019;FALSE;"Your Place" +"vegetation";"vegetation";28.3868517344818;TRUE;"Your Place" +"water";"vegetation";236.153622945887;FALSE;"Your Place" +"vegetation";"vegetation";62721.7478049232;TRUE;"Your Place" +"impervious";"vegetation";494.261449997779;FALSE;"Your Place" +"vegetation";"vegetation";99.776203352958;TRUE;"Your Place" +"vegetation";"vegetation";230.703351824894;TRUE;"Your Place" +"water";"vegetation";28.62767833611;FALSE;"Your Place" +"vegetation";"vegetation";3.3032661343459;TRUE;"Your Place" +"water";"vegetation";0.412946153082885;FALSE;"Your Place" +"vegetation";"vegetation";41.4395176090766;TRUE;"Your Place" +"vegetation";"water";2.0727818289306;FALSE;"Your Place" +"water";"water";13.6682214522734;TRUE;"Your Place" +"vegetation";"water";24.579618494492;FALSE;"Your Place" +"vegetation";"vegetation";1.62554459855892;TRUE;"Your Place" +"vegetation";"vegetation";48.8295046567218;TRUE;"Your Place" +"water";"water";3.42372864461504;TRUE;"Your Place" +"vegetation";"water";1.34957188740373;FALSE;"Your Place" +"vegetation";"water";713.983214200241;FALSE;"Your Place" +"water";"vegetation";4.42674671672285;FALSE;"Your Place" +"vegetation";"vegetation";15.1095241941512;TRUE;"Your Place" +"vegetation";"water";402.469321936835;FALSE;"Your Place" +"water";"water";134.366380355379;TRUE;"Your Place" +"vegetation";"vegetation";1169.54020060599;TRUE;"Your Place" +"water";"vegetation";16.4861440507811;FALSE;"Your Place" +"water";"vegetation";47.6216678616474;FALSE;"Your Place" +"water";"vegetation";39.2428008653224;FALSE;"Your Place" +"vegetation";"water";318.071189366048;FALSE;"Your Place" +"water";"water";3200.63157628721;TRUE;"Your Place" +"water";"vegetation";11.4869217425585;FALSE;"Your Place" +"vegetation";"vegetation";38.5744748972356;TRUE;"Your Place" +"water";"water";27.0481514555868;TRUE;"Your Place" +"water";"vegetation";9.81623046658933;FALSE;"Your Place" +"water";"water";101.735955303186;TRUE;"Your Place" +"vegetation";"water";7.86432380235055;FALSE;"Your Place" +"water";"vegetation";558.02177041804;FALSE;"Your Place" +"vegetation";"vegetation";11290.8601072254;TRUE;"Your Place" +"water";"vegetation";0.720539249014109;FALSE;"Your Place" +"water";"water";26.2087197871879;TRUE;"Your Place" +"water";"vegetation";41.6228175548022;FALSE;"Your Place" +"vegetation";"vegetation";0.051001198386075;TRUE;"Your Place" +"water";"water";3374.60919973627;TRUE;"Your Place" +"impervious";"water";149.108785132878;FALSE;"Your Place" +"water";"vegetation";4.18827167991549;FALSE;"Your Place" +"water";"water";30.8734388004523;TRUE;"Your Place" +"vegetation";"water";1.1638209882658;FALSE;"Your Place" +"water";"water";1.43881579971639;TRUE;"Your Place" +"vegetation";"vegetation";4.22049930985668;TRUE;"Your Place" +"water";"water";55.4698354983702;TRUE;"Your Place" +"water";"water";0.192288483784068;TRUE;"Your Place" +"vegetation";"water";4.77718202222604;FALSE;"Your Place" +"vegetation";"vegetation";1.95053490722785;TRUE;"Your Place" +"vegetation";"water";3.91069946443895;FALSE;"Your Place" +"vegetation";"impervious";334.565102457913;FALSE;"Your Place" +"impervious";"impervious";2220.72367450933;TRUE;"Your Place" +"vegetation";"impervious";833.425389869604;FALSE;"Your Place" +"vegetation";"impervious";1.33869104727637;FALSE;"Your Place" +"vegetation";"vegetation";684.464767226949;TRUE;"Your Place" +"vegetation";"vegetation";5683.4321194971;TRUE;"Your Place" +"water";"vegetation";87.4426288381219;FALSE;"Your Place" +"impervious";"vegetation";1202.70717406785;FALSE;"Your Place" +"vegetation";"vegetation";38.2690308715682;TRUE;"Your Place" +"vegetation";"vegetation";2364.75124851987;TRUE;"Your Place" +"vegetation";"vegetation";629.07275491301;TRUE;"Your Place" +"vegetation";"vegetation";142.217759368941;TRUE;"Your Place" +"vegetation";"vegetation";118.212918920442;TRUE;"Your Place" +"water";"vegetation";2.1387825156562;FALSE;"Your Place" +"vegetation";"water";16.3225972864893;FALSE;"Your Place" +"water";"water";135.362719732759;TRUE;"Your Place" +"water";"water";38.4286749450839;TRUE;"Your Place" +"vegetation";"water";46.7035815527197;FALSE;"Your Place" +"water";"water";13526.6543345819;TRUE;"Your Place" +"vegetation";"water";2253.79618951585;FALSE;"Your Place" +"impervious";"impervious";2977.06342008896;TRUE;"Your Place" +"vegetation";"vegetation";566.500425402075;TRUE;"Your Place" +"vegetation";"vegetation";1305.41688446328;TRUE;"Your Place" +"vegetation";"vegetation";90.3815177497454;TRUE;"Your Place" +"vegetation";"vegetation";4233.06027479132;TRUE;"Your Place" +"vegetation";"vegetation";74773.9251304455;TRUE;"Your Place" +"vegetation";"vegetation";22597.6610464485;TRUE;"Your Place" +"vegetation";"vegetation";1.54002918908373;TRUE;"Your Place" +"water";"vegetation";23.08975923853;FALSE;"Your Place" +"vegetation";"vegetation";521.94493320107;TRUE;"Your Place" +"urban";"vegetation";167.224683190696;FALSE;"Your Place" +"water";"vegetation";1.94427023886237;FALSE;"Your Place" +"impervious";"vegetation";10.0715220682323;FALSE;"Your Place" +"water";"vegetation";29.5888234232552;FALSE;"Your Place" +"urban";"impervious";3068.87278973078;FALSE;"Your Place" +"impervious";"impervious";157.353424106259;TRUE;"Your Place" +"impervious";"impervious";66.7775709179114;TRUE;"Your Place" +"vegetation";"impervious";5.61007077095564;FALSE;"Your Place" +"vegetation";"water";34.905070915469;FALSE;"Your Place" +"water";"water";100.097624580238;TRUE;"Your Place" +"vegetation";"vegetation";4513.21403972304;TRUE;"Your Place" +"impervious";"impervious";11.4747889038408;TRUE;"Your Place" +"impervious";"impervious";152.13512859185;TRUE;"Your Place" +"vegetation";"impervious";12.7613425109885;FALSE;"Your Place" +"vegetation";"vegetation";39.9046005108903;TRUE;"Your Place" +"water";"vegetation";10.2616676956823;FALSE;"Your Place" +"urban";"impervious";21.4950586628402;FALSE;"Your Place" +"urban";"impervious";1.48546046478441;FALSE;"Your Place" +"impervious";"impervious";5.0693824980408;TRUE;"Your Place" +"impervious";"impervious";10.3451979842794;TRUE;"Your Place" +"vegetation";"impervious";594.039393107058;FALSE;"Your Place" +"water";"water";1.18148405142711;TRUE;"Your Place" +"water";"vegetation";9.58776156441309;FALSE;"Your Place" +"urban";"vegetation";732.265121825971;FALSE;"Your Place" +"water";"water";8.14601481868885;TRUE;"Your Place" +"water";"vegetation";18.9628977294778;FALSE;"Your Place" +"vegetation";"vegetation";0.176887545210775;TRUE;"Your Place" +"vegetation";"vegetation";428.549841686559;TRUE;"Your Place" +"vegetation";"vegetation";0.0819156741999905;TRUE;"Your Place" +"vegetation";"vegetation";22482.1713880859;TRUE;"Your Place" +"vegetation";"vegetation";27.7044774894603;TRUE;"Your Place" +"vegetation";"vegetation";30.2438244922087;TRUE;"Your Place" +"vegetation";"vegetation";2990.29521062877;TRUE;"Your Place" +"urban";"vegetation";6609.99198755808;FALSE;"Your Place" +"urban";"vegetation";520.269109353423;FALSE;"Your Place" +"vegetation";"vegetation";872.824622233631;TRUE;"Your Place" +"vegetation";"vegetation";9312.81015702224;TRUE;"Your Place" +"vegetation";"vegetation";2258.24007654935;TRUE;"Your Place" +"vegetation";"vegetation";16355.6122075701;TRUE;"Your Place" +"vegetation";"vegetation";27.5347243561409;TRUE;"Your Place" +"water";"water";10.3397385123244;TRUE;"Your Place" +"water";"vegetation";19.8525358615443;FALSE;"Your Place" +"vegetation";"vegetation";5.16895008587744;TRUE;"Your Place" +"water";"water";3.39024146273732;TRUE;"Your Place" +"water";"water";1.07905500606284;TRUE;"Your Place" +"vegetation";"water";10.3020270192064;FALSE;"Your Place" +"water";"water";32.876069014892;TRUE;"Your Place" +"water";"vegetation";22.2598266399;FALSE;"Your Place" +"vegetation";"vegetation";0.527609470533207;TRUE;"Your Place" +"vegetation";"water";0.551523089176044;FALSE;"Your Place" +"water";"water";27.6843291711994;TRUE;"Your Place" +"vegetation";"vegetation";0.184383116429672;TRUE;"Your Place" +"water";"vegetation";12.7923917495064;FALSE;"Your Place" +"water";"water";0.299557372683921;TRUE;"Your Place" +"water";"water";22639.6372696334;TRUE;"Your Place" +"vegetation";"water";0.313444243976846;FALSE;"Your Place" +"water";"water";2277.21912470087;TRUE;"Your Place" +"vegetation";"water";20.0655473131774;FALSE;"Your Place" +"vegetation";"water";63.8419123459607;FALSE;"Your Place" +"vegetation";"water";159.402151368442;FALSE;"Your Place" +"urban";"impervious";1.82207639732951;FALSE;"Your Place" +"vegetation";"impervious";852.80174849902;FALSE;"Your Place" +"water";"vegetation";53.3691464504227;FALSE;"Your Place" +"water";"vegetation";116.164278889104;FALSE;"Your Place" +"vegetation";"vegetation";65795.1713870979;TRUE;"Your Place" +"impervious";"vegetation";1749.17368268967;FALSE;"Your Place" +"impervious";"vegetation";0.513374051777646;FALSE;"Your Place" +"impervious";"vegetation";3010.39864651376;FALSE;"Your Place" +"vegetation";"vegetation";90566.2561381031;TRUE;"Your Place" +"vegetation";"vegetation";16.376427031355;TRUE;"Your Place" +"urban";"impervious";9.37747700698674;FALSE;"Your Place" +"vegetation";"impervious";171.197299375664;FALSE;"Your Place" +"water";"vegetation";9.08008162979968;FALSE;"Your Place" +"vegetation";"vegetation";3.72491191863082;TRUE;"Your Place" +"water";"water";110.090582189325;TRUE;"Your Place" +"vegetation";"vegetation";0.085502560822988;TRUE;"Your Place" +"vegetation";"vegetation";449.378269047709;TRUE;"Your Place" +"vegetation";"vegetation";3685.49524530477;TRUE;"Your Place" +"vegetation";"vegetation";2.68026471417397;TRUE;"Your Place" +"vegetation";"vegetation";23.9663244916592;TRUE;"Your Place" +"water";"water";37.8409588877112;TRUE;"Your Place" +"vegetation";"impervious";3467.5036822753;FALSE;"Your Place" +"water";"vegetation";2873.58117953059;FALSE;"Your Place" +"vegetation";"vegetation";29.0061382006388;TRUE;"Your Place" +"vegetation";"vegetation";388.059922681656;TRUE;"Your Place" +"vegetation";"vegetation";239.786002657609;TRUE;"Your Place" +"vegetation";"vegetation";123359.683448075;TRUE;"Your Place" +"impervious";"vegetation";602.859045331832;FALSE;"Your Place" +"impervious";"vegetation";79.4555802480318;FALSE;"Your Place" +"vegetation";"vegetation";119.923954974412;TRUE;"Your Place" +"vegetation";"vegetation";28.9434589929879;TRUE;"Your Place" +"vegetation";"vegetation";56.0846225610003;TRUE;"Your Place" +"vegetation";"vegetation";256.160382757429;TRUE;"Your Place" +"vegetation";"vegetation";2.70925010490464;TRUE;"Your Place" +"vegetation";"vegetation";17.714127806481;TRUE;"Your Place" +"vegetation";"impervious";27.9153817743063;FALSE;"Your Place" +"vegetation";"impervious";108.148858237313;FALSE;"Your Place" +"vegetation";"impervious";16.0919979023747;FALSE;"Your Place" +"vegetation";"impervious";126.379264536314;FALSE;"Your Place" +"vegetation";"vegetation";1.23273811256513;TRUE;"Your Place" +"vegetation";"vegetation";301.777883264032;TRUE;"Your Place" +"vegetation";"vegetation";200.805171819404;TRUE;"Your Place" +"vegetation";"vegetation";0.222558405999735;TRUE;"Your Place" +"vegetation";"vegetation";314.889173366944;TRUE;"Your Place" +"vegetation";"impervious";3001.74377917312;FALSE;"Your Place" +"water";"water";2.19726528778847;TRUE;"Your Place" +"water";"water";0.587353905139025;TRUE;"Your Place" +"vegetation";"water";0.864701266225893;FALSE;"Your Place" +"vegetation";"impervious";1907.31588867703;FALSE;"Your Place" +"water";"water";1.31215991795034;TRUE;"Your Place" +"vegetation";"impervious";579.600063513324;FALSE;"Your Place" +"vegetation";"impervious";2.34929770609597;FALSE;"Your Place" +"water";"impervious";0.520896510221064;FALSE;"Your Place" +"water";"vegetation";305.052846225677;FALSE;"Your Place" +"vegetation";"vegetation";15871.8288039416;TRUE;"Your Place" +"water";"vegetation";9.06602155067958;FALSE;"Your Place" +"vegetation";"water";130.823708925163;FALSE;"Your Place" +"vegetation";"water";3.40316503809299;FALSE;"Your Place" +"water";"water";2674.56101862574;TRUE;"Your Place" +"water";"water";18.3448234377429;TRUE;"Your Place" +"vegetation";"impervious";1.86432481519296;FALSE;"Your Place" +"vegetation";"impervious";82.3296754936455;FALSE;"Your Place" +"vegetation";"vegetation";2170.47477048496;TRUE;"Your Place" +"vegetation";"vegetation";186.066716960515;TRUE;"Your Place" +"vegetation";"vegetation";76.1158522050828;TRUE;"Your Place" +"vegetation";"vegetation";1400.08063070104;TRUE;"Your Place" +"vegetation";"vegetation";45.9977826660033;TRUE;"Your Place" +"water";"water";3.82563954009674;TRUE;"Your Place" +"vegetation";"impervious";12.0220213857829;FALSE;"Your Place" +"vegetation";"water";3.67605142341927;FALSE;"Your Place" +"vegetation";"water";312.554206792265;FALSE;"Your Place" +"vegetation";"water";351.099115472607;FALSE;"Your Place" +"water";"water";15356.3837254113;TRUE;"Your Place" +"water";"water";23.4365681586787;TRUE;"Your Place" +"impervious";"water";105.374060322996;FALSE;"Your Place" +"vegetation";"water";2.51702879462391;FALSE;"Your Place" +"impervious";"water";12.7411395767704;FALSE;"Your Place" +"impervious";"water";12.4898646702932;FALSE;"Your Place" +"impervious";"water";0.105392416075119;FALSE;"Your Place" +"water";"water";0.0648558366228826;TRUE;"Your Place" +"vegetation";"vegetation";876.199454269605;TRUE;"Your Place" +"water";"vegetation";116.002308603376;FALSE;"Your Place" +"vegetation";"impervious";8.83848898554425;FALSE;"Your Place" +"vegetation";"impervious";0.00238069401530083;FALSE;"Your Place" +"vegetation";"vegetation";76.5159657672048;TRUE;"Your Place" +"water";"vegetation";102.943354714662;FALSE;"Your Place" +"water";"vegetation";2.31414154311642;FALSE;"Your Place" +"vegetation";"vegetation";372.753023643971;TRUE;"Your Place" +"vegetation";"vegetation";16.5189590165392;TRUE;"Your Place" +"vegetation";"vegetation";311.436752418522;TRUE;"Your Place" +"vegetation";"vegetation";305.098913296082;TRUE;"Your Place" +"vegetation";"vegetation";0.468948842753889;TRUE;"Your Place" +"vegetation";"vegetation";6.84624674916267;TRUE;"Your Place" +"vegetation";"vegetation";12.8130422740942;TRUE;"Your Place" +"water";"vegetation";5.88620744063519;FALSE;"Your Place" +"vegetation";"vegetation";0.542684129439294;TRUE;"Your Place" +"water";"water";1.7614582432434;TRUE;"Your Place" +"vegetation";"water";0.691622669342905;FALSE;"Your Place" +"vegetation";"vegetation";4.11954119883012;TRUE;"Your Place" +"urban";"vegetation";552.313496172079;FALSE;"Your Place" +"water";"vegetation";205.444345051481;FALSE;"Your Place" +"water";"vegetation";2.02122377045453;FALSE;"Your Place" +"impervious";"vegetation";371.095427418128;FALSE;"Your Place" +"impervious";"vegetation";3.79225004895125;FALSE;"Your Place" +"vegetation";"vegetation";0.732845658276347;TRUE;"Your Place" +"water";"water";9.87822498450987;TRUE;"Your Place" +"water";"vegetation";22.1665906655835;FALSE;"Your Place" +"water";"vegetation";2.44172412057378;FALSE;"Your Place" +"vegetation";"vegetation";1.2469041490549;TRUE;"Your Place" +"water";"impervious";275.418222830864;FALSE;"Your Place" +"water";"impervious";1.68528912676265;FALSE;"Your Place" +"impervious";"impervious";4.51595945016015;TRUE;"Your Place" +"impervious";"impervious";1752.52315503964;TRUE;"Your Place" +"vegetation";"impervious";2.14404936810024;FALSE;"Your Place" +"vegetation";"impervious";413.123019691324;FALSE;"Your Place" +"vegetation";"impervious";0.0335242457545064;FALSE;"Your Place" +"vegetation";"impervious";72.723270310089;FALSE;"Your Place" +"impervious";"impervious";76.3587933462113;TRUE;"Your Place" +"vegetation";"impervious";5.55923884670483;FALSE;"Your Place" +"vegetation";"impervious";1062.2136028033;FALSE;"Your Place" +"vegetation";"impervious";23.5779655927327;FALSE;"Your Place" +"vegetation";"vegetation";16.4079942051321;TRUE;"Your Place" +"urban";"vegetation";31.4997175143799;FALSE;"Your Place" +"vegetation";"vegetation";66.2746845278889;TRUE;"Your Place" +"vegetation";"vegetation";47.8233585241251;TRUE;"Your Place" +"vegetation";"vegetation";0.776112183986697;TRUE;"Your Place" +"vegetation";"vegetation";648.388290623669;TRUE;"Your Place" +"vegetation";"vegetation";483.775643380806;TRUE;"Your Place" +"vegetation";"vegetation";14.7045670631342;TRUE;"Your Place" +"vegetation";"vegetation";29.9103321775328;TRUE;"Your Place" +"vegetation";"vegetation";60.1869580114144;TRUE;"Your Place" +"vegetation";"vegetation";844.770288308617;TRUE;"Your Place" +"water";"vegetation";104.398929230636;FALSE;"Your Place" +"vegetation";"impervious";15.7461328972131;FALSE;"Your Place" +"vegetation";"impervious";6.79702938906848;FALSE;"Your Place" +"water";"water";29.8394880369306;TRUE;"Your Place" +"vegetation";"water";198.961645720992;FALSE;"Your Place" +"water";"water";4636.5848290734;TRUE;"Your Place" +"impervious";"water";295.927031683037;FALSE;"Your Place" +"vegetation";"impervious";2.34127123333747;FALSE;"Your Place" +"vegetation";"impervious";0.535833921108861;FALSE;"Your Place" +"water";"water";23.4541164781549;TRUE;"Your Place" +"water";"water";17.113004348008;TRUE;"Your Place" +"water";"vegetation";60.3599374461919;FALSE;"Your Place" +"urban";"vegetation";196.237287274103;FALSE;"Your Place" +"vegetation";"vegetation";51.4922035938362;TRUE;"Your Place" +"vegetation";"vegetation";34.6227393266745;TRUE;"Your Place" +"vegetation";"vegetation";1928.83700631346;TRUE;"Your Place" +"vegetation";"vegetation";24.198071377934;TRUE;"Your Place" +"water";"vegetation";2.9839572191413;FALSE;"Your Place" +"water";"vegetation";4.86282162065618;FALSE;"Your Place" +"water";"water";5.84451287367847;TRUE;"Your Place" +"vegetation";"vegetation";15.9501388366334;TRUE;"Your Place" +"vegetation";"vegetation";2576.96475750796;TRUE;"Your Place" +"urban";"impervious";26.5730122374371;FALSE;"Your Place" +"vegetation";"impervious";304.867161898583;FALSE;"Your Place" +"vegetation";"impervious";5.95117581007071;FALSE;"Your Place" +"water";"vegetation";2.83253642939962;FALSE;"Your Place" +"vegetation";"vegetation";2554.20017090882;TRUE;"Your Place" +"vegetation";"vegetation";83.7561739488738;TRUE;"Your Place" +"vegetation";"vegetation";14316.8013752183;TRUE;"Your Place" +"vegetation";"vegetation";36.1862297939369;TRUE;"Your Place" +"urban";"vegetation";986.584044924821;FALSE;"Your Place" +"water";"vegetation";2.65716958043049;FALSE;"Your Place" +"impervious";"vegetation";1404.52102284972;FALSE;"Your Place" +"vegetation";"vegetation";5775.22530848818;TRUE;"Your Place" +"vegetation";"vegetation";37.9943486824632;TRUE;"Your Place" +"vegetation";"vegetation";3.28394230460981;TRUE;"Your Place" +"vegetation";"vegetation";3190.54687263584;TRUE;"Your Place" +"vegetation";"vegetation";12812.2270435474;TRUE;"Your Place" +"vegetation";"vegetation";2.67816018871963;TRUE;"Your Place" +"vegetation";"impervious";2.1587898331295;FALSE;"Your Place" +"water";"water";1.37035776782432;TRUE;"Your Place" +"water";"water";14.4910983526788;TRUE;"Your Place" +"water";"vegetation";13.5899659806455;FALSE;"Your Place" +"water";"water";1.96133329014992;TRUE;"Your Place" +"vegetation";"impervious";388.926685774408;FALSE;"Your Place" +"water";"vegetation";14.994337836717;FALSE;"Your Place" +"vegetation";"vegetation";6.30951011925936;TRUE;"Your Place" +"impervious";"vegetation";0.36436573183164;FALSE;"Your Place" +"vegetation";"vegetation";13581.7851796141;TRUE;"Your Place" +"vegetation";"vegetation";4967.98535588756;TRUE;"Your Place" +"vegetation";"vegetation";1466.79037847248;TRUE;"Your Place" +"water";"water";144.18579186028;TRUE;"Your Place" +"vegetation";"impervious";6.01225495222025;FALSE;"Your Place" +"vegetation";"vegetation";48.3879379436839;TRUE;"Your Place" +"vegetation";"vegetation";752.242254234559;TRUE;"Your Place" +"impervious";"vegetation";18.4987966424378;FALSE;"Your Place" +"impervious";"vegetation";106.930907098114;FALSE;"Your Place" +"impervious";"vegetation";3753.68871715281;FALSE;"Your Place" +"vegetation";"vegetation";193365.085972415;TRUE;"Your Place" +"vegetation";"vegetation";153730.166920246;TRUE;"Your Place" +"vegetation";"vegetation";179351.115342979;TRUE;"Your Place" +"vegetation";"vegetation";3.76047678280156;TRUE;"Your Place" +"vegetation";"vegetation";1191.4612308614;TRUE;"Your Place" +"impervious";"vegetation";29.5537641451228;FALSE;"Your Place" +"water";"vegetation";28.8229997856542;FALSE;"Your Place" +"vegetation";"vegetation";155.05596497748;TRUE;"Your Place" +"vegetation";"vegetation";315.109130194411;TRUE;"Your Place" +"vegetation";"vegetation";554.058781532571;TRUE;"Your Place" +"vegetation";"vegetation";111.127202682197;TRUE;"Your Place" +"vegetation";"vegetation";22.2655111849308;TRUE;"Your Place" +"water";"vegetation";10.5859270337969;FALSE;"Your Place" +"vegetation";"impervious";10.2561195939779;FALSE;"Your Place" +"vegetation";"impervious";230.835962362587;FALSE;"Your Place" +"vegetation";"vegetation";54.111514078686;TRUE;"Your Place" +"vegetation";"vegetation";6373.11519156425;TRUE;"Your Place" +"vegetation";"vegetation";35998.799106617;TRUE;"Your Place" +"water";"vegetation";17.0056329602376;FALSE;"Your Place" +"water";"vegetation";1.60230221878737;FALSE;"Your Place" +"vegetation";"vegetation";53.6082452055998;TRUE;"Your Place" +"water";"impervious";286.650544338132;FALSE;"Your Place" +"vegetation";"impervious";221.385302376002;FALSE;"Your Place" +"impervious";"impervious";706.376514509553;TRUE;"Your Place" +"vegetation";"impervious";6.45818896684796;FALSE;"Your Place" +"vegetation";"impervious";39.0958061573328;FALSE;"Your Place" +"vegetation";"impervious";2.48153500877379;FALSE;"Your Place" +"impervious";"impervious";23.8857914267574;TRUE;"Your Place" +"impervious";"impervious";0.0156918322318234;TRUE;"Your Place" +"impervious";"impervious";7.29701340312022;TRUE;"Your Place" +"vegetation";"impervious";1443.53559710944;FALSE;"Your Place" +"vegetation";"impervious";4320.94521084893;FALSE;"Your Place" +"vegetation";"impervious";32.2258633109741;FALSE;"Your Place" +"vegetation";"vegetation";166.916195986734;TRUE;"Your Place" +"vegetation";"vegetation";143.145993114449;TRUE;"Your Place" +"water";"vegetation";374.391017151996;FALSE;"Your Place" +"vegetation";"vegetation";63.4725536890328;TRUE;"Your Place" +"vegetation";"vegetation";2268.43599207327;TRUE;"Your Place" +"urban";"impervious";0.301774902734905;FALSE;"Your Place" +"vegetation";"impervious";2354.62149524409;FALSE;"Your Place" +"vegetation";"vegetation";30.3868895416381;TRUE;"Your Place" +"vegetation";"impervious";35.7899764943868;FALSE;"Your Place" +"vegetation";"impervious";66.5127880000509;FALSE;"Your Place" +"vegetation";"impervious";65.2761626869324;FALSE;"Your Place" +"impervious";"impervious";57.8662537601776;TRUE;"Your Place" +"vegetation";"vegetation";611.689788343501;TRUE;"Your Place" +"impervious";"vegetation";47.4085297704441;FALSE;"Your Place" +"impervious";"vegetation";0.582003162940964;FALSE;"Your Place" +"urban";"impervious";1960.56589194349;FALSE;"Your Place" +"impervious";"impervious";41.2504182001576;TRUE;"Your Place" +"impervious";"impervious";8.42458051219;TRUE;"Your Place" +"urban";"impervious";67.608596804901;FALSE;"Your Place" +"vegetation";"impervious";121.537533491864;FALSE;"Your Place" +"impervious";"impervious";91.1512624488678;TRUE;"Your Place" +"impervious";"impervious";432.960625497159;TRUE;"Your Place" +"impervious";"impervious";50.3049585138797;TRUE;"Your Place" +"vegetation";"impervious";25.2199890171178;FALSE;"Your Place" +"urban";"impervious";290.899163669441;FALSE;"Your Place" +"vegetation";"impervious";2.80918355006725;FALSE;"Your Place" +"urban";"impervious";113.347556838766;FALSE;"Your Place" +"impervious";"impervious";145.329891329631;TRUE;"Your Place" +"vegetation";"water";14.4904846223071;FALSE;"Your Place" +"water";"water";6.12168743181974;TRUE;"Your Place" +"urban";"impervious";108.551593501121;FALSE;"Your Place" +"vegetation";"impervious";80.6227535014041;FALSE;"Your Place" +"impervious";"impervious";105.671335410094;TRUE;"Your Place" +"vegetation";"impervious";194.332421147497;FALSE;"Your Place" +"impervious";"impervious";9.16843766072998;TRUE;"Your Place" +"impervious";"impervious";0.25924238884636;TRUE;"Your Place" +"impervious";"impervious";123.43929499248;TRUE;"Your Place" +"impervious";"impervious";0.395794655953068;TRUE;"Your Place" +"urban";"vegetation";1103.35104334634;FALSE;"Your Place" +"urban";"vegetation";53.7928981743753;FALSE;"Your Place" +"urban";"impervious";151.534388708184;FALSE;"Your Place" +"vegetation";"impervious";0.958469805293134;FALSE;"Your Place" +"water";"impervious";0.134802112355828;FALSE;"Your Place" +"water";"impervious";6.68898960156366;FALSE;"Your Place" +"urban";"water";119.937984966702;FALSE;"Your Place" +"water";"water";3.92805202985983;TRUE;"Your Place" +"impervious";"water";0.243360983018647;FALSE;"Your Place" +"water";"water";6297.3078596571;TRUE;"Your Place" +"impervious";"water";185.393815331423;FALSE;"Your Place" +"water";"water";1.4453587308526;TRUE;"Your Place" +"impervious";"water";0.159879092418123;FALSE;"Your Place" +"vegetation";"impervious";123.379968881607;FALSE;"Your Place" +"vegetation";"impervious";75.6735825026408;FALSE;"Your Place" +"vegetation";"impervious";113.291868352444;FALSE;"Your Place" +"impervious";"vegetation";0.845375289442018;FALSE;"Your Place" +"water";"vegetation";48.2849055496044;FALSE;"Your Place" +"impervious";"vegetation";1818.22425125772;FALSE;"Your Place" +"impervious";"vegetation";90.6798501519952;FALSE;"Your Place" +"impervious";"vegetation";1.97753820824437;FALSE;"Your Place" +"urban";"vegetation";2.75766459813167;FALSE;"Your Place" +"urban";"vegetation";158.80147752729;FALSE;"Your Place" +"urban";"vegetation";0.366185192659032;FALSE;"Your Place" +"urban";"vegetation";1.28602513601072;FALSE;"Your Place" +"impervious";"vegetation";0.316103472869145;FALSE;"Your Place" +"impervious";"vegetation";294.194099434084;FALSE;"Your Place" +"impervious";"vegetation";4836.38154852414;FALSE;"Your Place" +"impervious";"vegetation";64.4715866278129;FALSE;"Your Place" +"impervious";"vegetation";0.0659556690807221;FALSE;"Your Place" +"impervious";"vegetation";12.3112614317797;FALSE;"Your Place" +"vegetation";"vegetation";14.0965325962752;TRUE;"Your Place" +"water";"vegetation";4.63545872364193;FALSE;"Your Place" +"impervious";"impervious";17.9321930691367;TRUE;"Your Place" +"vegetation";"impervious";212.197214212036;FALSE;"Your Place" +"impervious";"impervious";0.106192468694644;TRUE;"Your Place" +"impervious";"impervious";229.849873240571;TRUE;"Your Place" +"urban";"vegetation";3.56784359668382;FALSE;"Your Place" +"urban";"vegetation";4259.02480168373;FALSE;"Your Place" +"vegetation";"vegetation";55.9844577359036;TRUE;"Your Place" +"vegetation";"vegetation";1954.05225042999;TRUE;"Your Place" +"urban";"impervious";8.66456384651246;FALSE;"Your Place" +"impervious";"impervious";208.097880543959;TRUE;"Your Place" +"vegetation";"impervious";8.96300109231379;FALSE;"Your Place" +"urban";"impervious";52.2052105018302;FALSE;"Your Place" +"urban";"impervious";35.533494976582;FALSE;"Your Place" +"impervious";"impervious";129.752043501008;TRUE;"Your Place" +"impervious";"impervious";54.201096862671;TRUE;"Your Place" +"impervious";"vegetation";58.2234137816704;FALSE;"Your Place" +"impervious";"vegetation";14.8074567089207;FALSE;"Your Place" +"vegetation";"vegetation";498.569007700309;TRUE;"Your Place" +"vegetation";"vegetation";373.44163607806;TRUE;"Your Place" +"vegetation";"impervious";3688.48380911164;FALSE;"Your Place" +"impervious";"impervious";86.2159471351188;TRUE;"Your Place" +"water";"impervious";842.568719531409;FALSE;"Your Place" +"water";"impervious";413.782534494996;FALSE;"Your Place" +"vegetation";"water";23.6893730699085;FALSE;"Your Place" +"water";"water";20.2521333689801;TRUE;"Your Place" +"urban";"impervious";152.064678964263;FALSE;"Your Place" +"impervious";"impervious";197.065489164554;TRUE;"Your Place" +"vegetation";"water";646.968875775754;FALSE;"Your Place" +"water";"water";2.78126466320828;TRUE;"Your Place" +"impervious";"water";0.528431960236048;FALSE;"Your Place" +"impervious";"water";40.4933668924496;FALSE;"Your Place" +"water";"water";3568.48087841365;TRUE;"Your Place" +"impervious";"water";418.15551226039;FALSE;"Your Place" +"water";"water";35984.2023894973;TRUE;"Your Place" +"water";"water";6.64625351825089;TRUE;"Your Place" +"impervious";"water";0.589929410227342;FALSE;"Your Place" +"vegetation";"water";0.023092248942703;FALSE;"Your Place" +"urban";"vegetation";292.849596873581;FALSE;"Your Place" +"urban";"vegetation";32.7239854382351;FALSE;"Your Place" +"water";"vegetation";121.716628015973;FALSE;"Your Place" +"urban";"impervious";39.3154960291868;FALSE;"Your Place" +"urban";"impervious";56.7229268568917;FALSE;"Your Place" +"impervious";"vegetation";1.40429029957158;FALSE;"Your Place" +"water";"vegetation";467.864568267018;FALSE;"Your Place" +"impervious";"vegetation";5651.14131204132;FALSE;"Your Place" +"impervious";"vegetation";106.801001172353;FALSE;"Your Place" +"water";"vegetation";773.430647518602;FALSE;"Your Place" +"impervious";"vegetation";336.201814310625;FALSE;"Your Place" +"vegetation";"vegetation";0.374874169618124;TRUE;"Your Place" +"urban";"impervious";636.39519923937;FALSE;"Your Place" +"impervious";"impervious";1288.55073112482;TRUE;"Your Place" +"impervious";"impervious";3082.19854458072;TRUE;"Your Place" +"impervious";"impervious";22.9879301658948;TRUE;"Your Place" +"impervious";"impervious";0.363207724705717;TRUE;"Your Place" +"impervious";"impervious";27.7746305403998;TRUE;"Your Place" +"impervious";"impervious";4721.91755609401;TRUE;"Your Place" +"vegetation";"impervious";758.261247677729;FALSE;"Your Place" +"vegetation";"impervious";197.845115976874;FALSE;"Your Place" +"vegetation";"impervious";7.59119284036569;FALSE;"Your Place" +"vegetation";"vegetation";16.8420632826164;TRUE;"Your Place" +"urban";"impervious";2.69059935258701;FALSE;"Your Place" +"impervious";"impervious";0.372683121437149;TRUE;"Your Place" +"impervious";"impervious";3.331340551842;TRUE;"Your Place" +"impervious";"impervious";1053.76581339887;TRUE;"Your Place" +"impervious";"impervious";9.42968916508835;TRUE;"Your Place" +"impervious";"impervious";1.45312737079803;TRUE;"Your Place" +"impervious";"impervious";5.6513580956962;TRUE;"Your Place" +"vegetation";"impervious";4.77422237524297;FALSE;"Your Place" +"vegetation";"impervious";6.29385121719679;FALSE;"Your Place" +"vegetation";"water";4505.53540635575;FALSE;"Your Place" +"vegetation";"water";106.09861143236;FALSE;"Your Place" +"vegetation";"water";30.1122188139707;FALSE;"Your Place" +"water";"water";5040.85086694453;TRUE;"Your Place" +"impervious";"water";32.5634722020477;FALSE;"Your Place" +"vegetation";"vegetation";87.4965466251597;TRUE;"Your Place" +"vegetation";"vegetation";1188.41505671287;TRUE;"Your Place" +"vegetation";"vegetation";1306.11586280074;TRUE;"Your Place" +"vegetation";"vegetation";135.222261497052;TRUE;"Your Place" +"vegetation";"vegetation";5159.61081042947;TRUE;"Your Place" +"impervious";"vegetation";22.5563762247621;FALSE;"Your Place" +"vegetation";"water";14.3501133145764;FALSE;"Your Place" +"urban";"impervious";791.612718429882;FALSE;"Your Place" +"impervious";"impervious";148.86836910015;TRUE;"Your Place" +"vegetation";"impervious";10.9063091888092;FALSE;"Your Place" +"vegetation";"vegetation";5158.0222773283;TRUE;"Your Place" +"impervious";"vegetation";732.52228453476;FALSE;"Your Place" +"vegetation";"vegetation";6.72949859919026;TRUE;"Your Place" +"impervious";"impervious";773.137740418693;TRUE;"Your Place" +"impervious";"impervious";0.0484212007140741;TRUE;"Your Place" +"vegetation";"vegetation";84.2484563728794;TRUE;"Your Place" +"urban";"vegetation";165.936443528917;FALSE;"Your Place" +"vegetation";"water";4.0428629796952;FALSE;"Your Place" +"urban";"impervious";35.5143979118438;FALSE;"Your Place" +"urban";"impervious";35.1233336334117;FALSE;"Your Place" +"impervious";"impervious";0.062356058289879;TRUE;"Your Place" +"impervious";"impervious";98.9146133553004;TRUE;"Your Place" +"vegetation";"impervious";10.1167402126594;FALSE;"Your Place" +"vegetation";"impervious";7.28118182392791;FALSE;"Your Place" +"vegetation";"impervious";2.25213742483174;FALSE;"Your Place" +"vegetation";"vegetation";31.0505220975028;TRUE;"Your Place" +"urban";"vegetation";4.72306906222366;FALSE;"Your Place" +"vegetation";"vegetation";0.402948722243309;TRUE;"Your Place" +"vegetation";"vegetation";1171.25312550133;TRUE;"Your Place" +"vegetation";"vegetation";1.19938320107758;TRUE;"Your Place" +"water";"vegetation";4.83930688491091;FALSE;"Your Place" +"impervious";"vegetation";144.964312879834;FALSE;"Your Place" +"vegetation";"vegetation";204.968147490523;TRUE;"Your Place" +"vegetation";"vegetation";120.698982625734;TRUE;"Your Place" +"water";"vegetation";35.1019781941432;FALSE;"Your Place" +"urban";"impervious";34.1065926780575;FALSE;"Your Place" +"urban";"vegetation";1056.68486620532;FALSE;"Your Place" +"vegetation";"water";255.542451022193;FALSE;"Your Place" +"urban";"vegetation";149.636455975007;FALSE;"Your Place" +"water";"vegetation";81.3228077234235;FALSE;"Your Place" +"vegetation";"vegetation";612.441547133029;TRUE;"Your Place" +"vegetation";"vegetation";510.485919948667;TRUE;"Your Place" +"vegetation";"vegetation";114.798456364806;TRUE;"Your Place" +"vegetation";"vegetation";91.791036187904;TRUE;"Your Place" +"vegetation";"vegetation";16637.3442604165;TRUE;"Your Place" +"vegetation";"impervious";38.1210607879329;FALSE;"Your Place" +"urban";"vegetation";675.354689529864;FALSE;"Your Place" +"vegetation";"vegetation";40.8138150461018;TRUE;"Your Place" +"vegetation";"vegetation";504.928068293317;TRUE;"Your Place" +"vegetation";"vegetation";6236.96815411095;TRUE;"Your Place" +"vegetation";"impervious";37.4999182448387;FALSE;"Your Place" +"urban";"impervious";3.94136377586983;FALSE;"Your Place" +"vegetation";"vegetation";179584.921320579;TRUE;"Your Place" +"vegetation";"vegetation";11.2120437696576;TRUE;"Your Place" +"vegetation";"vegetation";23462.5872632966;TRUE;"Your Place" +"vegetation";"vegetation";12.5678396950316;TRUE;"Your Place" +"urban";"vegetation";7324.50003299816;FALSE;"Your Place" +"vegetation";"impervious";5.35594429646153;FALSE;"Your Place" +"urban";"vegetation";6593.07113085754;FALSE;"Your Place" +"impervious";"vegetation";146.329768845695;FALSE;"Your Place" +"impervious";"vegetation";2281.81085420819;FALSE;"Your Place" +"impervious";"vegetation";3.04822806851007;FALSE;"Your Place" +"impervious";"vegetation";0.787420991196996;FALSE;"Your Place" +"urban";"vegetation";43.8592238209822;FALSE;"Your Place" +"urban";"impervious";1257.11976511673;FALSE;"Your Place" +"vegetation";"impervious";38.210055479547;FALSE;"Your Place" +"urban";"impervious";35.7219273149967;FALSE;"Your Place" +"vegetation";"impervious";323.870758032892;FALSE;"Your Place" +"vegetation";"vegetation";194.584094005637;TRUE;"Your Place" +"vegetation";"vegetation";119.919852687977;TRUE;"Your Place" +"vegetation";"vegetation";843.511977792252;TRUE;"Your Place" +"water";"vegetation";83.8833645507693;FALSE;"Your Place" +"vegetation";"impervious";60.6157270456315;FALSE;"Your Place" +"impervious";"impervious";143.720365266861;TRUE;"Your Place" +"vegetation";"impervious";36.4235800341703;FALSE;"Your Place" +"urban";"water";29.3093870702432;FALSE;"Your Place" +"water";"water";2.2462748317048;TRUE;"Your Place" +"impervious";"vegetation";412.803823508322;FALSE;"Your Place" +"vegetation";"vegetation";77.505992549191;TRUE;"Your Place" +"vegetation";"vegetation";0.238393059989903;TRUE;"Your Place" +"impervious";"vegetation";53.5258446747212;FALSE;"Your Place" +"vegetation";"impervious";33.7398562375165;FALSE;"Your Place" +"vegetation";"impervious";315.795035447605;FALSE;"Your Place" +"impervious";"impervious";0.897832320828456;TRUE;"Your Place" +"urban";"vegetation";27.2218932115939;FALSE;"Your Place" +"vegetation";"impervious";302.006138461089;FALSE;"Your Place" +"vegetation";"impervious";44.6870945514529;FALSE;"Your Place" +"vegetation";"vegetation";1266.90865091141;TRUE;"Your Place" +"vegetation";"vegetation";289949.688919157;TRUE;"Your Place" +"vegetation";"vegetation";102.732746108435;TRUE;"Your Place" +"vegetation";"vegetation";4798.63383354252;TRUE;"Your Place" +"vegetation";"vegetation";5347.10905674845;TRUE;"Your Place" +"impervious";"vegetation";420.131210045365;FALSE;"Your Place" +"vegetation";"impervious";5.54529449320398;FALSE;"Your Place" +"impervious";"impervious";70.5066438540816;TRUE;"Your Place" +"urban";"vegetation";52.0849398495629;FALSE;"Your Place" +"water";"vegetation";29.4138209950179;FALSE;"Your Place" +"urban";"impervious";282.209969554517;FALSE;"Your Place" +"vegetation";"vegetation";654.395424200455;TRUE;"Your Place" +"impervious";"vegetation";1.85798314050771;FALSE;"Your Place" +"vegetation";"vegetation";46.9694865039783;TRUE;"Your Place" +"vegetation";"impervious";23.5888688529376;FALSE;"Your Place" +"vegetation";"impervious";25.8986134783481;FALSE;"Your Place" +"urban";"impervious";55.3530958208721;FALSE;"Your Place" +"vegetation";"impervious";2796.66321692918;FALSE;"Your Place" +"water";"vegetation";171.619241159409;FALSE;"Your Place" +"impervious";"vegetation";1612.67786384188;FALSE;"Your Place" +"vegetation";"vegetation";96.6946536251344;TRUE;"Your Place" +"urban";"vegetation";8.94759561214596;FALSE;"Your Place" +"urban";"vegetation";125.932271439931;FALSE;"Your Place" +"impervious";"vegetation";5995.30904496275;FALSE;"Your Place" +"vegetation";"impervious";3.02269761520438;FALSE;"Your Place" +"impervious";"impervious";4.33545700763352;TRUE;"Your Place" +"vegetation";"impervious";242.352004840854;FALSE;"Your Place" +"urban";"vegetation";1.4154374509817;FALSE;"Your Place" +"urban";"vegetation";19.2693654183531;FALSE;"Your Place" +"impervious";"vegetation";2053.12380982004;FALSE;"Your Place" +"water";"vegetation";437.336665838375;FALSE;"Your Place" +"water";"vegetation";384.068558253697;FALSE;"Your Place" +"water";"vegetation";2.01547923195176;FALSE;"Your Place" +"impervious";"vegetation";12.6063533700071;FALSE;"Your Place" +"urban";"water";0.223385207907995;FALSE;"Your Place" +"water";"water";0.744324027957191;TRUE;"Your Place" +"impervious";"water";59.9281381222827;FALSE;"Your Place" +"water";"water";5424.4607595359;TRUE;"Your Place" +"impervious";"water";236.782519058848;FALSE;"Your Place" +"water";"water";2746.20235645957;TRUE;"Your Place" +"water";"water";8.31084325211123;TRUE;"Your Place" +"impervious";"water";0.353005776461941;FALSE;"Your Place" +"urban";"vegetation";12.7245024555596;FALSE;"Your Place" +"urban";"vegetation";22.4769189358194;FALSE;"Your Place" +"water";"vegetation";61.6198163451627;FALSE;"Your Place" +"impervious";"vegetation";3096.84192043357;FALSE;"Your Place" +"impervious";"vegetation";88.9549557148712;FALSE;"Your Place" +"water";"vegetation";64.9698448243435;FALSE;"Your Place" +"impervious";"vegetation";0.418027148291003;FALSE;"Your Place" +"impervious";"vegetation";3.46470036020037;FALSE;"Your Place" +"urban";"impervious";143.624465534231;FALSE;"Your Place" +"urban";"impervious";149.465879242867;FALSE;"Your Place" +"urban";"impervious";5.66651197196916;FALSE;"Your Place" +"urban";"vegetation";291.573008889332;FALSE;"Your Place" +"urban";"vegetation";7.79551152139902;FALSE;"Your Place" +"impervious";"vegetation";111.664739193046;FALSE;"Your Place" +"impervious";"vegetation";6154.74556341558;FALSE;"Your Place" +"urban";"impervious";470.696920703165;FALSE;"Your Place" +"urban";"impervious";97.6380391763523;FALSE;"Your Place" +"vegetation";"vegetation";1906.01259901012;TRUE;"Your Place" +"vegetation";"vegetation";3929.8973252438;TRUE;"Your Place" +"vegetation";"vegetation";107.555193142034;TRUE;"Your Place" +"vegetation";"vegetation";916.982718666084;TRUE;"Your Place" +"vegetation";"impervious";1505.72267279495;FALSE;"Your Place" +"urban";"impervious";191.105614231899;FALSE;"Your Place" +"vegetation";"impervious";6.34186083974782;FALSE;"Your Place" +"vegetation";"vegetation";24598.8602954829;TRUE;"Your Place" +"vegetation";"vegetation";3399.70166103868;TRUE;"Your Place" +"impervious";"vegetation";4.58976810914464;FALSE;"Your Place" +"vegetation";"impervious";111.076937272097;FALSE;"Your Place" +"vegetation";"impervious";1.54233280866174;FALSE;"Your Place" +"vegetation";"impervious";19.8353964352864;FALSE;"Your Place" +"vegetation";"vegetation";95.247572981054;TRUE;"Your Place" +"water";"vegetation";28.2099377568811;FALSE;"Your Place" +"vegetation";"impervious";0.671907781681512;FALSE;"Your Place" +"vegetation";"impervious";30.9797549585346;FALSE;"Your Place" +"vegetation";"impervious";8.48327826033346;FALSE;"Your Place" +"impervious";"impervious";112.278011703165;TRUE;"Your Place" +"vegetation";"impervious";275.163895404199;FALSE;"Your Place" +"impervious";"impervious";4.48528352752328;TRUE;"Your Place" +"water";"vegetation";19.2034011405194;FALSE;"Your Place" +"urban";"impervious";322.4287246475;FALSE;"Your Place" +"vegetation";"impervious";2.97618647720083;FALSE;"Your Place" +"urban";"impervious";608.779106120413;FALSE;"Your Place" +"urban";"impervious";229.157546057366;FALSE;"Your Place" +"vegetation";"vegetation";0.259731646307046;TRUE;"Your Place" +"water";"vegetation";5.49293636053335;FALSE;"Your Place" +"urban";"vegetation";228.05302404896;FALSE;"Your Place" +"vegetation";"impervious";1.5879114017298;FALSE;"Your Place" +"vegetation";"impervious";82.6148682459607;FALSE;"Your Place" +"water";"vegetation";5.57532891293522;FALSE;"Your Place" +"urban";"impervious";354.249802047387;FALSE;"Your Place" +"urban";"impervious";16.4280293394113;FALSE;"Your Place" +"vegetation";"vegetation";350.357554667629;TRUE;"Your Place" +"water";"vegetation";103.205226237187;FALSE;"Your Place" +"vegetation";"impervious";72.9995157075027;FALSE;"Your Place" +"urban";"impervious";17.2866330196266;FALSE;"Your Place" +"urban";"vegetation";2.5355381310801;FALSE;"Your Place" +"vegetation";"vegetation";1322.53777959081;TRUE;"Your Place" +"vegetation";"vegetation";3.71163932560012;TRUE;"Your Place" +"vegetation";"impervious";80.8355935418513;FALSE;"Your Place" +"vegetation";"impervious";0.420871013775468;FALSE;"Your Place" +"vegetation";"impervious";3.51269759383285;FALSE;"Your Place" +"vegetation";"impervious";34.0438903049799;FALSE;"Your Place" +"impervious";"impervious";46.0025830614613;TRUE;"Your Place" +"vegetation";"impervious";44.098295593576;FALSE;"Your Place" +"vegetation";"vegetation";2.60068686085287;TRUE;"Your Place" +"vegetation";"impervious";0.26763430966821;FALSE;"Your Place" +"vegetation";"impervious";30.0967345382378;FALSE;"Your Place" +"vegetation";"impervious";71.6330742002465;FALSE;"Your Place" +"vegetation";"impervious";43.2495893668383;FALSE;"Your Place" +"urban";"impervious";27.0692501618178;FALSE;"Your Place" +"vegetation";"impervious";5.3624711621087;FALSE;"Your Place" +"vegetation";"vegetation";10.1826024633483;TRUE;"Your Place" +"vegetation";"impervious";38.2396853531827;FALSE;"Your Place" +"vegetation";"impervious";157.623847699142;FALSE;"Your Place" +"vegetation";"impervious";11.877669224923;FALSE;"Your Place" +"vegetation";"impervious";23.0644002052431;FALSE;"Your Place" +"vegetation";"impervious";72.6517983264712;FALSE;"Your Place" +"impervious";"impervious";164.034165578196;TRUE;"Your Place" +"vegetation";"impervious";126.002565863309;FALSE;"Your Place" +"vegetation";"impervious";273.022589506349;FALSE;"Your Place" +"urban";"impervious";44.2543839863501;FALSE;"Your Place" +"urban";"impervious";25.0678659923142;FALSE;"Your Place" +"vegetation";"vegetation";114.954636397772;TRUE;"Your Place" +"water";"vegetation";2.17378163011745;FALSE;"Your Place" +"vegetation";"impervious";1.61623031098861;FALSE;"Your Place" +"urban";"impervious";37.0052576439921;FALSE;"Your Place" +"urban";"impervious";53.5844360277988;FALSE;"Your Place" +"urban";"impervious";41.6395006547682;FALSE;"Your Place" +"urban";"vegetation";2.01378354104236;FALSE;"Your Place" +"vegetation";"impervious";28.3526187771931;FALSE;"Your Place" +"impervious";"impervious";1.22797603346407;TRUE;"Your Place" +"vegetation";"impervious";42.3152985398192;FALSE;"Your Place" +"vegetation";"vegetation";17971.9384662397;TRUE;"Your Place" +"vegetation";"vegetation";67.9517333549447;TRUE;"Your Place" +"vegetation";"vegetation";1019.18704987579;TRUE;"Your Place" +"vegetation";"vegetation";1.94111527130008;TRUE;"Your Place" +"water";"vegetation";0.706309789267834;FALSE;"Your Place" +"urban";"impervious";40.7142816944979;FALSE;"Your Place" +"urban";"impervious";67.3649674592889;FALSE;"Your Place" +"impervious";"vegetation";41.3346245578359;FALSE;"Your Place" +"vegetation";"impervious";89.3621898682395;FALSE;"Your Place" +"water";"impervious";10.5145048740378;FALSE;"Your Place" +"vegetation";"impervious";209.130611006112;FALSE;"Your Place" +"vegetation";"impervious";6.55193281793618;FALSE;"Your Place" +"impervious";"impervious";89.7582758842036;TRUE;"Your Place" +"vegetation";"impervious";106.439744711082;FALSE;"Your Place" +"impervious";"impervious";14.4778731893748;TRUE;"Your Place" +"vegetation";"impervious";345.157685173675;FALSE;"Your Place" +"vegetation";"impervious";1008.34815006255;FALSE;"Your Place" +"water";"impervious";17.2548417467624;FALSE;"Your Place" +"vegetation";"impervious";2.9682573817845;FALSE;"Your Place" +"water";"impervious";0.321821083671239;FALSE;"Your Place" +"impervious";"impervious";60.3978605090815;TRUE;"Your Place" +"vegetation";"impervious";2.92802946383017;FALSE;"Your Place" +"vegetation";"vegetation";8.5264251655899;TRUE;"Your Place" +"vegetation";"vegetation";6.65179908135906;TRUE;"Your Place" +"vegetation";"vegetation";17.5855827139458;TRUE;"Your Place" +"vegetation";"impervious";2.15735265263356;FALSE;"Your Place" +"vegetation";"vegetation";108.023532119114;TRUE;"Your Place" +"vegetation";"impervious";99.179755252786;FALSE;"Your Place" +"urban";"impervious";160.37808409147;FALSE;"Your Place" +"urban";"impervious";3800.26849143277;FALSE;"Your Place" +"vegetation";"vegetation";1.346866897773;TRUE;"Your Place" +"vegetation";"impervious";12.8588857150171;FALSE;"Your Place" +"vegetation";"impervious";2.06767501216382;FALSE;"Your Place" +"vegetation";"vegetation";99.4535234547802;TRUE;"Your Place" +"vegetation";"vegetation";26.6789554121206;TRUE;"Your Place" +"vegetation";"vegetation";23.4419587185694;TRUE;"Your Place" +"impervious";"vegetation";3992.81618312001;FALSE;"Your Place" +"water";"vegetation";880.09972176468;FALSE;"Your Place" +"impervious";"vegetation";1.10376842253754;FALSE;"Your Place" +"impervious";"vegetation";730.520478410268;FALSE;"Your Place" +"vegetation";"vegetation";0.190145890730491;TRUE;"Your Place" +"vegetation";"impervious";49.7047600003425;FALSE;"Your Place" +"vegetation";"impervious";7.69965480966493;FALSE;"Your Place" +"urban";"vegetation";922.652442999184;FALSE;"Your Place" +"urban";"impervious";332.21283293888;FALSE;"Your Place" +"urban";"impervious";16.9551456539662;FALSE;"Your Place" +"vegetation";"vegetation";1.03385489608627;TRUE;"Your Place" +"impervious";"vegetation";48.2577209649608;FALSE;"Your Place" +"impervious";"vegetation";2717.0299285209;FALSE;"Your Place" +"vegetation";"vegetation";1.38614799961215;TRUE;"Your Place" +"vegetation";"vegetation";3.38259079371346;TRUE;"Your Place" +"vegetation";"vegetation";4.08967133855913;TRUE;"Your Place" +"impervious";"vegetation";126.46142027725;FALSE;"Your Place" +"vegetation";"vegetation";44614.1304254317;TRUE;"Your Place" +"vegetation";"vegetation";9.71704748738557;TRUE;"Your Place" +"vegetation";"impervious";146.028671070933;FALSE;"Your Place" +"vegetation";"impervious";208.280182374641;FALSE;"Your Place" +"vegetation";"vegetation";55.1860487421509;TRUE;"Your Place" +"vegetation";"vegetation";4.08337763039162;TRUE;"Your Place" +"water";"vegetation";0.795120609516744;FALSE;"Your Place" +"vegetation";"impervious";521.098342258483;FALSE;"Your Place" +"water";"impervious";0.441434771288186;FALSE;"Your Place" +"urban";"impervious";7.82275168877095;FALSE;"Your Place" +"urban";"impervious";481.395446899347;FALSE;"Your Place" +"vegetation";"impervious";0.55750618071761;FALSE;"Your Place" +"vegetation";"impervious";81.7237310572527;FALSE;"Your Place" +"vegetation";"vegetation";1877.05133241601;TRUE;"Your Place" +"water";"vegetation";1.38501716044266;FALSE;"Your Place" +"vegetation";"vegetation";0.194990905118175;TRUE;"Your Place" +"vegetation";"vegetation";1397.15878887183;TRUE;"Your Place" +"vegetation";"vegetation";2578.35944211663;TRUE;"Your Place" +"vegetation";"impervious";24.9583192482824;FALSE;"Your Place" +"vegetation";"impervious";1.11472271673847;FALSE;"Your Place" +"vegetation";"vegetation";52.1244169259444;TRUE;"Your Place" +"vegetation";"impervious";73.8885820386931;FALSE;"Your Place" +"vegetation";"impervious";877.463808207773;FALSE;"Your Place" +"impervious";"vegetation";43.3489069245406;FALSE;"Your Place" +"impervious";"vegetation";4756.84413697245;FALSE;"Your Place" +"impervious";"vegetation";229.095248159487;FALSE;"Your Place" +"vegetation";"vegetation";13.5540364347398;TRUE;"Your Place" +"water";"vegetation";115.291793121025;FALSE;"Your Place" +"urban";"impervious";7.91705550689312;FALSE;"Your Place" +"urban";"impervious";0.257513861855841;FALSE;"Your Place" +"urban";"impervious";1630.98027054709;FALSE;"Your Place" +"impervious";"impervious";5.26209709676914;TRUE;"Your Place" +"vegetation";"vegetation";4370.71199146379;TRUE;"Your Place" +"vegetation";"vegetation";2982.40051777288;TRUE;"Your Place" +"vegetation";"impervious";30.0300986125076;FALSE;"Your Place" +"urban";"impervious";170.750757690985;FALSE;"Your Place" +"urban";"impervious";110.197134467091;FALSE;"Your Place" +"urban";"impervious";2.99119467753917;FALSE;"Your Place" +"vegetation";"vegetation";113.297158027533;TRUE;"Your Place" +"water";"vegetation";255.474870555685;FALSE;"Your Place" +"urban";"impervious";17.9529791176319;FALSE;"Your Place" +"impervious";"impervious";208.852032303112;TRUE;"Your Place" +"vegetation";"vegetation";1997.49285165407;TRUE;"Your Place" +"water";"vegetation";68.8070171034196;FALSE;"Your Place" +"water";"vegetation";19.7897143936716;FALSE;"Your Place" +"urban";"impervious";572.733319800347;FALSE;"Your Place" +"urban";"impervious";1311.60072726023;FALSE;"Your Place" +"vegetation";"vegetation";34.2199139641598;TRUE;"Your Place" +"water";"vegetation";366.75342815998;FALSE;"Your Place" +"water";"vegetation";1.94790316838771;FALSE;"Your Place" +"urban";"impervious";774.049170263112;FALSE;"Your Place" +"vegetation";"impervious";294.296163124032;FALSE;"Your Place" +"urban";"vegetation";1033.224638924;FALSE;"Your Place" +"urban";"vegetation";73.9661882416112;FALSE;"Your Place" +"vegetation";"vegetation";2335.46166045318;TRUE;"Your Place" +"vegetation";"vegetation";3.68436752865091;TRUE;"Your Place" +"vegetation";"water";1.72986230906099;FALSE;"Your Place" +"water";"water";89.0032547013834;TRUE;"Your Place" +"vegetation";"vegetation";4.6056730330456;TRUE;"Your Place" +"water";"vegetation";0.193026315653697;FALSE;"Your Place" +"vegetation";"vegetation";6.62021940015256;TRUE;"Your Place" +"water";"vegetation";110.630638619885;FALSE;"Your Place" +"vegetation";"vegetation";1.44739573003608;TRUE;"Your Place" +"urban";"impervious";891.06202236563;FALSE;"Your Place" +"water";"water";3375.60648248822;TRUE;"Your Place" +"impervious";"water";3.28693869221024;FALSE;"Your Place" +"impervious";"water";122.520079100941;FALSE;"Your Place" +"vegetation";"impervious";2336.89240168128;FALSE;"Your Place" +"water";"impervious";48.8628552609589;FALSE;"Your Place" +"vegetation";"impervious";0.0579701361712068;FALSE;"Your Place" +"impervious";"vegetation";50.6148112351075;FALSE;"Your Place" +"water";"vegetation";357.611663202406;FALSE;"Your Place" +"impervious";"vegetation";1658.74992464157;FALSE;"Your Place" +"water";"vegetation";14.9518466582522;FALSE;"Your Place" +"impervious";"vegetation";245.566156557412;FALSE;"Your Place" +"urban";"impervious";20.7920011032838;FALSE;"Your Place" +"urban";"impervious";0.218688090761134;FALSE;"Your Place" +"water";"impervious";75.0934813626227;FALSE;"Your Place" +"impervious";"impervious";19.2055768375285;TRUE;"Your Place" +"impervious";"impervious";9.68966958881356;TRUE;"Your Place" +"impervious";"impervious";1938.48976523301;TRUE;"Your Place" +"impervious";"impervious";20.0126773597221;TRUE;"Your Place" +"urban";"impervious";42.8011985820485;FALSE;"Your Place" +"urban";"impervious";0.362537426204653;FALSE;"Your Place" +"water";"impervious";22.6720407426474;FALSE;"Your Place" +"impervious";"impervious";69.8812509964919;TRUE;"Your Place" +"impervious";"impervious";7.47206534443831;TRUE;"Your Place" +"impervious";"impervious";1327.31752572954;TRUE;"Your Place" +"urban";"impervious";13.7913423599675;FALSE;"Your Place" +"urban";"impervious";37.4795709550381;FALSE;"Your Place" +"impervious";"impervious";297.266195860459;TRUE;"Your Place" +"vegetation";"water";17.9927632529289;FALSE;"Your Place" +"water";"water";53.8090145243332;TRUE;"Your Place" +"water";"water";0.435135445324704;TRUE;"Your Place" +"impervious";"vegetation";58.5567878102884;FALSE;"Your Place" +"water";"vegetation";29.6275895622093;FALSE;"Your Place" +"water";"vegetation";2.9332257801434;FALSE;"Your Place" +"impervious";"vegetation";38.0962037642021;FALSE;"Your Place" +"water";"vegetation";0.875311546726152;FALSE;"Your Place" +"impervious";"impervious";26.9562982899661;TRUE;"Your Place" +"impervious";"impervious";25.0142868552357;TRUE;"Your Place" +"impervious";"vegetation";121.011912043206;FALSE;"Your Place" +"impervious";"vegetation";1.72345526376739;FALSE;"Your Place" +"impervious";"water";35.823594879359;FALSE;"Your Place" +"water";"water";45.1250941483304;TRUE;"Your Place" +"impervious";"vegetation";35.5208231469151;FALSE;"Your Place" +"impervious";"vegetation";1236.06571820462;FALSE;"Your Place" +"impervious";"impervious";69.2126704684924;TRUE;"Your Place" +"impervious";"impervious";119.941534286831;TRUE;"Your Place" +"impervious";"impervious";408.020820172969;TRUE;"Your Place" +"impervious";"impervious";2.07197009539232;TRUE;"Your Place" +"impervious";"vegetation";2.7365588597022;FALSE;"Your Place" +"water";"vegetation";144.933593502734;FALSE;"Your Place" +"impervious";"vegetation";566.209806933999;FALSE;"Your Place" +"water";"vegetation";96.362588478718;FALSE;"Your Place" +"impervious";"vegetation";3.78239952214062;FALSE;"Your Place" +"impervious";"vegetation";2.80557979736477;FALSE;"Your Place" +"vegetation";"vegetation";555.541047632229;TRUE;"Your Place" +"impervious";"impervious";26.4306689503719;TRUE;"Your Place" +"impervious";"vegetation";14.3223281861283;FALSE;"Your Place" +"impervious";"impervious";22.3734717840562;TRUE;"Your Place" +"impervious";"impervious";1036.19436457753;TRUE;"Your Place" +"urban";"impervious";813.896992920636;FALSE;"Your Place" +"urban";"impervious";0.392875398116303;FALSE;"Your Place" +"impervious";"impervious";156.752648605383;TRUE;"Your Place" +"impervious";"impervious";2.35542910150252;TRUE;"Your Place" +"urban";"impervious";167.903309177578;FALSE;"Your Place" +"urban";"impervious";5.55945065902779;FALSE;"Your Place" +"impervious";"impervious";14.7698478863749;TRUE;"Your Place" +"vegetation";"impervious";391.617047026753;FALSE;"Your Place" +"impervious";"impervious";1.80786305019865;TRUE;"Your Place" +"impervious";"impervious";24.2649077153183;TRUE;"Your Place" +"impervious";"impervious";15.2947231165599;TRUE;"Your Place" +"impervious";"impervious";2575.86951850832;TRUE;"Your Place" +"urban";"vegetation";768.445096580312;FALSE;"Your Place" +"urban";"impervious";14.6767446289887;FALSE;"Your Place" +"urban";"impervious";16.5681131760357;FALSE;"Your Place" +"impervious";"impervious";181.062384999823;TRUE;"Your Place" +"impervious";"impervious";15.3399165585288;TRUE;"Your Place" +"urban";"impervious";1.82461087801494;FALSE;"Your Place" +"impervious";"impervious";345.430186490994;TRUE;"Your Place" +"impervious";"impervious";4.31941416917834;TRUE;"Your Place" +"vegetation";"vegetation";199.441095456306;TRUE;"Your Place" +"impervious";"impervious";452.171846752404;TRUE;"Your Place" +"urban";"impervious";1.02154525701917;FALSE;"Your Place" +"impervious";"impervious";807.723524083762;TRUE;"Your Place" +"impervious";"water";156.012417823542;FALSE;"Your Place" +"impervious";"water";1.00893060374074;FALSE;"Your Place" +"urban";"impervious";16.0314153432846;FALSE;"Your Place" +"impervious";"impervious";361.155390696134;TRUE;"Your Place" +"impervious";"impervious";0.179395734332502;TRUE;"Your Place" +"vegetation";"vegetation";623.157095178496;TRUE;"Your Place" +"vegetation";"impervious";138.841133405745;FALSE;"Your Place" +"vegetation";"impervious";9.05227356497198;FALSE;"Your Place" +"vegetation";"vegetation";3.35298830829561;TRUE;"Your Place" +"vegetation";"vegetation";2184.39860952273;TRUE;"Your Place" +"vegetation";"vegetation";14.4957854608074;TRUE;"Your Place" +"vegetation";"vegetation";1979.92123845499;TRUE;"Your Place" +"urban";"impervious";26.4270367082208;FALSE;"Your Place" +"urban";"impervious";578.72848652862;FALSE;"Your Place" +"urban";"impervious";22.7564009116031;FALSE;"Your Place" +"vegetation";"impervious";32.1365229671937;FALSE;"Your Place" +"impervious";"water";20.787016870454;FALSE;"Your Place" +"vegetation";"vegetation";588.865438310792;TRUE;"Your Place" +"vegetation";"vegetation";86.1194150042284;TRUE;"Your Place" +"vegetation";"vegetation";2590.76745615387;TRUE;"Your Place" +"vegetation";"vegetation";491.421775543509;TRUE;"Your Place" +"vegetation";"impervious";60.4498698549141;FALSE;"Your Place" +"urban";"vegetation";945.25044326717;FALSE;"Your Place" +"urban";"vegetation";0.414856732648332;FALSE;"Your Place" +"urban";"vegetation";99.8738569971756;FALSE;"Your Place" +"urban";"vegetation";41.6579527381546;FALSE;"Your Place" +"impervious";"vegetation";1860.81277215946;FALSE;"Your Place" +"impervious";"vegetation";7.26465550011199;FALSE;"Your Place" +"urban";"impervious";72.2180140197743;FALSE;"Your Place" +"urban";"vegetation";282.661888815463;FALSE;"Your Place" +"urban";"vegetation";1941.89174040314;FALSE;"Your Place" +"urban";"impervious";53.7977678440511;FALSE;"Your Place" +"urban";"impervious";0.00439555308616946;FALSE;"Your Place" +"urban";"impervious";268.816152032574;FALSE;"Your Place" +"urban";"impervious";19.7384954189183;FALSE;"Your Place" +"vegetation";"impervious";150.640643011546;FALSE;"Your Place" +"vegetation";"impervious";148.203441827907;FALSE;"Your Place" +"urban";"impervious";29.1044473273068;FALSE;"Your Place" +"urban";"impervious";14.8214432448149;FALSE;"Your Place" +"impervious";"impervious";2658.85378911719;TRUE;"Your Place" +"water";"impervious";16.5045907849999;FALSE;"Your Place" +"impervious";"impervious";16.9728298468981;TRUE;"Your Place" +"water";"impervious";0.0995497997773782;FALSE;"Your Place" +"urban";"impervious";42.6932209432125;FALSE;"Your Place" +"urban";"impervious";0.127086474269163;FALSE;"Your Place" +"urban";"impervious";389.271002039779;FALSE;"Your Place" +"urban";"impervious";20.465068058882;FALSE;"Your Place" +"urban";"impervious";14.2439256411744;FALSE;"Your Place" +"urban";"vegetation";42.3634423092008;FALSE;"Your Place" +"impervious";"water";211.006396099338;FALSE;"Your Place" +"water";"water";6294.29218320176;TRUE;"Your Place" +"water";"water";28.6130738761276;TRUE;"Your Place" +"urban";"vegetation";753.849487194326;FALSE;"Your Place" +"urban";"vegetation";20.2794618093176;FALSE;"Your Place" +"vegetation";"vegetation";891.491468152813;TRUE;"Your Place" +"vegetation";"vegetation";33.4718638505947;TRUE;"Your Place" +"urban";"impervious";6.21658284406294;FALSE;"Your Place" +"vegetation";"vegetation";14.5801312834956;TRUE;"Your Place" +"vegetation";"vegetation";1652.21218481427;TRUE;"Your Place" +"vegetation";"impervious";3.8567458151374;FALSE;"Your Place" +"vegetation";"impervious";113.882201981032;FALSE;"Your Place" +"urban";"impervious";1946.57311118429;FALSE;"Your Place" +"urban";"impervious";3.19410993422571;FALSE;"Your Place" +"urban";"impervious";0.154928407806437;FALSE;"Your Place" +"impervious";"impervious";58.7414773709606;TRUE;"Your Place" +"impervious";"impervious";15.4163796904031;TRUE;"Your Place" +"urban";"vegetation";1107.24770403432;FALSE;"Your Place" +"vegetation";"vegetation";1514.36445504171;TRUE;"Your Place" +"urban";"impervious";19.5473325994681;FALSE;"Your Place" +"urban";"impervious";19.0325889517553;FALSE;"Your Place" +"urban";"impervious";3.16585864392255;FALSE;"Your Place" +"impervious";"impervious";0.808834497001953;TRUE;"Your Place" +"impervious";"impervious";4139.98970088561;TRUE;"Your Place" +"urban";"impervious";382.285422277637;FALSE;"Your Place" +"vegetation";"impervious";28.5614573461935;FALSE;"Your Place" +"urban";"vegetation";319.490358587354;FALSE;"Your Place" +"vegetation";"vegetation";1777.42011601158;TRUE;"Your Place" +"water";"vegetation";496.718412501468;FALSE;"Your Place" +"vegetation";"impervious";166.402712083422;FALSE;"Your Place" +"vegetation";"impervious";1.62240806547925;FALSE;"Your Place" +"urban";"vegetation";7.2291983832838;FALSE;"Your Place" +"vegetation";"vegetation";379.635906924465;TRUE;"Your Place" +"urban";"vegetation";5521.48760726303;FALSE;"Your Place" +"vegetation";"vegetation";4380.93708841875;TRUE;"Your Place" +"impervious";"vegetation";43.6716510769911;FALSE;"Your Place" +"urban";"impervious";0.341789317200892;FALSE;"Your Place" +"urban";"impervious";18.38029198203;FALSE;"Your Place" +"impervious";"impervious";2115.70973272796;TRUE;"Your Place" +"vegetation";"vegetation";13.4583889939822;TRUE;"Your Place" +"water";"vegetation";7.95065480295807;FALSE;"Your Place" +"urban";"vegetation";1029.31790730357;FALSE;"Your Place" +"vegetation";"vegetation";1112.3984164974;TRUE;"Your Place" +"vegetation";"water";38.3979755218643;FALSE;"Your Place" +"water";"water";5431.75486268988;TRUE;"Your Place" +"vegetation";"water";129.841812498984;FALSE;"Your Place" +"vegetation";"impervious";35.8263651607558;FALSE;"Your Place" +"vegetation";"vegetation";18.5876894746907;TRUE;"Your Place" +"water";"vegetation";155.92898556916;FALSE;"Your Place" +"vegetation";"vegetation";64.6921021206654;TRUE;"Your Place" +"water";"vegetation";401.556958310772;FALSE;"Your Place" +"urban";"impervious";15.984203170985;FALSE;"Your Place" +"urban";"impervious";2.57671336524072;FALSE;"Your Place" +"impervious";"impervious";152.969414100982;TRUE;"Your Place" +"impervious";"impervious";3.51292099404964;TRUE;"Your Place" +"vegetation";"vegetation";155.646098453319;TRUE;"Your Place" +"urban";"impervious";502.860328955576;FALSE;"Your Place" +"vegetation";"impervious";55.6778263538145;FALSE;"Your Place" +"vegetation";"impervious";11.4369759638794;FALSE;"Your Place" +"urban";"vegetation";598.217516264442;FALSE;"Your Place" +"urban";"impervious";7.38824148557615;FALSE;"Your Place" +"urban";"impervious";7.74301826593;FALSE;"Your Place" +"impervious";"impervious";144.742115497298;TRUE;"Your Place" +"impervious";"impervious";7.24761314982607;TRUE;"Your Place" +"impervious";"impervious";9.60441777823871;TRUE;"Your Place" +"impervious";"vegetation";201.763762845416;FALSE;"Your Place" +"urban";"impervious";595.995970181655;FALSE;"Your Place" +"urban";"impervious";259.226078742649;FALSE;"Your Place" +"impervious";"impervious";0.881900237873197;TRUE;"Your Place" +"impervious";"impervious";5134.30566678941;TRUE;"Your Place" +"vegetation";"vegetation";154.535592918284;TRUE;"Your Place" +"vegetation";"vegetation";6666.18914175406;TRUE;"Your Place" +"vegetation";"vegetation";33.6885209372267;TRUE;"Your Place" +"vegetation";"vegetation";12.0896612820798;TRUE;"Your Place" +"urban";"impervious";651.97270520078;FALSE;"Your Place" +"impervious";"impervious";0.398867358686402;TRUE;"Your Place" +"vegetation";"impervious";157.440686587943;FALSE;"Your Place" +"vegetation";"vegetation";29.4184624747286;TRUE;"Your Place" +"water";"vegetation";28.3700441974215;FALSE;"Your Place" +"urban";"vegetation";4227.5348317679;FALSE;"Your Place" +"impervious";"vegetation";21.9033273337409;FALSE;"Your Place" +"urban";"impervious";1370.15014093556;FALSE;"Your Place" +"urban";"impervious";55.1704057335155;FALSE;"Your Place" +"vegetation";"impervious";54.7309501522686;FALSE;"Your Place" +"vegetation";"impervious";4.9662232035771;FALSE;"Your Place" +"vegetation";"impervious";1.5166592116002;FALSE;"Your Place" +"vegetation";"impervious";63.3694515156094;FALSE;"Your Place" +"vegetation";"vegetation";157.048850718886;TRUE;"Your Place" +"vegetation";"vegetation";12.6195873031393;TRUE;"Your Place" +"urban";"impervious";0.808365869801491;FALSE;"Your Place" +"urban";"impervious";1.27421663200948;FALSE;"Your Place" +"urban";"impervious";107.693316648714;FALSE;"Your Place" +"urban";"impervious";67.3944237052929;FALSE;"Your Place" +"urban";"impervious";9.68561846003286;FALSE;"Your Place" +"impervious";"impervious";136.034234352366;TRUE;"Your Place" +"water";"vegetation";37.1849715532735;FALSE;"Your Place" +"vegetation";"impervious";94.4504414037801;FALSE;"Your Place" +"vegetation";"impervious";100.989574392792;FALSE;"Your Place" +"urban";"vegetation";3970.41113217408;FALSE;"Your Place" +"vegetation";"vegetation";9.08080992568284;TRUE;"Your Place" +"vegetation";"impervious";89.6091942065686;FALSE;"Your Place" +"vegetation";"impervious";0.101102209679084;FALSE;"Your Place" +"vegetation";"impervious";3.39290394156706;FALSE;"Your Place" +"vegetation";"impervious";30.0396430996479;FALSE;"Your Place" +"vegetation";"vegetation";8.11965303251054;TRUE;"Your Place" +"vegetation";"vegetation";327.392450032057;TRUE;"Your Place" +"vegetation";"vegetation";44.3698408296332;TRUE;"Your Place" +"vegetation";"vegetation";1544.34122955799;TRUE;"Your Place" +"vegetation";"vegetation";1488.34598218044;TRUE;"Your Place" +"urban";"impervious";92.7992867836729;FALSE;"Your Place" +"impervious";"impervious";3.69162031053565;TRUE;"Your Place" +"water";"water";76.1811671119649;TRUE;"Your Place" +"vegetation";"impervious";198.994352037087;FALSE;"Your Place" +"urban";"vegetation";7598.92791063385;FALSE;"Your Place" +"vegetation";"vegetation";4374.31133042206;TRUE;"Your Place" +"impervious";"vegetation";256.346537290141;FALSE;"Your Place" +"vegetation";"impervious";0.992460240842775;FALSE;"Your Place" +"vegetation";"impervious";1.52567323565017;FALSE;"Your Place" +"urban";"impervious";112.749787121546;FALSE;"Your Place" +"vegetation";"impervious";17.668183773756;FALSE;"Your Place" +"impervious";"impervious";7.71018413006095;TRUE;"Your Place" +"urban";"vegetation";472.369064828847;FALSE;"Your Place" +"vegetation";"vegetation";4978.04134485999;TRUE;"Your Place" +"water";"vegetation";336.471984647564;FALSE;"Your Place" +"water";"water";23.1849459700752;TRUE;"Your Place" +"urban";"vegetation";0.162601370160701;FALSE;"Your Place" +"vegetation";"vegetation";13.0210159680282;TRUE;"Your Place" +"water";"vegetation";4.85041824448854;FALSE;"Your Place" +"impervious";"impervious";10.9624839994358;TRUE;"Your Place" +"vegetation";"vegetation";1082.06742127657;TRUE;"Your Place" +"urban";"impervious";98.2208400539821;FALSE;"Your Place" +"vegetation";"vegetation";64.0964781777002;TRUE;"Your Place" +"vegetation";"vegetation";54.3622746872716;TRUE;"Your Place" +"vegetation";"vegetation";1091.15222688299;TRUE;"Your Place" +"vegetation";"vegetation";5366.00066791824;TRUE;"Your Place" +"vegetation";"vegetation";1.98951027123258;TRUE;"Your Place" +"urban";"vegetation";41.2030368157139;FALSE;"Your Place" +"urban";"vegetation";3177.61753654107;FALSE;"Your Place" +"impervious";"vegetation";21.3917750955006;FALSE;"Your Place" +"water";"vegetation";0.0125064451713115;FALSE;"Your Place" +"water";"vegetation";17.4247517576441;FALSE;"Your Place" +"water";"vegetation";3.64871712910826;FALSE;"Your Place" +"vegetation";"vegetation";9359.98337660637;TRUE;"Your Place" +"water";"vegetation";209.84871713549;FALSE;"Your Place" +"urban";"impervious";663.299774355575;FALSE;"Your Place" +"vegetation";"impervious";14.3985837586224;FALSE;"Your Place" +"vegetation";"impervious";43.7573316665948;FALSE;"Your Place" +"urban";"water";701.310066086124;FALSE;"Your Place" +"impervious";"water";0.0717034014814999;FALSE;"Your Place" +"water";"water";37.1842067640682;TRUE;"Your Place" +"water";"water";5877.46117013693;TRUE;"Your Place" +"water";"water";1602.21477135224;TRUE;"Your Place" +"vegetation";"water";1929.59095348945;FALSE;"Your Place" +"water";"water";89929.1457398661;TRUE;"Your Place" +"vegetation";"water";567.081101716962;FALSE;"Your Place" +"water";"water";3.30623284514877;TRUE;"Your Place" +"vegetation";"water";0.686335121921729;FALSE;"Your Place" +"vegetation";"impervious";60.9456230215897;FALSE;"Your Place" +"vegetation";"impervious";136.409450009232;FALSE;"Your Place" +"urban";"impervious";106.937847742181;FALSE;"Your Place" +"vegetation";"impervious";842.679014899419;FALSE;"Your Place" +"vegetation";"vegetation";381.987140913494;TRUE;"Your Place" +"urban";"vegetation";791.564804057125;FALSE;"Your Place" +"vegetation";"vegetation";4.48185540083796;TRUE;"Your Place" +"vegetation";"impervious";15.5121067507425;FALSE;"Your Place" +"vegetation";"impervious";8.68088324624114;FALSE;"Your Place" +"urban";"impervious";6.55753039661795;FALSE;"Your Place" +"vegetation";"impervious";217.873159380397;FALSE;"Your Place" +"urban";"vegetation";259.337052172981;FALSE;"Your Place" +"vegetation";"vegetation";1229.35488531739;TRUE;"Your Place" +"vegetation";"vegetation";1511.58986387268;TRUE;"Your Place" +"vegetation";"impervious";28.1478375792503;FALSE;"Your Place" +"vegetation";"impervious";727.914016324678;FALSE;"Your Place" +"vegetation";"impervious";45.2194112504949;FALSE;"Your Place" +"urban";"impervious";192.805773822591;FALSE;"Your Place" +"vegetation";"impervious";15.7189646254992;FALSE;"Your Place" +"vegetation";"impervious";0.00413540296722203;FALSE;"Your Place" +"vegetation";"impervious";91.9491351717152;FALSE;"Your Place" +"vegetation";"impervious";248.909467311809;FALSE;"Your Place" +"urban";"vegetation";1.75299300765619;FALSE;"Your Place" +"vegetation";"impervious";64.7650661715306;FALSE;"Your Place" +"vegetation";"impervious";24.9455063827336;FALSE;"Your Place" +"vegetation";"vegetation";30.3913559099892;TRUE;"Your Place" +"vegetation";"vegetation";690.772869453591;TRUE;"Your Place" +"vegetation";"vegetation";44100.6433206113;TRUE;"Your Place" +"water";"vegetation";1952.85351797834;FALSE;"Your Place" +"impervious";"vegetation";11.3550127802882;FALSE;"Your Place" +"vegetation";"vegetation";65.8336030799692;TRUE;"Your Place" +"vegetation";"vegetation";350.028975953348;TRUE;"Your Place" +"vegetation";"vegetation";24189.0465919501;TRUE;"Your Place" +"vegetation";"vegetation";116.339375095093;TRUE;"Your Place" +"vegetation";"vegetation";2.23751820337202;TRUE;"Your Place" +"vegetation";"water";280.80335297385;FALSE;"Your Place" +"water";"water";37614.4530074759;TRUE;"Your Place" +"vegetation";"impervious";45.4200784993009;FALSE;"Your Place" +"urban";"impervious";618.908882941887;FALSE;"Your Place" +"urban";"impervious";25.0451547364355;FALSE;"Your Place" +"impervious";"impervious";622.127252458129;TRUE;"Your Place" +"urban";"impervious";262.96113885846;FALSE;"Your Place" +"urban";"impervious";1200.24586860128;FALSE;"Your Place" +"water";"vegetation";13.5962339011139;FALSE;"Your Place" +"vegetation";"vegetation";179.298082515714;TRUE;"Your Place" +"urban";"impervious";36.0378927062848;FALSE;"Your Place" +"water";"vegetation";1.66073560678342;FALSE;"Your Place" +"water";"vegetation";204.161267280811;FALSE;"Your Place" +"urban";"water";1756.88371380698;FALSE;"Your Place" +"vegetation";"impervious";34.27137613995;FALSE;"Your Place" +"urban";"impervious";601.980177899939;FALSE;"Your Place" +"vegetation";"impervious";122.679330120242;FALSE;"Your Place" +"urban";"impervious";78.9172611869872;FALSE;"Your Place" +"vegetation";"impervious";507.215731476084;FALSE;"Your Place" +"impervious";"vegetation";17.6592871164903;FALSE;"Your Place" +"vegetation";"vegetation";2033.0008926373;TRUE;"Your Place" +"impervious";"impervious";295.509047912434;TRUE;"Your Place" +"vegetation";"impervious";105.235888290532;FALSE;"Your Place" +"vegetation";"impervious";24.6852837409388;FALSE;"Your Place" +"urban";"vegetation";46.2127490912098;FALSE;"Your Place" +"impervious";"vegetation";337.679727105424;FALSE;"Your Place" +"vegetation";"vegetation";100.527734864503;TRUE;"Your Place" +"impervious";"impervious";6.86061471817084;TRUE;"Your Place" +"vegetation";"impervious";165.285543130711;FALSE;"Your Place" +"urban";"impervious";105.716833882791;FALSE;"Your Place" +"vegetation";"vegetation";10.7628933042288;TRUE;"Your Place" +"vegetation";"vegetation";274.786749548279;TRUE;"Your Place" +"impervious";"impervious";3.40282877208665;TRUE;"Your Place" +"vegetation";"impervious";58.5575824151747;FALSE;"Your Place" +"impervious";"impervious";6817.1595031945;TRUE;"Your Place" +"impervious";"impervious";81.0610602423292;TRUE;"Your Place" +"impervious";"impervious";7.23198697100452;TRUE;"Your Place" +"impervious";"impervious";150.048817504161;TRUE;"Your Place" +"impervious";"vegetation";210.364515606314;FALSE;"Your Place" +"vegetation";"vegetation";29.3575017312542;TRUE;"Your Place" +"urban";"impervious";526.26795075438;FALSE;"Your Place" +"vegetation";"water";185.841762380187;FALSE;"Your Place" +"water";"water";49.7867336809286;TRUE;"Your Place" +"impervious";"impervious";0.0453184312063968;TRUE;"Your Place" +"vegetation";"impervious";117.727380797267;FALSE;"Your Place" +"vegetation";"impervious";26.452818850521;FALSE;"Your Place" +"urban";"vegetation";1334.44571673125;FALSE;"Your Place" +"vegetation";"vegetation";5024.62972753239;TRUE;"Your Place" +"vegetation";"impervious";28.8694977681153;FALSE;"Your Place" +"water";"vegetation";34.1194995868718;FALSE;"Your Place" +"vegetation";"vegetation";209.353087123483;TRUE;"Your Place" +"vegetation";"vegetation";11452.4235291835;TRUE;"Your Place" +"vegetation";"impervious";50.7045600810088;FALSE;"Your Place" +"vegetation";"impervious";2.31016983184963;FALSE;"Your Place" +"vegetation";"impervious";26.0586174437776;FALSE;"Your Place" +"vegetation";"vegetation";1395.39256711164;TRUE;"Your Place" +"vegetation";"vegetation";6.43471325305291;TRUE;"Your Place" +"vegetation";"vegetation";65.5896190074272;TRUE;"Your Place" +"vegetation";"vegetation";1203.87214217521;TRUE;"Your Place" +"vegetation";"vegetation";13702.9243170405;TRUE;"Your Place" +"water";"vegetation";86.6293668774233;FALSE;"Your Place" +"impervious";"impervious";2.84534079988953;TRUE;"Your Place" +"vegetation";"impervious";676.703413242649;FALSE;"Your Place" +"vegetation";"impervious";0.133489154744893;FALSE;"Your Place" +"impervious";"impervious";6.49374020751566;TRUE;"Your Place" +"vegetation";"impervious";44.8733720486052;FALSE;"Your Place" +"impervious";"vegetation";1.40891355328495;FALSE;"Your Place" +"vegetation";"vegetation";20.9115343136946;TRUE;"Your Place" +"impervious";"vegetation";4.95469817053527;FALSE;"Your Place" +"vegetation";"vegetation";23620.5294430964;TRUE;"Your Place" +"water";"vegetation";20.8392665603897;FALSE;"Your Place" +"urban";"impervious";95.4785901894793;FALSE;"Your Place" +"urban";"impervious";8.60327477799729;FALSE;"Your Place" +"impervious";"impervious";102.642334808363;TRUE;"Your Place" +"vegetation";"vegetation";6980.87769773381;TRUE;"Your Place" +"water";"vegetation";25.3024593823197;FALSE;"Your Place" +"vegetation";"vegetation";289.957125123125;TRUE;"Your Place" +"impervious";"vegetation";11.9775590284553;FALSE;"Your Place" +"impervious";"vegetation";1.98283995944075;FALSE;"Your Place" +"impervious";"vegetation";3385.86082131759;FALSE;"Your Place" +"vegetation";"impervious";22.3989610755816;FALSE;"Your Place" +"vegetation";"impervious";70.3232022505254;FALSE;"Your Place" +"vegetation";"vegetation";2084.93089336123;TRUE;"Your Place" +"impervious";"impervious";112.106148593593;TRUE;"Your Place" +"impervious";"impervious";3.71346390494728;TRUE;"Your Place" +"vegetation";"impervious";103.087297362741;FALSE;"Your Place" +"vegetation";"impervious";7.00568917265628;FALSE;"Your Place" +"impervious";"impervious";200.578840806033;TRUE;"Your Place" +"vegetation";"impervious";33.9757312221918;FALSE;"Your Place" +"water";"vegetation";3.60329955258931;FALSE;"Your Place" +"water";"vegetation";8.49128326875598;FALSE;"Your Place" +"impervious";"impervious";0.987064312910661;TRUE;"Your Place" +"impervious";"impervious";1110.73440922704;TRUE;"Your Place" +"vegetation";"impervious";16.4744834597223;FALSE;"Your Place" +"impervious";"impervious";17.1800334099389;TRUE;"Your Place" +"urban";"impervious";326.326026468072;FALSE;"Your Place" +"vegetation";"water";243.050629298057;FALSE;"Your Place" +"water";"water";2920.04993261781;TRUE;"Your Place" +"urban";"vegetation";11082.9449182439;FALSE;"Your Place" +"vegetation";"vegetation";10.1862481395947;TRUE;"Your Place" +"water";"vegetation";156.788009595242;FALSE;"Your Place" +"impervious";"impervious";126.288279881468;TRUE;"Your Place" +"impervious";"impervious";8.53471576634911;TRUE;"Your Place" +"vegetation";"impervious";49.5717373816296;FALSE;"Your Place" +"vegetation";"impervious";208.50281118913;FALSE;"Your Place" +"vegetation";"impervious";93.6474183211103;FALSE;"Your Place" +"impervious";"impervious";76.3900800775737;TRUE;"Your Place" +"vegetation";"vegetation";151.743439929898;TRUE;"Your Place" +"water";"vegetation";151.071897843067;FALSE;"Your Place" +"vegetation";"vegetation";139.333499289118;TRUE;"Your Place" +"vegetation";"vegetation";15.2796270420658;TRUE;"Your Place" +"impervious";"vegetation";1742.71718314476;FALSE;"Your Place" +"impervious";"impervious";4.32899551023729;TRUE;"Your Place" +"impervious";"impervious";78.6467049235653;TRUE;"Your Place" +"vegetation";"impervious";88.362840835005;FALSE;"Your Place" +"vegetation";"impervious";1.76168893184513;FALSE;"Your Place" +"impervious";"impervious";392.225014513358;TRUE;"Your Place" +"impervious";"vegetation";18.1778029669076;FALSE;"Your Place" +"vegetation";"vegetation";3164.30432263948;TRUE;"Your Place" +"impervious";"impervious";328.533364971576;TRUE;"Your Place" +"impervious";"impervious";2.36344463890418;TRUE;"Your Place" +"vegetation";"impervious";8.8733922992833;FALSE;"Your Place" +"impervious";"impervious";167.787619327428;TRUE;"Your Place" +"impervious";"impervious";0.839061238279101;TRUE;"Your Place" +"impervious";"impervious";56.1193449627608;TRUE;"Your Place" +"impervious";"vegetation";1.55085914256051;FALSE;"Your Place" +"impervious";"vegetation";3969.34186442662;FALSE;"Your Place" +"urban";"vegetation";0.54087630011054;FALSE;"Your Place" +"impervious";"vegetation";29.3864537405898;FALSE;"Your Place" +"impervious";"vegetation";8.68993978625804;FALSE;"Your Place" +"impervious";"vegetation";14663.0223683572;FALSE;"Your Place" +"impervious";"vegetation";27.336997310631;FALSE;"Your Place" +"impervious";"impervious";5.71388971823035;TRUE;"Your Place" +"impervious";"impervious";208.731570600125;TRUE;"Your Place" +"vegetation";"impervious";0.304064473602921;FALSE;"Your Place" +"vegetation";"impervious";20.3509299252764;FALSE;"Your Place" +"vegetation";"vegetation";82.1194646147196;TRUE;"Your Place" +"impervious";"impervious";0.162949530524202;TRUE;"Your Place" +"impervious";"impervious";35.5762674814323;TRUE;"Your Place" +"impervious";"impervious";8.6458688454004;TRUE;"Your Place" +"vegetation";"impervious";5.32018043589778;FALSE;"Your Place" +"urban";"impervious";3.16268490266521;FALSE;"Your Place" +"urban";"impervious";3.27391345206706;FALSE;"Your Place" +"impervious";"impervious";218.354451742931;TRUE;"Your Place" +"impervious";"impervious";1.24959744357329;TRUE;"Your Place" +"vegetation";"water";0.0434330176649382;FALSE;"Your Place" +"water";"water";42.6783696535567;TRUE;"Your Place" +"impervious";"impervious";2.42840813362272;TRUE;"Your Place" +"vegetation";"impervious";173.772813194257;FALSE;"Your Place" +"vegetation";"impervious";0.0475245140405605;FALSE;"Your Place" +"vegetation";"impervious";53.9105226086685;FALSE;"Your Place" +"urban";"impervious";27.7039110988717;FALSE;"Your Place" +"impervious";"impervious";38.0883520709613;TRUE;"Your Place" +"impervious";"impervious";1510.32985306892;TRUE;"Your Place" +"impervious";"impervious";0.264998928159912;TRUE;"Your Place" +"vegetation";"vegetation";2.10932368726935;TRUE;"Your Place" +"impervious";"vegetation";44.3522004419938;FALSE;"Your Place" +"vegetation";"vegetation";116.433521227911;TRUE;"Your Place" +"vegetation";"vegetation";8543.15748083917;TRUE;"Your Place" +"vegetation";"vegetation";250.975239093881;TRUE;"Your Place" +"vegetation";"vegetation";56.2695691820118;TRUE;"Your Place" +"vegetation";"vegetation";48.4759785444476;TRUE;"Your Place" +"vegetation";"vegetation";3769.19363598563;TRUE;"Your Place" +"water";"vegetation";3.25298800214659;FALSE;"Your Place" +"impervious";"impervious";1491.48834518692;TRUE;"Your Place" +"water";"vegetation";34.4832235053473;FALSE;"Your Place" +"vegetation";"vegetation";8.25138824887108;TRUE;"Your Place" +"water";"vegetation";13.5631555913715;FALSE;"Your Place" +"vegetation";"vegetation";261.312553310403;TRUE;"Your Place" +"water";"vegetation";415.269228146266;FALSE;"Your Place" +"vegetation";"impervious";11.2014255097602;FALSE;"Your Place" +"impervious";"impervious";15.8740443699062;TRUE;"Your Place" +"vegetation";"impervious";16.1888043065555;FALSE;"Your Place" +"water";"vegetation";18.2534537562169;FALSE;"Your Place" +"urban";"impervious";139.24826246954;FALSE;"Your Place" +"impervious";"impervious";3145.69903069142;TRUE;"Your Place" +"vegetation";"vegetation";2.21020554525603;TRUE;"Your Place" +"water";"vegetation";64.1000675969408;FALSE;"Your Place" +"impervious";"vegetation";12.2533692857251;FALSE;"Your Place" +"impervious";"vegetation";2100.4792673043;FALSE;"Your Place" +"vegetation";"vegetation";9.1710518989712;TRUE;"Your Place" +"urban";"impervious";4.92946355842287;FALSE;"Your Place" +"urban";"impervious";58.4334279932082;FALSE;"Your Place" +"impervious";"impervious";21.93738210015;TRUE;"Your Place" +"impervious";"impervious";2706.579755789;TRUE;"Your Place" +"vegetation";"vegetation";76.8524407779332;TRUE;"Your Place" +"water";"vegetation";39.9779995598365;FALSE;"Your Place" +"vegetation";"vegetation";148.261584901717;TRUE;"Your Place" +"vegetation";"vegetation";10073.7522776541;TRUE;"Your Place" +"water";"vegetation";238.7966889292;FALSE;"Your Place" +"vegetation";"vegetation";7.83941020967904;TRUE;"Your Place" +"water";"vegetation";0.208323825907428;FALSE;"Your Place" +"vegetation";"vegetation";14799.4849022175;TRUE;"Your Place" +"impervious";"impervious";30.2610524739139;TRUE;"Your Place" +"urban";"vegetation";722.010507025858;FALSE;"Your Place" +"urban";"vegetation";51.1705477735959;FALSE;"Your Place" +"vegetation";"vegetation";3918.0930052558;TRUE;"Your Place" +"vegetation";"vegetation";42.060390442668;TRUE;"Your Place" +"impervious";"impervious";3473.89973649476;TRUE;"Your Place" +"impervious";"impervious";28.8348139480222;TRUE;"Your Place" +"vegetation";"impervious";30.9756252029911;FALSE;"Your Place" +"vegetation";"impervious";10.5669025853276;FALSE;"Your Place" +"vegetation";"vegetation";3.49679545173422;TRUE;"Your Place" +"vegetation";"impervious";13.7023638268001;FALSE;"Your Place" +"urban";"impervious";227.601705364883;FALSE;"Your Place" +"vegetation";"impervious";285.978180760401;FALSE;"Your Place" +"urban";"impervious";127.955481198383;FALSE;"Your Place" +"urban";"impervious";8.31620137230493;FALSE;"Your Place" +"urban";"vegetation";1573.75165494252;FALSE;"Your Place" +"urban";"impervious";289.387439812999;FALSE;"Your Place" +"urban";"vegetation";715.742456047563;FALSE;"Your Place" +"impervious";"impervious";0.0387731106420688;TRUE;"Your Place" +"impervious";"impervious";9.18871193461746;TRUE;"Your Place" +"urban";"impervious";70.402687355876;FALSE;"Your Place" +"urban";"impervious";90.6343048838899;FALSE;"Your Place" +"urban";"impervious";96.0237012228463;FALSE;"Your Place" +"vegetation";"vegetation";2.09168586810119;TRUE;"Your Place" +"impervious";"impervious";0.334777455544099;TRUE;"Your Place" +"impervious";"impervious";21.1186234169872;TRUE;"Your Place" +"impervious";"vegetation";2699.48827139754;FALSE;"Your Place" +"impervious";"vegetation";12.8561815721914;FALSE;"Your Place" +"vegetation";"vegetation";7.09571341099218;TRUE;"Your Place" +"vegetation";"impervious";22.8787278062664;FALSE;"Your Place" +"vegetation";"impervious";22.7190184877254;FALSE;"Your Place" +"vegetation";"vegetation";2.73144335177494;TRUE;"Your Place" +"water";"vegetation";1.3996334207477;FALSE;"Your Place" +"vegetation";"vegetation";25.9219547212124;TRUE;"Your Place" +"vegetation";"vegetation";396.092836569063;TRUE;"Your Place" +"urban";"impervious";1.8516809376888;FALSE;"Your Place" +"impervious";"impervious";73.634996897541;TRUE;"Your Place" +"impervious";"impervious";10.424056340913;TRUE;"Your Place" +"vegetation";"vegetation";3.44527892861515;TRUE;"Your Place" +"vegetation";"vegetation";16054.0167448493;TRUE;"Your Place" +"vegetation";"vegetation";13799.0217963643;TRUE;"Your Place" +"vegetation";"vegetation";955.095587370917;TRUE;"Your Place" +"vegetation";"vegetation";5020.86094280146;TRUE;"Your Place" +"vegetation";"vegetation";162.399487011135;TRUE;"Your Place" +"vegetation";"vegetation";8.44563150242902;TRUE;"Your Place" +"vegetation";"vegetation";5.54842300061136;TRUE;"Your Place" +"vegetation";"vegetation";15.0870722180698;TRUE;"Your Place" +"vegetation";"vegetation";110603.507507084;TRUE;"Your Place" +"water";"vegetation";102.205958512961;FALSE;"Your Place" +"vegetation";"vegetation";51.2184689878486;TRUE;"Your Place" +"water";"vegetation";8.19440313236555;FALSE;"Your Place" +"urban";"impervious";4.91285653458908;FALSE;"Your Place" +"impervious";"impervious";0.148138527962146;TRUE;"Your Place" +"impervious";"impervious";9.86744886101224;TRUE;"Your Place" +"impervious";"impervious";27.1091811017832;TRUE;"Your Place" +"impervious";"impervious";154.870681901521;TRUE;"Your Place" +"impervious";"impervious";17.9436070495285;TRUE;"Your Place" +"urban";"impervious";0.035826228413498;FALSE;"Your Place" +"impervious";"impervious";0.422821421758272;TRUE;"Your Place" +"impervious";"impervious";129.122544909209;TRUE;"Your Place" +"impervious";"impervious";16.3433089177124;TRUE;"Your Place" +"impervious";"impervious";1.40180016728118;TRUE;"Your Place" +"urban";"impervious";0.15218478164752;FALSE;"Your Place" +"urban";"impervious";14.8390911987517;FALSE;"Your Place" +"impervious";"impervious";34.7696921218158;TRUE;"Your Place" +"urban";"impervious";70.8942363994283;FALSE;"Your Place" +"urban";"impervious";57.9316990083316;FALSE;"Your Place" +"urban";"impervious";6.45269321650267;FALSE;"Your Place" +"urban";"impervious";15.0574290482327;FALSE;"Your Place" +"impervious";"impervious";296.531748575275;TRUE;"Your Place" +"vegetation";"vegetation";235.760284635791;TRUE;"Your Place" +"water";"vegetation";30.2687820544525;FALSE;"Your Place" +"urban";"vegetation";2804.88182624476;FALSE;"Your Place" +"impervious";"impervious";6.70251993951388;TRUE;"Your Place" +"vegetation";"impervious";15.0313112039003;FALSE;"Your Place" +"vegetation";"impervious";0.127811114361975;FALSE;"Your Place" +"impervious";"vegetation";26.2094817981124;FALSE;"Your Place" +"impervious";"vegetation";303.482460531639;FALSE;"Your Place" +"vegetation";"vegetation";934.57235628739;TRUE;"Your Place" +"vegetation";"vegetation";148.332101909444;TRUE;"Your Place" +"urban";"impervious";129.905076326861;FALSE;"Your Place" +"urban";"impervious";144.975922751473;FALSE;"Your Place" +"impervious";"vegetation";336.593461441342;FALSE;"Your Place" +"impervious";"impervious";19.4425191869959;TRUE;"Your Place" +"vegetation";"vegetation";177.034024531022;TRUE;"Your Place" +"water";"vegetation";23.7643073038198;FALSE;"Your Place" +"impervious";"impervious";141.182364369626;TRUE;"Your Place" +"impervious";"impervious";0.164776134886779;TRUE;"Your Place" +"urban";"impervious";0.0466206076671369;FALSE;"Your Place" +"urban";"impervious";0.253150244490826;FALSE;"Your Place" +"urban";"impervious";0.438241023861337;FALSE;"Your Place" +"impervious";"impervious";251.574170337059;TRUE;"Your Place" +"impervious";"vegetation";3649.46511205146;FALSE;"Your Place" +"impervious";"vegetation";9.49719891836867;FALSE;"Your Place" +"vegetation";"impervious";1911.40678567882;FALSE;"Your Place" +"vegetation";"vegetation";157.920266981237;TRUE;"Your Place" +"water";"vegetation";67.0106738470495;FALSE;"Your Place" +"vegetation";"vegetation";32.7897862960235;TRUE;"Your Place" +"water";"vegetation";627.84412136022;FALSE;"Your Place" +"vegetation";"water";9.58510299602807;FALSE;"Your Place" +"water";"water";3529.62410104705;TRUE;"Your Place" +"vegetation";"vegetation";6660.32433265587;TRUE;"Your Place" +"water";"vegetation";847.492207650561;FALSE;"Your Place" +"vegetation";"vegetation";342.650426482782;TRUE;"Your Place" +"vegetation";"vegetation";71.7159595852718;TRUE;"Your Place" +"water";"vegetation";42.6496823774514;FALSE;"Your Place" +"impervious";"impervious";22.8994819932268;TRUE;"Your Place" +"urban";"vegetation";3366.67259928863;FALSE;"Your Place" +"urban";"impervious";129.462182811461;FALSE;"Your Place" +"urban";"impervious";155.781749089714;FALSE;"Your Place" +"vegetation";"vegetation";54.4046351611614;TRUE;"Your Place" +"vegetation";"vegetation";30.8433694983833;TRUE;"Your Place" +"vegetation";"vegetation";394.931205870609;TRUE;"Your Place" +"water";"vegetation";122.814572746051;FALSE;"Your Place" +"urban";"impervious";165.525752749993;FALSE;"Your Place" +"urban";"impervious";460.911291421391;FALSE;"Your Place" +"urban";"impervious";25.6459802873433;FALSE;"Your Place" +"urban";"impervious";80.7096288464963;FALSE;"Your Place" +"urban";"impervious";5.38149916758994;FALSE;"Your Place" +"urban";"impervious";80.9608894072771;FALSE;"Your Place" +"impervious";"impervious";564.953256731853;TRUE;"Your Place" +"urban";"impervious";1354.85503509175;FALSE;"Your Place" +"vegetation";"vegetation";10707.2322710436;TRUE;"Your Place" +"vegetation";"vegetation";304.636887903791;TRUE;"Your Place" +"vegetation";"vegetation";7.59486467321403;TRUE;"Your Place" +"urban";"impervious";90.7097737882286;FALSE;"Your Place" +"urban";"impervious";821.871920358739;FALSE;"Your Place" +"vegetation";"vegetation";20.6585647471366;TRUE;"Your Place" +"water";"vegetation";23.4474573323969;FALSE;"Your Place" +"vegetation";"impervious";199.379113518051;FALSE;"Your Place" +"vegetation";"impervious";76.7213093948958;FALSE;"Your Place" +"water";"water";107.730749046896;TRUE;"Your Place" +"water";"vegetation";1.43545578904013;FALSE;"Your Place" +"vegetation";"impervious";10.951684404863;FALSE;"Your Place" +"vegetation";"impervious";21.5655723265372;FALSE;"Your Place" +"vegetation";"vegetation";4.28942031281986;TRUE;"Your Place" +"vegetation";"vegetation";88.9663112235721;TRUE;"Your Place" +"vegetation";"vegetation";6.13689349638298;TRUE;"Your Place" +"vegetation";"vegetation";1739.7421934614;TRUE;"Your Place" +"vegetation";"impervious";0.0127492528408766;FALSE;"Your Place" +"vegetation";"impervious";18.784163942968;FALSE;"Your Place" +"vegetation";"vegetation";0.577690021018498;TRUE;"Your Place" +"vegetation";"vegetation";0.424273454409558;TRUE;"Your Place" +"vegetation";"vegetation";23.9520332919346;TRUE;"Your Place" +"vegetation";"vegetation";116.118673623045;TRUE;"Your Place" +"vegetation";"vegetation";39.2824272385333;TRUE;"Your Place" +"urban";"impervious";660.763752169791;FALSE;"Your Place" +"urban";"impervious";55.9880915999529;FALSE;"Your Place" +"vegetation";"impervious";45.8291378680151;FALSE;"Your Place" +"vegetation";"impervious";12.4258047128096;FALSE;"Your Place" +"vegetation";"vegetation";1563.69789367469;TRUE;"Your Place" +"impervious";"vegetation";1751.40068067936;FALSE;"Your Place" +"vegetation";"vegetation";21070.5111630737;TRUE;"Your Place" +"vegetation";"vegetation";9.94315956355422;TRUE;"Your Place" +"vegetation";"impervious";57.5392316954676;FALSE;"Your Place" +"vegetation";"impervious";11.006670329487;FALSE;"Your Place" +"urban";"impervious";421.90042622434;FALSE;"Your Place" +"urban";"impervious";2.78948774607852;FALSE;"Your Place" +"urban";"impervious";801.996430815198;FALSE;"Your Place" +"impervious";"impervious";1215.10125354328;TRUE;"Your Place" +"urban";"impervious";76.1987056097278;FALSE;"Your Place" +"urban";"impervious";33.341210218503;FALSE;"Your Place" +"vegetation";"vegetation";3694.54554690694;TRUE;"Your Place" +"vegetation";"vegetation";82.3701335554942;TRUE;"Your Place" +"vegetation";"vegetation";10720.9127937856;TRUE;"Your Place" +"urban";"vegetation";28.9694601241499;FALSE;"Your Place" +"impervious";"vegetation";1647.50248044357;FALSE;"Your Place" +"impervious";"vegetation";3101.8719761729;FALSE;"Your Place" +"vegetation";"impervious";819.244854549062;FALSE;"Your Place" +"vegetation";"impervious";261.524878440992;FALSE;"Your Place" +"urban";"vegetation";33.9376352408435;FALSE;"Your Place" +"impervious";"vegetation";770.049030062743;FALSE;"Your Place" +"impervious";"vegetation";259.921731984592;FALSE;"Your Place" +"urban";"impervious";0.000343627750410747;FALSE;"Your Place" +"urban";"impervious";26.0704630948603;FALSE;"Your Place" +"urban";"impervious";2587.23911439127;FALSE;"Your Place" +"urban";"vegetation";2945.65099495649;FALSE;"Your Place" +"impervious";"vegetation";84.380169586977;FALSE;"Your Place" +"urban";"impervious";509.303314247169;FALSE;"Your Place" +"urban";"impervious";23.8213235071744;FALSE;"Your Place" +"impervious";"vegetation";108.091760643059;FALSE;"Your Place" +"impervious";"vegetation";202.759736846667;FALSE;"Your Place" +"urban";"impervious";6.55830117466394e-05;FALSE;"Your Place" +"impervious";"impervious";4.37093602543791;TRUE;"Your Place" +"urban";"impervious";591.544506831095;FALSE;"Your Place" +"urban";"impervious";0.509174233418889;FALSE;"Your Place" +"impervious";"impervious";1.7397500644438;TRUE;"Your Place" +"urban";"impervious";4.31920274766162;FALSE;"Your Place" +"impervious";"impervious";53.2442790908972;TRUE;"Your Place" +"impervious";"impervious";3.04651570378337;TRUE;"Your Place" +"urban";"impervious";23.7223339967527;FALSE;"Your Place" +"impervious";"impervious";11.3385788789019;TRUE;"Your Place" +"impervious";"impervious";18.7680757608032;TRUE;"Your Place" +"vegetation";"vegetation";11943.6580576058;TRUE;"Your Place" +"impervious";"impervious";444.092943624826;TRUE;"Your Place" +"urban";"impervious";23.3969292989932;FALSE;"Your Place" +"impervious";"impervious";17.3773431503987;TRUE;"Your Place" +"impervious";"impervious";18.6342842115555;TRUE;"Your Place" +"urban";"impervious";37.8071936941706;FALSE;"Your Place" +"impervious";"impervious";25.7382257231075;TRUE;"Your Place" +"impervious";"impervious";76.0886851601535;TRUE;"Your Place" +"urban";"vegetation";10055.6140488796;FALSE;"Your Place" +"vegetation";"vegetation";328.673362310976;TRUE;"Your Place" +"vegetation";"vegetation";350.50416601263;TRUE;"Your Place" +"urban";"impervious";21.6888985395199;FALSE;"Your Place" +"impervious";"impervious";16.8247822913836;TRUE;"Your Place" +"impervious";"impervious";36.0622763733845;TRUE;"Your Place" +"urban";"impervious";11.7533370167366;FALSE;"Your Place" +"impervious";"impervious";123.006574425526;TRUE;"Your Place" +"impervious";"impervious";76.2094425989781;TRUE;"Your Place" +"vegetation";"impervious";22.7212941509206;FALSE;"Your Place" +"vegetation";"vegetation";116.856606677873;TRUE;"Your Place" +"urban";"impervious";5.69061627844349;FALSE;"Your Place" +"vegetation";"impervious";36.9548801930505;FALSE;"Your Place" +"impervious";"impervious";124.099382840854;TRUE;"Your Place" +"impervious";"impervious";39.0831328872591;TRUE;"Your Place" +"urban";"impervious";1.87391402188223;FALSE;"Your Place" +"impervious";"impervious";0.710916633252054;TRUE;"Your Place" +"vegetation";"impervious";1277.8618641427;FALSE;"Your Place" +"vegetation";"impervious";2.13486603557681;FALSE;"Your Place" +"urban";"vegetation";225.701833782834;FALSE;"Your Place" +"vegetation";"vegetation";267.159821751476;TRUE;"Your Place" +"water";"vegetation";2200.44382857229;FALSE;"Your Place" +"vegetation";"vegetation";9561.42613650626;TRUE;"Your Place" +"vegetation";"vegetation";521.097478320822;TRUE;"Your Place" +"urban";"impervious";2.00138197082561;FALSE;"Your Place" +"impervious";"impervious";12.949637754431;TRUE;"Your Place" +"vegetation";"impervious";7.85875442092947;FALSE;"Your Place" +"vegetation";"impervious";1470.48832075334;FALSE;"Your Place" +"urban";"vegetation";3.87658077853848;FALSE;"Your Place" +"vegetation";"vegetation";2756.16671790535;TRUE;"Your Place" +"vegetation";"vegetation";110837.468755608;TRUE;"Your Place" +"urban";"vegetation";11.0189666920924;FALSE;"Your Place" +"urban";"impervious";3.83589258068241;FALSE;"Your Place" +"vegetation";"impervious";10.8514456017801;FALSE;"Your Place" +"impervious";"impervious";147.32979778666;TRUE;"Your Place" +"urban";"impervious";42.0854720770149;FALSE;"Your Place" +"urban";"impervious";117.305540533736;FALSE;"Your Place" +"urban";"impervious";81.6873202641727;FALSE;"Your Place" +"impervious";"impervious";46.6422451572726;TRUE;"Your Place" +"vegetation";"impervious";26.4742515564431;FALSE;"Your Place" +"impervious";"impervious";104.849740485544;TRUE;"Your Place" +"impervious";"impervious";15.710968013067;TRUE;"Your Place" +"impervious";"impervious";763.433285092004;TRUE;"Your Place" +"urban";"impervious";71.2459857990343;FALSE;"Your Place" +"urban";"impervious";9.82964392157737;FALSE;"Your Place" +"vegetation";"vegetation";1865.31670544024;TRUE;"Your Place" +"impervious";"vegetation";303.799395614304;FALSE;"Your Place" +"vegetation";"vegetation";5218.54768624855;TRUE;"Your Place" +"urban";"impervious";8.12081849318929;FALSE;"Your Place" +"urban";"impervious";34.9231760805269;FALSE;"Your Place" +"impervious";"impervious";56.8724657362327;TRUE;"Your Place" +"urban";"impervious";62.1098201684654;FALSE;"Your Place" +"urban";"impervious";23.3445073644398;FALSE;"Your Place" +"urban";"impervious";27.6875946065411;FALSE;"Your Place" +"vegetation";"impervious";29.7545625586063;FALSE;"Your Place" +"urban";"vegetation";128.325571229914;FALSE;"Your Place" +"vegetation";"vegetation";752.618760890677;TRUE;"Your Place" +"vegetation";"vegetation";155492.904519363;TRUE;"Your Place" +"vegetation";"vegetation";1534.32999558514;TRUE;"Your Place" +"vegetation";"vegetation";4.3498332654126;TRUE;"Your Place" +"impervious";"impervious";1124.44295734499;TRUE;"Your Place" +"impervious";"vegetation";6.8321531351321;FALSE;"Your Place" +"impervious";"vegetation";5106.06463873509;FALSE;"Your Place" +"urban";"vegetation";54.5409979266115;FALSE;"Your Place" +"vegetation";"vegetation";7510.84856471443;TRUE;"Your Place" +"vegetation";"vegetation";20328.5358483984;TRUE;"Your Place" +"vegetation";"vegetation";12.7022943124175;TRUE;"Your Place" +"vegetation";"vegetation";213.486289100509;TRUE;"Your Place" +"urban";"impervious";1.92477189317287;FALSE;"Your Place" +"urban";"impervious";16.4570380321238;FALSE;"Your Place" +"urban";"impervious";123.823596155038;FALSE;"Your Place" +"vegetation";"vegetation";4940.52925981022;TRUE;"Your Place" +"vegetation";"vegetation";15949.0863541942;TRUE;"Your Place" +"urban";"vegetation";1395.49536183459;FALSE;"Your Place" +"urban";"vegetation";66.9485071199015;FALSE;"Your Place" +"urban";"vegetation";3.79898264868825;FALSE;"Your Place" +"urban";"impervious";120.606508584227;FALSE;"Your Place" +"urban";"impervious";77.7798901414499;FALSE;"Your Place" +"impervious";"impervious";163.84382044035;TRUE;"Your Place" +"urban";"impervious";28.1365541004343;FALSE;"Your Place" +"urban";"impervious";33.4972188054235;FALSE;"Your Place" +"urban";"impervious";3.79118387046037;FALSE;"Your Place" +"impervious";"impervious";1072.87601075368;TRUE;"Your Place" +"vegetation";"vegetation";3.15068269619951;TRUE;"Your Place" +"vegetation";"vegetation";6142.67276474216;TRUE;"Your Place" +"urban";"impervious";269.281637371168;FALSE;"Your Place" +"urban";"impervious";20.9838993905578;FALSE;"Your Place" +"urban";"impervious";110.588352492079;FALSE;"Your Place" +"urban";"impervious";128.694007475657;FALSE;"Your Place" +"impervious";"impervious";12.4023290335026;TRUE;"Your Place" +"urban";"vegetation";0.154932833524072;FALSE;"Your Place" +"urban";"vegetation";287.877048010814;FALSE;"Your Place" +"urban";"impervious";47.1951694875024;FALSE;"Your Place" +"urban";"impervious";62.4418265682907;FALSE;"Your Place" +"impervious";"impervious";1.80366568407044;TRUE;"Your Place" +"urban";"impervious";43.0831234703073;FALSE;"Your Place" +"vegetation";"vegetation";5.18709330642014;TRUE;"Your Place" +"impervious";"impervious";822.739395118784;TRUE;"Your Place" +"vegetation";"impervious";65.4507719243411;FALSE;"Your Place" +"vegetation";"vegetation";92.7473803907633;TRUE;"Your Place" +"vegetation";"vegetation";29190.6495101536;TRUE;"Your Place" +"vegetation";"vegetation";12.9652557065128;TRUE;"Your Place" +"urban";"impervious";1015.95001892559;FALSE;"Your Place" +"urban";"impervious";117.834271169268;FALSE;"Your Place" +"urban";"impervious";105.846538404468;FALSE;"Your Place" +"urban";"impervious";42.5809020778979;FALSE;"Your Place" +"urban";"impervious";4.45273275440559;FALSE;"Your Place" +"urban";"impervious";1755.67590231902;FALSE;"Your Place" +"vegetation";"vegetation";20.6137117784237;TRUE;"Your Place" +"urban";"impervious";137.951921172251;FALSE;"Your Place" +"urban";"impervious";0.0793803698325064;FALSE;"Your Place" +"urban";"vegetation";12.9585100831464;FALSE;"Your Place" +"urban";"vegetation";960.492445524666;FALSE;"Your Place" +"urban";"impervious";29.1552530120825;FALSE;"Your Place" +"urban";"impervious";174.313947411254;FALSE;"Your Place" +"vegetation";"impervious";172.092532435432;FALSE;"Your Place" +"urban";"impervious";12.1524984342977;FALSE;"Your Place" +"urban";"impervious";25.3134661987424;FALSE;"Your Place" +"urban";"impervious";17.3925761030987;FALSE;"Your Place" +"urban";"impervious";30.2983354451135;FALSE;"Your Place" +"impervious";"impervious";298.541092222556;TRUE;"Your Place" +"urban";"impervious";4.53172209602053;FALSE;"Your Place" +"urban";"impervious";0.640091974870302;FALSE;"Your Place" +"urban";"impervious";13.2502870485187;FALSE;"Your Place" +"impervious";"impervious";14.6771481757751;TRUE;"Your Place" +"impervious";"impervious";278.064269177616;TRUE;"Your Place" +"urban";"impervious";65.8840310511878;FALSE;"Your Place" +"urban";"impervious";110.087203755917;FALSE;"Your Place" +"impervious";"impervious";502.259445562959;TRUE;"Your Place" +"urban";"impervious";24.8424904653803;FALSE;"Your Place" +"urban";"impervious";0.134906937229971;FALSE;"Your Place" +"urban";"impervious";34.5624872073531;FALSE;"Your Place" +"impervious";"impervious";3.56929958314868;TRUE;"Your Place" +"impervious";"impervious";252.943395543844;TRUE;"Your Place" +"impervious";"vegetation";6360.40797002788;FALSE;"Your Place" +"impervious";"vegetation";0.122592459054431;FALSE;"Your Place" +"impervious";"vegetation";0.167046913265949;FALSE;"Your Place" +"impervious";"vegetation";4130.82979825167;FALSE;"Your Place" +"urban";"vegetation";17.6453217880626;FALSE;"Your Place" +"vegetation";"vegetation";8757.45866071526;TRUE;"Your Place" +"vegetation";"vegetation";31690.4891729254;TRUE;"Your Place" +"impervious";"vegetation";0.961565403034911;FALSE;"Your Place" +"vegetation";"vegetation";54.2020365179051;TRUE;"Your Place" +"impervious";"vegetation";26.5947156610782;FALSE;"Your Place" +"vegetation";"vegetation";13.6499601943651;TRUE;"Your Place" +"impervious";"vegetation";217.831601209153;FALSE;"Your Place" +"impervious";"vegetation";0.109356239554472;FALSE;"Your Place" +"urban";"impervious";1305.10776526597;FALSE;"Your Place" +"urban";"impervious";132.418099521077;FALSE;"Your Place" +"urban";"impervious";5.26558659167495;FALSE;"Your Place" +"impervious";"vegetation";193.251922728028;FALSE;"Your Place" +"impervious";"vegetation";0.376923617441207;FALSE;"Your Place" +"urban";"vegetation";25133.8465008829;FALSE;"Your Place" +"vegetation";"vegetation";3214.5387236774;TRUE;"Your Place" +"impervious";"impervious";21.9122864443052;TRUE;"Your Place" +"impervious";"vegetation";9.69293971126899;FALSE;"Your Place" +"impervious";"vegetation";1643.87875538264;FALSE;"Your Place" +"impervious";"vegetation";4.80549200993119;FALSE;"Your Place" +"impervious";"impervious";0.364490190229844;TRUE;"Your Place" +"impervious";"impervious";6.40105984872207;TRUE;"Your Place" +"urban";"impervious";4.10288127465174;FALSE;"Your Place" +"urban";"impervious";1673.8980841866;FALSE;"Your Place" +"urban";"impervious";64.4102118499577;FALSE;"Your Place" +"urban";"impervious";6.49032061605249;FALSE;"Your Place" +"impervious";"impervious";223.547445337754;TRUE;"Your Place" +"urban";"vegetation";94.2036498803645;FALSE;"Your Place" +"urban";"vegetation";141.373234132305;FALSE;"Your Place" +"impervious";"vegetation";646.674220544286;FALSE;"Your Place" +"urban";"impervious";99.6004598797299;FALSE;"Your Place" +"urban";"impervious";125.566311602481;FALSE;"Your Place" +"impervious";"impervious";185.828768588603;TRUE;"Your Place" +"urban";"impervious";10.1859832014889;FALSE;"Your Place" +"urban";"impervious";9.05300022481242;FALSE;"Your Place" +"urban";"impervious";105.209795596311;FALSE;"Your Place" +"urban";"impervious";86.4940237952396;FALSE;"Your Place" +"impervious";"impervious";15.1434093815042;TRUE;"Your Place" +"vegetation";"vegetation";107.478311713086;TRUE;"Your Place" +"water";"vegetation";0.355640297173522;FALSE;"Your Place" +"vegetation";"vegetation";2654.77669975383;TRUE;"Your Place" +"impervious";"vegetation";1031.98970965081;FALSE;"Your Place" +"impervious";"impervious";19.7150345581449;TRUE;"Your Place" +"vegetation";"impervious";216.329708116129;FALSE;"Your Place" +"vegetation";"impervious";3.92161603743443;FALSE;"Your Place" +"urban";"impervious";300.669285777491;FALSE;"Your Place" +"impervious";"impervious";4.24815371166915;TRUE;"Your Place" +"vegetation";"vegetation";254.332910441328;TRUE;"Your Place" +"impervious";"vegetation";1157.79952226426;FALSE;"Your Place" +"urban";"impervious";244.891190438299;FALSE;"Your Place" +"vegetation";"vegetation";1832.41000878226;TRUE;"Your Place" +"vegetation";"vegetation";370.224724723259;TRUE;"Your Place" +"water";"vegetation";0.718892225064337;FALSE;"Your Place" +"urban";"impervious";7.4387691284137;FALSE;"Your Place" +"urban";"impervious";2.66375786549179;FALSE;"Your Place" +"vegetation";"impervious";20.7877126559615;FALSE;"Your Place" +"impervious";"impervious";468.765433186782;TRUE;"Your Place" +"vegetation";"impervious";10.2930136101786;FALSE;"Your Place" +"urban";"vegetation";23284.5030724281;FALSE;"Your Place" +"vegetation";"vegetation";16.7742292660987;TRUE;"Your Place" +"water";"vegetation";48.6980605088174;FALSE;"Your Place" +"impervious";"impervious";763.015198253095;TRUE;"Your Place" +"urban";"impervious";5.55649423858995e-05;FALSE;"Your Place" +"urban";"impervious";1.25138384962884;FALSE;"Your Place" +"vegetation";"impervious";1.32762216101401;FALSE;"Your Place" +"vegetation";"impervious";3611.84208463483;FALSE;"Your Place" +"impervious";"impervious";0.582738908880856;TRUE;"Your Place" +"impervious";"impervious";7.76837934565378;TRUE;"Your Place" +"impervious";"impervious";3.0936549400667;TRUE;"Your Place" +"vegetation";"vegetation";191.132360436721;TRUE;"Your Place" +"vegetation";"vegetation";6883.46340667806;TRUE;"Your Place" +"vegetation";"vegetation";9.04949751845561;TRUE;"Your Place" +"vegetation";"vegetation";1362.29938489292;TRUE;"Your Place" +"impervious";"vegetation";6.5529854731285;FALSE;"Your Place" +"vegetation";"vegetation";171.351634908468;TRUE;"Your Place" +"vegetation";"vegetation";1348.48919821158;TRUE;"Your Place" +"water";"vegetation";53.1200841050595;FALSE;"Your Place" +"vegetation";"impervious";359.728623880539;FALSE;"Your Place" +"vegetation";"impervious";62.6627753082939;FALSE;"Your Place" +"urban";"vegetation";2976.51809331053;FALSE;"Your Place" +"vegetation";"vegetation";161.570165257202;TRUE;"Your Place" +"vegetation";"water";2635.39860888571;FALSE;"Your Place" +"urban";"impervious";0.636634609894827;FALSE;"Your Place" +"impervious";"impervious";160.379009041237;TRUE;"Your Place" +"vegetation";"impervious";32.0430354233831;FALSE;"Your Place" +"vegetation";"impervious";28.6402378351631;FALSE;"Your Place" +"impervious";"impervious";497.656895050779;TRUE;"Your Place" +"impervious";"impervious";49.1364022642374;TRUE;"Your Place" +"impervious";"impervious";168.65774282068;TRUE;"Your Place" +"urban";"impervious";0.427089551812969;FALSE;"Your Place" +"urban";"impervious";1476.7738783235;FALSE;"Your Place" +"urban";"impervious";6.6221393160522;FALSE;"Your Place" +"urban";"impervious";226.126875842921;FALSE;"Your Place" +"urban";"impervious";12144.440119721;FALSE;"Your Place" +"urban";"impervious";10.5874732022639;FALSE;"Your Place" +"urban";"impervious";38.6777926395062;FALSE;"Your Place" +"impervious";"impervious";446.547378890915;TRUE;"Your Place" +"vegetation";"vegetation";20.7323563280515;TRUE;"Your Place" +"vegetation";"vegetation";95.440620974754;TRUE;"Your Place" +"impervious";"vegetation";27.6295834099874;FALSE;"Your Place" +"vegetation";"vegetation";1237.12110719255;TRUE;"Your Place" +"urban";"vegetation";137.474348463118;FALSE;"Your Place" +"vegetation";"vegetation";1094.40462129004;TRUE;"Your Place" +"vegetation";"vegetation";117.589925858774;TRUE;"Your Place" +"vegetation";"vegetation";20.8785920968221;TRUE;"Your Place" +"vegetation";"vegetation";214.499846601859;TRUE;"Your Place" +"vegetation";"vegetation";7.5836380533874;TRUE;"Your Place" +"vegetation";"impervious";40.7282372128684;FALSE;"Your Place" +"vegetation";"impervious";147.285888954997;FALSE;"Your Place" +"vegetation";"impervious";2931.92670089845;FALSE;"Your Place" +"vegetation";"impervious";9.31454190984368;FALSE;"Your Place" +"impervious";"impervious";109.072059878556;TRUE;"Your Place" +"vegetation";"impervious";8.60273700021207;FALSE;"Your Place" +"impervious";"impervious";0.48698953143321;TRUE;"Your Place" +"vegetation";"vegetation";255.802120643901;TRUE;"Your Place" +"vegetation";"vegetation";10.4599458808079;TRUE;"Your Place" +"urban";"impervious";955.585606489331;FALSE;"Your Place" +"vegetation";"impervious";60.3737225416116;FALSE;"Your Place" +"vegetation";"impervious";1357.98711442016;FALSE;"Your Place" +"vegetation";"impervious";54.2953229695559;FALSE;"Your Place" +"urban";"vegetation";10.2426927835913;FALSE;"Your Place" +"urban";"vegetation";184.655380597924;FALSE;"Your Place" +"urban";"vegetation";10.4708309215494;FALSE;"Your Place" +"vegetation";"vegetation";512.417158837634;TRUE;"Your Place" +"impervious";"vegetation";153.158037066183;FALSE;"Your Place" +"vegetation";"vegetation";27.5353950826102;TRUE;"Your Place" +"vegetation";"vegetation";948.90150621155;TRUE;"Your Place" +"impervious";"vegetation";10.4043941530799;FALSE;"Your Place" +"vegetation";"impervious";6271.64059755448;FALSE;"Your Place" +"vegetation";"impervious";43.5165792073822;FALSE;"Your Place" +"vegetation";"impervious";39.2396600497887;FALSE;"Your Place" +"vegetation";"impervious";6.73701710940804;FALSE;"Your Place" +"vegetation";"impervious";7.30633336451137;FALSE;"Your Place" +"vegetation";"vegetation";2.45165732223541;TRUE;"Your Place" +"vegetation";"vegetation";91.1043248036876;TRUE;"Your Place" +"vegetation";"vegetation";2999.34284383361;TRUE;"Your Place" +"vegetation";"vegetation";1189.35865808604;TRUE;"Your Place" +"vegetation";"vegetation";3300.21384658141;TRUE;"Your Place" +"vegetation";"vegetation";6504.81309196647;TRUE;"Your Place" +"vegetation";"vegetation";1.35996263074776;TRUE;"Your Place" +"impervious";"vegetation";1.16569510172121;FALSE;"Your Place" +"vegetation";"impervious";2.66521674252726;FALSE;"Your Place" +"vegetation";"impervious";2.52511920535471;FALSE;"Your Place" +"vegetation";"vegetation";874.479636800475;TRUE;"Your Place" +"vegetation";"vegetation";21.4482116528088;TRUE;"Your Place" +"vegetation";"vegetation";2718.34104350286;TRUE;"Your Place" +"vegetation";"vegetation";0.00156100795470593;TRUE;"Your Place" +"vegetation";"impervious";44.0962728955783;FALSE;"Your Place" +"vegetation";"impervious";1703.22855307045;FALSE;"Your Place" +"vegetation";"impervious";19.9619955318922;FALSE;"Your Place" +"impervious";"impervious";22.7641705385176;TRUE;"Your Place" +"vegetation";"impervious";16.4202399196583;FALSE;"Your Place" +"impervious";"impervious";4.73573725720053;TRUE;"Your Place" +"vegetation";"impervious";110.994486054522;FALSE;"Your Place" +"vegetation";"vegetation";23.5177046965109;TRUE;"Your Place" +"vegetation";"vegetation";1.75900749961875;TRUE;"Your Place" +"vegetation";"vegetation";903.750985870778;TRUE;"Your Place" +"vegetation";"vegetation";2012.30082376301;TRUE;"Your Place" +"impervious";"vegetation";0.324030592106283;FALSE;"Your Place" +"vegetation";"vegetation";36.0737915518694;TRUE;"Your Place" +"vegetation";"vegetation";1760.85773385107;TRUE;"Your Place" +"vegetation";"vegetation";545.108571725897;TRUE;"Your Place" +"impervious";"vegetation";320.995395057253;FALSE;"Your Place" +"urban";"impervious";169.719525320455;FALSE;"Your Place" +"urban";"vegetation";608.322256009735;FALSE;"Your Place" +"vegetation";"vegetation";1233.80153153046;TRUE;"Your Place" +"vegetation";"vegetation";3140.40516222538;TRUE;"Your Place" +"vegetation";"vegetation";2717.21685278555;TRUE;"Your Place" +"vegetation";"vegetation";27350.6878104026;TRUE;"Your Place" +"vegetation";"vegetation";37.9188328215969;TRUE;"Your Place" +"impervious";"vegetation";7.73464491032064;FALSE;"Your Place" +"urban";"impervious";32.8617202327587;FALSE;"Your Place" +"vegetation";"impervious";5.25572206178913;FALSE;"Your Place" +"vegetation";"impervious";0.179946296673734;FALSE;"Your Place" +"vegetation";"impervious";52.8780518099666;FALSE;"Your Place" +"vegetation";"impervious";1120.89974430995;FALSE;"Your Place" +"vegetation";"impervious";9.33657920587575;FALSE;"Your Place" +"impervious";"impervious";2558.58319107955;TRUE;"Your Place" +"impervious";"impervious";1.34224519366398;TRUE;"Your Place" +"impervious";"impervious";155.366181872785;TRUE;"Your Place" +"impervious";"impervious";267.99728901498;TRUE;"Your Place" +"urban";"impervious";112.844814765864;FALSE;"Your Place" +"vegetation";"vegetation";9118.37141767703;TRUE;"Your Place" +"vegetation";"vegetation";13.2612314808648;TRUE;"Your Place" +"vegetation";"vegetation";6852.63848164314;TRUE;"Your Place" +"vegetation";"vegetation";457.407301671687;TRUE;"Your Place" +"vegetation";"vegetation";5.51261470350437;TRUE;"Your Place" +"vegetation";"impervious";9.32358675124124;FALSE;"Your Place" +"vegetation";"impervious";116.805150551721;FALSE;"Your Place" +"vegetation";"impervious";5358.0117892772;FALSE;"Your Place" +"vegetation";"impervious";36.3463968620636;FALSE;"Your Place" +"vegetation";"impervious";1.02055073072552;FALSE;"Your Place" +"impervious";"impervious";10.7793682652409;TRUE;"Your Place" +"impervious";"impervious";121.102407327387;TRUE;"Your Place" +"vegetation";"impervious";5.02580325549934;FALSE;"Your Place" +"vegetation";"impervious";174.05212092679;FALSE;"Your Place" +"vegetation";"impervious";99.8372863340192;FALSE;"Your Place" +"vegetation";"vegetation";26.8874510800233;TRUE;"Your Place" +"vegetation";"vegetation";9.69288728758693;TRUE;"Your Place" +"vegetation";"impervious";14.8298815188464;FALSE;"Your Place" +"vegetation";"impervious";9.40128844435094;FALSE;"Your Place" +"vegetation";"impervious";215.968067882578;FALSE;"Your Place" +"vegetation";"impervious";0.000332343910798727;FALSE;"Your Place" +"impervious";"impervious";1034.48464352917;TRUE;"Your Place" +"vegetation";"vegetation";0.906632077283575;TRUE;"Your Place" +"vegetation";"vegetation";0.437726028270845;TRUE;"Your Place" +"vegetation";"vegetation";7.68544619984459;TRUE;"Your Place" +"vegetation";"vegetation";1007.91178476951;TRUE;"Your Place" +"vegetation";"impervious";0.613798619015142;FALSE;"Your Place" +"vegetation";"impervious";66.4735753391869;FALSE;"Your Place" +"urban";"vegetation";3.45061854337109;FALSE;"Your Place" +"impervious";"vegetation";1038.32989760814;FALSE;"Your Place" +"vegetation";"impervious";16.7313943481422;FALSE;"Your Place" +"vegetation";"impervious";109.543728722841;FALSE;"Your Place" +"impervious";"impervious";5.72862478526076;TRUE;"Your Place" +"vegetation";"vegetation";264.49467564642;TRUE;"Your Place" +"water";"vegetation";1.79785766452551;FALSE;"Your Place" +"vegetation";"vegetation";2586.74496518608;TRUE;"Your Place" +"vegetation";"vegetation";21675.0705821449;TRUE;"Your Place" +"vegetation";"vegetation";625.08315312519;TRUE;"Your Place" +"vegetation";"vegetation";581.666683817544;TRUE;"Your Place" +"vegetation";"vegetation";53.2499308045954;TRUE;"Your Place" +"vegetation";"vegetation";1297.97348313313;TRUE;"Your Place" +"vegetation";"impervious";8.34143402869813;FALSE;"Your Place" +"vegetation";"impervious";56.7407653704286;FALSE;"Your Place" +"vegetation";"impervious";9.19734120275825;FALSE;"Your Place" +"vegetation";"impervious";4.58369939832482;FALSE;"Your Place" +"vegetation";"vegetation";211.325744802204;TRUE;"Your Place" +"vegetation";"water";18.9745265250094;FALSE;"Your Place" +"water";"water";18.9948477268917;TRUE;"Your Place" +"vegetation";"impervious";2.17147320881486;FALSE;"Your Place" +"impervious";"impervious";23.4198605883867;TRUE;"Your Place" +"vegetation";"impervious";74.3071970721358;FALSE;"Your Place" +"impervious";"vegetation";1439.75106547709;FALSE;"Your Place" +"urban";"vegetation";2.41612395329867;FALSE;"Your Place" +"vegetation";"vegetation";3773.57206771392;TRUE;"Your Place" +"vegetation";"vegetation";34.6092386057135;TRUE;"Your Place" +"vegetation";"vegetation";585.999078236418;TRUE;"Your Place" +"vegetation";"vegetation";0.0409036406417727;TRUE;"Your Place" +"vegetation";"vegetation";334.9261961109;TRUE;"Your Place" +"vegetation";"vegetation";58.8878520315047;TRUE;"Your Place" +"impervious";"vegetation";59.7117727464065;FALSE;"Your Place" +"vegetation";"vegetation";47.400746608153;TRUE;"Your Place" +"vegetation";"vegetation";3182.3679884983;TRUE;"Your Place" +"vegetation";"impervious";139.625427849824;FALSE;"Your Place" +"vegetation";"impervious";18.815836118767;FALSE;"Your Place" +"impervious";"impervious";68.3251788452617;TRUE;"Your Place" +"urban";"impervious";5466.36853247881;FALSE;"Your Place" +"impervious";"impervious";21.3861207780428;TRUE;"Your Place" +"impervious";"impervious";150.100008471869;TRUE;"Your Place" +"impervious";"impervious";73.8617121896241;TRUE;"Your Place" +"vegetation";"vegetation";3645.07607113651;TRUE;"Your Place" +"impervious";"vegetation";5.62578988459427;FALSE;"Your Place" +"impervious";"vegetation";11.5313526787795;FALSE;"Your Place" +"vegetation";"vegetation";718.051770006772;TRUE;"Your Place" +"vegetation";"vegetation";81.8273784350604;TRUE;"Your Place" +"urban";"vegetation";1686.90044541325;FALSE;"Your Place" +"vegetation";"vegetation";58.569591239444;TRUE;"Your Place" +"impervious";"vegetation";88.0338250063942;FALSE;"Your Place" +"impervious";"vegetation";36.6706898678094;FALSE;"Your Place" +"impervious";"vegetation";4188.51880065911;FALSE;"Your Place" +"impervious";"vegetation";25.8004419598728;FALSE;"Your Place" +"vegetation";"vegetation";881.755533308722;TRUE;"Your Place" +"vegetation";"vegetation";109.074829524674;TRUE;"Your Place" +"vegetation";"vegetation";282.661321884982;TRUE;"Your Place" +"vegetation";"impervious";5.26185441756388;FALSE;"Your Place" +"vegetation";"impervious";45.954349398613;FALSE;"Your Place" +"urban";"vegetation";257.745618156623;FALSE;"Your Place" +"vegetation";"vegetation";210.044237253838;TRUE;"Your Place" +"vegetation";"vegetation";334.413331370801;TRUE;"Your Place" +"vegetation";"vegetation";14206.3164131315;TRUE;"Your Place" +"vegetation";"vegetation";999.799363429629;TRUE;"Your Place" +"vegetation";"vegetation";1031.88252027333;TRUE;"Your Place" +"vegetation";"vegetation";49.3583783155773;TRUE;"Your Place" +"impervious";"vegetation";113.827817271231;FALSE;"Your Place" +"vegetation";"vegetation";8.54802201176062;TRUE;"Your Place" +"impervious";"impervious";1.94623150353436;TRUE;"Your Place" +"impervious";"vegetation";2.24951955326833;FALSE;"Your Place" +"vegetation";"impervious";3.28756252489984;FALSE;"Your Place" +"vegetation";"impervious";94.9260838702321;FALSE;"Your Place" +"vegetation";"impervious";27.1366037654225;FALSE;"Your Place" +"water";"vegetation";1549.38122494332;FALSE;"Your Place" +"vegetation";"vegetation";3151.34599930793;TRUE;"Your Place" +"vegetation";"vegetation";0.691775753628463;TRUE;"Your Place" +"vegetation";"vegetation";0.0449427128842217;TRUE;"Your Place" +"vegetation";"vegetation";8974.72971242847;TRUE;"Your Place" +"vegetation";"vegetation";1.30412600043928;TRUE;"Your Place" +"vegetation";"vegetation";54.7113264126529;TRUE;"Your Place" +"vegetation";"vegetation";6.33745080325025;TRUE;"Your Place" +"vegetation";"vegetation";120.855070575257;TRUE;"Your Place" +"impervious";"vegetation";36.4489741967991;FALSE;"Your Place" +"vegetation";"vegetation";4543.77358165476;TRUE;"Your Place" +"vegetation";"vegetation";228.082723848886;TRUE;"Your Place" +"vegetation";"vegetation";951.626928034646;TRUE;"Your Place" +"vegetation";"vegetation";432.97486233282;TRUE;"Your Place" +"vegetation";"vegetation";4212.98070733249;TRUE;"Your Place" +"vegetation";"vegetation";106.394915506244;TRUE;"Your Place" +"impervious";"vegetation";31.7650953093544;FALSE;"Your Place" +"vegetation";"vegetation";59.2035723558511;TRUE;"Your Place" +"vegetation";"vegetation";2.79735607351176;TRUE;"Your Place" +"vegetation";"vegetation";6.78638550336473;TRUE;"Your Place" +"vegetation";"vegetation";48.2596216537058;TRUE;"Your Place" +"vegetation";"vegetation";62.528032528935;TRUE;"Your Place" +"impervious";"vegetation";382.968797004782;FALSE;"Your Place" +"vegetation";"vegetation";36631.6336271936;TRUE;"Your Place" +"vegetation";"vegetation";21.4425703454763;TRUE;"Your Place" +"vegetation";"vegetation";18.8354383115657;TRUE;"Your Place" +"impervious";"impervious";2.75710053602234;TRUE;"Your Place" +"impervious";"impervious";1200.67317864858;TRUE;"Your Place" +"vegetation";"impervious";1892.90148451272;FALSE;"Your Place" +"vegetation";"impervious";15.0115591436625;FALSE;"Your Place" +"vegetation";"impervious";110.109755540063;FALSE;"Your Place" +"vegetation";"vegetation";74.4968348395778;TRUE;"Your Place" +"vegetation";"vegetation";18.1415441625286;TRUE;"Your Place" +"water";"vegetation";3.31998355966061;FALSE;"Your Place" +"urban";"vegetation";532.075987192336;FALSE;"Your Place" +"vegetation";"vegetation";0.0217485252724146;TRUE;"Your Place" +"vegetation";"vegetation";2198.48391405581;TRUE;"Your Place" +"vegetation";"vegetation";288.311846722383;TRUE;"Your Place" +"vegetation";"impervious";88.0781324665877;FALSE;"Your Place" +"vegetation";"impervious";0.257013392401859;FALSE;"Your Place" +"vegetation";"impervious";12.6050314906752;FALSE;"Your Place" +"vegetation";"impervious";28.6150452048751;FALSE;"Your Place" +"vegetation";"impervious";6.4018882936216;FALSE;"Your Place" +"vegetation";"impervious";28.7569421380758;FALSE;"Your Place" +"vegetation";"impervious";23.8851340869442;FALSE;"Your Place" +"vegetation";"impervious";13.3145477406215;FALSE;"Your Place" +"vegetation";"vegetation";33.1146290227771;TRUE;"Your Place" +"vegetation";"vegetation";14567.7975195535;TRUE;"Your Place" +"vegetation";"vegetation";5431.53385648463;TRUE;"Your Place" +"vegetation";"vegetation";103.610943495762;TRUE;"Your Place" +"vegetation";"vegetation";44.1026095026173;TRUE;"Your Place" +"water";"vegetation";30.3694229274988;FALSE;"Your Place" +"vegetation";"vegetation";6489.56993046415;TRUE;"Your Place" +"impervious";"vegetation";824.610713010945;FALSE;"Your Place" +"vegetation";"vegetation";719.546941684093;TRUE;"Your Place" +"vegetation";"vegetation";42.9448596036527;TRUE;"Your Place" +"vegetation";"vegetation";20489.9346434977;TRUE;"Your Place" +"vegetation";"vegetation";1337.79347239435;TRUE;"Your Place" +"water";"vegetation";13.2049381695688;FALSE;"Your Place" +"vegetation";"impervious";133.267066726927;FALSE;"Your Place" +"urban";"vegetation";2551.62015064241;FALSE;"Your Place" +"vegetation";"vegetation";401.030371516012;TRUE;"Your Place" +"vegetation";"vegetation";1152.24467278205;TRUE;"Your Place" +"vegetation";"vegetation";11741.2729319975;TRUE;"Your Place" +"urban";"vegetation";687.346132645616;FALSE;"Your Place" +"vegetation";"vegetation";21.207237362396;TRUE;"Your Place" +"vegetation";"vegetation";18.2043593483395;TRUE;"Your Place" +"vegetation";"vegetation";6715.98395638354;TRUE;"Your Place" +"vegetation";"vegetation";1928.44616792887;TRUE;"Your Place" +"vegetation";"vegetation";987.115378894829;TRUE;"Your Place" +"vegetation";"vegetation";1900.2145610603;TRUE;"Your Place" +"vegetation";"vegetation";871.996216132597;TRUE;"Your Place" +"vegetation";"vegetation";2.94046120380517;TRUE;"Your Place" +"vegetation";"vegetation";6.69266599885304;TRUE;"Your Place" +"vegetation";"vegetation";6488.74267101008;TRUE;"Your Place" +"urban";"vegetation";459.740053172223;FALSE;"Your Place" +"vegetation";"vegetation";103.779413734097;TRUE;"Your Place" +"vegetation";"vegetation";2527.54555008778;TRUE;"Your Place" +"water";"vegetation";36.044340899447;FALSE;"Your Place" +"vegetation";"impervious";10.0056647191523;FALSE;"Your Place" +"vegetation";"impervious";15.8730783929932;FALSE;"Your Place" +"water";"vegetation";9.91490870551206;FALSE;"Your Place" +"urban";"vegetation";7987.65765304118;FALSE;"Your Place" +"vegetation";"vegetation";2730.21474330314;TRUE;"Your Place" +"urban";"impervious";0.840662587666884;FALSE;"Your Place" +"impervious";"impervious";728.429701595567;TRUE;"Your Place" +"impervious";"impervious";17.9574746801518;TRUE;"Your Place" +"impervious";"impervious";230.615391487954;TRUE;"Your Place" +"impervious";"impervious";274.538430314511;TRUE;"Your Place" +"water";"vegetation";15.1022526149172;FALSE;"Your Place" +"impervious";"vegetation";4482.82662224863;FALSE;"Your Place" +"vegetation";"vegetation";28.6050184252963;TRUE;"Your Place" +"vegetation";"vegetation";56699.6127224276;TRUE;"Your Place" +"impervious";"vegetation";133.593888144009;FALSE;"Your Place" +"impervious";"vegetation";83.9771783042233;FALSE;"Your Place" +"vegetation";"vegetation";38.0720532813575;TRUE;"Your Place" +"vegetation";"vegetation";439.442955651903;TRUE;"Your Place" +"vegetation";"impervious";44.2296817332681;FALSE;"Your Place" +"impervious";"vegetation";260.534531414785;FALSE;"Your Place" +"water";"vegetation";361.865857869387;FALSE;"Your Place" +"vegetation";"vegetation";113.705469463952;TRUE;"Your Place" +"vegetation";"vegetation";60755.2133582132;TRUE;"Your Place" +"vegetation";"vegetation";0.372043563053012;TRUE;"Your Place" +"impervious";"vegetation";0.00583410066610668;FALSE;"Your Place" +"vegetation";"vegetation";16.2288560008164;TRUE;"Your Place" +"vegetation";"vegetation";197.543855894488;TRUE;"Your Place" +"impervious";"vegetation";188.502987438813;FALSE;"Your Place" +"vegetation";"vegetation";152.141228902037;TRUE;"Your Place" +"vegetation";"vegetation";31.8680661479593;TRUE;"Your Place" +"impervious";"vegetation";190.236625180114;FALSE;"Your Place" +"vegetation";"vegetation";17481.6928734705;TRUE;"Your Place" +"vegetation";"vegetation";186.968367148773;TRUE;"Your Place" +"vegetation";"vegetation";8.71083719050512;TRUE;"Your Place" +"vegetation";"vegetation";378.610951973693;TRUE;"Your Place" +"urban";"vegetation";2.94752535664884;FALSE;"Your Place" +"impervious";"vegetation";0.208914096816443;FALSE;"Your Place" +"impervious";"vegetation";4025.2475326081;FALSE;"Your Place" +"impervious";"vegetation";3.29566760582384;FALSE;"Your Place" +"impervious";"vegetation";2.72198240982834;FALSE;"Your Place" +"vegetation";"impervious";1.11689728999045;FALSE;"Your Place" +"vegetation";"impervious";222.529408044356;FALSE;"Your Place" +"vegetation";"vegetation";252.689108657447;TRUE;"Your Place" +"impervious";"impervious";12.3679101439193;TRUE;"Your Place" +"impervious";"impervious";8.81519509261125;TRUE;"Your Place" +"impervious";"impervious";3649.7346896872;TRUE;"Your Place" +"impervious";"impervious";6.90245767682791;TRUE;"Your Place" +"impervious";"impervious";40.1897776566911;TRUE;"Your Place" +"impervious";"impervious";2.85585121985059;TRUE;"Your Place" +"urban";"impervious";96.374736537924;FALSE;"Your Place" +"impervious";"impervious";8.36602633682196;TRUE;"Your Place" +"urban";"impervious";15.7964317577425;FALSE;"Your Place" +"impervious";"impervious";34.7183927837759;TRUE;"Your Place" +"urban";"vegetation";21.6656782133359;FALSE;"Your Place" +"vegetation";"vegetation";22780.2533057661;TRUE;"Your Place" +"vegetation";"vegetation";1090.3202787143;TRUE;"Your Place" +"impervious";"vegetation";699.541403748502;FALSE;"Your Place" +"vegetation";"vegetation";18.2435064247111;TRUE;"Your Place" +"urban";"vegetation";339.520382589484;FALSE;"Your Place" +"vegetation";"vegetation";121.337686709035;TRUE;"Your Place" +"vegetation";"vegetation";57.2923754756339;TRUE;"Your Place" +"vegetation";"vegetation";289.572772365995;TRUE;"Your Place" +"vegetation";"vegetation";403.05734858918;TRUE;"Your Place" +"vegetation";"vegetation";12955.4986322187;TRUE;"Your Place" +"vegetation";"vegetation";86.2832730822265;TRUE;"Your Place" +"vegetation";"vegetation";69.6509746087831;TRUE;"Your Place" +"impervious";"vegetation";552.279943139287;FALSE;"Your Place" +"impervious";"vegetation";25.1243776320771;FALSE;"Your Place" +"vegetation";"vegetation";747.016875241825;TRUE;"Your Place" +"vegetation";"water";19.928908739239;FALSE;"Your Place" +"water";"water";69.8304739971645;TRUE;"Your Place" +"vegetation";"vegetation";90.1871392632893;TRUE;"Your Place" +"vegetation";"vegetation";63.111266494263;TRUE;"Your Place" +"vegetation";"vegetation";10237.9873615266;TRUE;"Your Place" +"impervious";"vegetation";87.5921868232545;FALSE;"Your Place" +"vegetation";"vegetation";4702.61328162812;TRUE;"Your Place" +"vegetation";"vegetation";1653.88190007443;TRUE;"Your Place" +"vegetation";"vegetation";11.9942488579836;TRUE;"Your Place" +"vegetation";"vegetation";0.12714966625208;TRUE;"Your Place" +"vegetation";"vegetation";1.47092494252138;TRUE;"Your Place" +"water";"vegetation";1077.04136933689;FALSE;"Your Place" +"vegetation";"vegetation";5746.43279706687;TRUE;"Your Place" +"vegetation";"vegetation";39.125389497196;TRUE;"Your Place" +"urban";"impervious";67.2452794241253;FALSE;"Your Place" +"vegetation";"impervious";9.29823953000596;FALSE;"Your Place" +"vegetation";"vegetation";673.74304771208;TRUE;"Your Place" +"vegetation";"vegetation";0.613929767394438;TRUE;"Your Place" +"urban";"vegetation";126.310909513384;FALSE;"Your Place" +"vegetation";"vegetation";240.03672481002;TRUE;"Your Place" +"vegetation";"vegetation";8331.84611655335;TRUE;"Your Place" +"vegetation";"vegetation";1032.96495317761;TRUE;"Your Place" +"vegetation";"vegetation";321.570935314987;TRUE;"Your Place" +"vegetation";"vegetation";737.284614770906;TRUE;"Your Place" +"water";"vegetation";6.44933205167763;FALSE;"Your Place" +"vegetation";"vegetation";35.3248055727454;TRUE;"Your Place" +"vegetation";"vegetation";159.975900648627;TRUE;"Your Place" +"vegetation";"vegetation";201.99911362282;TRUE;"Your Place" +"urban";"impervious";1.91314006788889;FALSE;"Your Place" +"impervious";"impervious";66.7347308924654;TRUE;"Your Place" +"impervious";"impervious";21.7619844404981;TRUE;"Your Place" +"impervious";"impervious";332.833443733631;TRUE;"Your Place" +"impervious";"impervious";15.4398551554186;TRUE;"Your Place" +"vegetation";"impervious";17.2052031336352;FALSE;"Your Place" +"vegetation";"impervious";22.9233235437423;FALSE;"Your Place" +"vegetation";"impervious";4.66299120834447;FALSE;"Your Place" +"impervious";"impervious";31.6479282591899;TRUE;"Your Place" +"impervious";"impervious";353.931810185546;TRUE;"Your Place" +"vegetation";"impervious";98.7792618212989;FALSE;"Your Place" +"vegetation";"impervious";80.6727758592751;FALSE;"Your Place" +"vegetation";"vegetation";195.04603432602;TRUE;"Your Place" +"vegetation";"vegetation";21.2113941664575;TRUE;"Your Place" +"vegetation";"vegetation";289.343218242517;TRUE;"Your Place" +"vegetation";"vegetation";1526.8237582118;TRUE;"Your Place" +"vegetation";"vegetation";12.8236005844083;TRUE;"Your Place" +"vegetation";"vegetation";396.221472302626;TRUE;"Your Place" +"impervious";"vegetation";66.2855803169659;FALSE;"Your Place" +"vegetation";"vegetation";247.733895057681;TRUE;"Your Place" +"vegetation";"vegetation";88152.7810091437;TRUE;"Your Place" +"vegetation";"vegetation";136.273663128726;TRUE;"Your Place" +"vegetation";"vegetation";0.0926489496378053;TRUE;"Your Place" +"vegetation";"vegetation";0.232450074050575;TRUE;"Your Place" +"vegetation";"vegetation";298.328301464979;TRUE;"Your Place" +"impervious";"vegetation";58.7627319809981;FALSE;"Your Place" +"vegetation";"vegetation";0.887492263194872;TRUE;"Your Place" +"vegetation";"vegetation";1066.81333498168;TRUE;"Your Place" +"impervious";"vegetation";5.21925709990319;FALSE;"Your Place" +"vegetation";"vegetation";688.345888367243;TRUE;"Your Place" +"vegetation";"vegetation";75.5394926192239;TRUE;"Your Place" +"vegetation";"vegetation";462.828485941747;TRUE;"Your Place" +"vegetation";"vegetation";0.0929984231479466;TRUE;"Your Place" +"vegetation";"vegetation";492.157465035329;TRUE;"Your Place" +"vegetation";"vegetation";15.1295173736289;TRUE;"Your Place" +"impervious";"vegetation";4.8788461862132;FALSE;"Your Place" +"impervious";"vegetation";115.314153102227;FALSE;"Your Place" +"impervious";"vegetation";0.467001776010875;FALSE;"Your Place" +"impervious";"vegetation";61.6539527588175;FALSE;"Your Place" +"impervious";"vegetation";4083.55429403996;FALSE;"Your Place" +"impervious";"vegetation";58.5051965074381;FALSE;"Your Place" +"vegetation";"vegetation";600.630917040166;TRUE;"Your Place" +"vegetation";"vegetation";44.7503297971562;TRUE;"Your Place" +"vegetation";"vegetation";22.5032202038565;TRUE;"Your Place" +"vegetation";"vegetation";0.78958314913325;TRUE;"Your Place" +"vegetation";"vegetation";1.92551657111289;TRUE;"Your Place" +"vegetation";"vegetation";6.83049486228174;TRUE;"Your Place" +"impervious";"vegetation";32.6101098998915;FALSE;"Your Place" +"impervious";"vegetation";193.753724095761;FALSE;"Your Place" +"vegetation";"vegetation";737.355586143327;TRUE;"Your Place" +"vegetation";"vegetation";2706.36872005626;TRUE;"Your Place" +"vegetation";"vegetation";95081.2544830471;TRUE;"Your Place" +"vegetation";"vegetation";1139.73046345066;TRUE;"Your Place" +"vegetation";"vegetation";231.673222627415;TRUE;"Your Place" +"vegetation";"vegetation";112.264980960069;TRUE;"Your Place" +"vegetation";"vegetation";116.453335404396;TRUE;"Your Place" +"vegetation";"vegetation";1427.88371153595;TRUE;"Your Place" +"vegetation";"vegetation";20.8603866283083;TRUE;"Your Place" +"impervious";"impervious";1.89731689555629;TRUE;"Your Place" +"vegetation";"vegetation";615.394430858927;TRUE;"Your Place" +"vegetation";"vegetation";4563.20028833637;TRUE;"Your Place" +"vegetation";"vegetation";5.24820301984437;TRUE;"Your Place" +"vegetation";"vegetation";0.406547375197988;TRUE;"Your Place" +"vegetation";"vegetation";1027.41294411011;TRUE;"Your Place" +"urban";"vegetation";94.9372597836191;FALSE;"Your Place" +"impervious";"vegetation";19.1957114571996;FALSE;"Your Place" +"vegetation";"vegetation";896.89616668591;TRUE;"Your Place" +"vegetation";"vegetation";1888.40188308293;TRUE;"Your Place" +"urban";"vegetation";0.176825502538122;FALSE;"Your Place" +"vegetation";"vegetation";2246.92357296403;TRUE;"Your Place" +"impervious";"vegetation";55.2964388933033;FALSE;"Your Place" +"vegetation";"vegetation";10.3276903769874;TRUE;"Your Place" +"vegetation";"vegetation";74.2166816901881;TRUE;"Your Place" +"impervious";"vegetation";645.867558024358;FALSE;"Your Place" +"vegetation";"vegetation";156.353244401864;TRUE;"Your Place" +"vegetation";"vegetation";38.8954204109032;TRUE;"Your Place" +"vegetation";"vegetation";2698.75045358947;TRUE;"Your Place" +"vegetation";"vegetation";7455.42049739126;TRUE;"Your Place" +"vegetation";"vegetation";1684.44852160523;TRUE;"Your Place" +"vegetation";"vegetation";266.386378498049;TRUE;"Your Place" +"vegetation";"vegetation";358.30860597943;TRUE;"Your Place" +"vegetation";"vegetation";2089.9482913817;TRUE;"Your Place" +"vegetation";"vegetation";7.54256719665136;TRUE;"Your Place" +"vegetation";"vegetation";13829.9267359034;TRUE;"Your Place" +"vegetation";"vegetation";2198.64911007945;TRUE;"Your Place" +"vegetation";"vegetation";1096.17680100817;TRUE;"Your Place" +"vegetation";"impervious";1.81029138714075;FALSE;"Your Place" +"vegetation";"impervious";310.141395543702;FALSE;"Your Place" +"vegetation";"impervious";139.044488174841;FALSE;"Your Place" +"vegetation";"impervious";3.21547125838697;FALSE;"Your Place" +"vegetation";"vegetation";0.0283460532664321;TRUE;"Your Place" +"vegetation";"vegetation";6.41153247456532;TRUE;"Your Place" +"vegetation";"impervious";6.84079166688025;FALSE;"Your Place" +"vegetation";"impervious";7.47409534547478;FALSE;"Your Place" +"vegetation";"impervious";3.70024087890488;FALSE;"Your Place" +"vegetation";"impervious";7.7244411255233;FALSE;"Your Place" +"vegetation";"impervious";0.140957462204824;FALSE;"Your Place" +"vegetation";"impervious";26.0657259429354;FALSE;"Your Place" +"vegetation";"impervious";1.45523263432551;FALSE;"Your Place" +"vegetation";"impervious";51.9318377390737;FALSE;"Your Place" +"impervious";"vegetation";0.0450438542575284;FALSE;"Your Place" +"impervious";"vegetation";0.232704478316009;FALSE;"Your Place" +"impervious";"vegetation";33.7211597131245;FALSE;"Your Place" +"impervious";"vegetation";3228.45144447574;FALSE;"Your Place" +"impervious";"vegetation";10.6624981732675;FALSE;"Your Place" +"vegetation";"vegetation";100.741686498746;TRUE;"Your Place" +"impervious";"vegetation";17.3289647590718;FALSE;"Your Place" +"impervious";"vegetation";11.6665575020015;FALSE;"Your Place" +"vegetation";"vegetation";2.44053990696557;TRUE;"Your Place" +"vegetation";"vegetation";43.1854538720509;TRUE;"Your Place" +"urban";"vegetation";1.41818639019039;FALSE;"Your Place" +"vegetation";"vegetation";301.106035461322;TRUE;"Your Place" +"impervious";"vegetation";4223.57650379694;FALSE;"Your Place" +"water";"vegetation";8.90031745936722;FALSE;"Your Place" +"vegetation";"vegetation";75.3963733260753;TRUE;"Your Place" +"water";"vegetation";14.2069713771925;FALSE;"Your Place" +"vegetation";"vegetation";300.72432482522;TRUE;"Your Place" +"impervious";"vegetation";382.463637361769;FALSE;"Your Place" +"vegetation";"vegetation";795.960294742137;TRUE;"Your Place" +"water";"vegetation";25.470208148472;FALSE;"Your Place" +"vegetation";"impervious";6.79467522469349;FALSE;"Your Place" +"vegetation";"impervious";16.5444867727347;FALSE;"Your Place" +"vegetation";"vegetation";12051.0115680608;TRUE;"Your Place" +"vegetation";"vegetation";140.560238840802;TRUE;"Your Place" +"vegetation";"vegetation";1193.7218413474;TRUE;"Your Place" +"vegetation";"vegetation";0.516754871183366;TRUE;"Your Place" +"vegetation";"vegetation";23128.5858532861;TRUE;"Your Place" +"vegetation";"vegetation";1120.10004733177;TRUE;"Your Place" +"vegetation";"vegetation";246.91483932361;TRUE;"Your Place" +"vegetation";"vegetation";780.320541981375;TRUE;"Your Place" +"vegetation";"vegetation";397.277786530554;TRUE;"Your Place" +"vegetation";"vegetation";25.6246901491832;TRUE;"Your Place" +"vegetation";"vegetation";126.23940135166;TRUE;"Your Place" +"vegetation";"impervious";10.7680348679423;FALSE;"Your Place" +"vegetation";"impervious";18.0288515026368;FALSE;"Your Place" +"vegetation";"impervious";4.03680004226044;FALSE;"Your Place" +"vegetation";"vegetation";51.6928060362116;TRUE;"Your Place" +"vegetation";"vegetation";9780.36329952753;TRUE;"Your Place" +"vegetation";"vegetation";535.899776479229;TRUE;"Your Place" +"vegetation";"impervious";13.7113342812518;FALSE;"Your Place" +"vegetation";"impervious";29.4403964158846;FALSE;"Your Place" +"vegetation";"impervious";4.84003350452986;FALSE;"Your Place" +"vegetation";"vegetation";15.6704168876749;TRUE;"Your Place" +"impervious";"impervious";0.019580768130254;TRUE;"Your Place" +"impervious";"impervious";459.352658283897;TRUE;"Your Place" +"impervious";"impervious";5.72736728470773;TRUE;"Your Place" +"vegetation";"vegetation";373.614421341583;TRUE;"Your Place" +"vegetation";"vegetation";1.6546548033366;TRUE;"Your Place" +"vegetation";"vegetation";19223.0741065489;TRUE;"Your Place" +"vegetation";"vegetation";2985.57250966915;TRUE;"Your Place" +"vegetation";"vegetation";1585.72835711273;TRUE;"Your Place" +"vegetation";"vegetation";431.607592185588;TRUE;"Your Place" +"vegetation";"vegetation";36.638228056021;TRUE;"Your Place" +"impervious";"impervious";18.8733681299491;TRUE;"Your Place" +"impervious";"impervious";5.98636852577329;TRUE;"Your Place" +"impervious";"impervious";499.999942051247;TRUE;"Your Place" +"impervious";"impervious";9.62663559149951;TRUE;"Your Place" +"vegetation";"vegetation";23.7387428974034;TRUE;"Your Place" +"vegetation";"vegetation";46041.2586480221;TRUE;"Your Place" +"vegetation";"vegetation";41.9955889778212;TRUE;"Your Place" +"vegetation";"vegetation";9.45000085001811;TRUE;"Your Place" +"vegetation";"vegetation";1303.30889631831;TRUE;"Your Place" +"vegetation";"vegetation";11.416876431671;TRUE;"Your Place" +"vegetation";"vegetation";2035.53793078684;TRUE;"Your Place" +"impervious";"vegetation";30.0706340097822;FALSE;"Your Place" +"vegetation";"impervious";37.3927040791023;FALSE;"Your Place" +"vegetation";"impervious";0.70792177983094;FALSE;"Your Place" +"vegetation";"vegetation";366.216225270618;TRUE;"Your Place" +"vegetation";"vegetation";18861.5530090448;TRUE;"Your Place" +"vegetation";"vegetation";18699.9337501731;TRUE;"Your Place" +"vegetation";"vegetation";499.18718551239;TRUE;"Your Place" +"impervious";"vegetation";27.0463313595392;FALSE;"Your Place" +"vegetation";"vegetation";195.853165098466;TRUE;"Your Place" +"vegetation";"impervious";281.60517952044;FALSE;"Your Place" +"vegetation";"vegetation";219.003692261568;TRUE;"Your Place" +"vegetation";"vegetation";32.7280167154968;TRUE;"Your Place" +"vegetation";"vegetation";71840.1347670875;TRUE;"Your Place" +"vegetation";"vegetation";73.2674965988845;TRUE;"Your Place" +"impervious";"vegetation";508.048225924373;FALSE;"Your Place" +"vegetation";"impervious";163.927963061916;FALSE;"Your Place" +"vegetation";"vegetation";1505.93207103873;TRUE;"Your Place" +"vegetation";"impervious";12.9809439577948;FALSE;"Your Place" +"vegetation";"impervious";247.995904239826;FALSE;"Your Place" +"vegetation";"vegetation";17.7598022534512;TRUE;"Your Place" +"water";"vegetation";85.7921914821491;FALSE;"Your Place" +"vegetation";"vegetation";41.2263727802783;TRUE;"Your Place" +"impervious";"vegetation";225.102694698842;FALSE;"Your Place" +"vegetation";"vegetation";7737.23056744784;TRUE;"Your Place" +"water";"vegetation";158.618687759154;FALSE;"Your Place" +"vegetation";"vegetation";134.021971776499;TRUE;"Your Place" +"vegetation";"vegetation";12.8631736263633;TRUE;"Your Place" +"vegetation";"vegetation";20.3260845074255;TRUE;"Your Place" +"impervious";"vegetation";0.246424485056195;FALSE;"Your Place" +"vegetation";"impervious";68.7811840760987;FALSE;"Your Place" +"vegetation";"impervious";6.06479466240853;FALSE;"Your Place" +"vegetation";"impervious";606.707615456769;FALSE;"Your Place" +"vegetation";"impervious";757.056250786409;FALSE;"Your Place" +"vegetation";"impervious";14134.7693062471;FALSE;"Your Place" +"vegetation";"impervious";4464.13286331983;FALSE;"Your Place" +"vegetation";"impervious";19.0556840130594;FALSE;"Your Place" +"vegetation";"vegetation";4941.30070848831;TRUE;"Your Place" +"vegetation";"vegetation";61.7186389928684;TRUE;"Your Place" +"vegetation";"impervious";283.771964472486;FALSE;"Your Place" +"vegetation";"vegetation";329.417240510695;TRUE;"Your Place" +"impervious";"vegetation";173.867061821744;FALSE;"Your Place" +"vegetation";"vegetation";323.619115788257;TRUE;"Your Place" +"impervious";"vegetation";64.9265231643803;FALSE;"Your Place" +"impervious";"vegetation";8.24134196224622;FALSE;"Your Place" +"vegetation";"impervious";30.9650480228011;FALSE;"Your Place" +"impervious";"impervious";523.71048818808;TRUE;"Your Place" +"vegetation";"vegetation";1478.29808539407;TRUE;"Your Place" +"vegetation";"vegetation";32954.5188494726;TRUE;"Your Place" +"vegetation";"vegetation";552.836762680789;TRUE;"Your Place" +"vegetation";"vegetation";1032.84437206388;TRUE;"Your Place" +"vegetation";"impervious";214.049652400776;FALSE;"Your Place" +"vegetation";"impervious";586.570935322903;FALSE;"Your Place" +"impervious";"impervious";91.5750392870978;TRUE;"Your Place" +"vegetation";"vegetation";3.50703584519215;TRUE;"Your Place" +"vegetation";"vegetation";16.9444697042891;TRUE;"Your Place" +"vegetation";"vegetation";8378.4674894663;TRUE;"Your Place" +"vegetation";"vegetation";34252.1662177687;TRUE;"Your Place" +"vegetation";"vegetation";12.6021276591928;TRUE;"Your Place" +"vegetation";"impervious";86.8075692462735;FALSE;"Your Place" +"impervious";"impervious";101.349845880177;TRUE;"Your Place" +"vegetation";"impervious";821.64140812424;FALSE;"Your Place" +"vegetation";"impervious";16.5682122998405;FALSE;"Your Place" +"vegetation";"impervious";29.9605521257035;FALSE;"Your Place" +"vegetation";"impervious";389.014758848818;FALSE;"Your Place" +"vegetation";"vegetation";10.9392389879795;TRUE;"Your Place" +"vegetation";"vegetation";728.762971537188;TRUE;"Your Place" +"vegetation";"vegetation";0.173545153113082;TRUE;"Your Place" +"vegetation";"vegetation";18.4465601592819;TRUE;"Your Place" +"vegetation";"vegetation";867.517817196669;TRUE;"Your Place" +"vegetation";"impervious";1.45369558030507;FALSE;"Your Place" +"vegetation";"impervious";4.7231396274874;FALSE;"Your Place" +"vegetation";"impervious";25.8635514969938;FALSE;"Your Place" +"vegetation";"impervious";0.869665314501617;FALSE;"Your Place" +"vegetation";"vegetation";134.561290475776;TRUE;"Your Place" +"vegetation";"vegetation";235.970880746434;TRUE;"Your Place" +"vegetation";"vegetation";322.881431390066;TRUE;"Your Place" +"vegetation";"vegetation";392.193021248095;TRUE;"Your Place" +"vegetation";"vegetation";5052.16443564929;TRUE;"Your Place" +"vegetation";"vegetation";1250.72202628445;TRUE;"Your Place" +"vegetation";"vegetation";57.3620132354554;TRUE;"Your Place" +"vegetation";"vegetation";17.1277993828116;TRUE;"Your Place" +"impervious";"vegetation";55.8678651144728;FALSE;"Your Place" +"vegetation";"vegetation";6019.3048246149;TRUE;"Your Place" +"vegetation";"vegetation";459.926016962156;TRUE;"Your Place" +"vegetation";"vegetation";9925.61606379831;TRUE;"Your Place" +"vegetation";"impervious";328.156757771503;FALSE;"Your Place" +"vegetation";"impervious";348.806998841465;FALSE;"Your Place" +"vegetation";"vegetation";6161.26252102619;TRUE;"Your Place" +"vegetation";"vegetation";69.4628232733812;TRUE;"Your Place" +"vegetation";"vegetation";21.1053200857714;TRUE;"Your Place" +"vegetation";"vegetation";20581.6840826286;TRUE;"Your Place" +"vegetation";"vegetation";42.3618878233247;TRUE;"Your Place" +"vegetation";"vegetation";191.670798565232;TRUE;"Your Place" +"vegetation";"vegetation";408.209908075052;TRUE;"Your Place" +"vegetation";"vegetation";14.5249924033415;TRUE;"Your Place" +"vegetation";"vegetation";8260.48354148178;TRUE;"Your Place" +"vegetation";"vegetation";0.144887657195795;TRUE;"Your Place" +"vegetation";"vegetation";893.31273719389;TRUE;"Your Place" +"vegetation";"vegetation";519.455536811613;TRUE;"Your Place" +"vegetation";"vegetation";3010.54318537319;TRUE;"Your Place" +"vegetation";"vegetation";1101.50597633154;TRUE;"Your Place" +"vegetation";"vegetation";29.3626165972091;TRUE;"Your Place" +"vegetation";"vegetation";1771.67592688533;TRUE;"Your Place" +"vegetation";"vegetation";8.55217587633524;TRUE;"Your Place" +"vegetation";"vegetation";385.866859291214;TRUE;"Your Place" +"vegetation";"vegetation";405.172532251596;TRUE;"Your Place" +"vegetation";"impervious";23.4410665234318;FALSE;"Your Place" +"vegetation";"impervious";10.3969037736533;FALSE;"Your Place" +"vegetation";"impervious";1394.86710248701;FALSE;"Your Place" +"vegetation";"impervious";4.75920337019488;FALSE;"Your Place" +"vegetation";"impervious";971.97223341465;FALSE;"Your Place" +"vegetation";"impervious";22.6389826152008;FALSE;"Your Place" +"vegetation";"impervious";209.740070641041;FALSE;"Your Place" +"vegetation";"vegetation";6.19914292544127;TRUE;"Your Place" +"vegetation";"vegetation";257.743314898224;TRUE;"Your Place" +"vegetation";"vegetation";17.2343337569619;TRUE;"Your Place" +"vegetation";"vegetation";2781.45119951514;TRUE;"Your Place" +"vegetation";"vegetation";190.994500411442;TRUE;"Your Place" +"water";"vegetation";185.345358922525;FALSE;"Your Place" +"vegetation";"vegetation";8546.93460198829;TRUE;"Your Place" +"vegetation";"vegetation";390.895062458003;TRUE;"Your Place" +"water";"water";0.00318592498661019;TRUE;"Your Place" +"water";"water";10027.8864377812;TRUE;"Your Place" +"vegetation";"water";1887.69323254778;FALSE;"Your Place" +"vegetation";"vegetation";324.232293058187;TRUE;"Your Place" +"vegetation";"vegetation";26.0728046111763;TRUE;"Your Place" +"vegetation";"vegetation";139.193047767039;TRUE;"Your Place" +"vegetation";"vegetation";32.2100924971746;TRUE;"Your Place" +"vegetation";"impervious";13.44829701446;FALSE;"Your Place" +"vegetation";"impervious";91.6952275955118;FALSE;"Your Place" +"vegetation";"impervious";46.6021109614521;FALSE;"Your Place" +"vegetation";"impervious";9.9691845595371;FALSE;"Your Place" +"vegetation";"impervious";6.66641371347941;FALSE;"Your Place" +"vegetation";"vegetation";16.5478910293896;TRUE;"Your Place" +"vegetation";"vegetation";83.0593347477261;TRUE;"Your Place" +"vegetation";"vegetation";344.260806871578;TRUE;"Your Place" +"vegetation";"vegetation";170.513689784566;TRUE;"Your Place" +"vegetation";"impervious";173.251146098832;FALSE;"Your Place" +"vegetation";"vegetation";76.2348560604732;TRUE;"Your Place" +"vegetation";"vegetation";1.54425304092001;TRUE;"Your Place" +"vegetation";"vegetation";113.386659149488;TRUE;"Your Place" +"vegetation";"vegetation";706.077382654184;TRUE;"Your Place" +"vegetation";"vegetation";2.65468942560256;TRUE;"Your Place" +"vegetation";"impervious";21.4913742260542;FALSE;"Your Place" +"vegetation";"impervious";4.22395333671011;FALSE;"Your Place" +"vegetation";"impervious";180.26724947663;FALSE;"Your Place" +"vegetation";"impervious";62.0578061233973;FALSE;"Your Place" +"vegetation";"impervious";225.9911806155;FALSE;"Your Place" +"vegetation";"impervious";148.669655545615;FALSE;"Your Place" +"vegetation";"vegetation";2.80806937860325;TRUE;"Your Place" +"vegetation";"vegetation";0.164352052845061;TRUE;"Your Place" +"vegetation";"vegetation";19431.5371325303;TRUE;"Your Place" +"vegetation";"impervious";5.95067102671601;FALSE;"Your Place" +"vegetation";"impervious";617.183537082397;FALSE;"Your Place" +"vegetation";"impervious";397.471179657849;FALSE;"Your Place" +"vegetation";"impervious";155.629325764894;FALSE;"Your Place" +"vegetation";"vegetation";851.044056634128;TRUE;"Your Place" +"urban";"water";4498.36960365392;FALSE;"Your Place" +"water";"water";20.3282732646912;TRUE;"Your Place" +"water";"water";7820.95208830317;TRUE;"Your Place" +"vegetation";"water";813.127913670731;FALSE;"Your Place" +"water";"water";38023.964768358;TRUE;"Your Place" +"water";"water";35981.61849733;TRUE;"Your Place" +"vegetation";"water";851.07243134384;FALSE;"Your Place" +"water";"water";19284.398103195;TRUE;"Your Place" +"water";"water";794.568598844809;TRUE;"Your Place" +"impervious";"water";0.767410228814697;FALSE;"Your Place" +"water";"water";16.8226778302342;TRUE;"Your Place" +"impervious";"water";2.0858551885467;FALSE;"Your Place" +"impervious";"water";235.651069161569;FALSE;"Your Place" +"water";"vegetation";2248.20004376862;FALSE;"Your Place" +"vegetation";"vegetation";205826.001142025;TRUE;"Your Place" +"impervious";"vegetation";34.1391762515996;FALSE;"Your Place" +"vegetation";"vegetation";13229.0518174907;TRUE;"Your Place" +"vegetation";"vegetation";114.514566423837;TRUE;"Your Place" +"vegetation";"vegetation";100361.198845984;TRUE;"Your Place" +"vegetation";"vegetation";24.6007479949621;TRUE;"Your Place" +"vegetation";"vegetation";414.762595361448;TRUE;"Your Place" +"vegetation";"vegetation";188.803555626422;TRUE;"Your Place" +"vegetation";"vegetation";64.4606475215405;TRUE;"Your Place" +"vegetation";"vegetation";536177.082239276;TRUE;"Your Place" +"vegetation";"vegetation";157.716666438093;TRUE;"Your Place" +"vegetation";"vegetation";130245.100436793;TRUE;"Your Place" +"impervious";"vegetation";9.67631941614673;FALSE;"Your Place" +"vegetation";"vegetation";113.305380788632;TRUE;"Your Place" +"vegetation";"vegetation";23190.4332409579;TRUE;"Your Place" +"vegetation";"vegetation";21679.3849743743;TRUE;"Your Place" +"urban";"vegetation";31.2032105181079;FALSE;"Your Place" +"vegetation";"vegetation";52.9320506417571;TRUE;"Your Place" +"impervious";"vegetation";3.55966286361217;FALSE;"Your Place" +"impervious";"vegetation";968.668334966293;FALSE;"Your Place" +"vegetation";"vegetation";2.16010253406148;TRUE;"Your Place" +"vegetation";"vegetation";37.7795832008123;TRUE;"Your Place" +"vegetation";"vegetation";31192.2949175183;TRUE;"Your Place" +"vegetation";"vegetation";1.24615529905714;TRUE;"Your Place" +"vegetation";"vegetation";11.117055144161;TRUE;"Your Place" +"vegetation";"vegetation";16586.9762656402;TRUE;"Your Place" +"urban";"vegetation";5845.91441061166;FALSE;"Your Place" +"vegetation";"vegetation";226.575521381106;TRUE;"Your Place" +"vegetation";"vegetation";4559.26567044039;TRUE;"Your Place" +"vegetation";"vegetation";275.151728279505;TRUE;"Your Place" +"vegetation";"vegetation";115.157652132213;TRUE;"Your Place" +"vegetation";"vegetation";24625.0632195725;TRUE;"Your Place" +"urban";"vegetation";65.138764668256;FALSE;"Your Place" +"urban";"vegetation";67.6132196472026;FALSE;"Your Place" +"urban";"vegetation";7.23902807134436;FALSE;"Your Place" +"urban";"vegetation";39.366777901756;FALSE;"Your Place" +"urban";"vegetation";3.66354427672923;FALSE;"Your Place" +"urban";"vegetation";1.8066318212077;FALSE;"Your Place" +"urban";"vegetation";9540.72801192774;FALSE;"Your Place" +"water";"vegetation";777.867944886773;FALSE;"Your Place" +"vegetation";"vegetation";9616.18007963669;TRUE;"Your Place" +"water";"vegetation";7.68393977238156;FALSE;"Your Place" +"impervious";"vegetation";15.1429946251155;FALSE;"Your Place" +"impervious";"vegetation";1.51892560387932;FALSE;"Your Place" +"impervious";"vegetation";6.81807231873972;FALSE;"Your Place" +"impervious";"vegetation";10.5150561113551;FALSE;"Your Place" +"impervious";"vegetation";2145.9561449273;FALSE;"Your Place" +"urban";"vegetation";23682.1621011682;FALSE;"Your Place" +"urban";"vegetation";36106.4797013358;FALSE;"Your Place" +"urban";"vegetation";14.0929107362172;FALSE;"Your Place" +"vegetation";"vegetation";2654.42367635199;TRUE;"Your Place" +"vegetation";"vegetation";1127.94567484781;TRUE;"Your Place" +"vegetation";"vegetation";35579.4604635507;TRUE;"Your Place" +"vegetation";"vegetation";5.76504703093087;TRUE;"Your Place" +"vegetation";"vegetation";8.89304877718678;TRUE;"Your Place" +"vegetation";"vegetation";75221.5976918426;TRUE;"Your Place" +"urban";"vegetation";844.511906752363;FALSE;"Your Place" +"vegetation";"vegetation";13793.905934989;TRUE;"Your Place" +"vegetation";"vegetation";7224.23017736309;TRUE;"Your Place" +"vegetation";"vegetation";7222.13877003224;TRUE;"Your Place" +"vegetation";"vegetation";1495.33354420666;TRUE;"Your Place" +"impervious";"vegetation";33.6984070942272;FALSE;"Your Place" +"vegetation";"vegetation";13031.0315155829;TRUE;"Your Place" +"vegetation";"vegetation";4469.53819679222;TRUE;"Your Place" +"vegetation";"vegetation";14.2648887213436;TRUE;"Your Place" +"vegetation";"vegetation";352.891431109631;TRUE;"Your Place" +"vegetation";"vegetation";16207.131643788;TRUE;"Your Place" +"impervious";"vegetation";4812.38207943743;FALSE;"Your Place" +"urban";"vegetation";2896.46141745159;FALSE;"Your Place" +"vegetation";"vegetation";14404.8688524216;TRUE;"Your Place" +"vegetation";"vegetation";6.87981193582527;TRUE;"Your Place" +"vegetation";"vegetation";14058.6523930561;TRUE;"Your Place" +"vegetation";"vegetation";1877.43182349787;TRUE;"Your Place" +"vegetation";"vegetation";8.00424603122519;TRUE;"Your Place" +"urban";"vegetation";951.981283882271;FALSE;"Your Place" +"vegetation";"vegetation";939.013669182619;TRUE;"Your Place" +"vegetation";"vegetation";55546.6108822712;TRUE;"Your Place" +"vegetation";"vegetation";489.008439475903;TRUE;"Your Place" +"vegetation";"vegetation";3043.34497137158;TRUE;"Your Place" +"vegetation";"vegetation";327.911963291583;TRUE;"Your Place" +"urban";"vegetation";3384.07129906505;FALSE;"Your Place" +"vegetation";"vegetation";16.5378483466375;TRUE;"Your Place" +"impervious";"vegetation";0.100750931364018;FALSE;"Your Place" +"vegetation";"vegetation";348.936964029679;TRUE;"Your Place" +"vegetation";"vegetation";17.4106411542743;TRUE;"Your Place" +"vegetation";"vegetation";3.15795312216505;TRUE;"Your Place" +"vegetation";"vegetation";332.793715333151;TRUE;"Your Place" +"vegetation";"vegetation";40294.1212977199;TRUE;"Your Place" +"impervious";"vegetation";158.636098593852;FALSE;"Your Place" +"urban";"vegetation";1037.79931392777;FALSE;"Your Place" +"impervious";"vegetation";52.6322737745941;FALSE;"Your Place" +"vegetation";"vegetation";88226.1484824912;TRUE;"Your Place" +"vegetation";"vegetation";89.2479019669263;TRUE;"Your Place" +"vegetation";"vegetation";1103.83738132007;TRUE;"Your Place" +"vegetation";"vegetation";5187.54276427957;TRUE;"Your Place" +"urban";"vegetation";3229.25547227217;FALSE;"Your Place" +"vegetation";"vegetation";47.5443186601624;TRUE;"Your Place" +"vegetation";"vegetation";7340.43585611181;TRUE;"Your Place" +"vegetation";"vegetation";687.704071854241;TRUE;"Your Place" +"vegetation";"vegetation";10528.7370662866;TRUE;"Your Place" +"vegetation";"vegetation";39.2406776979915;TRUE;"Your Place" +"impervious";"vegetation";2798.11488876271;FALSE;"Your Place" +"vegetation";"vegetation";23454.4974939878;TRUE;"Your Place" +"impervious";"vegetation";0.113354489207268;FALSE;"Your Place" +"impervious";"vegetation";1.433196987462;FALSE;"Your Place" +"vegetation";"vegetation";33.0699586227056;TRUE;"Your Place" +"impervious";"vegetation";4.12552319280803;FALSE;"Your Place" +"impervious";"vegetation";6.87368721887469;FALSE;"Your Place" +"impervious";"vegetation";54.2927282792516;FALSE;"Your Place" +"impervious";"vegetation";314.990122649819;FALSE;"Your Place" +"vegetation";"vegetation";138.452860902995;TRUE;"Your Place" +"vegetation";"vegetation";239.444774296135;TRUE;"Your Place" +"vegetation";"vegetation";61.7385193170048;TRUE;"Your Place" +"vegetation";"vegetation";0.281465126667172;TRUE;"Your Place" +"vegetation";"vegetation";16.3893857565126;TRUE;"Your Place" +"impervious";"vegetation";47.9473960370524;FALSE;"Your Place" +"vegetation";"vegetation";1.72073705145158;TRUE;"Your Place" +"vegetation";"vegetation";501405.946547656;TRUE;"Your Place" +"vegetation";"vegetation";52.5676924310392;TRUE;"Your Place" +"vegetation";"vegetation";155.510032634251;TRUE;"Your Place" +"vegetation";"vegetation";58.8146962883184;TRUE;"Your Place" +"vegetation";"vegetation";17015.7974048739;TRUE;"Your Place" +"vegetation";"vegetation";245.48980410058;TRUE;"Your Place" +"urban";"vegetation";6643.18441242575;FALSE;"Your Place" +"urban";"vegetation";4202.227168791;FALSE;"Your Place" +"water";"vegetation";369.77318969171;FALSE;"Your Place" +"vegetation";"vegetation";9603.72298859991;TRUE;"Your Place" +"vegetation";"vegetation";27528.3425820149;TRUE;"Your Place" +"water";"vegetation";295.048205292318;FALSE;"Your Place" +"vegetation";"vegetation";9523.9311302198;TRUE;"Your Place" +"vegetation";"vegetation";25704.0306980253;TRUE;"Your Place" +"vegetation";"vegetation";11001.8452667683;TRUE;"Your Place" +"urban";"impervious";61.1876999464585;FALSE;"Your Place" +"urban";"impervious";42.8280403846875;FALSE;"Your Place" +"urban";"impervious";2.8380749700118;FALSE;"Your Place" +"impervious";"impervious";4942.12846117548;TRUE;"Your Place" +"urban";"vegetation";61.692780379788;FALSE;"Your Place" +"urban";"vegetation";12.6038336539641;FALSE;"Your Place" +"urban";"vegetation";52.2466080613958;FALSE;"Your Place" +"impervious";"vegetation";53.8573996911291;FALSE;"Your Place" +"impervious";"vegetation";0.696437158607296;FALSE;"Your Place" +"impervious";"vegetation";383.079707595345;FALSE;"Your Place" +"vegetation";"vegetation";5763.77057602676;TRUE;"Your Place" +"urban";"vegetation";7.31919554370143;FALSE;"Your Place" +"urban";"vegetation";0.186794218607247;FALSE;"Your Place" +"vegetation";"vegetation";8082.06349016854;TRUE;"Your Place" +"vegetation";"vegetation";0.130991078331135;TRUE;"Your Place" +"vegetation";"vegetation";74.8947541695088;TRUE;"Your Place" +"water";"vegetation";0.00224353142766631;FALSE;"Your Place" +"vegetation";"vegetation";1138.406874854;TRUE;"Your Place" +"vegetation";"vegetation";25185.0035032034;TRUE;"Your Place" +"impervious";"vegetation";7.64533163176384;FALSE;"Your Place" +"vegetation";"vegetation";2560.25552841864;TRUE;"Your Place" +"urban";"vegetation";18.7675973186269;FALSE;"Your Place" +"urban";"vegetation";67.0641057787434;FALSE;"Your Place" +"urban";"vegetation";6303.08305350505;FALSE;"Your Place" +"impervious";"vegetation";1.82766257086769;FALSE;"Your Place" +"vegetation";"vegetation";0.226482839585515;TRUE;"Your Place" +"vegetation";"vegetation";9638.60351642981;TRUE;"Your Place" +"impervious";"vegetation";787.56776623195;FALSE;"Your Place" +"vegetation";"vegetation";32280.5052472176;TRUE;"Your Place" +"vegetation";"vegetation";5.84401248861104;TRUE;"Your Place" +"vegetation";"vegetation";16.1973904930055;TRUE;"Your Place" +"urban";"impervious";7488.11789480713;FALSE;"Your Place" +"vegetation";"vegetation";3640.211229451;TRUE;"Your Place" +"vegetation";"vegetation";15221.228871083;TRUE;"Your Place" +"urban";"vegetation";5055.87974467716;FALSE;"Your Place" +"impervious";"vegetation";45.3209639033303;FALSE;"Your Place" +"impervious";"vegetation";0.103688277769834;FALSE;"Your Place" +"vegetation";"vegetation";1426.69560533867;TRUE;"Your Place" +"vegetation";"vegetation";17571.5534649394;TRUE;"Your Place" +"vegetation";"vegetation";3945.76274148325;TRUE;"Your Place" +"vegetation";"vegetation";96.3422831948847;TRUE;"Your Place" +"urban";"vegetation";5155.09033380751;FALSE;"Your Place" +"vegetation";"vegetation";3569.70958694071;TRUE;"Your Place" +"vegetation";"vegetation";335.28584412788;TRUE;"Your Place" +"vegetation";"vegetation";93713.5125915899;TRUE;"Your Place" +"vegetation";"vegetation";5.10727417899761;TRUE;"Your Place" +"vegetation";"vegetation";1046.2692629149;TRUE;"Your Place" +"vegetation";"vegetation";53.9325047284365;TRUE;"Your Place" +"vegetation";"vegetation";7101.32791402936;TRUE;"Your Place" +"impervious";"vegetation";24.5391963758739;FALSE;"Your Place" +"impervious";"vegetation";965.264596276917;FALSE;"Your Place" +"vegetation";"vegetation";42424.3613449298;TRUE;"Your Place" +"vegetation";"vegetation";28.4985495167784;TRUE;"Your Place" +"vegetation";"vegetation";638.657787192147;TRUE;"Your Place" +"vegetation";"vegetation";2651.49496870348;TRUE;"Your Place" +"urban";"vegetation";9975.22386840149;FALSE;"Your Place" +"urban";"vegetation";10.2372378166765;FALSE;"Your Place" +"impervious";"vegetation";155.036633336465;FALSE;"Your Place" +"vegetation";"vegetation";101.241823273827;TRUE;"Your Place" +"vegetation";"vegetation";5160.92594791949;TRUE;"Your Place" +"vegetation";"vegetation";55.6705193510279;TRUE;"Your Place" +"vegetation";"vegetation";32332.127321108;TRUE;"Your Place" +"urban";"vegetation";8299.21706497923;FALSE;"Your Place" +"vegetation";"vegetation";24.2080036858097;TRUE;"Your Place" +"vegetation";"vegetation";0.117349457519595;TRUE;"Your Place" +"vegetation";"vegetation";3684.76982445018;TRUE;"Your Place" +"vegetation";"vegetation";63377.0469261853;TRUE;"Your Place" +"vegetation";"vegetation";596.577669921215;TRUE;"Your Place" +"vegetation";"vegetation";0.397069867118262;TRUE;"Your Place" +"vegetation";"vegetation";40.4349314584397;TRUE;"Your Place" +"vegetation";"vegetation";7457.90905160923;TRUE;"Your Place" +"urban";"vegetation";2141.58136395313;FALSE;"Your Place" +"urban";"vegetation";1.41028917301446;FALSE;"Your Place" +"vegetation";"vegetation";0.0339450522587867;TRUE;"Your Place" +"vegetation";"vegetation";159.723880279344;TRUE;"Your Place" +"vegetation";"vegetation";10.989678799393;TRUE;"Your Place" +"vegetation";"vegetation";3.7959118791623;TRUE;"Your Place" +"vegetation";"vegetation";39112.4308276064;TRUE;"Your Place" +"impervious";"vegetation";193.75303049176;FALSE;"Your Place" +"vegetation";"vegetation";1.53399659882416;TRUE;"Your Place" +"vegetation";"vegetation";106.934562972223;TRUE;"Your Place" +"impervious";"vegetation";1761.78880866426;FALSE;"Your Place" +"vegetation";"vegetation";11.3775564655662;TRUE;"Your Place" +"vegetation";"vegetation";53.2528514188598;TRUE;"Your Place" +"urban";"vegetation";18.7365998225287;FALSE;"Your Place" +"impervious";"vegetation";12.1467917556874;FALSE;"Your Place" +"impervious";"vegetation";5205.80489854258;FALSE;"Your Place" +"vegetation";"vegetation";115.637656240477;TRUE;"Your Place" +"impervious";"vegetation";1.22656057309359;FALSE;"Your Place" +"vegetation";"vegetation";3.41960631147958;TRUE;"Your Place" +"vegetation";"vegetation";304.906655014027;TRUE;"Your Place" +"vegetation";"vegetation";0.110888386843726;TRUE;"Your Place" +"vegetation";"vegetation";35.0452699314046;TRUE;"Your Place" +"vegetation";"vegetation";47752.2297510556;TRUE;"Your Place" +"vegetation";"vegetation";1.48552032094449;TRUE;"Your Place" +"vegetation";"vegetation";132.305213399231;TRUE;"Your Place" +"vegetation";"vegetation";4642.35294547887;TRUE;"Your Place" +"urban";"vegetation";6766.87802652284;FALSE;"Your Place" +"impervious";"vegetation";969.992528832081;FALSE;"Your Place" +"vegetation";"vegetation";30419.904046537;TRUE;"Your Place" +"vegetation";"vegetation";18.265964174585;TRUE;"Your Place" +"urban";"impervious";1750.29313975433;FALSE;"Your Place" +"urban";"vegetation";19.7803133472335;FALSE;"Your Place" +"urban";"vegetation";25925.6858013466;FALSE;"Your Place" +"urban";"vegetation";7.65254946115601;FALSE;"Your Place" +"urban";"vegetation";11.8955170123663;FALSE;"Your Place" +"urban";"vegetation";42.8915722559323;FALSE;"Your Place" +"urban";"vegetation";22.4285519840931;FALSE;"Your Place" +"vegetation";"vegetation";14.7659244964307;TRUE;"Your Place" +"impervious";"vegetation";0.312293383991346;FALSE;"Your Place" +"vegetation";"vegetation";8.45008361993678;TRUE;"Your Place" +"vegetation";"vegetation";0.00964652298716828;TRUE;"Your Place" +"impervious";"vegetation";2.33001764885012;FALSE;"Your Place" +"vegetation";"vegetation";2715.98180317855;TRUE;"Your Place" +"vegetation";"vegetation";0.00429114373400807;TRUE;"Your Place" +"impervious";"vegetation";21891.7361403853;FALSE;"Your Place" +"impervious";"vegetation";4262.69073885959;FALSE;"Your Place" +"urban";"vegetation";0.273144583698013;FALSE;"Your Place" +"urban";"vegetation";1528.10272889212;FALSE;"Your Place" +"vegetation";"vegetation";351.40904362197;TRUE;"Your Place" +"vegetation";"vegetation";4319.40730468839;TRUE;"Your Place" +"vegetation";"vegetation";35.7351313224062;TRUE;"Your Place" +"vegetation";"vegetation";24962.3171220529;TRUE;"Your Place" +"impervious";"vegetation";85.3761591305956;FALSE;"Your Place" +"impervious";"vegetation";0.503943678413634;FALSE;"Your Place" +"vegetation";"vegetation";13.9117769525619;TRUE;"Your Place" +"vegetation";"vegetation";53.8282740480499;TRUE;"Your Place" +"vegetation";"vegetation";2.44633882248309;TRUE;"Your Place" +"impervious";"vegetation";43.3252821628121;FALSE;"Your Place" +"vegetation";"vegetation";223.664151127887;TRUE;"Your Place" +"impervious";"vegetation";2536.33686625212;FALSE;"Your Place" +"urban";"vegetation";13.8513740971684;FALSE;"Your Place" +"urban";"vegetation";32392.2799672215;FALSE;"Your Place" +"urban";"vegetation";0.429870934109204;FALSE;"Your Place" +"impervious";"vegetation";0.861426542513072;FALSE;"Your Place" +"urban";"vegetation";5145.92694514035;FALSE;"Your Place" +"urban";"vegetation";3535.73215656402;FALSE;"Your Place" +"urban";"vegetation";84.9055709544336;FALSE;"Your Place" +"vegetation";"vegetation";404.658616384957;TRUE;"Your Place" +"vegetation";"vegetation";38.6721964663593;TRUE;"Your Place" +"vegetation";"vegetation";76.5883723187508;TRUE;"Your Place" +"vegetation";"vegetation";554.533227573382;TRUE;"Your Place" +"urban";"vegetation";10.3473892528564;FALSE;"Your Place" +"vegetation";"vegetation";190.969929220271;TRUE;"Your Place" +"vegetation";"vegetation";41819.1288405739;TRUE;"Your Place" +"vegetation";"vegetation";63.5879740198179;TRUE;"Your Place" +"impervious";"impervious";171.74549822323;TRUE;"Your Place" +"vegetation";"impervious";40.0157652578782;FALSE;"Your Place" +"vegetation";"impervious";7523.00875451602;FALSE;"Your Place" +"vegetation";"impervious";20.416450917488;FALSE;"Your Place" +"urban";"vegetation";22.6194565084297;FALSE;"Your Place" +"vegetation";"vegetation";18.8280805465765;TRUE;"Your Place" +"vegetation";"vegetation";290.431279836863;TRUE;"Your Place" +"vegetation";"vegetation";53.3949549994431;TRUE;"Your Place" +"vegetation";"vegetation";964.146105389693;TRUE;"Your Place" +"vegetation";"vegetation";22535.8647335861;TRUE;"Your Place" +"vegetation";"vegetation";1678.17335453071;TRUE;"Your Place" +"vegetation";"vegetation";24.0779208848253;TRUE;"Your Place" +"impervious";"vegetation";0.449070907197893;FALSE;"Your Place" +"impervious";"vegetation";29853.5400352796;FALSE;"Your Place" +"vegetation";"vegetation";0.7974623744376;TRUE;"Your Place" +"urban";"vegetation";1.32772346632555;FALSE;"Your Place" +"urban";"vegetation";2.38968491647393;FALSE;"Your Place" +"vegetation";"vegetation";320.048757458106;TRUE;"Your Place" +"vegetation";"vegetation";6091.07598117646;TRUE;"Your Place" +"impervious";"vegetation";6152.3356403457;FALSE;"Your Place" +"urban";"vegetation";20604.0344139356;FALSE;"Your Place" +"urban";"vegetation";65.5934941875748;FALSE;"Your Place" +"urban";"vegetation";0.0215976261824835;FALSE;"Your Place" +"urban";"vegetation";3.30853409483097;FALSE;"Your Place" +"vegetation";"vegetation";419.458175730193;TRUE;"Your Place" +"vegetation";"vegetation";8.95259944128338;TRUE;"Your Place" +"vegetation";"vegetation";37262.9525665843;TRUE;"Your Place" +"vegetation";"vegetation";14033.5612269407;TRUE;"Your Place" +"vegetation";"vegetation";3607.00880996697;TRUE;"Your Place" +"vegetation";"vegetation";5.15122155938298;TRUE;"Your Place" +"urban";"vegetation";67599.7568155862;FALSE;"Your Place" +"urban";"vegetation";239.031454369891;FALSE;"Your Place" +"vegetation";"vegetation";26.4912845043;TRUE;"Your Place" +"water";"vegetation";265.644795223692;FALSE;"Your Place" +"water";"vegetation";22.6341382919345;FALSE;"Your Place" +"water";"vegetation";6.137510583736;FALSE;"Your Place" +"vegetation";"vegetation";26203.3068702468;TRUE;"Your Place" +"impervious";"vegetation";4.13602083659498;FALSE;"Your Place" +"vegetation";"vegetation";25.4741017766064;TRUE;"Your Place" +"impervious";"vegetation";43.8774544494227;FALSE;"Your Place" +"vegetation";"vegetation";263.506428025663;TRUE;"Your Place" +"vegetation";"vegetation";581.484947523277;TRUE;"Your Place" +"vegetation";"vegetation";2.44972015125677;TRUE;"Your Place" +"vegetation";"vegetation";47.2007468780503;TRUE;"Your Place" +"vegetation";"vegetation";6295.96783110569;TRUE;"Your Place" +"urban";"vegetation";5976.68456709385;FALSE;"Your Place" +"vegetation";"vegetation";878.337930241985;TRUE;"Your Place" +"vegetation";"vegetation";0.000292169828753686;TRUE;"Your Place" +"vegetation";"vegetation";53668.6491258647;TRUE;"Your Place" +"impervious";"vegetation";83.9687295816839;FALSE;"Your Place" +"vegetation";"vegetation";58.6083659380674;TRUE;"Your Place" +"urban";"impervious";7.15212680300465;FALSE;"Your Place" +"impervious";"impervious";0.102766431286;TRUE;"Your Place" +"water";"impervious";15.793408928701;FALSE;"Your Place" +"impervious";"impervious";807.778994217748;TRUE;"Your Place" +"impervious";"vegetation";35.4915862176567;FALSE;"Your Place" +"impervious";"vegetation";6.43891997722676;FALSE;"Your Place" +"vegetation";"vegetation";17896.4770317767;TRUE;"Your Place" +"vegetation";"vegetation";54.292854281608;TRUE;"Your Place" +"impervious";"vegetation";26.1843513920903;FALSE;"Your Place" +"impervious";"vegetation";0.0382259068719577;FALSE;"Your Place" +"vegetation";"vegetation";141.173206867417;TRUE;"Your Place" +"impervious";"vegetation";83.3726673730416;FALSE;"Your Place" +"vegetation";"vegetation";21504.3064871684;TRUE;"Your Place" +"vegetation";"vegetation";50.1478337685112;TRUE;"Your Place" +"urban";"vegetation";202.255514859222;FALSE;"Your Place" +"urban";"vegetation";6.81646415166324;FALSE;"Your Place" +"urban";"vegetation";50.7148402519524;FALSE;"Your Place" +"vegetation";"vegetation";68625.1159594357;TRUE;"Your Place" +"urban";"vegetation";4.9744432233274;FALSE;"Your Place" +"urban";"vegetation";475.256828477839;FALSE;"Your Place" +"vegetation";"vegetation";248.398118982019;TRUE;"Your Place" +"vegetation";"vegetation";19953.4185379469;TRUE;"Your Place" +"vegetation";"vegetation";4307.09633732597;TRUE;"Your Place" +"vegetation";"vegetation";18041.291094514;TRUE;"Your Place" +"vegetation";"vegetation";4450.20742845163;TRUE;"Your Place" +"impervious";"vegetation";3651.56226262543;FALSE;"Your Place" +"vegetation";"vegetation";85.2909284111811;TRUE;"Your Place" +"urban";"vegetation";10.5292959001381;FALSE;"Your Place" +"vegetation";"vegetation";912.800214208222;TRUE;"Your Place" +"vegetation";"vegetation";15937.5441582569;TRUE;"Your Place" +"urban";"impervious";1795.70788365952;FALSE;"Your Place" +"urban";"impervious";17.47449373774;FALSE;"Your Place" +"impervious";"vegetation";0.0770088279969059;FALSE;"Your Place" +"impervious";"vegetation";7.88633815832873;FALSE;"Your Place" +"impervious";"vegetation";8650.13075413633;FALSE;"Your Place" +"urban";"vegetation";2078.75450112531;FALSE;"Your Place" +"vegetation";"vegetation";4.29948121588677;TRUE;"Your Place" +"vegetation";"vegetation";26636.6271314299;TRUE;"Your Place" +"vegetation";"vegetation";37.2028881374863;TRUE;"Your Place" +"impervious";"vegetation";8.08195786306533;FALSE;"Your Place" +"impervious";"vegetation";6411.99844189291;FALSE;"Your Place" +"urban";"vegetation";31.1345580350608;FALSE;"Your Place" +"urban";"vegetation";8320.77943322295;FALSE;"Your Place" +"vegetation";"vegetation";0.361091835482512;TRUE;"Your Place" +"vegetation";"vegetation";10.3614823895041;TRUE;"Your Place" +"vegetation";"vegetation";135.215339453891;TRUE;"Your Place" +"vegetation";"vegetation";4519.31194408634;TRUE;"Your Place" +"vegetation";"vegetation";59.9878795974946;TRUE;"Your Place" +"vegetation";"vegetation";23.2760429106274;TRUE;"Your Place" +"vegetation";"vegetation";6630.62177447928;TRUE;"Your Place" +"vegetation";"vegetation";430.984733185265;TRUE;"Your Place" +"vegetation";"vegetation";368.856943737017;TRUE;"Your Place" +"vegetation";"vegetation";14854.4852367512;TRUE;"Your Place" +"impervious";"impervious";31590.0276834262;TRUE;"Your Place" +"impervious";"impervious";43.8560304599814;TRUE;"Your Place" +"vegetation";"vegetation";2509.93818337098;TRUE;"Your Place" +"vegetation";"vegetation";41.4122596904635;TRUE;"Your Place" +"vegetation";"vegetation";3.8023356392514;TRUE;"Your Place" +"vegetation";"vegetation";110.54082508594;TRUE;"Your Place" +"vegetation";"vegetation";3.55986974731786;TRUE;"Your Place" +"impervious";"vegetation";28.6863104370423;FALSE;"Your Place" +"impervious";"vegetation";253.885499478318;FALSE;"Your Place" +"vegetation";"vegetation";11.7310670470688;TRUE;"Your Place" +"impervious";"vegetation";1719.65159010165;FALSE;"Your Place" +"impervious";"vegetation";50.0214672364527;FALSE;"Your Place" +"vegetation";"vegetation";20067.7025426768;TRUE;"Your Place" +"vegetation";"vegetation";34628.9782681488;TRUE;"Your Place" +"impervious";"vegetation";23.8465632841994;FALSE;"Your Place" +"vegetation";"vegetation";8.96343548968434;TRUE;"Your Place" +"vegetation";"vegetation";40.6027944753878;TRUE;"Your Place" +"impervious";"vegetation";79.0971312705002;FALSE;"Your Place" +"vegetation";"vegetation";41784.9670026877;TRUE;"Your Place" +"urban";"vegetation";132.38707295883;FALSE;"Your Place" +"urban";"vegetation";28.2816056694719;FALSE;"Your Place" +"urban";"vegetation";5.59544185943378;FALSE;"Your Place" +"urban";"vegetation";189.190275738132;FALSE;"Your Place" +"urban";"vegetation";94.9746786440955;FALSE;"Your Place" +"urban";"vegetation";23.0485217557289;FALSE;"Your Place" +"vegetation";"vegetation";4.17284766351804;TRUE;"Your Place" +"impervious";"vegetation";59.1636531781405;FALSE;"Your Place" +"vegetation";"vegetation";2370.95040699607;TRUE;"Your Place" +"vegetation";"vegetation";221.752603506669;TRUE;"Your Place" +"vegetation";"vegetation";44294.4512927188;TRUE;"Your Place" +"urban";"vegetation";521.138940291479;FALSE;"Your Place" +"vegetation";"vegetation";10.371402798919;TRUE;"Your Place" +"vegetation";"vegetation";1950.20670083055;TRUE;"Your Place" +"impervious";"vegetation";0.857168554037344;FALSE;"Your Place" +"urban";"vegetation";36.8811882077716;FALSE;"Your Place" +"vegetation";"vegetation";1701.13277339697;TRUE;"Your Place" +"vegetation";"vegetation";646.317711885553;TRUE;"Your Place" +"impervious";"vegetation";87233.1668130087;FALSE;"Your Place" +"impervious";"vegetation";34.7798951470177;FALSE;"Your Place" +"urban";"impervious";66.3273646657472;FALSE;"Your Place" +"urban";"impervious";75.9919973639771;FALSE;"Your Place" +"impervious";"impervious";11.3738220232772;TRUE;"Your Place" +"vegetation";"impervious";68797.0216986621;FALSE;"Your Place" +"urban";"impervious";43.2143340479815;FALSE;"Your Place" +"urban";"impervious";5373.13596189767;FALSE;"Your Place" +"urban";"vegetation";2.16989913184079;FALSE;"Your Place" +"vegetation";"vegetation";28626.8553417446;TRUE;"Your Place" +"impervious";"vegetation";85.7186499696691;FALSE;"Your Place" +"urban";"vegetation";120.308013036614;FALSE;"Your Place" +"urban";"vegetation";65470.5626480252;FALSE;"Your Place" +"vegetation";"vegetation";11.7098597222812;TRUE;"Your Place" +"impervious";"vegetation";10.5494124116376;FALSE;"Your Place" +"vegetation";"vegetation";1.12859084345109;TRUE;"Your Place" +"vegetation";"vegetation";221.254658951395;TRUE;"Your Place" +"impervious";"vegetation";59955.4562214948;FALSE;"Your Place" +"vegetation";"vegetation";97.8328530406579;TRUE;"Your Place" +"impervious";"impervious";2695.98952650011;TRUE;"Your Place" +"urban";"vegetation";8782.04652048659;FALSE;"Your Place" +"vegetation";"vegetation";1766.54159550484;TRUE;"Your Place" +"impervious";"vegetation";107.85338399664;FALSE;"Your Place" +"urban";"vegetation";5920.65261380485;FALSE;"Your Place" +"urban";"vegetation";29.6447186480509;FALSE;"Your Place" +"urban";"vegetation";300.438587922603;FALSE;"Your Place" +"vegetation";"vegetation";213.605702296831;TRUE;"Your Place" +"impervious";"vegetation";15.4670986125711;FALSE;"Your Place" +"impervious";"vegetation";773.479212323204;FALSE;"Your Place" +"vegetation";"vegetation";75.6734004025348;TRUE;"Your Place" +"vegetation";"vegetation";2131.3427353611;TRUE;"Your Place" +"vegetation";"vegetation";5.44258712884039;TRUE;"Your Place" +"vegetation";"vegetation";23860.6098771959;TRUE;"Your Place" +"impervious";"vegetation";274.800192960072;FALSE;"Your Place" +"impervious";"vegetation";0.49427189794369;FALSE;"Your Place" +"vegetation";"impervious";1666.18385669042;FALSE;"Your Place" +"water";"impervious";110.140256173909;FALSE;"Your Place" +"vegetation";"impervious";29.5686420302372;FALSE;"Your Place" +"impervious";"impervious";209.220873989165;TRUE;"Your Place" +"vegetation";"impervious";5309.05264681531;FALSE;"Your Place" +"vegetation";"impervious";24.9836384257069;FALSE;"Your Place" +"urban";"vegetation";8.50812298018718;FALSE;"Your Place" +"urban";"vegetation";52.0372070401063;FALSE;"Your Place" +"impervious";"vegetation";14.8074413351715;FALSE;"Your Place" +"impervious";"vegetation";1.12362454127287;FALSE;"Your Place" +"vegetation";"vegetation";2.81451760069467;TRUE;"Your Place" +"vegetation";"vegetation";1408.19648870215;TRUE;"Your Place" +"vegetation";"vegetation";55.0747363752453;TRUE;"Your Place" +"vegetation";"vegetation";33918.1403019784;TRUE;"Your Place" +"urban";"vegetation";128.002398753073;FALSE;"Your Place" +"vegetation";"vegetation";30527.1666395161;TRUE;"Your Place" +"vegetation";"vegetation";80.9841731791385;TRUE;"Your Place" +"vegetation";"vegetation";38.4936238033697;TRUE;"Your Place" +"urban";"impervious";2304.49605302428;FALSE;"Your Place" +"urban";"impervious";37.4544882310656;FALSE;"Your Place" +"urban";"impervious";24.9752120347694;FALSE;"Your Place" +"impervious";"impervious";55.1436311189318;TRUE;"Your Place" +"vegetation";"vegetation";938.092388395686;TRUE;"Your Place" +"vegetation";"vegetation";634.337367070955;TRUE;"Your Place" +"urban";"vegetation";1.26056871004403;FALSE;"Your Place" +"vegetation";"vegetation";517.481644955755;TRUE;"Your Place" +"vegetation";"vegetation";293.421077002771;TRUE;"Your Place" +"vegetation";"vegetation";70.0722122411862;TRUE;"Your Place" +"impervious";"vegetation";22966.5708791658;FALSE;"Your Place" +"vegetation";"vegetation";53442.7627216005;TRUE;"Your Place" +"vegetation";"vegetation";3.44437559944345;TRUE;"Your Place" +"vegetation";"vegetation";6.37405334739015;TRUE;"Your Place" +"urban";"vegetation";2131.1559777162;FALSE;"Your Place" +"urban";"vegetation";102.329935687827;FALSE;"Your Place" +"urban";"vegetation";3.56292457105155;FALSE;"Your Place" +"urban";"vegetation";26.5496300536761;FALSE;"Your Place" +"urban";"vegetation";20.8154896372434;FALSE;"Your Place" +"urban";"vegetation";0.817461241946148;FALSE;"Your Place" +"urban";"vegetation";12.4212182356277;FALSE;"Your Place" +"urban";"vegetation";21.587670527806;FALSE;"Your Place" +"urban";"vegetation";22.4546359989326;FALSE;"Your Place" +"impervious";"vegetation";154.143033951521;FALSE;"Your Place" +"impervious";"vegetation";222.841844576251;FALSE;"Your Place" +"impervious";"vegetation";73003.1789961106;FALSE;"Your Place" +"urban";"vegetation";91.7671917882544;FALSE;"Your Place" +"urban";"vegetation";382.380317231757;FALSE;"Your Place" +"impervious";"vegetation";98769.1507181856;FALSE;"Your Place" +"impervious";"vegetation";596.268557247357;FALSE;"Your Place" +"vegetation";"vegetation";70.1748835912804;TRUE;"Your Place" +"vegetation";"vegetation";3940.4743363962;TRUE;"Your Place" +"urban";"vegetation";67.2321955544231;FALSE;"Your Place" +"urban";"vegetation";5122.36001658067;FALSE;"Your Place" +"vegetation";"vegetation";12826.6836839084;TRUE;"Your Place" +"urban";"vegetation";42645.0085830139;FALSE;"Your Place" +"urban";"vegetation";434.699629014416;FALSE;"Your Place" +"urban";"vegetation";11.5512822043966;FALSE;"Your Place" +"vegetation";"vegetation";3.02111283768318;TRUE;"Your Place" +"impervious";"vegetation";3127.92227516277;FALSE;"Your Place" +"impervious";"vegetation";39.4575660953997;FALSE;"Your Place" +"vegetation";"vegetation";126.020753748715;TRUE;"Your Place" +"vegetation";"vegetation";39812.316937973;TRUE;"Your Place" +"vegetation";"vegetation";16.0476256407565;TRUE;"Your Place" +"impervious";"vegetation";0.0848821620511444;FALSE;"Your Place" +"vegetation";"vegetation";79.7270650852442;TRUE;"Your Place" +"urban";"impervious";23.6001870047767;FALSE;"Your Place" +"urban";"impervious";697.738037272182;FALSE;"Your Place" +"urban";"impervious";15.3251667916775;FALSE;"Your Place" +"vegetation";"impervious";2523.64737826231;FALSE;"Your Place" +"urban";"vegetation";15.007807304617;FALSE;"Your Place" +"impervious";"vegetation";38.7629556283355;FALSE;"Your Place" +"vegetation";"vegetation";0.142655728384852;TRUE;"Your Place" +"vegetation";"vegetation";644.690647082462;TRUE;"Your Place" +"vegetation";"vegetation";64533.1924256771;TRUE;"Your Place" +"impervious";"vegetation";31.6017633458832;FALSE;"Your Place" +"urban";"vegetation";3.84252091683447;FALSE;"Your Place" +"impervious";"vegetation";6.39449199242517;FALSE;"Your Place" +"vegetation";"vegetation";34.9143065286044;TRUE;"Your Place" +"vegetation";"vegetation";9.23492715763859;TRUE;"Your Place" +"impervious";"vegetation";28.8899951034691;FALSE;"Your Place" +"impervious";"vegetation";94327.4960997751;FALSE;"Your Place" +"vegetation";"vegetation";5.00126595852635e-05;TRUE;"Your Place" +"vegetation";"vegetation";90.3732200141048;TRUE;"Your Place" +"urban";"vegetation";23095.5735664918;FALSE;"Your Place" +"urban";"vegetation";103.049565236688;FALSE;"Your Place" +"urban";"vegetation";17.1114383561071;FALSE;"Your Place" +"vegetation";"vegetation";22355.1739615852;TRUE;"Your Place" +"vegetation";"vegetation";2704.42635692522;TRUE;"Your Place" +"vegetation";"vegetation";763.382857020071;TRUE;"Your Place" +"impervious";"vegetation";6.75331282336265;FALSE;"Your Place" +"vegetation";"vegetation";11264.9552138732;TRUE;"Your Place" +"urban";"vegetation";257.908449155955;FALSE;"Your Place" +"urban";"vegetation";40184.920532934;FALSE;"Your Place" +"urban";"vegetation";29.4492668555977;FALSE;"Your Place" +"vegetation";"vegetation";69.3251113295555;TRUE;"Your Place" +"impervious";"vegetation";0.0671728895758861;FALSE;"Your Place" +"impervious";"vegetation";7.07130233006319;FALSE;"Your Place" +"vegetation";"vegetation";135.861021640245;TRUE;"Your Place" +"vegetation";"vegetation";860.524166658346;TRUE;"Your Place" +"vegetation";"vegetation";37752.4053556677;TRUE;"Your Place" +"urban";"vegetation";2.99857928790152;FALSE;"Your Place" +"urban";"vegetation";86.0731601723237;FALSE;"Your Place" +"urban";"vegetation";28.6972920736298;FALSE;"Your Place" +"vegetation";"vegetation";853.468016341911;TRUE;"Your Place" +"vegetation";"vegetation";41.3382298281649;TRUE;"Your Place" +"impervious";"vegetation";30915.73398988;FALSE;"Your Place" +"urban";"vegetation";58.1415519247967;FALSE;"Your Place" +"vegetation";"vegetation";853.266487454355;TRUE;"Your Place" +"impervious";"vegetation";34.8034771388957;FALSE;"Your Place" +"impervious";"vegetation";0.201193060027435;FALSE;"Your Place" +"vegetation";"vegetation";1.91130596259609;TRUE;"Your Place" +"vegetation";"vegetation";30.6194966351031;TRUE;"Your Place" +"vegetation";"vegetation";62321.3534966647;TRUE;"Your Place" +"vegetation";"vegetation";56.7502196700661;TRUE;"Your Place" +"impervious";"vegetation";3.96281088795513;FALSE;"Your Place" +"impervious";"vegetation";16.6998480867042;FALSE;"Your Place" +"vegetation";"vegetation";76.3871219828725;TRUE;"Your Place" +"impervious";"vegetation";34.7554720111948;FALSE;"Your Place" +"vegetation";"vegetation";48203.0689462707;TRUE;"Your Place" +"vegetation";"vegetation";185.186187292449;TRUE;"Your Place" +"vegetation";"vegetation";53.2856187637663;TRUE;"Your Place" +"urban";"vegetation";1.29003921989352;FALSE;"Your Place" +"vegetation";"vegetation";56.0815291926265;TRUE;"Your Place" +"vegetation";"vegetation";4433.80641076574;TRUE;"Your Place" +"urban";"impervious";4.43132961532683;FALSE;"Your Place" +"urban";"impervious";23.2344878419535;FALSE;"Your Place" +"impervious";"impervious";32.4479842265137;TRUE;"Your Place" +"impervious";"impervious";874.421723455656;TRUE;"Your Place" +"urban";"vegetation";1.42261288757436;FALSE;"Your Place" +"urban";"vegetation";6.35342964489246;FALSE;"Your Place" +"vegetation";"vegetation";5777.92067533836;TRUE;"Your Place" +"vegetation";"vegetation";13.050073325634;TRUE;"Your Place" +"urban";"vegetation";500.042851719481;FALSE;"Your Place" +"vegetation";"vegetation";1454.68570747564;TRUE;"Your Place" +"vegetation";"vegetation";3257.60626145778;TRUE;"Your Place" +"urban";"impervious";38.4994203074311;FALSE;"Your Place" +"urban";"impervious";19.7001287881285;FALSE;"Your Place" +"urban";"impervious";15998.1985230315;FALSE;"Your Place" +"impervious";"impervious";3.0511175384745;TRUE;"Your Place" +"vegetation";"impervious";1704.65384935029;FALSE;"Your Place" +"vegetation";"impervious";21.8459015772678;FALSE;"Your Place" +"vegetation";"impervious";51.8271823634859;FALSE;"Your Place" +"urban";"vegetation";7542.07881641015;FALSE;"Your Place" +"impervious";"vegetation";0.00383284315466881;FALSE;"Your Place" +"vegetation";"vegetation";274.604636630043;TRUE;"Your Place" +"vegetation";"vegetation";10.4351866934812;TRUE;"Your Place" +"vegetation";"vegetation";0.238714609986346;TRUE;"Your Place" +"vegetation";"vegetation";18.435298260767;TRUE;"Your Place" +"urban";"vegetation";3.44920779298991;FALSE;"Your Place" +"urban";"vegetation";50.9049660018645;FALSE;"Your Place" +"impervious";"vegetation";7.93323165737092;FALSE;"Your Place" +"vegetation";"vegetation";78.4456256518606;TRUE;"Your Place" +"vegetation";"vegetation";161.751260933757;TRUE;"Your Place" +"vegetation";"vegetation";69183.2987551984;TRUE;"Your Place" +"vegetation";"vegetation";1.26345944905188;TRUE;"Your Place" +"urban";"vegetation";6.91278819018044;FALSE;"Your Place" +"urban";"vegetation";15.8405275723198;FALSE;"Your Place" +"urban";"vegetation";5779.45760534797;FALSE;"Your Place" +"urban";"vegetation";37.4317409237847;FALSE;"Your Place" +"vegetation";"vegetation";1409.32577102719;TRUE;"Your Place" +"vegetation";"vegetation";2.22317850073159;TRUE;"Your Place" +"vegetation";"vegetation";0.587976254813839;TRUE;"Your Place" +"impervious";"vegetation";15882.1102908892;FALSE;"Your Place" +"impervious";"vegetation";39.8210254644946;FALSE;"Your Place" +"vegetation";"vegetation";923.156037862063;TRUE;"Your Place" +"urban";"vegetation";80.1220616712235;FALSE;"Your Place" +"impervious";"vegetation";26.5970780352782;FALSE;"Your Place" +"impervious";"vegetation";23972.2890410852;FALSE;"Your Place" +"vegetation";"vegetation";0.0133153370115906;TRUE;"Your Place" +"vegetation";"vegetation";525.510747394292;TRUE;"Your Place" +"urban";"impervious";5051.61481775832;FALSE;"Your Place" +"impervious";"impervious";58.1471411380917;TRUE;"Your Place" +"impervious";"impervious";1.42118826392107;TRUE;"Your Place" +"impervious";"impervious";45.4141895892099;TRUE;"Your Place" +"impervious";"impervious";198.739953066222;TRUE;"Your Place" +"vegetation";"impervious";3965.95308141562;FALSE;"Your Place" +"vegetation";"impervious";5.66549079283141;FALSE;"Your Place" +"vegetation";"impervious";1685.93289890606;FALSE;"Your Place" +"urban";"vegetation";55.7420375985093;FALSE;"Your Place" +"urban";"vegetation";4791.54325451999;FALSE;"Your Place" +"urban";"vegetation";12605.5659542821;FALSE;"Your Place" +"urban";"vegetation";3.06305935251294;FALSE;"Your Place" +"urban";"vegetation";175.230435362551;FALSE;"Your Place" +"urban";"vegetation";80.3336123745539;FALSE;"Your Place" +"urban";"vegetation";46906.1681055035;FALSE;"Your Place" +"urban";"vegetation";21.4693149104714;FALSE;"Your Place" +"vegetation";"vegetation";103.989819331677;TRUE;"Your Place" +"vegetation";"vegetation";0.110233516345033;TRUE;"Your Place" +"vegetation";"vegetation";579.243211677676;TRUE;"Your Place" +"urban";"vegetation";35.717472858727;FALSE;"Your Place" +"impervious";"vegetation";0.200277758296579;FALSE;"Your Place" +"impervious";"vegetation";7373.4373470908;FALSE;"Your Place" +"impervious";"vegetation";18.6815495511983;FALSE;"Your Place" +"urban";"vegetation";6495.53835827607;FALSE;"Your Place" +"impervious";"vegetation";0.303211957798339;FALSE;"Your Place" +"impervious";"vegetation";3.1925405904185;FALSE;"Your Place" +"urban";"vegetation";23.1071171382318;FALSE;"Your Place" +"urban";"vegetation";163.863049587002;FALSE;"Your Place" +"impervious";"vegetation";7597.67320405156;FALSE;"Your Place" +"impervious";"vegetation";93.8537850910798;FALSE;"Your Place" +"urban";"impervious";21.2178747844882;FALSE;"Your Place" +"urban";"impervious";3396.71898487723;FALSE;"Your Place" +"urban";"vegetation";2.2949419929646;FALSE;"Your Place" +"urban";"vegetation";8.35906104557216;FALSE;"Your Place" +"urban";"vegetation";99.1670382221346;FALSE;"Your Place" +"urban";"vegetation";38781.1261195072;FALSE;"Your Place" +"urban";"vegetation";26.7379205190227;FALSE;"Your Place" +"urban";"vegetation";58.9256887007505;FALSE;"Your Place" +"urban";"vegetation";3481.04612336593;FALSE;"Your Place" +"urban";"vegetation";44802.902324941;FALSE;"Your Place" +"vegetation";"vegetation";43.9041624749589;TRUE;"Your Place" +"vegetation";"vegetation";239.518566915649;TRUE;"Your Place" +"vegetation";"vegetation";296.85262183717;TRUE;"Your Place" +"impervious";"vegetation";126.547008510097;FALSE;"Your Place" +"vegetation";"impervious";68.403583269348;FALSE;"Your Place" +"impervious";"impervious";1901.69324006326;TRUE;"Your Place" +"vegetation";"impervious";217.127055336096;FALSE;"Your Place" +"vegetation";"impervious";4963.78567695245;FALSE;"Your Place" +"urban";"vegetation";12.46829234506;FALSE;"Your Place" +"urban";"vegetation";5966.69326357462;FALSE;"Your Place" +"urban";"vegetation";1.50907240493689;FALSE;"Your Place" +"vegetation";"vegetation";6497.2537566321;TRUE;"Your Place" +"urban";"vegetation";41.474031587597;FALSE;"Your Place" +"vegetation";"vegetation";0.258380405313801;TRUE;"Your Place" +"vegetation";"vegetation";56.4179964117939;TRUE;"Your Place" +"vegetation";"vegetation";34714.3324075392;TRUE;"Your Place" +"urban";"vegetation";0.70366175394156;FALSE;"Your Place" +"urban";"vegetation";12548.1793672424;FALSE;"Your Place" +"urban";"vegetation";39.0818260280357;FALSE;"Your Place" +"urban";"vegetation";69.4256187602878;FALSE;"Your Place" +"urban";"vegetation";3288.71253251564;FALSE;"Your Place" +"urban";"vegetation";417.825792448944;FALSE;"Your Place" +"urban";"vegetation";4.82218968131201;FALSE;"Your Place" +"urban";"vegetation";47167.47377653;FALSE;"Your Place" +"urban";"vegetation";69.360199132374;FALSE;"Your Place" +"urban";"vegetation";76.0378035803587;FALSE;"Your Place" +"urban";"vegetation";77.7871832919773;FALSE;"Your Place" +"urban";"vegetation";27.7800081710739;FALSE;"Your Place" +"urban";"vegetation";6.29493100067702;FALSE;"Your Place" +"vegetation";"vegetation";0.0794056715531042;TRUE;"Your Place" +"vegetation";"vegetation";808.330420991406;TRUE;"Your Place" +"impervious";"vegetation";4376.643660281;FALSE;"Your Place" +"impervious";"vegetation";71.9281347471988;FALSE;"Your Place" +"impervious";"vegetation";12.2730604272147;FALSE;"Your Place" +"impervious";"vegetation";2060.7730944939;FALSE;"Your Place" +"impervious";"vegetation";1.08473259948369;FALSE;"Your Place" +"impervious";"vegetation";1.11271806887453;FALSE;"Your Place" +"urban";"vegetation";18.3609795193042;FALSE;"Your Place" +"urban";"vegetation";2.48313506576233;FALSE;"Your Place" +"urban";"vegetation";65.1840442565735;FALSE;"Your Place" +"vegetation";"vegetation";16.6239827945828;TRUE;"Your Place" +"vegetation";"vegetation";50072.7509180648;TRUE;"Your Place" +"urban";"vegetation";39853.5057021789;FALSE;"Your Place" +"urban";"vegetation";4.91320739686489;FALSE;"Your Place" +"vegetation";"vegetation";147.771537523819;TRUE;"Your Place" +"vegetation";"vegetation";127.284434688278;TRUE;"Your Place" +"vegetation";"vegetation";133.393686886877;TRUE;"Your Place" +"urban";"vegetation";37936.5603835045;FALSE;"Your Place" +"urban";"vegetation";11.5207636663572;FALSE;"Your Place" +"urban";"vegetation";41.2363731710939;FALSE;"Your Place" +"vegetation";"vegetation";5.42018770315917;TRUE;"Your Place" +"impervious";"vegetation";22.0041586197913;FALSE;"Your Place" +"vegetation";"vegetation";6343.63719843002;TRUE;"Your Place" +"vegetation";"vegetation";435.17850780912;TRUE;"Your Place" +"vegetation";"vegetation";27629.5862427806;TRUE;"Your Place" +"vegetation";"vegetation";17.9996432763583;TRUE;"Your Place" +"impervious";"impervious";13.7798267182079;TRUE;"Your Place" +"impervious";"impervious";3346.50679302192;TRUE;"Your Place" +"impervious";"impervious";80.9003247544752;TRUE;"Your Place" +"urban";"vegetation";48067.7820187887;FALSE;"Your Place" +"urban";"vegetation";9.79427398205735;FALSE;"Your Place" +"urban";"vegetation";360.229619341902;FALSE;"Your Place" +"vegetation";"vegetation";215.783592999098;TRUE;"Your Place" +"vegetation";"vegetation";168.08330620062;TRUE;"Your Place" +"urban";"vegetation";184.907220132882;FALSE;"Your Place" +"vegetation";"vegetation";8.02041516290046;TRUE;"Your Place" +"vegetation";"urban";516.748113688082;FALSE;"Your Place" +"urban";"urban";2887.02026711032;TRUE;"Your Place" +"impervious";"urban";194.496944695245;FALSE;"Your Place" +"urban";"urban";21.0697385626845;TRUE;"Your Place" +"urban";"urban";12705.6721883325;TRUE;"Your Place" +"urban";"urban";8.65652258354328;TRUE;"Your Place" +"impervious";"urban";157.555027339607;FALSE;"Your Place" +"urban";"urban";16.5824842299335;TRUE;"Your Place" +"urban";"urban";13538.6073035182;TRUE;"Your Place" +"impervious";"urban";41.3794306670316;FALSE;"Your Place" +"impervious";"urban";9.4410337600857;FALSE;"Your Place" +"urban";"urban";9245.24174527475;TRUE;"Your Place" +"urban";"urban";21.9955265847821;TRUE;"Your Place" +"urban";"urban";33.6119825978749;TRUE;"Your Place" +"vegetation";"urban";30.8799797396641;FALSE;"Your Place" +"urban";"urban";5967.60089895967;TRUE;"Your Place" +"urban";"urban";70.4788701427169;TRUE;"Your Place" +"urban";"urban";11.9726540641859;TRUE;"Your Place" +"urban";"urban";32.4063871435355;TRUE;"Your Place" +"impervious";"urban";49.3548955657752;FALSE;"Your Place" +"urban";"urban";34227.7595251971;TRUE;"Your Place" +"urban";"urban";10.2692680754117;TRUE;"Your Place" +"urban";"urban";35.6279891292434;TRUE;"Your Place" +"urban";"urban";46.9428847003728;TRUE;"Your Place" +"urban";"urban";74.4558303777012;TRUE;"Your Place" +"impervious";"urban";77.4499183916803;FALSE;"Your Place" +"urban";"urban";3.78341664194159;TRUE;"Your Place" +"urban";"urban";12969.5470229644;TRUE;"Your Place" +"urban";"urban";3.69944573269458;TRUE;"Your Place" +"urban";"urban";20.7353944606148;TRUE;"Your Place" +"impervious";"urban";17.5959090054967;FALSE;"Your Place" +"urban";"urban";43424.9621590493;TRUE;"Your Place" +"urban";"urban";145.663660436883;TRUE;"Your Place" +"urban";"urban";41.603321275441;TRUE;"Your Place" +"vegetation";"urban";0.772880250049639;FALSE;"Your Place" +"impervious";"urban";24.6954233752331;FALSE;"Your Place" +"impervious";"urban";8.43579070270061;FALSE;"Your Place" +"urban";"urban";144.143765673842;TRUE;"Your Place" +"urban";"urban";191.069858580813;TRUE;"Your Place" +"urban";"urban";15572.9826835804;TRUE;"Your Place" +"urban";"urban";13307.2813350041;TRUE;"Your Place" +"urban";"urban";3.9408680194756;TRUE;"Your Place" +"impervious";"urban";16.9202379684612;FALSE;"Your Place" +"urban";"urban";58.1641262962949;TRUE;"Your Place" +"urban";"urban";3.18522450118326;TRUE;"Your Place" +"urban";"urban";71136.4378468277;TRUE;"Your Place" +"urban";"urban";4.05356745491736;TRUE;"Your Place" +"urban";"urban";29.4800377192259;TRUE;"Your Place" +"vegetation";"urban";45.1296132297721;FALSE;"Your Place" +"urban";"urban";10.2091733012348;TRUE;"Your Place" +"urban";"urban";39.6500690425746;TRUE;"Your Place" +"urban";"urban";14362.0473984238;TRUE;"Your Place" +"impervious";"urban";40.4860327609349;FALSE;"Your Place" +"impervious";"urban";77.1970967999659;FALSE;"Your Place" +"urban";"urban";38.8784488961101;TRUE;"Your Place" +"urban";"urban";966.333602298982;TRUE;"Your Place" +"urban";"urban";275.34512547357;TRUE;"Your Place" +"urban";"urban";58.7780442480871;TRUE;"Your Place" +"urban";"urban";36.6232937341956;TRUE;"Your Place" +"urban";"urban";12863.1039703041;TRUE;"Your Place" +"urban";"urban";0.573064914904535;TRUE;"Your Place" +"urban";"urban";102.038383574458;TRUE;"Your Place" +"urban";"urban";9931.47242274042;TRUE;"Your Place" +"urban";"urban";69.5175753700314;TRUE;"Your Place" +"impervious";"urban";2.59707842115313;FALSE;"Your Place" +"vegetation";"urban";72.4439917341806;FALSE;"Your Place" +"urban";"urban";199.719650657731;TRUE;"Your Place" +"urban";"urban";12.6888399887393;TRUE;"Your Place" +"urban";"urban";111.563392260345;TRUE;"Your Place" +"vegetation";"urban";3.3866140852333;FALSE;"Your Place" +"vegetation";"urban";1386.01949010912;FALSE;"Your Place" +"vegetation";"urban";47229.5180875449;FALSE;"Your Place" +"vegetation";"urban";1380.8103287009;FALSE;"Your Place" +"urban";"urban";117.510640329507;TRUE;"Your Place" +"urban";"urban";3.50083907833323;TRUE;"Your Place" +"urban";"urban";71.1708474687184;TRUE;"Your Place" +"urban";"urban";10095.4538394998;TRUE;"Your Place" +"urban";"urban";12.4014467510497;TRUE;"Your Place" +"urban";"urban";11.5170651259832;TRUE;"Your Place" +"urban";"urban";12.0677553843707;TRUE;"Your Place" +"urban";"urban";94980.5600707477;TRUE;"Your Place" +"urban";"urban";107.850643248064;TRUE;"Your Place" +"urban";"urban";86.1065836383495;TRUE;"Your Place" +"impervious";"urban";50.726647144882;FALSE;"Your Place" +"impervious";"urban";13.9862899320724;FALSE;"Your Place" +"vegetation";"urban";18912.5500512244;FALSE;"Your Place" +"urban";"urban";32123.1734533025;TRUE;"Your Place" +"urban";"urban";8.65685889852466;TRUE;"Your Place" +"urban";"urban";1.74827795324381;TRUE;"Your Place" +"urban";"urban";121.773511659349;TRUE;"Your Place" +"urban";"urban";15.9693131721579;TRUE;"Your Place" +"urban";"urban";11170.0646318891;TRUE;"Your Place" +"urban";"urban";20629.8564387094;TRUE;"Your Place" +"urban";"urban";42.4761985505465;TRUE;"Your Place" +"urban";"urban";3.24454048043117;TRUE;"Your Place" +"urban";"urban";3.98296322891838;TRUE;"Your Place" +"vegetation";"urban";62.4163660465274;FALSE;"Your Place" +"impervious";"urban";1010.70907389;FALSE;"Your Place" +"vegetation";"urban";276.840986587456;FALSE;"Your Place" +"urban";"urban";0.898429719731212;TRUE;"Your Place" +"urban";"urban";406.785443298751;TRUE;"Your Place" +"vegetation";"urban";1285.71323459508;FALSE;"Your Place" +"urban";"urban";2236.30832078494;TRUE;"Your Place" +"vegetation";"urban";1140.25440983288;FALSE;"Your Place" +"vegetation";"urban";14.9431693107181;FALSE;"Your Place" +"urban";"urban";74.4710169360042;TRUE;"Your Place" +"urban";"urban";7422.60832357779;TRUE;"Your Place" +"urban";"urban";68.4544391792733;TRUE;"Your Place" +"urban";"urban";4170.68218139058;TRUE;"Your Place" +"urban";"urban";13.348992760526;TRUE;"Your Place" +"vegetation";"urban";0.505519642611034;FALSE;"Your Place" +"urban";"urban";6556.6433742079;TRUE;"Your Place" +"urban";"urban";17.4800230166875;TRUE;"Your Place" +"urban";"urban";18.4048828002997;TRUE;"Your Place" +"urban";"urban";6.0230955431125;TRUE;"Your Place" +"vegetation";"urban";155.444707645569;FALSE;"Your Place" +"vegetation";"urban";524.575833418989;FALSE;"Your Place" +"urban";"urban";57.3926191560749;TRUE;"Your Place" +"urban";"urban";8.29042251396459;TRUE;"Your Place" +"urban";"urban";4255.04243915435;TRUE;"Your Place" +"vegetation";"urban";684.273725847714;FALSE;"Your Place" +"urban";"urban";4637.12414781229;TRUE;"Your Place" +"urban";"urban";17.2507121702074;TRUE;"Your Place" +"urban";"urban";19.2587021482177;TRUE;"Your Place" +"urban";"urban";15.7417921217857;TRUE;"Your Place" +"urban";"urban";15.0864010169171;TRUE;"Your Place" +"vegetation";"urban";162.998356577009;FALSE;"Your Place" +"vegetation";"urban";31742.664257586;FALSE;"Your Place" +"urban";"urban";25.4441669962835;TRUE;"Your Place" +"urban";"urban";16.6750969463901;TRUE;"Your Place" +"urban";"urban";3980.61110797833;TRUE;"Your Place" +"urban";"urban";39.0933252912837;TRUE;"Your Place" +"urban";"urban";34.4899664847762;TRUE;"Your Place" +"urban";"urban";7043.25105124339;TRUE;"Your Place" +"urban";"urban";75.0219500569128;TRUE;"Your Place" +"urban";"urban";12.5119720038492;TRUE;"Your Place" +"urban";"urban";0.475423178606434;TRUE;"Your Place" +"urban";"urban";129.288237553061;TRUE;"Your Place" +"urban";"urban";55619.4306137618;TRUE;"Your Place" +"urban";"urban";3.23798120008723;TRUE;"Your Place" +"urban";"urban";207.186620894819;TRUE;"Your Place" +"urban";"urban";16.8428945579217;TRUE;"Your Place" +"urban";"urban";35576.8631787966;TRUE;"Your Place" +"urban";"urban";29.8077978109941;TRUE;"Your Place" +"urban";"urban";6.92433309834269;TRUE;"Your Place" +"urban";"urban";120.02717618132;TRUE;"Your Place" +"vegetation";"urban";5.52947295689955;FALSE;"Your Place" +"urban";"urban";45.120327482764;TRUE;"Your Place" +"urban";"urban";13336.2688549348;TRUE;"Your Place" +"impervious";"urban";49.8427759333572;FALSE;"Your Place" +"urban";"urban";23401.4071312009;TRUE;"Your Place" +"urban";"urban";34.4299473383435;TRUE;"Your Place" +"urban";"urban";50.0735570122852;TRUE;"Your Place" +"impervious";"urban";1.00731107452884;FALSE;"Your Place" +"impervious";"urban";77.7360735468101;FALSE;"Your Place" +"vegetation";"urban";1036.92444373365;FALSE;"Your Place" +"urban";"urban";106.385752698251;TRUE;"Your Place" +"urban";"urban";34199.3111063153;TRUE;"Your Place" +"vegetation";"urban";4.0333021034894;FALSE;"Your Place" +"impervious";"urban";15.3732394054532;FALSE;"Your Place" +"vegetation";"urban";313.982227488741;FALSE;"Your Place" +"vegetation";"urban";738.546011397615;FALSE;"Your Place" +"vegetation";"urban";33.0946968323551;FALSE;"Your Place" +"urban";"urban";43.7494709787952;TRUE;"Your Place" +"urban";"urban";21628.0750299192;TRUE;"Your Place" +"impervious";"urban";0.534491140876526;FALSE;"Your Place" +"vegetation";"urban";55.1051081820042;FALSE;"Your Place" +"urban";"urban";3047.70116758905;TRUE;"Your Place" +"urban";"urban";40.5096026260871;TRUE;"Your Place" +"urban";"urban";210.146492746542;TRUE;"Your Place" +"urban";"urban";5924.33856800431;TRUE;"Your Place" +"urban";"urban";10.6940167282883;TRUE;"Your Place" +"urban";"urban";9.77079296761076;TRUE;"Your Place" +"urban";"urban";12.4515062822611;TRUE;"Your Place" +"urban";"urban";36.7404920124682;TRUE;"Your Place" +"urban";"urban";11620.4788112653;TRUE;"Your Place" +"urban";"urban";2.52708714798791;TRUE;"Your Place" +"urban";"urban";9.95089245749114;TRUE;"Your Place" +"urban";"urban";53.0629314745311;TRUE;"Your Place" +"urban";"urban";2.8567516529256;TRUE;"Your Place" +"urban";"urban";148.151175957246;TRUE;"Your Place" +"urban";"urban";31808.3566374567;TRUE;"Your Place" +"urban";"urban";0.140269772069587;TRUE;"Your Place" +"urban";"urban";43.2020175917132;TRUE;"Your Place" +"urban";"urban";0.0575888496514381;TRUE;"Your Place" +"urban";"urban";24.2077230308205;TRUE;"Your Place" +"urban";"urban";4.04417279997142;TRUE;"Your Place" +"urban";"urban";8044.85162152955;TRUE;"Your Place" +"vegetation";"urban";4.82121625682339;FALSE;"Your Place" +"urban";"urban";20.3833511158591;TRUE;"Your Place" +"urban";"urban";15.8797494303435;TRUE;"Your Place" +"urban";"urban";1.44755760022963;TRUE;"Your Place" +"urban";"urban";4841.27878351416;TRUE;"Your Place" +"vegetation";"urban";4.92967727603536;FALSE;"Your Place" +"impervious";"urban";9.03877863106027;FALSE;"Your Place" +"urban";"urban";6853.54029370565;TRUE;"Your Place" +"urban";"urban";11.5319645530544;TRUE;"Your Place" +"urban";"urban";16.8254422966857;TRUE;"Your Place" +"urban";"urban";8.61007074266672;TRUE;"Your Place" +"urban";"urban";32.397015853785;TRUE;"Your Place" +"urban";"urban";28.2497391604702;TRUE;"Your Place" +"urban";"urban";36839.5688970509;TRUE;"Your Place" +"urban";"urban";65.3488904589321;TRUE;"Your Place" +"urban";"urban";63.5093412084971;TRUE;"Your Place" +"urban";"urban";9.58525220432784;TRUE;"Your Place" +"urban";"urban";52.622062901035;TRUE;"Your Place" +"urban";"urban";6.17612407775596;TRUE;"Your Place" +"impervious";"urban";5.24205551105479;FALSE;"Your Place" +"urban";"urban";42.53015992156;TRUE;"Your Place" +"urban";"urban";5843.01324641611;TRUE;"Your Place" +"urban";"urban";22.1202990927268;TRUE;"Your Place" +"urban";"urban";4.2628081724979;TRUE;"Your Place" +"impervious";"urban";7.09938287601108;FALSE;"Your Place" +"impervious";"urban";1.74894715938717;FALSE;"Your Place" +"urban";"urban";15.542552619765;TRUE;"Your Place" +"urban";"urban";4046.26735808002;TRUE;"Your Place" +"urban";"urban";45.8001793464646;TRUE;"Your Place" +"urban";"urban";32.0334040673333;TRUE;"Your Place" +"urban";"urban";48.1088153598248;TRUE;"Your Place" +"urban";"urban";15.2431089830693;TRUE;"Your Place" +"urban";"urban";45.9425063383533;TRUE;"Your Place" +"urban";"urban";7303.7453375347;TRUE;"Your Place" +"urban";"urban";110.065738727906;TRUE;"Your Place" +"urban";"urban";0.865248769929167;TRUE;"Your Place" +"urban";"urban";209.5539718566;TRUE;"Your Place" +"urban";"urban";19.241419065278;TRUE;"Your Place" +"urban";"urban";14651.3633101792;TRUE;"Your Place" +"urban";"urban";20.87383766938;TRUE;"Your Place" +"urban";"urban";5502.2668380611;TRUE;"Your Place" +"urban";"urban";0.043450210505398;TRUE;"Your Place" +"urban";"urban";56.9483526535332;TRUE;"Your Place" +"urban";"urban";2315.11891083419;TRUE;"Your Place" +"urban";"urban";31.5016243197024;TRUE;"Your Place" +"urban";"urban";2510.80103072035;TRUE;"Your Place" +"urban";"urban";16.2332832334796;TRUE;"Your Place" +"impervious";"urban";48.8521158742369;FALSE;"Your Place" +"impervious";"urban";9.19001534907147;FALSE;"Your Place" +"urban";"urban";5.62311712947849;TRUE;"Your Place" +"urban";"urban";6539.8573595481;TRUE;"Your Place" +"urban";"urban";19.3678901138774;TRUE;"Your Place" +"urban";"urban";55.7081775596016;TRUE;"Your Place" +"urban";"urban";19.285271409899;TRUE;"Your Place" +"urban";"urban";1.94559042173205;TRUE;"Your Place" +"impervious";"urban";15.126457516395;FALSE;"Your Place" +"urban";"urban";28.8678331172559;TRUE;"Your Place" +"urban";"urban";3529.63556390512;TRUE;"Your Place" +"urban";"urban";30.8999687702162;TRUE;"Your Place" +"urban";"urban";38.3527935501188;TRUE;"Your Place" +"urban";"urban";1.20236442511668;TRUE;"Your Place" +"urban";"urban";7.18268446996808;TRUE;"Your Place" +"urban";"urban";880.548535905371;TRUE;"Your Place" +"urban";"urban";20.433942551259;TRUE;"Your Place" +"impervious";"urban";43.2353810211644;FALSE;"Your Place" +"urban";"urban";1101.29377354824;TRUE;"Your Place" +"urban";"urban";0.313877777341986;TRUE;"Your Place" +"urban";"urban";0.396618513856083;TRUE;"Your Place" +"urban";"urban";2.59564847173169;TRUE;"Your Place" +"urban";"urban";6.73712304273795;TRUE;"Your Place" +"urban";"urban";9085.68214053544;TRUE;"Your Place" +"urban";"urban";54.2793088303297;TRUE;"Your Place" +"urban";"urban";34.5873298108199;TRUE;"Your Place" +"urban";"urban";23.6983387898654;TRUE;"Your Place" +"urban";"urban";0.645167555252556;TRUE;"Your Place" +"urban";"urban";90.9608298493549;TRUE;"Your Place" +"urban";"urban";16836.6927793361;TRUE;"Your Place" +"urban";"urban";634.821022446267;TRUE;"Your Place" +"impervious";"urban";7.75446352735162;FALSE;"Your Place" +"urban";"urban";12.2315044519273;TRUE;"Your Place" +"urban";"urban";76.7777030532598;TRUE;"Your Place" +"urban";"urban";2510.80538929751;TRUE;"Your Place" +"urban";"urban";23.7549714669585;TRUE;"Your Place" +"urban";"urban";0.990934778601513;TRUE;"Your Place" +"vegetation";"urban";384.673532657325;FALSE;"Your Place" +"vegetation";"urban";231.925340004498;FALSE;"Your Place" +"urban";"urban";3.93900457841664;TRUE;"Your Place" +"urban";"urban";0.6904420821229;TRUE;"Your Place" +"urban";"urban";0.416436191553657;TRUE;"Your Place" +"urban";"urban";3542.05692311481;TRUE;"Your Place" +"impervious";"urban";1.62076651526149;FALSE;"Your Place" +"urban";"urban";15.0253921956755;TRUE;"Your Place" +"urban";"urban";2500.98692572722;TRUE;"Your Place" +"urban";"urban";2.25578188456711;TRUE;"Your Place" +"urban";"urban";1.50419640922337;TRUE;"Your Place" +"urban";"urban";49.048181034188;TRUE;"Your Place" +"impervious";"urban";3.88818801601883;FALSE;"Your Place" +"impervious";"urban";7.95858967809181;FALSE;"Your Place" +"urban";"urban";16.4220305262133;TRUE;"Your Place" +"urban";"urban";32.0203056340106;TRUE;"Your Place" +"urban";"urban";9145.97113663773;TRUE;"Your Place" +"urban";"urban";30.7341598487401;TRUE;"Your Place" +"impervious";"urban";48.6956791136327;FALSE;"Your Place" +"urban";"urban";47.3196673644707;TRUE;"Your Place" +"urban";"urban";49.8180920891464;TRUE;"Your Place" +"urban";"urban";2243.01846740581;TRUE;"Your Place" +"urban";"urban";64.735649459064;TRUE;"Your Place" +"urban";"urban";14.0388332009315;TRUE;"Your Place" +"urban";"urban";23.5846592341186;TRUE;"Your Place" +"urban";"urban";2026.69936743658;TRUE;"Your Place" +"urban";"urban";64.3562165569747;TRUE;"Your Place" +"urban";"urban";20.6081171020924;TRUE;"Your Place" +"urban";"urban";42.2633554120548;TRUE;"Your Place" +"urban";"urban";48.7637691560667;TRUE;"Your Place" +"urban";"urban";3827.38040835544;TRUE;"Your Place" +"urban";"urban";65.4170280135004;TRUE;"Your Place" +"impervious";"urban";8.65902640626882;FALSE;"Your Place" +"impervious";"urban";68.2482391574886;FALSE;"Your Place" +"impervious";"urban";252.211794431787;FALSE;"Your Place" +"urban";"urban";2626.95642616972;TRUE;"Your Place" +"urban";"urban";0.567130727933545;TRUE;"Your Place" +"urban";"urban";1301.05373346485;TRUE;"Your Place" +"urban";"urban";4.74189271991781;TRUE;"Your Place" +"urban";"urban";16.23643165455;TRUE;"Your Place" +"urban";"urban";1.76667407236528;TRUE;"Your Place" +"urban";"urban";27.2003648392856;TRUE;"Your Place" +"urban";"urban";27.7883736565709;TRUE;"Your Place" +"urban";"urban";16986.1847705032;TRUE;"Your Place" +"urban";"urban";132.489803861943;TRUE;"Your Place" +"impervious";"urban";38.0446429524745;FALSE;"Your Place" +"impervious";"urban";3.75887814642192;FALSE;"Your Place" +"urban";"urban";0.0507844618987292;TRUE;"Your Place" +"urban";"urban";16.5790743394755;TRUE;"Your Place" +"urban";"urban";105.966513317556;TRUE;"Your Place" +"urban";"urban";8837.20019157603;TRUE;"Your Place" +"urban";"urban";23.4087300780229;TRUE;"Your Place" +"urban";"urban";8.85597928892821;TRUE;"Your Place" +"urban";"urban";16.995388854295;TRUE;"Your Place" +"urban";"urban";42.7637201873586;TRUE;"Your Place" +"urban";"urban";744.253951765131;TRUE;"Your Place" +"impervious";"urban";13.8102467497811;FALSE;"Your Place" +"impervious";"urban";1.59904350677971;FALSE;"Your Place" +"urban";"urban";3.42092867521569;TRUE;"Your Place" +"urban";"urban";22.0386612270959;TRUE;"Your Place" +"urban";"urban";2040.51535901497;TRUE;"Your Place" +"urban";"urban";63.4886035080999;TRUE;"Your Place" +"urban";"urban";1453.4948912054;TRUE;"Your Place" +"urban";"urban";961.568034182535;TRUE;"Your Place" +"urban";"urban";20.2631612451805;TRUE;"Your Place" +"urban";"urban";787.279999357997;TRUE;"Your Place" +"urban";"urban";8.97761813522084;TRUE;"Your Place" +"impervious";"urban";1.74194287930732;FALSE;"Your Place" +"impervious";"urban";12.9092298145406;FALSE;"Your Place" +"urban";"urban";0.0522546885767952;TRUE;"Your Place" +"urban";"urban";73.7669494124129;TRUE;"Your Place" +"urban";"urban";3.66552375346873;TRUE;"Your Place" +"urban";"urban";15.2835937352211;TRUE;"Your Place" +"urban";"urban";11.5790369231108;TRUE;"Your Place" +"urban";"urban";14934.5243642051;TRUE;"Your Place" +"urban";"urban";29.2005626801401;TRUE;"Your Place" +"urban";"urban";197.473965244833;TRUE;"Your Place" +"urban";"urban";0.658884856035002;TRUE;"Your Place" +"urban";"urban";374.222870825091;TRUE;"Your Place" +"urban";"urban";2.89702895603841;TRUE;"Your Place" +"urban";"urban";1632.11178976635;TRUE;"Your Place" +"urban";"urban";0.268843503548851;TRUE;"Your Place" +"urban";"urban";2.87235613624216;TRUE;"Your Place" +"urban";"urban";20.0366801390483;TRUE;"Your Place" +"urban";"urban";6122.38010175822;TRUE;"Your Place" +"urban";"urban";0.105248879175633;TRUE;"Your Place" +"urban";"urban";12.1977469890844;TRUE;"Your Place" +"impervious";"urban";51.2518596267328;FALSE;"Your Place" +"urban";"urban";792.879757424875;TRUE;"Your Place" +"urban";"urban";1751.79887121468;TRUE;"Your Place" +"urban";"urban";2.48707415731042;TRUE;"Your Place" +"urban";"urban";28.622357032873;TRUE;"Your Place" +"urban";"urban";1762.70320653333;TRUE;"Your Place" +"urban";"urban";8.01723424484953;TRUE;"Your Place" +"urban";"urban";0.324634477612562;TRUE;"Your Place" +"urban";"urban";3900.22295979279;TRUE;"Your Place" +"urban";"urban";11.3782199345296;TRUE;"Your Place" +"urban";"urban";0.349986336550501;TRUE;"Your Place" +"urban";"urban";11.6100809279887;TRUE;"Your Place" +"urban";"urban";88.4586885087192;TRUE;"Your Place" +"urban";"urban";3004.05905202776;TRUE;"Your Place" +"urban";"urban";14.9682947471738;TRUE;"Your Place" +"impervious";"urban";1344.73622804426;FALSE;"Your Place" +"urban";"urban";8.12776633864269;TRUE;"Your Place" +"urban";"urban";2.51677408092655;TRUE;"Your Place" +"urban";"urban";93.6981395939365;TRUE;"Your Place" +"urban";"urban";528.048446872272;TRUE;"Your Place" +"urban";"urban";0.700074258260429;TRUE;"Your Place" +"urban";"urban";28.7456349237182;TRUE;"Your Place" +"urban";"urban";8771.37979966751;TRUE;"Your Place" +"urban";"urban";65.7183369803242;TRUE;"Your Place" +"urban";"urban";76.387656317791;TRUE;"Your Place" +"impervious";"urban";21.637008741618;FALSE;"Your Place" +"impervious";"urban";4574.89461803949;FALSE;"Your Place" +"vegetation";"urban";2076.97096617165;FALSE;"Your Place" +"urban";"urban";8.5846524660592;TRUE;"Your Place" +"urban";"urban";6.04223450375503;TRUE;"Your Place" +"urban";"urban";37.3743668212555;TRUE;"Your Place" +"urban";"urban";60.3434188007377;TRUE;"Your Place" +"urban";"urban";13780.480592099;TRUE;"Your Place" +"impervious";"urban";8.90585607104003;FALSE;"Your Place" +"vegetation";"urban";32.9438484425773;FALSE;"Your Place" +"vegetation";"urban";547.070619271435;FALSE;"Your Place" +"urban";"urban";1154.53568375016;TRUE;"Your Place" +"urban";"urban";0.00611510703674867;TRUE;"Your Place" +"impervious";"urban";0.112227551289834;FALSE;"Your Place" +"urban";"urban";23.113079207018;TRUE;"Your Place" +"urban";"urban";2.21277597884182;TRUE;"Your Place" +"urban";"urban";1508.95328441449;TRUE;"Your Place" +"urban";"urban";85.5411394723924;TRUE;"Your Place" +"urban";"urban";32.715872092318;TRUE;"Your Place" +"vegetation";"urban";1.59558401192771;FALSE;"Your Place" +"urban";"urban";18.822747872211;TRUE;"Your Place" +"vegetation";"urban";18.6964403041929;FALSE;"Your Place" +"vegetation";"urban";1570.72807313828;FALSE;"Your Place" +"urban";"urban";19.1585776570428;TRUE;"Your Place" +"urban";"urban";15.2944215418975;TRUE;"Your Place" +"urban";"urban";3544.07460958697;TRUE;"Your Place" +"urban";"urban";2.91894430245156;TRUE;"Your Place" +"urban";"urban";5.31952725915471;TRUE;"Your Place" +"urban";"urban";57.3179716426821;TRUE;"Your Place" +"urban";"urban";37.1376960371854;TRUE;"Your Place" +"urban";"urban";5.64061667583883;TRUE;"Your Place" +"urban";"urban";8.99242871324532;TRUE;"Your Place" +"urban";"urban";2172.46255006315;TRUE;"Your Place" +"urban";"urban";10.2570787188597;TRUE;"Your Place" +"urban";"urban";36.713161133317;TRUE;"Your Place" +"vegetation";"urban";419.11065546982;FALSE;"Your Place" +"vegetation";"urban";5746.67968478985;FALSE;"Your Place" +"urban";"urban";6.08118477988069;TRUE;"Your Place" +"urban";"urban";21071.1093838674;TRUE;"Your Place" +"urban";"urban";21.7678684667626;TRUE;"Your Place" +"urban";"urban";89.8709032068728;TRUE;"Your Place" +"urban";"urban";98.403063162601;TRUE;"Your Place" +"impervious";"urban";0.0954976902576163;FALSE;"Your Place" +"impervious";"urban";3.04243997583399;FALSE;"Your Place" +"urban";"urban";4766.5741862529;TRUE;"Your Place" +"urban";"urban";5.41201213060413;TRUE;"Your Place" +"urban";"urban";54.6433551975933;TRUE;"Your Place" +"urban";"urban";0.121691117645241;TRUE;"Your Place" +"urban";"urban";52.831854281947;TRUE;"Your Place" +"urban";"urban";2969.15795674187;TRUE;"Your Place" +"urban";"urban";2.17371357117372;TRUE;"Your Place" +"urban";"urban";84.8001376590692;TRUE;"Your Place" +"urban";"urban";0.105226817511721;TRUE;"Your Place" +"urban";"urban";0.548818622482941;TRUE;"Your Place" +"urban";"urban";5451.93666925386;TRUE;"Your Place" +"urban";"urban";45.4767120674951;TRUE;"Your Place" +"urban";"urban";43.1673742346466;TRUE;"Your Place" +"urban";"urban";1463.83767090115;TRUE;"Your Place" +"urban";"urban";0.871028418623609;TRUE;"Your Place" +"urban";"urban";3.14211011352018;TRUE;"Your Place" +"urban";"urban";56.9961379631131;TRUE;"Your Place" +"impervious";"urban";7.54117631739064;FALSE;"Your Place" +"urban";"urban";12138.26198924;TRUE;"Your Place" +"urban";"urban";3.81481970055029;TRUE;"Your Place" +"impervious";"urban";81.8484067020472;FALSE;"Your Place" +"impervious";"urban";21.1915620788932;FALSE;"Your Place" +"impervious";"urban";29.5902830409177;FALSE;"Your Place" +"urban";"urban";8.18531384854577;TRUE;"Your Place" +"urban";"urban";15.179106948548;TRUE;"Your Place" +"urban";"urban";992.625630612485;TRUE;"Your Place" +"urban";"urban";32.7015334540301;TRUE;"Your Place" +"impervious";"urban";0.0176992786655319;FALSE;"Your Place" +"impervious";"urban";18.4584553876193;FALSE;"Your Place" +"vegetation";"urban";369.83847743663;FALSE;"Your Place" +"urban";"urban";13.1683413071733;TRUE;"Your Place" +"urban";"urban";17531.9416658198;TRUE;"Your Place" +"urban";"urban";22.5329972814652;TRUE;"Your Place" +"urban";"urban";61.4028081954457;TRUE;"Your Place" +"urban";"urban";4.85503174504265;TRUE;"Your Place" +"impervious";"urban";50.8569179261976;FALSE;"Your Place" +"urban";"urban";116.520225724962;TRUE;"Your Place" +"urban";"urban";5530.80264244555;TRUE;"Your Place" +"urban";"urban";5.43453828804195;TRUE;"Your Place" +"impervious";"urban";19.2576517917914;FALSE;"Your Place" +"urban";"urban";29.6891571171873;TRUE;"Your Place" +"urban";"urban";59.8704412613297;TRUE;"Your Place" +"urban";"urban";726.653657296381;TRUE;"Your Place" +"impervious";"urban";45.4953861789154;FALSE;"Your Place" +"urban";"urban";28.9887150754512;TRUE;"Your Place" +"urban";"urban";95.0313996771001;TRUE;"Your Place" +"urban";"urban";6333.27298010699;TRUE;"Your Place" +"urban";"urban";0.527331231918652;TRUE;"Your Place" +"urban";"urban";2.00966208055615;TRUE;"Your Place" +"urban";"urban";16215.801317906;TRUE;"Your Place" +"urban";"urban";16.8318951358087;TRUE;"Your Place" +"vegetation";"urban";0.367312547110487;FALSE;"Your Place" +"vegetation";"urban";2553.22370990663;FALSE;"Your Place" +"urban";"urban";7630.17655061779;TRUE;"Your Place" +"urban";"urban";12.552055296881;TRUE;"Your Place" +"urban";"urban";88.4252673108131;TRUE;"Your Place" +"impervious";"urban";0.158175682707224;FALSE;"Your Place" +"urban";"urban";5.92543760176704;TRUE;"Your Place" +"urban";"urban";33.2414750289172;TRUE;"Your Place" +"urban";"urban";2786.22800282389;TRUE;"Your Place" +"impervious";"urban";20.0917143991101;FALSE;"Your Place" +"urban";"urban";10.7631974779069;TRUE;"Your Place" +"urban";"urban";45044.4738784931;TRUE;"Your Place" +"urban";"urban";7.53757811751711;TRUE;"Your Place" +"urban";"urban";58.2130880141631;TRUE;"Your Place" +"impervious";"urban";11.9693032853538;FALSE;"Your Place" +"urban";"urban";3.5433819051832;TRUE;"Your Place" +"urban";"urban";12107.8510194933;TRUE;"Your Place" +"vegetation";"urban";17.5260921753943;FALSE;"Your Place" +"vegetation";"urban";36.7932294388302;FALSE;"Your Place" +"vegetation";"urban";169.970081971958;FALSE;"Your Place" +"urban";"urban";35.4703352356446;TRUE;"Your Place" +"urban";"urban";48191.4962288393;TRUE;"Your Place" +"vegetation";"urban";1985.39410402614;FALSE;"Your Place" +"impervious";"urban";197.713764068671;FALSE;"Your Place" +"impervious";"urban";84.7650865509349;FALSE;"Your Place" +"vegetation";"urban";22.2930534440093;FALSE;"Your Place" +"urban";"urban";75.1830630026816;TRUE;"Your Place" +"urban";"urban";20759.8309610915;TRUE;"Your Place" +"urban";"urban";149.100040915306;TRUE;"Your Place" +"urban";"urban";274.811921006883;TRUE;"Your Place" +"vegetation";"urban";651.223433085222;FALSE;"Your Place" +"vegetation";"urban";1242.26848833574;FALSE;"Your Place" +"urban";"urban";5877.38755059242;TRUE;"Your Place" +"urban";"urban";8.23322805872886;TRUE;"Your Place" +"urban";"urban";21.5767496885674;TRUE;"Your Place" +"urban";"urban";43.8916053352877;TRUE;"Your Place" +"vegetation";"urban";195.933581671969;FALSE;"Your Place" +"urban";"urban";0.348581753523831;TRUE;"Your Place" +"urban";"urban";17.8691167646029;TRUE;"Your Place" +"urban";"urban";0.0868198498355923;TRUE;"Your Place" +"urban";"urban";6134.86501620454;TRUE;"Your Place" +"urban";"urban";5.1550121725877;TRUE;"Your Place" +"vegetation";"urban";6318.21309804078;FALSE;"Your Place" +"urban";"urban";40.5131000194233;TRUE;"Your Place" +"urban";"urban";3901.77540139086;TRUE;"Your Place" +"urban";"urban";105.084334365209;TRUE;"Your Place" +"vegetation";"urban";571.727752460865;FALSE;"Your Place" +"vegetation";"urban";985.003184783971;FALSE;"Your Place" +"urban";"urban";32.3288025270776;TRUE;"Your Place" +"urban";"urban";29.6385658353975;TRUE;"Your Place" +"urban";"urban";100315.131174038;TRUE;"Your Place" +"urban";"urban";67.3350977451773;TRUE;"Your Place" +"urban";"urban";34.2704739547335;TRUE;"Your Place" +"impervious";"urban";8.65000235073967;FALSE;"Your Place" +"impervious";"urban";1.07933084084652;FALSE;"Your Place" +"impervious";"urban";6.82521892641671;FALSE;"Your Place" +"impervious";"urban";1.00644577317871;FALSE;"Your Place" +"impervious";"urban";3.20567420982115;FALSE;"Your Place" +"urban";"urban";11810.6919563645;TRUE;"Your Place" +"urban";"urban";0.288277916202787;TRUE;"Your Place" +"impervious";"urban";57.3032942385762;FALSE;"Your Place" +"urban";"urban";2808.36290407134;TRUE;"Your Place" +"vegetation";"urban";581.304669783101;FALSE;"Your Place" +"urban";"urban";8639.96514024027;TRUE;"Your Place" +"urban";"urban";59.0473183058202;TRUE;"Your Place" +"impervious";"urban";17.7666252215276;FALSE;"Your Place" +"urban";"urban";53.5404887955847;TRUE;"Your Place" +"urban";"urban";97.5003165292583;TRUE;"Your Place" +"urban";"urban";12195.826153794;TRUE;"Your Place" +"vegetation";"urban";54.3281910507358;FALSE;"Your Place" +"urban";"urban";1544.44927007507;TRUE;"Your Place" +"urban";"urban";31.1687767556868;TRUE;"Your Place" +"urban";"urban";1371.46946174488;TRUE;"Your Place" +"urban";"urban";32619.6943957417;TRUE;"Your Place" +"urban";"urban";28.2894578856649;TRUE;"Your Place" +"urban";"urban";77.4233337207115;TRUE;"Your Place" +"impervious";"urban";10.8337248101016;FALSE;"Your Place" +"impervious";"urban";0.147188339440618;FALSE;"Your Place" +"impervious";"urban";74.4184443994891;FALSE;"Your Place" +"impervious";"urban";0.343353786418447;FALSE;"Your Place" +"urban";"urban";2.54556405061157;TRUE;"Your Place" +"vegetation";"urban";4079.07717693364;FALSE;"Your Place" +"urban";"urban";3845.29411164962;TRUE;"Your Place" +"urban";"urban";57.3010747075314;TRUE;"Your Place" +"urban";"urban";35551.8316278429;TRUE;"Your Place" +"urban";"urban";14.8340341247385;TRUE;"Your Place" +"urban";"urban";7.85905110166641;TRUE;"Your Place" +"urban";"urban";2.00571502777166;TRUE;"Your Place" +"urban";"urban";5.29488257248886;TRUE;"Your Place" +"impervious";"urban";8.59952427098324;FALSE;"Your Place" +"impervious";"urban";7.02644591825083;FALSE;"Your Place" +"urban";"urban";6771.60163845366;TRUE;"Your Place" +"vegetation";"urban";269.84242266533;FALSE;"Your Place" +"urban";"urban";11.2361878908123;TRUE;"Your Place" +"urban";"urban";36389.0927163257;TRUE;"Your Place" +"urban";"urban";16.2974053928629;TRUE;"Your Place" +"urban";"urban";22.0334456492856;TRUE;"Your Place" +"urban";"urban";105.906654574613;TRUE;"Your Place" +"impervious";"urban";1.55491961538792;FALSE;"Your Place" +"impervious";"urban";12.9566698630515;FALSE;"Your Place" +"impervious";"urban";59.7982042424701;FALSE;"Your Place" +"urban";"urban";19.2932776608795;TRUE;"Your Place" +"urban";"urban";8073.79561111378;TRUE;"Your Place" +"urban";"urban";30.6316361776553;TRUE;"Your Place" +"urban";"urban";59.3969706422649;TRUE;"Your Place" +"impervious";"urban";9.49314745218726;FALSE;"Your Place" +"impervious";"urban";49.764134684141;FALSE;"Your Place" +"impervious";"urban";33.0144894880941;FALSE;"Your Place" +"impervious";"urban";16.8922774736766;FALSE;"Your Place" +"urban";"urban";14545.2068549625;TRUE;"Your Place" +"urban";"urban";45.8366634231061;TRUE;"Your Place" +"urban";"urban";62.0815799762349;TRUE;"Your Place" +"impervious";"urban";25.7936980426311;FALSE;"Your Place" +"impervious";"urban";0.806962485206896;FALSE;"Your Place" +"vegetation";"urban";18042.6180473797;FALSE;"Your Place" +"urban";"urban";39.0004449784756;TRUE;"Your Place" +"urban";"urban";1.39007668878185;TRUE;"Your Place" +"vegetation";"urban";3164.75032279274;FALSE;"Your Place" +"urban";"urban";23.6725542621571;TRUE;"Your Place" +"urban";"urban";7969.56395886792;TRUE;"Your Place" +"urban";"urban";5.03567412192933;TRUE;"Your Place" +"impervious";"urban";0.810229601509491;FALSE;"Your Place" +"urban";"urban";2409.86081290711;TRUE;"Your Place" +"urban";"urban";18.1365201789886;TRUE;"Your Place" +"urban";"urban";46.0603238170988;TRUE;"Your Place" +"urban";"urban";4731.8620356943;TRUE;"Your Place" +"urban";"urban";3067.48630573065;TRUE;"Your Place" +"urban";"urban";121.723601728212;TRUE;"Your Place" +"urban";"urban";23081.335339624;TRUE;"Your Place" +"urban";"urban";10.806864469545;TRUE;"Your Place" +"urban";"urban";28.7335278536193;TRUE;"Your Place" +"urban";"urban";138.365373735782;TRUE;"Your Place" +"urban";"urban";36.7808912321925;TRUE;"Your Place" +"urban";"urban";15711.8298352361;TRUE;"Your Place" +"urban";"urban";59.3298660286528;TRUE;"Your Place" +"urban";"urban";64.7557967221364;TRUE;"Your Place" +"urban";"urban";22.958100233227;TRUE;"Your Place" +"urban";"urban";8.97637414048586;TRUE;"Your Place" +"urban";"urban";22.0922152242929;TRUE;"Your Place" +"urban";"urban";13.669122880252;TRUE;"Your Place" +"urban";"urban";36724.3856862424;TRUE;"Your Place" +"urban";"urban";23.9064670545631;TRUE;"Your Place" +"urban";"urban";0.113357854716014;TRUE;"Your Place" +"impervious";"urban";0.0378878871997586;FALSE;"Your Place" +"urban";"urban";5713.58538862225;TRUE;"Your Place" +"urban";"urban";29.8128352799686;TRUE;"Your Place" +"urban";"urban";2.08029530663043;TRUE;"Your Place" +"urban";"urban";7.05930109327892;TRUE;"Your Place" +"urban";"urban";27.4930722214194;TRUE;"Your Place" +"urban";"urban";6967.03561659576;TRUE;"Your Place" +"urban";"urban";143.219967855373;TRUE;"Your Place" +"impervious";"urban";3.64133815824607;FALSE;"Your Place" +"urban";"urban";8.43820112466346;TRUE;"Your Place" +"urban";"urban";9.37256019527558;TRUE;"Your Place" +"urban";"urban";9575.13832145231;TRUE;"Your Place" +"urban";"urban";8.9329765225084;TRUE;"Your Place" +"urban";"urban";17.0206386055797;TRUE;"Your Place" +"urban";"urban";2515.95249740011;TRUE;"Your Place" +"urban";"urban";90.2011799232569;TRUE;"Your Place" +"urban";"urban";10.6226220710378;TRUE;"Your Place" +"urban";"urban";147.125846037023;TRUE;"Your Place" +"urban";"urban";12.06390717873;TRUE;"Your Place" +"urban";"urban";3.8517761999683;TRUE;"Your Place" +"urban";"urban";44094.4767540069;TRUE;"Your Place" +"urban";"urban";2.59125294133082;TRUE;"Your Place" +"urban";"urban";59.9550997299375;TRUE;"Your Place" +"urban";"urban";0.00225564841093728;TRUE;"Your Place" +"urban";"urban";0.310422217007726;TRUE;"Your Place" +"urban";"urban";356.510229685868;TRUE;"Your Place" +"urban";"urban";1.08325602067634;TRUE;"Your Place" +"urban";"urban";1456.42242382676;TRUE;"Your Place" +"vegetation";"urban";5857.30455174882;FALSE;"Your Place" +"impervious";"urban";1.47525784399477;FALSE;"Your Place" +"vegetation";"urban";87.4710314781387;FALSE;"Your Place" +"urban";"urban";8.7905661976547;TRUE;"Your Place" +"urban";"urban";9.77874935082218;TRUE;"Your Place" +"urban";"urban";41.7763921667865;TRUE;"Your Place" +"urban";"urban";8739.54335290927;TRUE;"Your Place" +"urban";"urban";0.619963649660349;TRUE;"Your Place" +"urban";"urban";13.2932443112077;TRUE;"Your Place" +"urban";"urban";36.6165842118644;TRUE;"Your Place" +"urban";"urban";37507.6421828307;TRUE;"Your Place" +"urban";"urban";15.5509039072786;TRUE;"Your Place" +"impervious";"urban";111.122450242459;FALSE;"Your Place" +"urban";"urban";3051.07285193726;TRUE;"Your Place" +"urban";"urban";10.7047495925799;TRUE;"Your Place" +"urban";"urban";1.28026446979493;TRUE;"Your Place" +"urban";"urban";30923.5046486937;TRUE;"Your Place" +"urban";"urban";38.3907957117772;TRUE;"Your Place" +"urban";"urban";120.043026316911;TRUE;"Your Place" +"urban";"urban";41.3729733490036;TRUE;"Your Place" +"urban";"urban";51.3156765811145;TRUE;"Your Place" +"urban";"urban";3634.83925554901;TRUE;"Your Place" +"urban";"urban";44.0828747681808;TRUE;"Your Place" +"urban";"urban";5627.25335029792;TRUE;"Your Place" +"urban";"urban";3.29000612022355;TRUE;"Your Place" +"impervious";"urban";854.723526924849;FALSE;"Your Place" +"urban";"urban";67.5804998346139;TRUE;"Your Place" +"urban";"urban";46.442364104063;TRUE;"Your Place" +"urban";"urban";36.8607179257087;TRUE;"Your Place" +"urban";"urban";21.8490721195994;TRUE;"Your Place" +"urban";"urban";30758.8164069671;TRUE;"Your Place" +"urban";"urban";77.5926526435069;TRUE;"Your Place" +"urban";"urban";8.60445967217674;TRUE;"Your Place" +"urban";"urban";4.36371749336831;TRUE;"Your Place" +"urban";"urban";26.7438474902883;TRUE;"Your Place" +"impervious";"urban";20.5827443762901;FALSE;"Your Place" +"impervious";"urban";6240.60857354011;FALSE;"Your Place" +"urban";"urban";0.00484717069275575;TRUE;"Your Place" +"urban";"urban";118.077729241769;TRUE;"Your Place" +"urban";"urban";0.0974875145802372;TRUE;"Your Place" +"urban";"urban";49.6398375772405;TRUE;"Your Place" +"urban";"urban";23063.3182312362;TRUE;"Your Place" +"urban";"urban";0.288514758365636;TRUE;"Your Place" +"urban";"urban";25.8841148628853;TRUE;"Your Place" +"urban";"urban";73.5018273405731;TRUE;"Your Place" +"urban";"urban";13.0529935851137;TRUE;"Your Place" +"urban";"urban";165.9213939209;TRUE;"Your Place" +"urban";"urban";26122.4265251551;TRUE;"Your Place" +"urban";"urban";5.03602400294767;TRUE;"Your Place" +"urban";"urban";54.0815894687548;TRUE;"Your Place" +"urban";"urban";124.423148025482;TRUE;"Your Place" +"urban";"urban";79960.6331027695;TRUE;"Your Place" +"urban";"urban";12.0935333575253;TRUE;"Your Place" +"urban";"urban";74.543361367716;TRUE;"Your Place" +"urban";"urban";4.02965548017528;TRUE;"Your Place" +"impervious";"urban";5.71328629236814;FALSE;"Your Place" +"impervious";"urban";30.2961510208916;FALSE;"Your Place" +"impervious";"urban";55.6058580689132;FALSE;"Your Place" +"impervious";"urban";812.34921063669;FALSE;"Your Place" +"urban";"urban";868.6814394549;TRUE;"Your Place" +"urban";"urban";42.4871683195233;TRUE;"Your Place" +"urban";"urban";0.18201442649297;TRUE;"Your Place" +"urban";"urban";14405.5224970421;TRUE;"Your Place" +"urban";"urban";12.7558749122545;TRUE;"Your Place" +"urban";"urban";93.4561712947907;TRUE;"Your Place" +"urban";"urban";84.8364934700076;TRUE;"Your Place" +"urban";"urban";5094.59261990921;TRUE;"Your Place" +"urban";"urban";0.0679371989390347;TRUE;"Your Place" +"urban";"urban";4505.51352316913;TRUE;"Your Place" +"urban";"urban";7.96990078064846;TRUE;"Your Place" +"urban";"urban";60.6586335590109;TRUE;"Your Place" +"urban";"urban";0.108388588228991;TRUE;"Your Place" +"urban";"urban";0.86531084406306;TRUE;"Your Place" +"urban";"urban";3.98198481230065;TRUE;"Your Place" +"urban";"urban";30204.3160272674;TRUE;"Your Place" +"urban";"urban";38.2630297178403;TRUE;"Your Place" +"urban";"urban";13.5117662275443;TRUE;"Your Place" +"impervious";"urban";135.406137997838;FALSE;"Your Place" +"urban";"urban";3.16482759383507;TRUE;"Your Place" +"vegetation";"urban";22.4844716596999;FALSE;"Your Place" +"impervious";"urban";37.7903973780431;FALSE;"Your Place" +"impervious";"urban";12.6156992877368;FALSE;"Your Place" +"impervious";"urban";26224.949512967;FALSE;"Your Place" +"urban";"urban";1.5863482405839;TRUE;"Your Place" +"urban";"urban";3958.84627189231;TRUE;"Your Place" +"urban";"urban";827.097484602127;TRUE;"Your Place" +"urban";"urban";979.492954826506;TRUE;"Your Place" +"urban";"urban";1733.63378775993;TRUE;"Your Place" +"urban";"urban";25.8068393545691;TRUE;"Your Place" +"urban";"urban";28.9335882118903;TRUE;"Your Place" +"urban";"urban";4810.70918846875;TRUE;"Your Place" +"urban";"urban";0.747535275819246;TRUE;"Your Place" +"urban";"urban";12.0284995157563;TRUE;"Your Place" +"urban";"urban";24.0059094390017;TRUE;"Your Place" +"urban";"urban";5.20711097016465;TRUE;"Your Place" +"urban";"urban";6.78812003601342;TRUE;"Your Place" +"urban";"urban";63.6258239731396;TRUE;"Your Place" +"impervious";"urban";1.08689811034128;FALSE;"Your Place" +"impervious";"urban";54244.5910075507;FALSE;"Your Place" +"urban";"urban";331.193323003477;TRUE;"Your Place" +"urban";"urban";5564.0983988964;TRUE;"Your Place" +"urban";"urban";27.7237478550524;TRUE;"Your Place" +"urban";"urban";5433.10106110666;TRUE;"Your Place" +"urban";"urban";1.77793494379148;TRUE;"Your Place" +"urban";"urban";12484.3203836123;TRUE;"Your Place" +"urban";"urban";415.567735919496;TRUE;"Your Place" +"urban";"urban";1415.82814258581;TRUE;"Your Place" +"urban";"urban";3624.38253190834;TRUE;"Your Place" +"urban";"urban";3.55235394446936;TRUE;"Your Place" +"urban";"urban";0.563368964241818;TRUE;"Your Place" +"urban";"urban";2260.44753045565;TRUE;"Your Place" +"urban";"urban";3814.1001034595;TRUE;"Your Place" +"urban";"urban";438.388784113107;TRUE;"Your Place" +"urban";"urban";251.027198442956;TRUE;"Your Place" +"impervious";"urban";3615.5070753363;FALSE;"Your Place" +"urban";"urban";43.8829494856327;TRUE;"Your Place" +"urban";"urban";72.8455548649654;TRUE;"Your Place" +"urban";"urban";10976.0726246217;TRUE;"Your Place" +"impervious";"urban";7276.23679893557;FALSE;"Your Place" +"urban";"urban";13474.0561487982;TRUE;"Your Place" +"urban";"urban";31.464758717455;TRUE;"Your Place" +"impervious";"urban";112.118329397752;FALSE;"Your Place" +"urban";"urban";4.16865917295218;TRUE;"Your Place" +"urban";"urban";32610.7183199055;TRUE;"Your Place" +"urban";"urban";159.033766359091;TRUE;"Your Place" +"urban";"urban";65.3459630709331;TRUE;"Your Place" +"impervious";"urban";7.30294314352795;FALSE;"Your Place" +"vegetation";"urban";2952.49521571957;FALSE;"Your Place" +"urban";"urban";1833.11807020206;TRUE;"Your Place" +"urban";"urban";2.72289653337793;TRUE;"Your Place" +"urban";"urban";75.6771249540034;TRUE;"Your Place" +"impervious";"urban";16740.2494325718;FALSE;"Your Place" +"urban";"urban";8049.09235753492;TRUE;"Your Place" +"urban";"urban";99.328357771039;TRUE;"Your Place" +"urban";"urban";14613.9694372774;TRUE;"Your Place" +"urban";"urban";24.7315896825603;TRUE;"Your Place" +"impervious";"urban";0.0386563604115508;FALSE;"Your Place" +"impervious";"urban";6.98428641573992;FALSE;"Your Place" +"impervious";"urban";24.0675395727158;FALSE;"Your Place" +"urban";"urban";53.8985592864701;TRUE;"Your Place" +"urban";"urban";20.0134472693426;TRUE;"Your Place" +"urban";"urban";15732.9351316964;TRUE;"Your Place" +"impervious";"urban";4.16295275065931;FALSE;"Your Place" +"vegetation";"urban";207.540524613345;FALSE;"Your Place" +"impervious";"urban";15.574475053756;FALSE;"Your Place" +"urban";"urban";6403.03060621955;TRUE;"Your Place" +"urban";"urban";75.5555128194392;TRUE;"Your Place" +"impervious";"urban";47.0194812333357;FALSE;"Your Place" +"urban";"urban";18.6406365679577;TRUE;"Your Place" +"urban";"urban";4840.77206634916;TRUE;"Your Place" +"urban";"urban";1400.9557880396;TRUE;"Your Place" +"urban";"urban";17.5560262238887;TRUE;"Your Place" +"impervious";"urban";19.3148651598021;FALSE;"Your Place" +"impervious";"urban";16012.4507091597;FALSE;"Your Place" +"impervious";"urban";1460.47627452645;FALSE;"Your Place" +"urban";"urban";5028.93482526421;TRUE;"Your Place" +"urban";"urban";15.8625563840906;TRUE;"Your Place" +"vegetation";"urban";138.406799868681;FALSE;"Your Place" +"impervious";"urban";3.51326759961376;FALSE;"Your Place" +"impervious";"urban";16750.4809779073;FALSE;"Your Place" +"urban";"urban";3.06703580946487;TRUE;"Your Place" +"urban";"urban";39.2923936998704;TRUE;"Your Place" +"urban";"urban";56423.173320137;TRUE;"Your Place" +"vegetation";"urban";0.00349401187850162;FALSE;"Your Place" +"impervious";"urban";29.5664526037872;FALSE;"Your Place" +"impervious";"urban";51.876616246067;FALSE;"Your Place" +"impervious";"urban";251.076342012966;FALSE;"Your Place" +"urban";"urban";3165.34295877138;TRUE;"Your Place" +"urban";"urban";6.06613331370136;TRUE;"Your Place" +"impervious";"urban";71.0042065619491;FALSE;"Your Place" +"urban";"urban";318.116762768295;TRUE;"Your Place" +"urban";"urban";65.1507981086907;TRUE;"Your Place" +"urban";"urban";1236.64896828029;TRUE;"Your Place" +"urban";"urban";84.3766411068646;TRUE;"Your Place" +"vegetation";"urban";124.583925176878;FALSE;"Your Place" +"impervious";"urban";64.4800720416242;FALSE;"Your Place" +"vegetation";"urban";25797.2019919492;FALSE;"Your Place" +"urban";"urban";29.3986011845991;TRUE;"Your Place" +"urban";"urban";2835.42528358451;TRUE;"Your Place" +"urban";"urban";0.0239725573046599;TRUE;"Your Place" +"vegetation";"urban";1111.23907450236;FALSE;"Your Place" +"urban";"urban";13.1127306143753;TRUE;"Your Place" +"urban";"urban";39.8522033300251;TRUE;"Your Place" +"urban";"urban";1314.47823366523;TRUE;"Your Place" +"vegetation";"urban";0.529374056728557;FALSE;"Your Place" +"vegetation";"urban";3315.69378073313;FALSE;"Your Place" +"impervious";"urban";6219.59146442707;FALSE;"Your Place" +"impervious";"urban";0.00424298627604003;FALSE;"Your Place" +"urban";"urban";8808.64273882035;TRUE;"Your Place" +"vegetation";"urban";1599.80370042042;FALSE;"Your Place" +"impervious";"urban";402.013741374321;FALSE;"Your Place" +"urban";"urban";471.839593943674;TRUE;"Your Place" +"vegetation";"urban";345.391413834452;FALSE;"Your Place" +"vegetation";"urban";101.097572270781;FALSE;"Your Place" +"vegetation";"urban";6378.55703877285;FALSE;"Your Place" +"vegetation";"urban";10746.5774441101;FALSE;"Your Place" +"vegetation";"urban";90.0387813569978;FALSE;"Your Place" +"vegetation";"urban";8.3331225598231;FALSE;"Your Place" +"vegetation";"urban";1656.22725866048;FALSE;"Your Place" +"vegetation";"urban";5319.61997721414;FALSE;"Your Place" +"urban";"urban";1.36095466604456;TRUE;"Your Place" +"urban";"urban";26024.401143021;TRUE;"Your Place" +"impervious";"urban";6.61006409162655;FALSE;"Your Place" +"vegetation";"urban";316.369614521624;FALSE;"Your Place" +"vegetation";"urban";28.1655815502163;FALSE;"Your Place" +"urban";"urban";15336.8191453187;TRUE;"Your Place" +"urban";"urban";200.929723978043;TRUE;"Your Place" +"urban";"urban";20987.2124809964;TRUE;"Your Place" +"urban";"urban";57.7524155587307;TRUE;"Your Place" +"urban";"urban";12675.6550971232;TRUE;"Your Place" +"vegetation";"urban";8.45235743382364;FALSE;"Your Place" +"urban";"urban";274.630914292276;TRUE;"Your Place" +"urban";"urban";40.4154393692588;TRUE;"Your Place" +"urban";"urban";11.4612361451946;TRUE;"Your Place" +"urban";"urban";74106.1651898003;TRUE;"Your Place" +"urban";"urban";17.774040607037;TRUE;"Your Place" +"vegetation";"urban";7.68630968070647;FALSE;"Your Place" +"urban";"urban";0.00136348968953826;TRUE;"Your Place" +"urban";"urban";15780.9771644123;TRUE;"Your Place" +"urban";"urban";12.6023141407059;TRUE;"Your Place" +"urban";"urban";7.82883468293585;TRUE;"Your Place" +"urban";"urban";79.7099468240049;TRUE;"Your Place" +"urban";"urban";55.8281658398628;TRUE;"Your Place" +"urban";"urban";39146.1382817243;TRUE;"Your Place" +"vegetation";"urban";87.4366340558918;FALSE;"Your Place" +"urban";"urban";6.73770144554146;TRUE;"Your Place" +"urban";"urban";17.6424328139983;TRUE;"Your Place" +"urban";"urban";2.37825945205986;TRUE;"Your Place" +"impervious";"urban";6073.91036246426;FALSE;"Your Place" +"urban";"urban";2.46062193624675;TRUE;"Your Place" +"urban";"urban";40388.2437050442;TRUE;"Your Place" +"urban";"urban";424.406029876322;TRUE;"Your Place" +"urban";"urban";27.8622097331972;TRUE;"Your Place" +"vegetation";"urban";0.690630231809337;FALSE;"Your Place" +"urban";"urban";116.750495543471;TRUE;"Your Place" +"urban";"urban";36416.2994215399;TRUE;"Your Place" +"urban";"urban";126.830809128354;TRUE;"Your Place" +"impervious";"urban";107.056195682613;FALSE;"Your Place" +"impervious";"urban";61.336690710159;FALSE;"Your Place" +"urban";"urban";228.452977045206;TRUE;"Your Place" +"urban";"urban";0.083206744864583;TRUE;"Your Place" +"urban";"urban";21802.20515737;TRUE;"Your Place" +"urban";"urban";50.1827649229381;TRUE;"Your Place" +"urban";"urban";28.3749669721583;TRUE;"Your Place" +"urban";"urban";13.8499724768044;TRUE;"Your Place" +"urban";"urban";3.8443847107992;TRUE;"Your Place" +"urban";"urban";34501.1295675372;TRUE;"Your Place" +"vegetation";"urban";1852.35281412292;FALSE;"Your Place" +"urban";"urban";4.46219156106235;TRUE;"Your Place" +"urban";"urban";2.23038960620761;TRUE;"Your Place" +"urban";"urban";17923.2647121393;TRUE;"Your Place" +"vegetation";"urban";228.844989650708;FALSE;"Your Place" +"impervious";"urban";8.18538765970152;FALSE;"Your Place" +"urban";"urban";15120.5501626571;TRUE;"Your Place" +"impervious";"urban";27.4463276192546;FALSE;"Your Place" +"urban";"urban";346.276066637656;TRUE;"Your Place" +"impervious";"urban";26.8333522240282;FALSE;"Your Place" +"urban";"urban";39628.1976604266;TRUE;"Your Place" +"urban";"urban";38239.2357240852;TRUE;"Your Place" +"urban";"urban";35.3890259694308;TRUE;"Your Place" +"vegetation";"urban";7092.55499634473;FALSE;"Your Place" +"urban";"urban";4032.44049253315;TRUE;"Your Place" +"urban";"urban";10082.3159281455;TRUE;"Your Place" +"urban";"urban";26700.8545007184;TRUE;"Your Place" +"urban";"urban";7948.62756848114;TRUE;"Your Place" +"impervious";"urban";2819.99216496665;FALSE;"Your Place" +"vegetation";"urban";3.80849124898668;FALSE;"Your Place" +"vegetation";"urban";7752.91198073997;FALSE;"Your Place" +"urban";"urban";59.591323594097;TRUE;"Your Place" +"urban";"urban";28679.2462970344;TRUE;"Your Place" +"urban";"urban";212.231459364411;TRUE;"Your Place" +"urban";"urban";27.7243614192703;TRUE;"Your Place" +"urban";"urban";4.12323373208346;TRUE;"Your Place" +"urban";"urban";0.177396130282432;TRUE;"Your Place" +"urban";"urban";6.00435012986418;TRUE;"Your Place" +"urban";"urban";85455.6757736364;TRUE;"Your Place" +"urban";"urban";0.220341260548594;TRUE;"Your Place" +"urban";"urban";117.673867633304;TRUE;"Your Place" +"impervious";"urban";0.138362545236305;FALSE;"Your Place" +"impervious";"urban";12.5620466526598;FALSE;"Your Place" +"vegetation";"urban";245.860731023946;FALSE;"Your Place" +"urban";"urban";15.6288393106079;TRUE;"Your Place" +"urban";"urban";74.4075596865732;TRUE;"Your Place" +"urban";"urban";47908.4558751741;TRUE;"Your Place" +"urban";"urban";39.916179972508;TRUE;"Your Place" +"urban";"urban";8.68519177247072;TRUE;"Your Place" +"urban";"urban";42.3508595242165;TRUE;"Your Place" +"urban";"urban";4.09881721786223;TRUE;"Your Place" +"impervious";"urban";14.5431075391825;FALSE;"Your Place" +"urban";"urban";5.51430334278848;TRUE;"Your Place" +"urban";"urban";80900.5124730966;TRUE;"Your Place" +"urban";"urban";46.0811867153534;TRUE;"Your Place" +"urban";"urban";5.52753765170928;TRUE;"Your Place" +"urban";"urban";289.935637601389;TRUE;"Your Place" +"impervious";"urban";128.781213804381;FALSE;"Your Place" +"impervious";"urban";17.7643223380437;FALSE;"Your Place" +"urban";"urban";7.50524402689189;TRUE;"Your Place" +"urban";"urban";15574.3772709979;TRUE;"Your Place" +"urban";"urban";0.423837915353943;TRUE;"Your Place" +"urban";"urban";69.6637206306332;TRUE;"Your Place" +"impervious";"urban";37.574744845042;FALSE;"Your Place" +"impervious";"urban";76.0996045595966;FALSE;"Your Place" +"vegetation";"urban";36.9085547944997;FALSE;"Your Place" +"urban";"urban";29.2878477070481;TRUE;"Your Place" +"impervious";"urban";6464.57718317304;FALSE;"Your Place" +"urban";"urban";85.2835379981116;TRUE;"Your Place" +"urban";"urban";5.1179866772145;TRUE;"Your Place" +"urban";"urban";10396.7267923784;TRUE;"Your Place" +"impervious";"urban";4.55367255944293;FALSE;"Your Place" +"impervious";"urban";23.7061643363559;FALSE;"Your Place" +"vegetation";"urban";4.66874184622429;FALSE;"Your Place" +"impervious";"urban";22.9603496959317;FALSE;"Your Place" +"impervious";"urban";0.541669033817016;FALSE;"Your Place" +"impervious";"urban";51.7334544379264;FALSE;"Your Place" +"urban";"urban";59.1008035093546;TRUE;"Your Place" +"urban";"urban";0.908068448312406;TRUE;"Your Place" +"urban";"urban";64995.253831849;TRUE;"Your Place" +"impervious";"urban";0.480302841868252;FALSE;"Your Place" +"vegetation";"urban";3.11277173774579;FALSE;"Your Place" +"impervious";"urban";17.4459543318953;FALSE;"Your Place" +"impervious";"urban";0.830033770762384;FALSE;"Your Place" +"urban";"urban";40.708004671862;TRUE;"Your Place" +"urban";"urban";93875.3134607703;TRUE;"Your Place" +"urban";"urban";77.6186153945746;TRUE;"Your Place" +"impervious";"urban";0.388294415664859;FALSE;"Your Place" +"vegetation";"urban";9.14618734805845;FALSE;"Your Place" +"urban";"urban";0.933269259054214;TRUE;"Your Place" +"impervious";"urban";17.4820277008694;FALSE;"Your Place" +"vegetation";"urban";152.062198454165;FALSE;"Your Place" +"impervious";"urban";2.37270645933313;FALSE;"Your Place" +"vegetation";"urban";6.208169666701;FALSE;"Your Place" +"impervious";"urban";11.4769403982209;FALSE;"Your Place" +"impervious";"urban";8.5694639035728;FALSE;"Your Place" +"impervious";"urban";13229.9894919879;FALSE;"Your Place" +"urban";"urban";167.278344249353;TRUE;"Your Place" +"urban";"urban";54031.2473520092;TRUE;"Your Place" +"urban";"urban";5.1302089903038;TRUE;"Your Place" +"impervious";"urban";3.70226663674111;FALSE;"Your Place" +"urban";"urban";492.071909422521;TRUE;"Your Place" +"urban";"urban";11.3874343061761;TRUE;"Your Place" +"urban";"urban";30060.2605151922;TRUE;"Your Place" +"vegetation";"urban";0.179938241868513;FALSE;"Your Place" +"vegetation";"urban";1107.04639515944;FALSE;"Your Place" +"impervious";"urban";116.19231168495;FALSE;"Your Place" +"urban";"urban";118.646063104272;TRUE;"Your Place" +"urban";"urban";40617.2529876035;TRUE;"Your Place" +"urban";"urban";43.1390995599213;TRUE;"Your Place" +"urban";"urban";4.44633498042822;TRUE;"Your Place" +"impervious";"urban";1.4103342409885;FALSE;"Your Place" +"impervious";"urban";13.6584503087215;FALSE;"Your Place" +"impervious";"urban";434.956404989236;FALSE;"Your Place" +"urban";"urban";54.5274608996697;TRUE;"Your Place" +"urban";"urban";20.7853439413302;TRUE;"Your Place" +"urban";"urban";12775.7028168035;TRUE;"Your Place" +"urban";"urban";0.00151040331820695;TRUE;"Your Place" +"urban";"urban";12.953897504136;TRUE;"Your Place" +"impervious";"urban";11.8751593958586;FALSE;"Your Place" +"urban";"urban";2097.09683190193;TRUE;"Your Place" +"urban";"urban";0.952972587314434;TRUE;"Your Place" +"urban";"urban";106.406310465361;TRUE;"Your Place" +"urban";"urban";105.630882708356;TRUE;"Your Place" +"urban";"urban";40399.1235529324;TRUE;"Your Place" +"urban";"urban";24.0406426712871;TRUE;"Your Place" +"urban";"urban";18.9023369810056;TRUE;"Your Place" +"urban";"urban";194.287444426795;TRUE;"Your Place" +"impervious";"urban";0.575001384160714;FALSE;"Your Place" +"impervious";"urban";16.7126730193559;FALSE;"Your Place" +"urban";"urban";32.8337609707378;TRUE;"Your Place" +"urban";"urban";17.5522520374216;TRUE;"Your Place" +"urban";"urban";19946.3497935291;TRUE;"Your Place" +"urban";"urban";650.899949567858;TRUE;"Your Place" +"impervious";"urban";4.57826170854969;FALSE;"Your Place" +"urban";"urban";34.1945239205379;TRUE;"Your Place" +"urban";"urban";45.7198158245883;TRUE;"Your Place" +"urban";"urban";71.0260616986488;TRUE;"Your Place" +"urban";"urban";157.245792394053;TRUE;"Your Place" +"urban";"urban";107602.030205652;TRUE;"Your Place" +"urban";"urban";0.635904685535934;TRUE;"Your Place" +"urban";"urban";135.417271441132;TRUE;"Your Place" +"impervious";"urban";20.5933131491765;FALSE;"Your Place" +"impervious";"urban";71.865091647931;FALSE;"Your Place" +"urban";"urban";79.2668596992735;TRUE;"Your Place" +"urban";"urban";17765.4006134002;TRUE;"Your Place" +"urban";"urban";0.680060841143131;TRUE;"Your Place" +"impervious";"urban";31.1594216992962;FALSE;"Your Place" +"vegetation";"urban";4.99916039510572;FALSE;"Your Place" +"impervious";"urban";24.4069355018437;FALSE;"Your Place" +"water";"water";34550.2716789737;TRUE;"Your Place" +"vegetation";"water";11.8418534600642;FALSE;"Your Place" +"water";"water";26.2445321986452;TRUE;"Your Place" +"vegetation";"water";0.119834381795954;FALSE;"Your Place" +"water";"vegetation";20.7607933883919;FALSE;"Your Place" +"water";"vegetation";1066.38671318955;FALSE;"Your Place" +"vegetation";"vegetation";1663.40222616974;TRUE;"Your Place" +"water";"vegetation";18.1159109920263;FALSE;"Your Place" +"impervious";"vegetation";274.130804255605;FALSE;"Your Place" +"vegetation";"vegetation";150989.045489993;TRUE;"Your Place" +"vegetation";"vegetation";35291.8206465123;TRUE;"Your Place" +"vegetation";"vegetation";243.155681002885;TRUE;"Your Place" +"vegetation";"vegetation";18697.1394907762;TRUE;"Your Place" +"water";"vegetation";0.919610718847252;FALSE;"Your Place" +"water";"vegetation";394.174586085981;FALSE;"Your Place" +"vegetation";"vegetation";22782.5650695963;TRUE;"Your Place" +"vegetation";"vegetation";889.499172564334;TRUE;"Your Place" +"vegetation";"vegetation";0.928150412568357;TRUE;"Your Place" +"vegetation";"vegetation";42.1599814780056;TRUE;"Your Place" +"vegetation";"vegetation";4316.77672980953;TRUE;"Your Place" +"water";"vegetation";16.2568760556169;FALSE;"Your Place" +"water";"vegetation";46.2124415063881;FALSE;"Your Place" +"water";"vegetation";2.80202914521215;FALSE;"Your Place" +"water";"vegetation";554.340516842669;FALSE;"Your Place" +"water";"vegetation";3.46563923032954;FALSE;"Your Place" +"water";"vegetation";251.700041647069;FALSE;"Your Place" +"water";"vegetation";5.08888307074085;FALSE;"Your Place" +"water";"vegetation";688.719291575952;FALSE;"Your Place" +"vegetation";"vegetation";228.954457026324;TRUE;"Your Place" +"vegetation";"vegetation";9.22743713634554;TRUE;"Your Place" +"water";"vegetation";3.82282045821194;FALSE;"Your Place" +"vegetation";"vegetation";1.68845119432081;TRUE;"Your Place" +"water";"vegetation";4.1986081043724;FALSE;"Your Place" +"vegetation";"vegetation";5.60029232734814;TRUE;"Your Place" +"water";"vegetation";72.8164760228246;FALSE;"Your Place" +"water";"water";43.2179592974717;TRUE;"Your Place" +"water";"water";11894.2926113475;TRUE;"Your Place" +"vegetation";"water";0.0137111027725041;FALSE;"Your Place" +"water";"water";19.0572368819267;TRUE;"Your Place" +"water";"vegetation";15.9447084344574;FALSE;"Your Place" +"vegetation";"vegetation";1172.89691659188;TRUE;"Your Place" +"water";"vegetation";3.14993577869609;FALSE;"Your Place" +"vegetation";"vegetation";469.412351776613;TRUE;"Your Place" +"water";"vegetation";6.50512671511387;FALSE;"Your Place" +"water";"vegetation";11.2503670079168;FALSE;"Your Place" +"vegetation";"vegetation";571.83206888038;TRUE;"Your Place" +"vegetation";"vegetation";1122.30885574582;TRUE;"Your Place" +"vegetation";"vegetation";6.77158848103136;TRUE;"Your Place" +"water";"vegetation";117.436259633396;FALSE;"Your Place" +"water";"vegetation";345.636188490316;FALSE;"Your Place" +"vegetation";"vegetation";1648.68177246954;TRUE;"Your Place" +"vegetation";"vegetation";15129.0184549727;TRUE;"Your Place" +"vegetation";"vegetation";2077.43989791721;TRUE;"Your Place" +"vegetation";"vegetation";618.520654864609;TRUE;"Your Place" +"vegetation";"water";24050.1996158545;FALSE;"Your Place" +"water";"water";597.578374012603;TRUE;"Your Place" +"water";"vegetation";2.01689692703076;FALSE;"Your Place" +"water";"water";7847.42249595653;TRUE;"Your Place" +"vegetation";"water";178.679361133632;FALSE;"Your Place" +"impervious";"water";32.2650392902724;FALSE;"Your Place" +"water";"vegetation";30.7967268582433;FALSE;"Your Place" +"water";"vegetation";1420.19791999774;FALSE;"Your Place" +"vegetation";"vegetation";18.8929013255984;TRUE;"Your Place" +"vegetation";"vegetation";266.486843784456;TRUE;"Your Place" +"vegetation";"vegetation";159901.180690089;TRUE;"Your Place" +"water";"vegetation";10.1237747508567;FALSE;"Your Place" +"water";"vegetation";0.395249400753528;FALSE;"Your Place" +"impervious";"vegetation";1162.6529439725;FALSE;"Your Place" +"impervious";"vegetation";77.4096132852137;FALSE;"Your Place" +"impervious";"vegetation";2181.5480853375;FALSE;"Your Place" +"impervious";"vegetation";56.0889880442992;FALSE;"Your Place" +"impervious";"vegetation";1.3391781047394;FALSE;"Your Place" +"vegetation";"water";596.703295320971;FALSE;"Your Place" +"water";"water";11561.9700098936;TRUE;"Your Place" +"water";"vegetation";27.7957400789019;FALSE;"Your Place" +"vegetation";"vegetation";28.3868517344818;TRUE;"Your Place" +"water";"vegetation";236.153622945887;FALSE;"Your Place" +"vegetation";"vegetation";62721.7478049232;TRUE;"Your Place" +"impervious";"vegetation";494.261449997779;FALSE;"Your Place" +"vegetation";"vegetation";99.776203352958;TRUE;"Your Place" +"vegetation";"vegetation";230.703351824894;TRUE;"Your Place" +"water";"vegetation";28.62767833611;FALSE;"Your Place" +"vegetation";"vegetation";3.3032661343459;TRUE;"Your Place" +"water";"vegetation";0.412946153082885;FALSE;"Your Place" +"vegetation";"vegetation";41.4395176090766;TRUE;"Your Place" +"vegetation";"water";2.0727818289306;FALSE;"Your Place" +"water";"water";13.6682214522734;TRUE;"Your Place" +"vegetation";"water";24.579618494492;FALSE;"Your Place" +"vegetation";"vegetation";1.62554459855892;TRUE;"Your Place" +"vegetation";"vegetation";48.8295046567218;TRUE;"Your Place" +"water";"water";3.42372864461504;TRUE;"Your Place" +"vegetation";"water";1.34957188740373;FALSE;"Your Place" +"vegetation";"water";713.983214200241;FALSE;"Your Place" +"water";"vegetation";4.42674671672285;FALSE;"Your Place" +"vegetation";"vegetation";15.1095241941512;TRUE;"Your Place" +"vegetation";"water";402.469321936835;FALSE;"Your Place" +"water";"water";134.366380355379;TRUE;"Your Place" +"vegetation";"vegetation";1169.54020060599;TRUE;"Your Place" +"water";"vegetation";16.4861440507811;FALSE;"Your Place" +"water";"vegetation";47.6216678616474;FALSE;"Your Place" +"water";"vegetation";39.2428008653224;FALSE;"Your Place" +"vegetation";"water";318.071189366048;FALSE;"Your Place" +"water";"water";3200.63157628721;TRUE;"Your Place" +"water";"vegetation";11.4869217425585;FALSE;"Your Place" +"vegetation";"vegetation";38.5744748972356;TRUE;"Your Place" +"water";"water";27.0481514555868;TRUE;"Your Place" +"water";"vegetation";9.81623046658933;FALSE;"Your Place" +"water";"water";101.735955303186;TRUE;"Your Place" +"vegetation";"water";7.86432380235055;FALSE;"Your Place" +"water";"vegetation";558.02177041804;FALSE;"Your Place" +"vegetation";"vegetation";11290.8601072254;TRUE;"Your Place" +"water";"vegetation";0.720539249014109;FALSE;"Your Place" +"water";"water";26.2087197871879;TRUE;"Your Place" +"water";"vegetation";41.6228175548022;FALSE;"Your Place" +"vegetation";"vegetation";0.051001198386075;TRUE;"Your Place" +"water";"water";3374.60919973627;TRUE;"Your Place" +"impervious";"water";149.108785132878;FALSE;"Your Place" +"water";"vegetation";4.18827167991549;FALSE;"Your Place" +"water";"water";30.8734388004523;TRUE;"Your Place" +"vegetation";"water";1.1638209882658;FALSE;"Your Place" +"water";"water";1.43881579971639;TRUE;"Your Place" +"vegetation";"vegetation";4.22049930985668;TRUE;"Your Place" +"water";"water";55.4698354983702;TRUE;"Your Place" +"water";"water";0.192288483784068;TRUE;"Your Place" +"vegetation";"water";4.77718202222604;FALSE;"Your Place" +"vegetation";"vegetation";1.95053490722785;TRUE;"Your Place" +"vegetation";"water";3.91069946443895;FALSE;"Your Place" +"vegetation";"impervious";334.565102457913;FALSE;"Your Place" +"impervious";"impervious";2220.72367450933;TRUE;"Your Place" +"vegetation";"impervious";833.425389869604;FALSE;"Your Place" +"vegetation";"impervious";1.33869104727637;FALSE;"Your Place" +"vegetation";"vegetation";684.464767226949;TRUE;"Your Place" +"vegetation";"vegetation";5683.4321194971;TRUE;"Your Place" +"water";"vegetation";87.4426288381219;FALSE;"Your Place" +"impervious";"vegetation";1202.70717406785;FALSE;"Your Place" +"vegetation";"vegetation";38.2690308715682;TRUE;"Your Place" +"vegetation";"vegetation";2364.75124851987;TRUE;"Your Place" +"vegetation";"vegetation";629.07275491301;TRUE;"Your Place" +"vegetation";"vegetation";142.217759368941;TRUE;"Your Place" +"vegetation";"vegetation";118.212918920442;TRUE;"Your Place" +"water";"vegetation";2.1387825156562;FALSE;"Your Place" +"vegetation";"water";16.3225972864893;FALSE;"Your Place" +"water";"water";135.362719732759;TRUE;"Your Place" +"water";"water";38.4286749450839;TRUE;"Your Place" +"vegetation";"water";46.7035815527197;FALSE;"Your Place" +"water";"water";13526.6543345819;TRUE;"Your Place" +"vegetation";"water";2253.79618951585;FALSE;"Your Place" +"impervious";"impervious";2977.06342008896;TRUE;"Your Place" +"vegetation";"vegetation";566.500425402075;TRUE;"Your Place" +"vegetation";"vegetation";1305.41688446328;TRUE;"Your Place" +"vegetation";"vegetation";90.3815177497454;TRUE;"Your Place" +"vegetation";"vegetation";4233.06027479132;TRUE;"Your Place" +"vegetation";"vegetation";74773.9251304455;TRUE;"Your Place" +"vegetation";"vegetation";22597.6610464485;TRUE;"Your Place" +"vegetation";"vegetation";1.54002918908373;TRUE;"Your Place" +"water";"vegetation";23.08975923853;FALSE;"Your Place" +"vegetation";"vegetation";521.94493320107;TRUE;"Your Place" +"urban";"vegetation";167.224683190696;FALSE;"Your Place" +"water";"vegetation";1.94427023886237;FALSE;"Your Place" +"impervious";"vegetation";10.0715220682323;FALSE;"Your Place" +"water";"vegetation";29.5888234232552;FALSE;"Your Place" +"urban";"impervious";3068.87278973078;FALSE;"Your Place" +"impervious";"impervious";157.353424106259;TRUE;"Your Place" +"impervious";"impervious";66.7775709179114;TRUE;"Your Place" +"vegetation";"impervious";5.61007077095564;FALSE;"Your Place" +"vegetation";"water";34.905070915469;FALSE;"Your Place" +"water";"water";100.097624580238;TRUE;"Your Place" +"vegetation";"vegetation";4513.21403972304;TRUE;"Your Place" +"impervious";"impervious";11.4747889038408;TRUE;"Your Place" +"impervious";"impervious";152.13512859185;TRUE;"Your Place" +"vegetation";"impervious";12.7613425109885;FALSE;"Your Place" +"vegetation";"vegetation";39.9046005108903;TRUE;"Your Place" +"water";"vegetation";10.2616676956823;FALSE;"Your Place" +"urban";"impervious";21.4950586628402;FALSE;"Your Place" +"urban";"impervious";1.48546046478441;FALSE;"Your Place" +"impervious";"impervious";5.0693824980408;TRUE;"Your Place" +"impervious";"impervious";10.3451979842794;TRUE;"Your Place" +"vegetation";"impervious";594.039393107058;FALSE;"Your Place" +"water";"water";1.18148405142711;TRUE;"Your Place" +"water";"vegetation";9.58776156441309;FALSE;"Your Place" +"urban";"vegetation";732.265121825971;FALSE;"Your Place" +"water";"water";8.14601481868885;TRUE;"Your Place" +"water";"vegetation";18.9628977294778;FALSE;"Your Place" +"vegetation";"vegetation";0.176887545210775;TRUE;"Your Place" +"vegetation";"vegetation";428.549841686559;TRUE;"Your Place" +"vegetation";"vegetation";0.0819156741999905;TRUE;"Your Place" +"vegetation";"vegetation";22482.1713880859;TRUE;"Your Place" +"vegetation";"vegetation";27.7044774894603;TRUE;"Your Place" +"vegetation";"vegetation";30.2438244922087;TRUE;"Your Place" +"vegetation";"vegetation";2990.29521062877;TRUE;"Your Place" +"urban";"vegetation";6609.99198755808;FALSE;"Your Place" +"urban";"vegetation";520.269109353423;FALSE;"Your Place" +"vegetation";"vegetation";872.824622233631;TRUE;"Your Place" +"vegetation";"vegetation";9312.81015702224;TRUE;"Your Place" +"vegetation";"vegetation";2258.24007654935;TRUE;"Your Place" +"vegetation";"vegetation";16355.6122075701;TRUE;"Your Place" +"vegetation";"vegetation";27.5347243561409;TRUE;"Your Place" +"water";"water";10.3397385123244;TRUE;"Your Place" +"water";"vegetation";19.8525358615443;FALSE;"Your Place" +"vegetation";"vegetation";5.16895008587744;TRUE;"Your Place" +"water";"water";3.39024146273732;TRUE;"Your Place" +"water";"water";1.07905500606284;TRUE;"Your Place" +"vegetation";"water";10.3020270192064;FALSE;"Your Place" +"water";"water";32.876069014892;TRUE;"Your Place" +"water";"vegetation";22.2598266399;FALSE;"Your Place" +"vegetation";"vegetation";0.527609470533207;TRUE;"Your Place" +"vegetation";"water";0.551523089176044;FALSE;"Your Place" +"water";"water";27.6843291711994;TRUE;"Your Place" +"vegetation";"vegetation";0.184383116429672;TRUE;"Your Place" +"water";"vegetation";12.7923917495064;FALSE;"Your Place" +"water";"water";0.299557372683921;TRUE;"Your Place" +"water";"water";22639.6372696334;TRUE;"Your Place" +"vegetation";"water";0.313444243976846;FALSE;"Your Place" +"water";"water";2277.21912470087;TRUE;"Your Place" +"vegetation";"water";20.0655473131774;FALSE;"Your Place" +"vegetation";"water";63.8419123459607;FALSE;"Your Place" +"vegetation";"water";159.402151368442;FALSE;"Your Place" +"urban";"impervious";1.82207639732951;FALSE;"Your Place" +"vegetation";"impervious";852.80174849902;FALSE;"Your Place" +"water";"vegetation";53.3691464504227;FALSE;"Your Place" +"water";"vegetation";116.164278889104;FALSE;"Your Place" +"vegetation";"vegetation";65795.1713870979;TRUE;"Your Place" +"impervious";"vegetation";1749.17368268967;FALSE;"Your Place" +"impervious";"vegetation";0.513374051777646;FALSE;"Your Place" +"impervious";"vegetation";3010.39864651376;FALSE;"Your Place" +"vegetation";"vegetation";90566.2561381031;TRUE;"Your Place" +"vegetation";"vegetation";16.376427031355;TRUE;"Your Place" +"urban";"impervious";9.37747700698674;FALSE;"Your Place" +"vegetation";"impervious";171.197299375664;FALSE;"Your Place" +"water";"vegetation";9.08008162979968;FALSE;"Your Place" +"vegetation";"vegetation";3.72491191863082;TRUE;"Your Place" +"water";"water";110.090582189325;TRUE;"Your Place" +"vegetation";"vegetation";0.085502560822988;TRUE;"Your Place" +"vegetation";"vegetation";449.378269047709;TRUE;"Your Place" +"vegetation";"vegetation";3685.49524530477;TRUE;"Your Place" +"vegetation";"vegetation";2.68026471417397;TRUE;"Your Place" +"vegetation";"vegetation";23.9663244916592;TRUE;"Your Place" +"water";"water";37.8409588877112;TRUE;"Your Place" +"vegetation";"impervious";3467.5036822753;FALSE;"Your Place" +"water";"vegetation";2873.58117953059;FALSE;"Your Place" +"vegetation";"vegetation";29.0061382006388;TRUE;"Your Place" +"vegetation";"vegetation";388.059922681656;TRUE;"Your Place" +"vegetation";"vegetation";239.786002657609;TRUE;"Your Place" +"vegetation";"vegetation";123359.683448075;TRUE;"Your Place" +"impervious";"vegetation";602.859045331832;FALSE;"Your Place" +"impervious";"vegetation";79.4555802480318;FALSE;"Your Place" +"vegetation";"vegetation";119.923954974412;TRUE;"Your Place" +"vegetation";"vegetation";28.9434589929879;TRUE;"Your Place" +"vegetation";"vegetation";56.0846225610003;TRUE;"Your Place" +"vegetation";"vegetation";256.160382757429;TRUE;"Your Place" +"vegetation";"vegetation";2.70925010490464;TRUE;"Your Place" +"vegetation";"vegetation";17.714127806481;TRUE;"Your Place" +"vegetation";"impervious";27.9153817743063;FALSE;"Your Place" +"vegetation";"impervious";108.148858237313;FALSE;"Your Place" +"vegetation";"impervious";16.0919979023747;FALSE;"Your Place" +"vegetation";"impervious";126.379264536314;FALSE;"Your Place" +"vegetation";"vegetation";1.23273811256513;TRUE;"Your Place" +"vegetation";"vegetation";301.777883264032;TRUE;"Your Place" +"vegetation";"vegetation";200.805171819404;TRUE;"Your Place" +"vegetation";"vegetation";0.222558405999735;TRUE;"Your Place" +"vegetation";"vegetation";314.889173366944;TRUE;"Your Place" +"vegetation";"impervious";3001.74377917312;FALSE;"Your Place" +"water";"water";2.19726528778847;TRUE;"Your Place" +"water";"water";0.587353905139025;TRUE;"Your Place" +"vegetation";"water";0.864701266225893;FALSE;"Your Place" +"vegetation";"impervious";1907.31588867703;FALSE;"Your Place" +"water";"water";1.31215991795034;TRUE;"Your Place" +"vegetation";"impervious";579.600063513324;FALSE;"Your Place" +"vegetation";"impervious";2.34929770609597;FALSE;"Your Place" +"water";"impervious";0.520896510221064;FALSE;"Your Place" +"water";"vegetation";305.052846225677;FALSE;"Your Place" +"vegetation";"vegetation";15871.8288039416;TRUE;"Your Place" +"water";"vegetation";9.06602155067958;FALSE;"Your Place" +"vegetation";"water";130.823708925163;FALSE;"Your Place" +"vegetation";"water";3.40316503809299;FALSE;"Your Place" +"water";"water";2674.56101862574;TRUE;"Your Place" +"water";"water";18.3448234377429;TRUE;"Your Place" +"vegetation";"impervious";1.86432481519296;FALSE;"Your Place" +"vegetation";"impervious";82.3296754936455;FALSE;"Your Place" +"vegetation";"vegetation";2170.47477048496;TRUE;"Your Place" +"vegetation";"vegetation";186.066716960515;TRUE;"Your Place" +"vegetation";"vegetation";76.1158522050828;TRUE;"Your Place" +"vegetation";"vegetation";1400.08063070104;TRUE;"Your Place" +"vegetation";"vegetation";45.9977826660033;TRUE;"Your Place" +"water";"water";3.82563954009674;TRUE;"Your Place" +"vegetation";"impervious";12.0220213857829;FALSE;"Your Place" +"vegetation";"water";3.67605142341927;FALSE;"Your Place" +"vegetation";"water";312.554206792265;FALSE;"Your Place" +"vegetation";"water";351.099115472607;FALSE;"Your Place" +"water";"water";15356.3837254113;TRUE;"Your Place" +"water";"water";23.4365681586787;TRUE;"Your Place" +"impervious";"water";105.374060322996;FALSE;"Your Place" +"vegetation";"water";2.51702879462391;FALSE;"Your Place" +"impervious";"water";12.7411395767704;FALSE;"Your Place" +"impervious";"water";12.4898646702932;FALSE;"Your Place" +"impervious";"water";0.105392416075119;FALSE;"Your Place" +"water";"water";0.0648558366228826;TRUE;"Your Place" +"vegetation";"vegetation";876.199454269605;TRUE;"Your Place" +"water";"vegetation";116.002308603376;FALSE;"Your Place" +"vegetation";"impervious";8.83848898554425;FALSE;"Your Place" +"vegetation";"impervious";0.00238069401530083;FALSE;"Your Place" +"vegetation";"vegetation";76.5159657672048;TRUE;"Your Place" +"water";"vegetation";102.943354714662;FALSE;"Your Place" +"water";"vegetation";2.31414154311642;FALSE;"Your Place" +"vegetation";"vegetation";372.753023643971;TRUE;"Your Place" +"vegetation";"vegetation";16.5189590165392;TRUE;"Your Place" +"vegetation";"vegetation";311.436752418522;TRUE;"Your Place" +"vegetation";"vegetation";305.098913296082;TRUE;"Your Place" +"vegetation";"vegetation";0.468948842753889;TRUE;"Your Place" +"vegetation";"vegetation";6.84624674916267;TRUE;"Your Place" +"vegetation";"vegetation";12.8130422740942;TRUE;"Your Place" +"water";"vegetation";5.88620744063519;FALSE;"Your Place" +"vegetation";"vegetation";0.542684129439294;TRUE;"Your Place" +"water";"water";1.7614582432434;TRUE;"Your Place" +"vegetation";"water";0.691622669342905;FALSE;"Your Place" +"vegetation";"vegetation";4.11954119883012;TRUE;"Your Place" +"urban";"vegetation";552.313496172079;FALSE;"Your Place" +"water";"vegetation";205.444345051481;FALSE;"Your Place" +"water";"vegetation";2.02122377045453;FALSE;"Your Place" +"impervious";"vegetation";371.095427418128;FALSE;"Your Place" +"impervious";"vegetation";3.79225004895125;FALSE;"Your Place" +"vegetation";"vegetation";0.732845658276347;TRUE;"Your Place" +"water";"water";9.87822498450987;TRUE;"Your Place" +"water";"vegetation";22.1665906655835;FALSE;"Your Place" +"water";"vegetation";2.44172412057378;FALSE;"Your Place" +"vegetation";"vegetation";1.2469041490549;TRUE;"Your Place" +"water";"impervious";275.418222830864;FALSE;"Your Place" +"water";"impervious";1.68528912676265;FALSE;"Your Place" +"impervious";"impervious";4.51595945016015;TRUE;"Your Place" +"impervious";"impervious";1752.52315503964;TRUE;"Your Place" +"vegetation";"impervious";2.14404936810024;FALSE;"Your Place" +"vegetation";"impervious";413.123019691324;FALSE;"Your Place" +"vegetation";"impervious";0.0335242457545064;FALSE;"Your Place" +"vegetation";"impervious";72.723270310089;FALSE;"Your Place" +"impervious";"impervious";76.3587933462113;TRUE;"Your Place" +"vegetation";"impervious";5.55923884670483;FALSE;"Your Place" +"vegetation";"impervious";1062.2136028033;FALSE;"Your Place" +"vegetation";"impervious";23.5779655927327;FALSE;"Your Place" +"vegetation";"vegetation";16.4079942051321;TRUE;"Your Place" +"urban";"vegetation";31.4997175143799;FALSE;"Your Place" +"vegetation";"vegetation";66.2746845278889;TRUE;"Your Place" +"vegetation";"vegetation";47.8233585241251;TRUE;"Your Place" +"vegetation";"vegetation";0.776112183986697;TRUE;"Your Place" +"vegetation";"vegetation";648.388290623669;TRUE;"Your Place" +"vegetation";"vegetation";483.775643380806;TRUE;"Your Place" +"vegetation";"vegetation";14.7045670631342;TRUE;"Your Place" +"vegetation";"vegetation";29.9103321775328;TRUE;"Your Place" +"vegetation";"vegetation";60.1869580114144;TRUE;"Your Place" +"vegetation";"vegetation";844.770288308617;TRUE;"Your Place" +"water";"vegetation";104.398929230636;FALSE;"Your Place" +"vegetation";"impervious";15.7461328972131;FALSE;"Your Place" +"vegetation";"impervious";6.79702938906848;FALSE;"Your Place" +"water";"water";29.8394880369306;TRUE;"Your Place" +"vegetation";"water";198.961645720992;FALSE;"Your Place" +"water";"water";4636.5848290734;TRUE;"Your Place" +"impervious";"water";295.927031683037;FALSE;"Your Place" +"vegetation";"impervious";2.34127123333747;FALSE;"Your Place" +"vegetation";"impervious";0.535833921108861;FALSE;"Your Place" +"water";"water";23.4541164781549;TRUE;"Your Place" +"water";"water";17.113004348008;TRUE;"Your Place" +"water";"vegetation";60.3599374461919;FALSE;"Your Place" +"urban";"vegetation";196.237287274103;FALSE;"Your Place" +"vegetation";"vegetation";51.4922035938362;TRUE;"Your Place" +"vegetation";"vegetation";34.6227393266745;TRUE;"Your Place" +"vegetation";"vegetation";1928.83700631346;TRUE;"Your Place" +"vegetation";"vegetation";24.198071377934;TRUE;"Your Place" +"water";"vegetation";2.9839572191413;FALSE;"Your Place" +"water";"vegetation";4.86282162065618;FALSE;"Your Place" +"water";"water";5.84451287367847;TRUE;"Your Place" +"vegetation";"vegetation";15.9501388366334;TRUE;"Your Place" +"vegetation";"vegetation";2576.96475750796;TRUE;"Your Place" +"urban";"impervious";26.5730122374371;FALSE;"Your Place" +"vegetation";"impervious";304.867161898583;FALSE;"Your Place" +"vegetation";"impervious";5.95117581007071;FALSE;"Your Place" +"water";"vegetation";2.83253642939962;FALSE;"Your Place" +"vegetation";"vegetation";2554.20017090882;TRUE;"Your Place" +"vegetation";"vegetation";83.7561739488738;TRUE;"Your Place" +"vegetation";"vegetation";14316.8013752183;TRUE;"Your Place" +"vegetation";"vegetation";36.1862297939369;TRUE;"Your Place" +"urban";"vegetation";986.584044924821;FALSE;"Your Place" +"water";"vegetation";2.65716958043049;FALSE;"Your Place" +"impervious";"vegetation";1404.52102284972;FALSE;"Your Place" +"vegetation";"vegetation";5775.22530848818;TRUE;"Your Place" +"vegetation";"vegetation";37.9943486824632;TRUE;"Your Place" +"vegetation";"vegetation";3.28394230460981;TRUE;"Your Place" +"vegetation";"vegetation";3190.54687263584;TRUE;"Your Place" +"vegetation";"vegetation";12812.2270435474;TRUE;"Your Place" +"vegetation";"vegetation";2.67816018871963;TRUE;"Your Place" +"vegetation";"impervious";2.1587898331295;FALSE;"Your Place" +"water";"water";1.37035776782432;TRUE;"Your Place" +"water";"water";14.4910983526788;TRUE;"Your Place" +"water";"vegetation";13.5899659806455;FALSE;"Your Place" +"water";"water";1.96133329014992;TRUE;"Your Place" +"vegetation";"impervious";388.926685774408;FALSE;"Your Place" +"water";"vegetation";14.994337836717;FALSE;"Your Place" +"vegetation";"vegetation";6.30951011925936;TRUE;"Your Place" +"impervious";"vegetation";0.36436573183164;FALSE;"Your Place" +"vegetation";"vegetation";13581.7851796141;TRUE;"Your Place" +"vegetation";"vegetation";4967.98535588756;TRUE;"Your Place" +"vegetation";"vegetation";1466.79037847248;TRUE;"Your Place" +"water";"water";144.18579186028;TRUE;"Your Place" +"vegetation";"impervious";6.01225495222025;FALSE;"Your Place" +"vegetation";"vegetation";48.3879379436839;TRUE;"Your Place" +"vegetation";"vegetation";752.242254234559;TRUE;"Your Place" +"impervious";"vegetation";18.4987966424378;FALSE;"Your Place" +"impervious";"vegetation";106.930907098114;FALSE;"Your Place" +"impervious";"vegetation";3753.68871715281;FALSE;"Your Place" +"vegetation";"vegetation";193365.085972415;TRUE;"Your Place" +"vegetation";"vegetation";153730.166920246;TRUE;"Your Place" +"vegetation";"vegetation";179351.115342979;TRUE;"Your Place" +"vegetation";"vegetation";3.76047678280156;TRUE;"Your Place" +"vegetation";"vegetation";1191.4612308614;TRUE;"Your Place" +"impervious";"vegetation";29.5537641451228;FALSE;"Your Place" +"water";"vegetation";28.8229997856542;FALSE;"Your Place" +"vegetation";"vegetation";155.05596497748;TRUE;"Your Place" +"vegetation";"vegetation";315.109130194411;TRUE;"Your Place" +"vegetation";"vegetation";554.058781532571;TRUE;"Your Place" +"vegetation";"vegetation";111.127202682197;TRUE;"Your Place" +"vegetation";"vegetation";22.2655111849308;TRUE;"Your Place" +"water";"vegetation";10.5859270337969;FALSE;"Your Place" +"vegetation";"impervious";10.2561195939779;FALSE;"Your Place" +"vegetation";"impervious";230.835962362587;FALSE;"Your Place" +"vegetation";"vegetation";54.111514078686;TRUE;"Your Place" +"vegetation";"vegetation";6373.11519156425;TRUE;"Your Place" +"vegetation";"vegetation";35998.799106617;TRUE;"Your Place" +"water";"vegetation";17.0056329602376;FALSE;"Your Place" +"water";"vegetation";1.60230221878737;FALSE;"Your Place" +"vegetation";"vegetation";53.6082452055998;TRUE;"Your Place" +"water";"impervious";286.650544338132;FALSE;"Your Place" +"vegetation";"impervious";221.385302376002;FALSE;"Your Place" +"impervious";"impervious";706.376514509553;TRUE;"Your Place" +"vegetation";"impervious";6.45818896684796;FALSE;"Your Place" +"vegetation";"impervious";39.0958061573328;FALSE;"Your Place" +"vegetation";"impervious";2.48153500877379;FALSE;"Your Place" +"impervious";"impervious";23.8857914267574;TRUE;"Your Place" +"impervious";"impervious";0.0156918322318234;TRUE;"Your Place" +"impervious";"impervious";7.29701340312022;TRUE;"Your Place" +"vegetation";"impervious";1443.53559710944;FALSE;"Your Place" +"vegetation";"impervious";4320.94521084893;FALSE;"Your Place" +"vegetation";"impervious";32.2258633109741;FALSE;"Your Place" +"vegetation";"vegetation";166.916195986734;TRUE;"Your Place" +"vegetation";"vegetation";143.145993114449;TRUE;"Your Place" +"water";"vegetation";374.391017151996;FALSE;"Your Place" +"vegetation";"vegetation";63.4725536890328;TRUE;"Your Place" +"vegetation";"vegetation";2268.43599207327;TRUE;"Your Place" +"urban";"impervious";0.301774902734905;FALSE;"Your Place" +"vegetation";"impervious";2354.62149524409;FALSE;"Your Place" +"vegetation";"vegetation";30.3868895416381;TRUE;"Your Place" +"vegetation";"impervious";35.7899764943868;FALSE;"Your Place" +"vegetation";"impervious";66.5127880000509;FALSE;"Your Place" +"vegetation";"impervious";65.2761626869324;FALSE;"Your Place" +"impervious";"impervious";57.8662537601776;TRUE;"Your Place" +"vegetation";"vegetation";611.689788343501;TRUE;"Your Place" +"impervious";"vegetation";47.4085297704441;FALSE;"Your Place" +"impervious";"vegetation";0.582003162940964;FALSE;"Your Place" +"urban";"impervious";1960.56589194349;FALSE;"Your Place" +"impervious";"impervious";41.2504182001576;TRUE;"Your Place" +"impervious";"impervious";8.42458051219;TRUE;"Your Place" +"urban";"impervious";67.608596804901;FALSE;"Your Place" +"vegetation";"impervious";121.537533491864;FALSE;"Your Place" +"impervious";"impervious";91.1512624488678;TRUE;"Your Place" +"impervious";"impervious";432.960625497159;TRUE;"Your Place" +"impervious";"impervious";50.3049585138797;TRUE;"Your Place" +"vegetation";"impervious";25.2199890171178;FALSE;"Your Place" +"urban";"impervious";290.899163669441;FALSE;"Your Place" +"vegetation";"impervious";2.80918355006725;FALSE;"Your Place" +"urban";"impervious";113.347556838766;FALSE;"Your Place" +"impervious";"impervious";145.329891329631;TRUE;"Your Place" +"vegetation";"water";14.4904846223071;FALSE;"Your Place" +"water";"water";6.12168743181974;TRUE;"Your Place" +"urban";"impervious";108.551593501121;FALSE;"Your Place" +"vegetation";"impervious";80.6227535014041;FALSE;"Your Place" +"impervious";"impervious";105.671335410094;TRUE;"Your Place" +"vegetation";"impervious";194.332421147497;FALSE;"Your Place" +"impervious";"impervious";9.16843766072998;TRUE;"Your Place" +"impervious";"impervious";0.25924238884636;TRUE;"Your Place" +"impervious";"impervious";123.43929499248;TRUE;"Your Place" +"impervious";"impervious";0.395794655953068;TRUE;"Your Place" +"urban";"vegetation";1103.35104334634;FALSE;"Your Place" +"urban";"vegetation";53.7928981743753;FALSE;"Your Place" +"urban";"impervious";151.534388708184;FALSE;"Your Place" +"vegetation";"impervious";0.958469805293134;FALSE;"Your Place" +"water";"impervious";0.134802112355828;FALSE;"Your Place" +"water";"impervious";6.68898960156366;FALSE;"Your Place" +"urban";"water";119.937984966702;FALSE;"Your Place" +"water";"water";3.92805202985983;TRUE;"Your Place" +"impervious";"water";0.243360983018647;FALSE;"Your Place" +"water";"water";6297.3078596571;TRUE;"Your Place" +"impervious";"water";185.393815331423;FALSE;"Your Place" +"water";"water";1.4453587308526;TRUE;"Your Place" +"impervious";"water";0.159879092418123;FALSE;"Your Place" +"vegetation";"impervious";123.379968881607;FALSE;"Your Place" +"vegetation";"impervious";75.6735825026408;FALSE;"Your Place" +"vegetation";"impervious";113.291868352444;FALSE;"Your Place" +"impervious";"vegetation";0.845375289442018;FALSE;"Your Place" +"water";"vegetation";48.2849055496044;FALSE;"Your Place" +"impervious";"vegetation";1818.22425125772;FALSE;"Your Place" +"impervious";"vegetation";90.6798501519952;FALSE;"Your Place" +"impervious";"vegetation";1.97753820824437;FALSE;"Your Place" +"urban";"vegetation";2.75766459813167;FALSE;"Your Place" +"urban";"vegetation";158.80147752729;FALSE;"Your Place" +"urban";"vegetation";0.366185192659032;FALSE;"Your Place" +"urban";"vegetation";1.28602513601072;FALSE;"Your Place" +"impervious";"vegetation";0.316103472869145;FALSE;"Your Place" +"impervious";"vegetation";294.194099434084;FALSE;"Your Place" +"impervious";"vegetation";4836.38154852414;FALSE;"Your Place" +"impervious";"vegetation";64.4715866278129;FALSE;"Your Place" +"impervious";"vegetation";0.0659556690807221;FALSE;"Your Place" +"impervious";"vegetation";12.3112614317797;FALSE;"Your Place" +"vegetation";"vegetation";14.0965325962752;TRUE;"Your Place" +"water";"vegetation";4.63545872364193;FALSE;"Your Place" +"impervious";"impervious";17.9321930691367;TRUE;"Your Place" +"vegetation";"impervious";212.197214212036;FALSE;"Your Place" +"impervious";"impervious";0.106192468694644;TRUE;"Your Place" +"impervious";"impervious";229.849873240571;TRUE;"Your Place" +"urban";"vegetation";3.56784359668382;FALSE;"Your Place" +"urban";"vegetation";4259.02480168373;FALSE;"Your Place" +"vegetation";"vegetation";55.9844577359036;TRUE;"Your Place" +"vegetation";"vegetation";1954.05225042999;TRUE;"Your Place" +"urban";"impervious";8.66456384651246;FALSE;"Your Place" +"impervious";"impervious";208.097880543959;TRUE;"Your Place" +"vegetation";"impervious";8.96300109231379;FALSE;"Your Place" +"urban";"impervious";52.2052105018302;FALSE;"Your Place" +"urban";"impervious";35.533494976582;FALSE;"Your Place" +"impervious";"impervious";129.752043501008;TRUE;"Your Place" +"impervious";"impervious";54.201096862671;TRUE;"Your Place" +"impervious";"vegetation";58.2234137816704;FALSE;"Your Place" +"impervious";"vegetation";14.8074567089207;FALSE;"Your Place" +"vegetation";"vegetation";498.569007700309;TRUE;"Your Place" +"vegetation";"vegetation";373.44163607806;TRUE;"Your Place" +"vegetation";"impervious";3688.48380911164;FALSE;"Your Place" +"impervious";"impervious";86.2159471351188;TRUE;"Your Place" +"water";"impervious";842.568719531409;FALSE;"Your Place" +"water";"impervious";413.782534494996;FALSE;"Your Place" +"vegetation";"water";23.6893730699085;FALSE;"Your Place" +"water";"water";20.2521333689801;TRUE;"Your Place" +"urban";"impervious";152.064678964263;FALSE;"Your Place" +"impervious";"impervious";197.065489164554;TRUE;"Your Place" +"vegetation";"water";646.968875775754;FALSE;"Your Place" +"water";"water";2.78126466320828;TRUE;"Your Place" +"impervious";"water";0.528431960236048;FALSE;"Your Place" +"impervious";"water";40.4933668924496;FALSE;"Your Place" +"water";"water";3568.48087841365;TRUE;"Your Place" +"impervious";"water";418.15551226039;FALSE;"Your Place" +"water";"water";35984.2023894973;TRUE;"Your Place" +"water";"water";6.64625351825089;TRUE;"Your Place" +"impervious";"water";0.589929410227342;FALSE;"Your Place" +"vegetation";"water";0.023092248942703;FALSE;"Your Place" +"urban";"vegetation";292.849596873581;FALSE;"Your Place" +"urban";"vegetation";32.7239854382351;FALSE;"Your Place" +"water";"vegetation";121.716628015973;FALSE;"Your Place" +"urban";"impervious";39.3154960291868;FALSE;"Your Place" +"urban";"impervious";56.7229268568917;FALSE;"Your Place" +"impervious";"vegetation";1.40429029957158;FALSE;"Your Place" +"water";"vegetation";467.864568267018;FALSE;"Your Place" +"impervious";"vegetation";5651.14131204132;FALSE;"Your Place" +"impervious";"vegetation";106.801001172353;FALSE;"Your Place" +"water";"vegetation";773.430647518602;FALSE;"Your Place" +"impervious";"vegetation";336.201814310625;FALSE;"Your Place" +"vegetation";"vegetation";0.374874169618124;TRUE;"Your Place" +"urban";"impervious";636.39519923937;FALSE;"Your Place" +"impervious";"impervious";1288.55073112482;TRUE;"Your Place" +"impervious";"impervious";3082.19854458072;TRUE;"Your Place" +"impervious";"impervious";22.9879301658948;TRUE;"Your Place" +"impervious";"impervious";0.363207724705717;TRUE;"Your Place" +"impervious";"impervious";27.7746305403998;TRUE;"Your Place" +"impervious";"impervious";4721.91755609401;TRUE;"Your Place" +"vegetation";"impervious";758.261247677729;FALSE;"Your Place" +"vegetation";"impervious";197.845115976874;FALSE;"Your Place" +"vegetation";"impervious";7.59119284036569;FALSE;"Your Place" +"vegetation";"vegetation";16.8420632826164;TRUE;"Your Place" +"urban";"impervious";2.69059935258701;FALSE;"Your Place" +"impervious";"impervious";0.372683121437149;TRUE;"Your Place" +"impervious";"impervious";3.331340551842;TRUE;"Your Place" +"impervious";"impervious";1053.76581339887;TRUE;"Your Place" +"impervious";"impervious";9.42968916508835;TRUE;"Your Place" +"impervious";"impervious";1.45312737079803;TRUE;"Your Place" +"impervious";"impervious";5.6513580956962;TRUE;"Your Place" +"vegetation";"impervious";4.77422237524297;FALSE;"Your Place" +"vegetation";"impervious";6.29385121719679;FALSE;"Your Place" +"vegetation";"water";4505.53540635575;FALSE;"Your Place" +"vegetation";"water";106.09861143236;FALSE;"Your Place" +"vegetation";"water";30.1122188139707;FALSE;"Your Place" +"water";"water";5040.85086694453;TRUE;"Your Place" +"impervious";"water";32.5634722020477;FALSE;"Your Place" +"vegetation";"vegetation";87.4965466251597;TRUE;"Your Place" +"vegetation";"vegetation";1188.41505671287;TRUE;"Your Place" +"vegetation";"vegetation";1306.11586280074;TRUE;"Your Place" +"vegetation";"vegetation";135.222261497052;TRUE;"Your Place" +"vegetation";"vegetation";5159.61081042947;TRUE;"Your Place" +"impervious";"vegetation";22.5563762247621;FALSE;"Your Place" +"vegetation";"water";14.3501133145764;FALSE;"Your Place" +"urban";"impervious";791.612718429882;FALSE;"Your Place" +"impervious";"impervious";148.86836910015;TRUE;"Your Place" +"vegetation";"impervious";10.9063091888092;FALSE;"Your Place" +"vegetation";"vegetation";5158.0222773283;TRUE;"Your Place" +"impervious";"vegetation";732.52228453476;FALSE;"Your Place" +"vegetation";"vegetation";6.72949859919026;TRUE;"Your Place" +"impervious";"impervious";773.137740418693;TRUE;"Your Place" +"impervious";"impervious";0.0484212007140741;TRUE;"Your Place" +"vegetation";"vegetation";84.2484563728794;TRUE;"Your Place" +"urban";"vegetation";165.936443528917;FALSE;"Your Place" +"vegetation";"water";4.0428629796952;FALSE;"Your Place" +"urban";"impervious";35.5143979118438;FALSE;"Your Place" +"urban";"impervious";35.1233336334117;FALSE;"Your Place" +"impervious";"impervious";0.062356058289879;TRUE;"Your Place" +"impervious";"impervious";98.9146133553004;TRUE;"Your Place" +"vegetation";"impervious";10.1167402126594;FALSE;"Your Place" +"vegetation";"impervious";7.28118182392791;FALSE;"Your Place" +"vegetation";"impervious";2.25213742483174;FALSE;"Your Place" +"vegetation";"vegetation";31.0505220975028;TRUE;"Your Place" +"urban";"vegetation";4.72306906222366;FALSE;"Your Place" +"vegetation";"vegetation";0.402948722243309;TRUE;"Your Place" +"vegetation";"vegetation";1171.25312550133;TRUE;"Your Place" +"vegetation";"vegetation";1.19938320107758;TRUE;"Your Place" +"water";"vegetation";4.83930688491091;FALSE;"Your Place" +"impervious";"vegetation";144.964312879834;FALSE;"Your Place" +"vegetation";"vegetation";204.968147490523;TRUE;"Your Place" +"vegetation";"vegetation";120.698982625734;TRUE;"Your Place" +"water";"vegetation";35.1019781941432;FALSE;"Your Place" +"urban";"impervious";34.1065926780575;FALSE;"Your Place" +"urban";"vegetation";1056.68486620532;FALSE;"Your Place" +"vegetation";"water";255.542451022193;FALSE;"Your Place" +"urban";"vegetation";149.636455975007;FALSE;"Your Place" +"water";"vegetation";81.3228077234235;FALSE;"Your Place" +"vegetation";"vegetation";612.441547133029;TRUE;"Your Place" +"vegetation";"vegetation";510.485919948667;TRUE;"Your Place" +"vegetation";"vegetation";114.798456364806;TRUE;"Your Place" +"vegetation";"vegetation";91.791036187904;TRUE;"Your Place" +"vegetation";"vegetation";16637.3442604165;TRUE;"Your Place" +"vegetation";"impervious";38.1210607879329;FALSE;"Your Place" +"urban";"vegetation";675.354689529864;FALSE;"Your Place" +"vegetation";"vegetation";40.8138150461018;TRUE;"Your Place" +"vegetation";"vegetation";504.928068293317;TRUE;"Your Place" +"vegetation";"vegetation";6236.96815411095;TRUE;"Your Place" +"vegetation";"impervious";37.4999182448387;FALSE;"Your Place" +"urban";"impervious";3.94136377586983;FALSE;"Your Place" +"vegetation";"vegetation";179584.921320579;TRUE;"Your Place" +"vegetation";"vegetation";11.2120437696576;TRUE;"Your Place" +"vegetation";"vegetation";23462.5872632966;TRUE;"Your Place" +"vegetation";"vegetation";12.5678396950316;TRUE;"Your Place" +"urban";"vegetation";7324.50003299816;FALSE;"Your Place" +"vegetation";"impervious";5.35594429646153;FALSE;"Your Place" +"urban";"vegetation";6593.07113085754;FALSE;"Your Place" +"impervious";"vegetation";146.329768845695;FALSE;"Your Place" +"impervious";"vegetation";2281.81085420819;FALSE;"Your Place" +"impervious";"vegetation";3.04822806851007;FALSE;"Your Place" +"impervious";"vegetation";0.787420991196996;FALSE;"Your Place" +"urban";"vegetation";43.8592238209822;FALSE;"Your Place" +"urban";"impervious";1257.11976511673;FALSE;"Your Place" +"vegetation";"impervious";38.210055479547;FALSE;"Your Place" +"urban";"impervious";35.7219273149967;FALSE;"Your Place" +"vegetation";"impervious";323.870758032892;FALSE;"Your Place" +"vegetation";"vegetation";194.584094005637;TRUE;"Your Place" +"vegetation";"vegetation";119.919852687977;TRUE;"Your Place" +"vegetation";"vegetation";843.511977792252;TRUE;"Your Place" +"water";"vegetation";83.8833645507693;FALSE;"Your Place" +"vegetation";"impervious";60.6157270456315;FALSE;"Your Place" +"impervious";"impervious";143.720365266861;TRUE;"Your Place" +"vegetation";"impervious";36.4235800341703;FALSE;"Your Place" +"urban";"water";29.3093870702432;FALSE;"Your Place" +"water";"water";2.2462748317048;TRUE;"Your Place" +"impervious";"vegetation";412.803823508322;FALSE;"Your Place" +"vegetation";"vegetation";77.505992549191;TRUE;"Your Place" +"vegetation";"vegetation";0.238393059989903;TRUE;"Your Place" +"impervious";"vegetation";53.5258446747212;FALSE;"Your Place" +"vegetation";"impervious";33.7398562375165;FALSE;"Your Place" +"vegetation";"impervious";315.795035447605;FALSE;"Your Place" +"impervious";"impervious";0.897832320828456;TRUE;"Your Place" +"urban";"vegetation";27.2218932115939;FALSE;"Your Place" +"vegetation";"impervious";302.006138461089;FALSE;"Your Place" +"vegetation";"impervious";44.6870945514529;FALSE;"Your Place" +"vegetation";"vegetation";1266.90865091141;TRUE;"Your Place" +"vegetation";"vegetation";289949.688919157;TRUE;"Your Place" +"vegetation";"vegetation";102.732746108435;TRUE;"Your Place" +"vegetation";"vegetation";4798.63383354252;TRUE;"Your Place" +"vegetation";"vegetation";5347.10905674845;TRUE;"Your Place" +"impervious";"vegetation";420.131210045365;FALSE;"Your Place" +"vegetation";"impervious";5.54529449320398;FALSE;"Your Place" +"impervious";"impervious";70.5066438540816;TRUE;"Your Place" +"urban";"vegetation";52.0849398495629;FALSE;"Your Place" +"water";"vegetation";29.4138209950179;FALSE;"Your Place" +"urban";"impervious";282.209969554517;FALSE;"Your Place" +"vegetation";"vegetation";654.395424200455;TRUE;"Your Place" +"impervious";"vegetation";1.85798314050771;FALSE;"Your Place" +"vegetation";"vegetation";46.9694865039783;TRUE;"Your Place" +"vegetation";"impervious";23.5888688529376;FALSE;"Your Place" +"vegetation";"impervious";25.8986134783481;FALSE;"Your Place" +"urban";"impervious";55.3530958208721;FALSE;"Your Place" +"vegetation";"impervious";2796.66321692918;FALSE;"Your Place" +"water";"vegetation";171.619241159409;FALSE;"Your Place" +"impervious";"vegetation";1612.67786384188;FALSE;"Your Place" +"vegetation";"vegetation";96.6946536251344;TRUE;"Your Place" +"urban";"vegetation";8.94759561214596;FALSE;"Your Place" +"urban";"vegetation";125.932271439931;FALSE;"Your Place" +"impervious";"vegetation";5995.30904496275;FALSE;"Your Place" +"vegetation";"impervious";3.02269761520438;FALSE;"Your Place" +"impervious";"impervious";4.33545700763352;TRUE;"Your Place" +"vegetation";"impervious";242.352004840854;FALSE;"Your Place" +"urban";"vegetation";1.4154374509817;FALSE;"Your Place" +"urban";"vegetation";19.2693654183531;FALSE;"Your Place" +"impervious";"vegetation";2053.12380982004;FALSE;"Your Place" +"water";"vegetation";437.336665838375;FALSE;"Your Place" +"water";"vegetation";384.068558253697;FALSE;"Your Place" +"water";"vegetation";2.01547923195176;FALSE;"Your Place" +"impervious";"vegetation";12.6063533700071;FALSE;"Your Place" +"urban";"water";0.223385207907995;FALSE;"Your Place" +"water";"water";0.744324027957191;TRUE;"Your Place" +"impervious";"water";59.9281381222827;FALSE;"Your Place" +"water";"water";5424.4607595359;TRUE;"Your Place" +"impervious";"water";236.782519058848;FALSE;"Your Place" +"water";"water";2746.20235645957;TRUE;"Your Place" +"water";"water";8.31084325211123;TRUE;"Your Place" +"impervious";"water";0.353005776461941;FALSE;"Your Place" +"urban";"vegetation";12.7245024555596;FALSE;"Your Place" +"urban";"vegetation";22.4769189358194;FALSE;"Your Place" +"water";"vegetation";61.6198163451627;FALSE;"Your Place" +"impervious";"vegetation";3096.84192043357;FALSE;"Your Place" +"impervious";"vegetation";88.9549557148712;FALSE;"Your Place" +"water";"vegetation";64.9698448243435;FALSE;"Your Place" +"impervious";"vegetation";0.418027148291003;FALSE;"Your Place" +"impervious";"vegetation";3.46470036020037;FALSE;"Your Place" +"urban";"impervious";143.624465534231;FALSE;"Your Place" +"urban";"impervious";149.465879242867;FALSE;"Your Place" +"urban";"impervious";5.66651197196916;FALSE;"Your Place" +"urban";"vegetation";291.573008889332;FALSE;"Your Place" +"urban";"vegetation";7.79551152139902;FALSE;"Your Place" +"impervious";"vegetation";111.664739193046;FALSE;"Your Place" +"impervious";"vegetation";6154.74556341558;FALSE;"Your Place" +"urban";"impervious";470.696920703165;FALSE;"Your Place" +"urban";"impervious";97.6380391763523;FALSE;"Your Place" +"vegetation";"vegetation";1906.01259901012;TRUE;"Your Place" +"vegetation";"vegetation";3929.8973252438;TRUE;"Your Place" +"vegetation";"vegetation";107.555193142034;TRUE;"Your Place" +"vegetation";"vegetation";916.982718666084;TRUE;"Your Place" +"vegetation";"impervious";1505.72267279495;FALSE;"Your Place" +"urban";"impervious";191.105614231899;FALSE;"Your Place" +"vegetation";"impervious";6.34186083974782;FALSE;"Your Place" +"vegetation";"vegetation";24598.8602954829;TRUE;"Your Place" +"vegetation";"vegetation";3399.70166103868;TRUE;"Your Place" +"impervious";"vegetation";4.58976810914464;FALSE;"Your Place" +"vegetation";"impervious";111.076937272097;FALSE;"Your Place" +"vegetation";"impervious";1.54233280866174;FALSE;"Your Place" +"vegetation";"impervious";19.8353964352864;FALSE;"Your Place" +"vegetation";"vegetation";95.247572981054;TRUE;"Your Place" +"water";"vegetation";28.2099377568811;FALSE;"Your Place" +"vegetation";"impervious";0.671907781681512;FALSE;"Your Place" +"vegetation";"impervious";30.9797549585346;FALSE;"Your Place" +"vegetation";"impervious";8.48327826033346;FALSE;"Your Place" +"impervious";"impervious";112.278011703165;TRUE;"Your Place" +"vegetation";"impervious";275.163895404199;FALSE;"Your Place" +"impervious";"impervious";4.48528352752328;TRUE;"Your Place" +"water";"vegetation";19.2034011405194;FALSE;"Your Place" +"urban";"impervious";322.4287246475;FALSE;"Your Place" +"vegetation";"impervious";2.97618647720083;FALSE;"Your Place" +"urban";"impervious";608.779106120413;FALSE;"Your Place" +"urban";"impervious";229.157546057366;FALSE;"Your Place" +"vegetation";"vegetation";0.259731646307046;TRUE;"Your Place" +"water";"vegetation";5.49293636053335;FALSE;"Your Place" +"urban";"vegetation";228.05302404896;FALSE;"Your Place" +"vegetation";"impervious";1.5879114017298;FALSE;"Your Place" +"vegetation";"impervious";82.6148682459607;FALSE;"Your Place" +"water";"vegetation";5.57532891293522;FALSE;"Your Place" +"urban";"impervious";354.249802047387;FALSE;"Your Place" +"urban";"impervious";16.4280293394113;FALSE;"Your Place" +"vegetation";"vegetation";350.357554667629;TRUE;"Your Place" +"water";"vegetation";103.205226237187;FALSE;"Your Place" +"vegetation";"impervious";72.9995157075027;FALSE;"Your Place" +"urban";"impervious";17.2866330196266;FALSE;"Your Place" +"urban";"vegetation";2.5355381310801;FALSE;"Your Place" +"vegetation";"vegetation";1322.53777959081;TRUE;"Your Place" +"vegetation";"vegetation";3.71163932560012;TRUE;"Your Place" +"vegetation";"impervious";80.8355935418513;FALSE;"Your Place" +"vegetation";"impervious";0.420871013775468;FALSE;"Your Place" +"vegetation";"impervious";3.51269759383285;FALSE;"Your Place" +"vegetation";"impervious";34.0438903049799;FALSE;"Your Place" +"impervious";"impervious";46.0025830614613;TRUE;"Your Place" +"vegetation";"impervious";44.098295593576;FALSE;"Your Place" +"vegetation";"vegetation";2.60068686085287;TRUE;"Your Place" +"vegetation";"impervious";0.26763430966821;FALSE;"Your Place" +"vegetation";"impervious";30.0967345382378;FALSE;"Your Place" +"vegetation";"impervious";71.6330742002465;FALSE;"Your Place" +"vegetation";"impervious";43.2495893668383;FALSE;"Your Place" +"urban";"impervious";27.0692501618178;FALSE;"Your Place" +"vegetation";"impervious";5.3624711621087;FALSE;"Your Place" +"vegetation";"vegetation";10.1826024633483;TRUE;"Your Place" +"vegetation";"impervious";38.2396853531827;FALSE;"Your Place" +"vegetation";"impervious";157.623847699142;FALSE;"Your Place" +"vegetation";"impervious";11.877669224923;FALSE;"Your Place" +"vegetation";"impervious";23.0644002052431;FALSE;"Your Place" +"vegetation";"impervious";72.6517983264712;FALSE;"Your Place" +"impervious";"impervious";164.034165578196;TRUE;"Your Place" +"vegetation";"impervious";126.002565863309;FALSE;"Your Place" +"vegetation";"impervious";273.022589506349;FALSE;"Your Place" +"urban";"impervious";44.2543839863501;FALSE;"Your Place" +"urban";"impervious";25.0678659923142;FALSE;"Your Place" +"vegetation";"vegetation";114.954636397772;TRUE;"Your Place" +"water";"vegetation";2.17378163011745;FALSE;"Your Place" +"vegetation";"impervious";1.61623031098861;FALSE;"Your Place" +"urban";"impervious";37.0052576439921;FALSE;"Your Place" +"urban";"impervious";53.5844360277988;FALSE;"Your Place" +"urban";"impervious";41.6395006547682;FALSE;"Your Place" +"urban";"vegetation";2.01378354104236;FALSE;"Your Place" +"vegetation";"impervious";28.3526187771931;FALSE;"Your Place" +"impervious";"impervious";1.22797603346407;TRUE;"Your Place" +"vegetation";"impervious";42.3152985398192;FALSE;"Your Place" +"vegetation";"vegetation";17971.9384662397;TRUE;"Your Place" +"vegetation";"vegetation";67.9517333549447;TRUE;"Your Place" +"vegetation";"vegetation";1019.18704987579;TRUE;"Your Place" +"vegetation";"vegetation";1.94111527130008;TRUE;"Your Place" +"water";"vegetation";0.706309789267834;FALSE;"Your Place" +"urban";"impervious";40.7142816944979;FALSE;"Your Place" +"urban";"impervious";67.3649674592889;FALSE;"Your Place" +"impervious";"vegetation";41.3346245578359;FALSE;"Your Place" +"vegetation";"impervious";89.3621898682395;FALSE;"Your Place" +"water";"impervious";10.5145048740378;FALSE;"Your Place" +"vegetation";"impervious";209.130611006112;FALSE;"Your Place" +"vegetation";"impervious";6.55193281793618;FALSE;"Your Place" +"impervious";"impervious";89.7582758842036;TRUE;"Your Place" +"vegetation";"impervious";106.439744711082;FALSE;"Your Place" +"impervious";"impervious";14.4778731893748;TRUE;"Your Place" +"vegetation";"impervious";345.157685173675;FALSE;"Your Place" +"vegetation";"impervious";1008.34815006255;FALSE;"Your Place" +"water";"impervious";17.2548417467624;FALSE;"Your Place" +"vegetation";"impervious";2.9682573817845;FALSE;"Your Place" +"water";"impervious";0.321821083671239;FALSE;"Your Place" +"impervious";"impervious";60.3978605090815;TRUE;"Your Place" +"vegetation";"impervious";2.92802946383017;FALSE;"Your Place" +"vegetation";"vegetation";8.5264251655899;TRUE;"Your Place" +"vegetation";"vegetation";6.65179908135906;TRUE;"Your Place" +"vegetation";"vegetation";17.5855827139458;TRUE;"Your Place" +"vegetation";"impervious";2.15735265263356;FALSE;"Your Place" +"vegetation";"vegetation";108.023532119114;TRUE;"Your Place" +"vegetation";"impervious";99.179755252786;FALSE;"Your Place" +"urban";"impervious";160.37808409147;FALSE;"Your Place" +"urban";"impervious";3800.26849143277;FALSE;"Your Place" +"vegetation";"vegetation";1.346866897773;TRUE;"Your Place" +"vegetation";"impervious";12.8588857150171;FALSE;"Your Place" +"vegetation";"impervious";2.06767501216382;FALSE;"Your Place" +"vegetation";"vegetation";99.4535234547802;TRUE;"Your Place" +"vegetation";"vegetation";26.6789554121206;TRUE;"Your Place" +"vegetation";"vegetation";23.4419587185694;TRUE;"Your Place" +"impervious";"vegetation";3992.81618312001;FALSE;"Your Place" +"water";"vegetation";880.09972176468;FALSE;"Your Place" +"impervious";"vegetation";1.10376842253754;FALSE;"Your Place" +"impervious";"vegetation";730.520478410268;FALSE;"Your Place" +"vegetation";"vegetation";0.190145890730491;TRUE;"Your Place" +"vegetation";"impervious";49.7047600003425;FALSE;"Your Place" +"vegetation";"impervious";7.69965480966493;FALSE;"Your Place" +"urban";"vegetation";922.652442999184;FALSE;"Your Place" +"urban";"impervious";332.21283293888;FALSE;"Your Place" +"urban";"impervious";16.9551456539662;FALSE;"Your Place" +"vegetation";"vegetation";1.03385489608627;TRUE;"Your Place" +"impervious";"vegetation";48.2577209649608;FALSE;"Your Place" +"impervious";"vegetation";2717.0299285209;FALSE;"Your Place" +"vegetation";"vegetation";1.38614799961215;TRUE;"Your Place" +"vegetation";"vegetation";3.38259079371346;TRUE;"Your Place" +"vegetation";"vegetation";4.08967133855913;TRUE;"Your Place" +"impervious";"vegetation";126.46142027725;FALSE;"Your Place" +"vegetation";"vegetation";44614.1304254317;TRUE;"Your Place" +"vegetation";"vegetation";9.71704748738557;TRUE;"Your Place" +"vegetation";"impervious";146.028671070933;FALSE;"Your Place" +"vegetation";"impervious";208.280182374641;FALSE;"Your Place" +"vegetation";"vegetation";55.1860487421509;TRUE;"Your Place" +"vegetation";"vegetation";4.08337763039162;TRUE;"Your Place" +"water";"vegetation";0.795120609516744;FALSE;"Your Place" +"vegetation";"impervious";521.098342258483;FALSE;"Your Place" +"water";"impervious";0.441434771288186;FALSE;"Your Place" +"urban";"impervious";7.82275168877095;FALSE;"Your Place" +"urban";"impervious";481.395446899347;FALSE;"Your Place" +"vegetation";"impervious";0.55750618071761;FALSE;"Your Place" +"vegetation";"impervious";81.7237310572527;FALSE;"Your Place" +"vegetation";"vegetation";1877.05133241601;TRUE;"Your Place" +"water";"vegetation";1.38501716044266;FALSE;"Your Place" +"vegetation";"vegetation";0.194990905118175;TRUE;"Your Place" +"vegetation";"vegetation";1397.15878887183;TRUE;"Your Place" +"vegetation";"vegetation";2578.35944211663;TRUE;"Your Place" +"vegetation";"impervious";24.9583192482824;FALSE;"Your Place" +"vegetation";"impervious";1.11472271673847;FALSE;"Your Place" +"vegetation";"vegetation";52.1244169259444;TRUE;"Your Place" +"vegetation";"impervious";73.8885820386931;FALSE;"Your Place" +"vegetation";"impervious";877.463808207773;FALSE;"Your Place" +"impervious";"vegetation";43.3489069245406;FALSE;"Your Place" +"impervious";"vegetation";4756.84413697245;FALSE;"Your Place" +"impervious";"vegetation";229.095248159487;FALSE;"Your Place" +"vegetation";"vegetation";13.5540364347398;TRUE;"Your Place" +"water";"vegetation";115.291793121025;FALSE;"Your Place" +"urban";"impervious";7.91705550689312;FALSE;"Your Place" +"urban";"impervious";0.257513861855841;FALSE;"Your Place" +"urban";"impervious";1630.98027054709;FALSE;"Your Place" +"impervious";"impervious";5.26209709676914;TRUE;"Your Place" +"vegetation";"vegetation";4370.71199146379;TRUE;"Your Place" +"vegetation";"vegetation";2982.40051777288;TRUE;"Your Place" +"vegetation";"impervious";30.0300986125076;FALSE;"Your Place" +"urban";"impervious";170.750757690985;FALSE;"Your Place" +"urban";"impervious";110.197134467091;FALSE;"Your Place" +"urban";"impervious";2.99119467753917;FALSE;"Your Place" +"vegetation";"vegetation";113.297158027533;TRUE;"Your Place" +"water";"vegetation";255.474870555685;FALSE;"Your Place" +"urban";"impervious";17.9529791176319;FALSE;"Your Place" +"impervious";"impervious";208.852032303112;TRUE;"Your Place" +"vegetation";"vegetation";1997.49285165407;TRUE;"Your Place" +"water";"vegetation";68.8070171034196;FALSE;"Your Place" +"water";"vegetation";19.7897143936716;FALSE;"Your Place" +"urban";"impervious";572.733319800347;FALSE;"Your Place" +"urban";"impervious";1311.60072726023;FALSE;"Your Place" +"vegetation";"vegetation";34.2199139641598;TRUE;"Your Place" +"water";"vegetation";366.75342815998;FALSE;"Your Place" +"water";"vegetation";1.94790316838771;FALSE;"Your Place" +"urban";"impervious";774.049170263112;FALSE;"Your Place" +"vegetation";"impervious";294.296163124032;FALSE;"Your Place" +"urban";"vegetation";1033.224638924;FALSE;"Your Place" +"urban";"vegetation";73.9661882416112;FALSE;"Your Place" +"vegetation";"vegetation";2335.46166045318;TRUE;"Your Place" +"vegetation";"vegetation";3.68436752865091;TRUE;"Your Place" +"vegetation";"water";1.72986230906099;FALSE;"Your Place" +"water";"water";89.0032547013834;TRUE;"Your Place" +"vegetation";"vegetation";4.6056730330456;TRUE;"Your Place" +"water";"vegetation";0.193026315653697;FALSE;"Your Place" +"vegetation";"vegetation";6.62021940015256;TRUE;"Your Place" +"water";"vegetation";110.630638619885;FALSE;"Your Place" +"vegetation";"vegetation";1.44739573003608;TRUE;"Your Place" +"urban";"impervious";891.06202236563;FALSE;"Your Place" +"water";"water";3375.60648248822;TRUE;"Your Place" +"impervious";"water";3.28693869221024;FALSE;"Your Place" +"impervious";"water";122.520079100941;FALSE;"Your Place" +"vegetation";"impervious";2336.89240168128;FALSE;"Your Place" +"water";"impervious";48.8628552609589;FALSE;"Your Place" +"vegetation";"impervious";0.0579701361712068;FALSE;"Your Place" +"impervious";"vegetation";50.6148112351075;FALSE;"Your Place" +"water";"vegetation";357.611663202406;FALSE;"Your Place" +"impervious";"vegetation";1658.74992464157;FALSE;"Your Place" +"water";"vegetation";14.9518466582522;FALSE;"Your Place" +"impervious";"vegetation";245.566156557412;FALSE;"Your Place" +"urban";"impervious";20.7920011032838;FALSE;"Your Place" +"urban";"impervious";0.218688090761134;FALSE;"Your Place" +"water";"impervious";75.0934813626227;FALSE;"Your Place" +"impervious";"impervious";19.2055768375285;TRUE;"Your Place" +"impervious";"impervious";9.68966958881356;TRUE;"Your Place" +"impervious";"impervious";1938.48976523301;TRUE;"Your Place" +"impervious";"impervious";20.0126773597221;TRUE;"Your Place" +"urban";"impervious";42.8011985820485;FALSE;"Your Place" +"urban";"impervious";0.362537426204653;FALSE;"Your Place" +"water";"impervious";22.6720407426474;FALSE;"Your Place" +"impervious";"impervious";69.8812509964919;TRUE;"Your Place" +"impervious";"impervious";7.47206534443831;TRUE;"Your Place" +"impervious";"impervious";1327.31752572954;TRUE;"Your Place" +"urban";"impervious";13.7913423599675;FALSE;"Your Place" +"urban";"impervious";37.4795709550381;FALSE;"Your Place" +"impervious";"impervious";297.266195860459;TRUE;"Your Place" +"vegetation";"water";17.9927632529289;FALSE;"Your Place" +"water";"water";53.8090145243332;TRUE;"Your Place" +"water";"water";0.435135445324704;TRUE;"Your Place" +"impervious";"vegetation";58.5567878102884;FALSE;"Your Place" +"water";"vegetation";29.6275895622093;FALSE;"Your Place" +"water";"vegetation";2.9332257801434;FALSE;"Your Place" +"impervious";"vegetation";38.0962037642021;FALSE;"Your Place" +"water";"vegetation";0.875311546726152;FALSE;"Your Place" +"impervious";"impervious";26.9562982899661;TRUE;"Your Place" +"impervious";"impervious";25.0142868552357;TRUE;"Your Place" +"impervious";"vegetation";121.011912043206;FALSE;"Your Place" +"impervious";"vegetation";1.72345526376739;FALSE;"Your Place" +"impervious";"water";35.823594879359;FALSE;"Your Place" +"water";"water";45.1250941483304;TRUE;"Your Place" +"impervious";"vegetation";35.5208231469151;FALSE;"Your Place" +"impervious";"vegetation";1236.06571820462;FALSE;"Your Place" +"impervious";"impervious";69.2126704684924;TRUE;"Your Place" +"impervious";"impervious";119.941534286831;TRUE;"Your Place" +"impervious";"impervious";408.020820172969;TRUE;"Your Place" +"impervious";"impervious";2.07197009539232;TRUE;"Your Place" +"impervious";"vegetation";2.7365588597022;FALSE;"Your Place" +"water";"vegetation";144.933593502734;FALSE;"Your Place" +"impervious";"vegetation";566.209806933999;FALSE;"Your Place" +"water";"vegetation";96.362588478718;FALSE;"Your Place" +"impervious";"vegetation";3.78239952214062;FALSE;"Your Place" +"impervious";"vegetation";2.80557979736477;FALSE;"Your Place" +"vegetation";"vegetation";555.541047632229;TRUE;"Your Place" +"impervious";"impervious";26.4306689503719;TRUE;"Your Place" +"impervious";"vegetation";14.3223281861283;FALSE;"Your Place" +"impervious";"impervious";22.3734717840562;TRUE;"Your Place" +"impervious";"impervious";1036.19436457753;TRUE;"Your Place" +"urban";"impervious";813.896992920636;FALSE;"Your Place" +"urban";"impervious";0.392875398116303;FALSE;"Your Place" +"impervious";"impervious";156.752648605383;TRUE;"Your Place" +"impervious";"impervious";2.35542910150252;TRUE;"Your Place" +"urban";"impervious";167.903309177578;FALSE;"Your Place" +"urban";"impervious";5.55945065902779;FALSE;"Your Place" +"impervious";"impervious";14.7698478863749;TRUE;"Your Place" +"vegetation";"impervious";391.617047026753;FALSE;"Your Place" +"impervious";"impervious";1.80786305019865;TRUE;"Your Place" +"impervious";"impervious";24.2649077153183;TRUE;"Your Place" +"impervious";"impervious";15.2947231165599;TRUE;"Your Place" +"impervious";"impervious";2575.86951850832;TRUE;"Your Place" +"urban";"vegetation";768.445096580312;FALSE;"Your Place" +"urban";"impervious";14.6767446289887;FALSE;"Your Place" +"urban";"impervious";16.5681131760357;FALSE;"Your Place" +"impervious";"impervious";181.062384999823;TRUE;"Your Place" +"impervious";"impervious";15.3399165585288;TRUE;"Your Place" +"urban";"impervious";1.82461087801494;FALSE;"Your Place" +"impervious";"impervious";345.430186490994;TRUE;"Your Place" +"impervious";"impervious";4.31941416917834;TRUE;"Your Place" +"vegetation";"vegetation";199.441095456306;TRUE;"Your Place" +"impervious";"impervious";452.171846752404;TRUE;"Your Place" +"urban";"impervious";1.02154525701917;FALSE;"Your Place" +"impervious";"impervious";807.723524083762;TRUE;"Your Place" +"impervious";"water";156.012417823542;FALSE;"Your Place" +"impervious";"water";1.00893060374074;FALSE;"Your Place" +"urban";"impervious";16.0314153432846;FALSE;"Your Place" +"impervious";"impervious";361.155390696134;TRUE;"Your Place" +"impervious";"impervious";0.179395734332502;TRUE;"Your Place" +"vegetation";"vegetation";623.157095178496;TRUE;"Your Place" +"vegetation";"impervious";138.841133405745;FALSE;"Your Place" +"vegetation";"impervious";9.05227356497198;FALSE;"Your Place" +"vegetation";"vegetation";3.35298830829561;TRUE;"Your Place" +"vegetation";"vegetation";2184.39860952273;TRUE;"Your Place" +"vegetation";"vegetation";14.4957854608074;TRUE;"Your Place" +"vegetation";"vegetation";1979.92123845499;TRUE;"Your Place" +"urban";"impervious";26.4270367082208;FALSE;"Your Place" +"urban";"impervious";578.72848652862;FALSE;"Your Place" +"urban";"impervious";22.7564009116031;FALSE;"Your Place" +"vegetation";"impervious";32.1365229671937;FALSE;"Your Place" +"impervious";"water";20.787016870454;FALSE;"Your Place" +"vegetation";"vegetation";588.865438310792;TRUE;"Your Place" +"vegetation";"vegetation";86.1194150042284;TRUE;"Your Place" +"vegetation";"vegetation";2590.76745615387;TRUE;"Your Place" +"vegetation";"vegetation";491.421775543509;TRUE;"Your Place" +"vegetation";"impervious";60.4498698549141;FALSE;"Your Place" +"urban";"vegetation";945.25044326717;FALSE;"Your Place" +"urban";"vegetation";0.414856732648332;FALSE;"Your Place" +"urban";"vegetation";99.8738569971756;FALSE;"Your Place" +"urban";"vegetation";41.6579527381546;FALSE;"Your Place" +"impervious";"vegetation";1860.81277215946;FALSE;"Your Place" +"impervious";"vegetation";7.26465550011199;FALSE;"Your Place" +"urban";"impervious";72.2180140197743;FALSE;"Your Place" +"urban";"vegetation";282.661888815463;FALSE;"Your Place" +"urban";"vegetation";1941.89174040314;FALSE;"Your Place" +"urban";"impervious";53.7977678440511;FALSE;"Your Place" +"urban";"impervious";0.00439555308616946;FALSE;"Your Place" +"urban";"impervious";268.816152032574;FALSE;"Your Place" +"urban";"impervious";19.7384954189183;FALSE;"Your Place" +"vegetation";"impervious";150.640643011546;FALSE;"Your Place" +"vegetation";"impervious";148.203441827907;FALSE;"Your Place" +"urban";"impervious";29.1044473273068;FALSE;"Your Place" +"urban";"impervious";14.8214432448149;FALSE;"Your Place" +"impervious";"impervious";2658.85378911719;TRUE;"Your Place" +"water";"impervious";16.5045907849999;FALSE;"Your Place" +"impervious";"impervious";16.9728298468981;TRUE;"Your Place" +"water";"impervious";0.0995497997773782;FALSE;"Your Place" +"urban";"impervious";42.6932209432125;FALSE;"Your Place" +"urban";"impervious";0.127086474269163;FALSE;"Your Place" +"urban";"impervious";389.271002039779;FALSE;"Your Place" +"urban";"impervious";20.465068058882;FALSE;"Your Place" +"urban";"impervious";14.2439256411744;FALSE;"Your Place" +"urban";"vegetation";42.3634423092008;FALSE;"Your Place" +"impervious";"water";211.006396099338;FALSE;"Your Place" +"water";"water";6294.29218320176;TRUE;"Your Place" +"water";"water";28.6130738761276;TRUE;"Your Place" +"urban";"vegetation";753.849487194326;FALSE;"Your Place" +"urban";"vegetation";20.2794618093176;FALSE;"Your Place" +"vegetation";"vegetation";891.491468152813;TRUE;"Your Place" +"vegetation";"vegetation";33.4718638505947;TRUE;"Your Place" +"urban";"impervious";6.21658284406294;FALSE;"Your Place" +"vegetation";"vegetation";14.5801312834956;TRUE;"Your Place" +"vegetation";"vegetation";1652.21218481427;TRUE;"Your Place" +"vegetation";"impervious";3.8567458151374;FALSE;"Your Place" +"vegetation";"impervious";113.882201981032;FALSE;"Your Place" +"urban";"impervious";1946.57311118429;FALSE;"Your Place" +"urban";"impervious";3.19410993422571;FALSE;"Your Place" +"urban";"impervious";0.154928407806437;FALSE;"Your Place" +"impervious";"impervious";58.7414773709606;TRUE;"Your Place" +"impervious";"impervious";15.4163796904031;TRUE;"Your Place" +"urban";"vegetation";1107.24770403432;FALSE;"Your Place" +"vegetation";"vegetation";1514.36445504171;TRUE;"Your Place" +"urban";"impervious";19.5473325994681;FALSE;"Your Place" +"urban";"impervious";19.0325889517553;FALSE;"Your Place" +"urban";"impervious";3.16585864392255;FALSE;"Your Place" +"impervious";"impervious";0.808834497001953;TRUE;"Your Place" +"impervious";"impervious";4139.98970088561;TRUE;"Your Place" +"urban";"impervious";382.285422277637;FALSE;"Your Place" +"vegetation";"impervious";28.5614573461935;FALSE;"Your Place" +"urban";"vegetation";319.490358587354;FALSE;"Your Place" +"vegetation";"vegetation";1777.42011601158;TRUE;"Your Place" +"water";"vegetation";496.718412501468;FALSE;"Your Place" +"vegetation";"impervious";166.402712083422;FALSE;"Your Place" +"vegetation";"impervious";1.62240806547925;FALSE;"Your Place" +"urban";"vegetation";7.2291983832838;FALSE;"Your Place" +"vegetation";"vegetation";379.635906924465;TRUE;"Your Place" +"urban";"vegetation";5521.48760726303;FALSE;"Your Place" +"vegetation";"vegetation";4380.93708841875;TRUE;"Your Place" +"impervious";"vegetation";43.6716510769911;FALSE;"Your Place" +"urban";"impervious";0.341789317200892;FALSE;"Your Place" +"urban";"impervious";18.38029198203;FALSE;"Your Place" +"impervious";"impervious";2115.70973272796;TRUE;"Your Place" +"vegetation";"vegetation";13.4583889939822;TRUE;"Your Place" +"water";"vegetation";7.95065480295807;FALSE;"Your Place" +"urban";"vegetation";1029.31790730357;FALSE;"Your Place" +"vegetation";"vegetation";1112.3984164974;TRUE;"Your Place" +"vegetation";"water";38.3979755218643;FALSE;"Your Place" +"water";"water";5431.75486268988;TRUE;"Your Place" +"vegetation";"water";129.841812498984;FALSE;"Your Place" +"vegetation";"impervious";35.8263651607558;FALSE;"Your Place" +"vegetation";"vegetation";18.5876894746907;TRUE;"Your Place" +"water";"vegetation";155.92898556916;FALSE;"Your Place" +"vegetation";"vegetation";64.6921021206654;TRUE;"Your Place" +"water";"vegetation";401.556958310772;FALSE;"Your Place" +"urban";"impervious";15.984203170985;FALSE;"Your Place" +"urban";"impervious";2.57671336524072;FALSE;"Your Place" +"impervious";"impervious";152.969414100982;TRUE;"Your Place" +"impervious";"impervious";3.51292099404964;TRUE;"Your Place" +"vegetation";"vegetation";155.646098453319;TRUE;"Your Place" +"urban";"impervious";502.860328955576;FALSE;"Your Place" +"vegetation";"impervious";55.6778263538145;FALSE;"Your Place" +"vegetation";"impervious";11.4369759638794;FALSE;"Your Place" +"urban";"vegetation";598.217516264442;FALSE;"Your Place" +"urban";"impervious";7.38824148557615;FALSE;"Your Place" +"urban";"impervious";7.74301826593;FALSE;"Your Place" +"impervious";"impervious";144.742115497298;TRUE;"Your Place" +"impervious";"impervious";7.24761314982607;TRUE;"Your Place" +"impervious";"impervious";9.60441777823871;TRUE;"Your Place" +"impervious";"vegetation";201.763762845416;FALSE;"Your Place" +"urban";"impervious";595.995970181655;FALSE;"Your Place" +"urban";"impervious";259.226078742649;FALSE;"Your Place" +"impervious";"impervious";0.881900237873197;TRUE;"Your Place" +"impervious";"impervious";5134.30566678941;TRUE;"Your Place" +"vegetation";"vegetation";154.535592918284;TRUE;"Your Place" +"vegetation";"vegetation";6666.18914175406;TRUE;"Your Place" +"vegetation";"vegetation";33.6885209372267;TRUE;"Your Place" +"vegetation";"vegetation";12.0896612820798;TRUE;"Your Place" +"urban";"impervious";651.97270520078;FALSE;"Your Place" +"impervious";"impervious";0.398867358686402;TRUE;"Your Place" +"vegetation";"impervious";157.440686587943;FALSE;"Your Place" +"vegetation";"vegetation";29.4184624747286;TRUE;"Your Place" +"water";"vegetation";28.3700441974215;FALSE;"Your Place" +"urban";"vegetation";4227.5348317679;FALSE;"Your Place" +"impervious";"vegetation";21.9033273337409;FALSE;"Your Place" +"urban";"impervious";1370.15014093556;FALSE;"Your Place" +"urban";"impervious";55.1704057335155;FALSE;"Your Place" +"vegetation";"impervious";54.7309501522686;FALSE;"Your Place" +"vegetation";"impervious";4.9662232035771;FALSE;"Your Place" +"vegetation";"impervious";1.5166592116002;FALSE;"Your Place" +"vegetation";"impervious";63.3694515156094;FALSE;"Your Place" +"vegetation";"vegetation";157.048850718886;TRUE;"Your Place" +"vegetation";"vegetation";12.6195873031393;TRUE;"Your Place" +"urban";"impervious";0.808365869801491;FALSE;"Your Place" +"urban";"impervious";1.27421663200948;FALSE;"Your Place" +"urban";"impervious";107.693316648714;FALSE;"Your Place" +"urban";"impervious";67.3944237052929;FALSE;"Your Place" +"urban";"impervious";9.68561846003286;FALSE;"Your Place" +"impervious";"impervious";136.034234352366;TRUE;"Your Place" +"water";"vegetation";37.1849715532735;FALSE;"Your Place" +"vegetation";"impervious";94.4504414037801;FALSE;"Your Place" +"vegetation";"impervious";100.989574392792;FALSE;"Your Place" +"urban";"vegetation";3970.41113217408;FALSE;"Your Place" +"vegetation";"vegetation";9.08080992568284;TRUE;"Your Place" +"vegetation";"impervious";89.6091942065686;FALSE;"Your Place" +"vegetation";"impervious";0.101102209679084;FALSE;"Your Place" +"vegetation";"impervious";3.39290394156706;FALSE;"Your Place" +"vegetation";"impervious";30.0396430996479;FALSE;"Your Place" +"vegetation";"vegetation";8.11965303251054;TRUE;"Your Place" +"vegetation";"vegetation";327.392450032057;TRUE;"Your Place" +"vegetation";"vegetation";44.3698408296332;TRUE;"Your Place" +"vegetation";"vegetation";1544.34122955799;TRUE;"Your Place" +"vegetation";"vegetation";1488.34598218044;TRUE;"Your Place" +"urban";"impervious";92.7992867836729;FALSE;"Your Place" +"impervious";"impervious";3.69162031053565;TRUE;"Your Place" +"water";"water";76.1811671119649;TRUE;"Your Place" +"vegetation";"impervious";198.994352037087;FALSE;"Your Place" +"urban";"vegetation";7598.92791063385;FALSE;"Your Place" +"vegetation";"vegetation";4374.31133042206;TRUE;"Your Place" +"impervious";"vegetation";256.346537290141;FALSE;"Your Place" +"vegetation";"impervious";0.992460240842775;FALSE;"Your Place" +"vegetation";"impervious";1.52567323565017;FALSE;"Your Place" +"urban";"impervious";112.749787121546;FALSE;"Your Place" +"vegetation";"impervious";17.668183773756;FALSE;"Your Place" +"impervious";"impervious";7.71018413006095;TRUE;"Your Place" +"urban";"vegetation";472.369064828847;FALSE;"Your Place" +"vegetation";"vegetation";4978.04134485999;TRUE;"Your Place" +"water";"vegetation";336.471984647564;FALSE;"Your Place" +"water";"water";23.1849459700752;TRUE;"Your Place" +"urban";"vegetation";0.162601370160701;FALSE;"Your Place" +"vegetation";"vegetation";13.0210159680282;TRUE;"Your Place" +"water";"vegetation";4.85041824448854;FALSE;"Your Place" +"impervious";"impervious";10.9624839994358;TRUE;"Your Place" +"vegetation";"vegetation";1082.06742127657;TRUE;"Your Place" +"urban";"impervious";98.2208400539821;FALSE;"Your Place" +"vegetation";"vegetation";64.0964781777002;TRUE;"Your Place" +"vegetation";"vegetation";54.3622746872716;TRUE;"Your Place" +"vegetation";"vegetation";1091.15222688299;TRUE;"Your Place" +"vegetation";"vegetation";5366.00066791824;TRUE;"Your Place" +"vegetation";"vegetation";1.98951027123258;TRUE;"Your Place" +"urban";"vegetation";41.2030368157139;FALSE;"Your Place" +"urban";"vegetation";3177.61753654107;FALSE;"Your Place" +"impervious";"vegetation";21.3917750955006;FALSE;"Your Place" +"water";"vegetation";0.0125064451713115;FALSE;"Your Place" +"water";"vegetation";17.4247517576441;FALSE;"Your Place" +"water";"vegetation";3.64871712910826;FALSE;"Your Place" +"vegetation";"vegetation";9359.98337660637;TRUE;"Your Place" +"water";"vegetation";209.84871713549;FALSE;"Your Place" +"urban";"impervious";663.299774355575;FALSE;"Your Place" +"vegetation";"impervious";14.3985837586224;FALSE;"Your Place" +"vegetation";"impervious";43.7573316665948;FALSE;"Your Place" +"urban";"water";701.310066086124;FALSE;"Your Place" +"impervious";"water";0.0717034014814999;FALSE;"Your Place" +"water";"water";37.1842067640682;TRUE;"Your Place" +"water";"water";5877.46117013693;TRUE;"Your Place" +"water";"water";1602.21477135224;TRUE;"Your Place" +"vegetation";"water";1929.59095348945;FALSE;"Your Place" +"water";"water";89929.1457398661;TRUE;"Your Place" +"vegetation";"water";567.081101716962;FALSE;"Your Place" +"water";"water";3.30623284514877;TRUE;"Your Place" +"vegetation";"water";0.686335121921729;FALSE;"Your Place" +"vegetation";"impervious";60.9456230215897;FALSE;"Your Place" +"vegetation";"impervious";136.409450009232;FALSE;"Your Place" +"urban";"impervious";106.937847742181;FALSE;"Your Place" +"vegetation";"impervious";842.679014899419;FALSE;"Your Place" +"vegetation";"vegetation";381.987140913494;TRUE;"Your Place" +"urban";"vegetation";791.564804057125;FALSE;"Your Place" +"vegetation";"vegetation";4.48185540083796;TRUE;"Your Place" +"vegetation";"impervious";15.5121067507425;FALSE;"Your Place" +"vegetation";"impervious";8.68088324624114;FALSE;"Your Place" +"urban";"impervious";6.55753039661795;FALSE;"Your Place" +"vegetation";"impervious";217.873159380397;FALSE;"Your Place" +"urban";"vegetation";259.337052172981;FALSE;"Your Place" +"vegetation";"vegetation";1229.35488531739;TRUE;"Your Place" +"vegetation";"vegetation";1511.58986387268;TRUE;"Your Place" +"vegetation";"impervious";28.1478375792503;FALSE;"Your Place" +"vegetation";"impervious";727.914016324678;FALSE;"Your Place" +"vegetation";"impervious";45.2194112504949;FALSE;"Your Place" +"urban";"impervious";192.805773822591;FALSE;"Your Place" +"vegetation";"impervious";15.7189646254992;FALSE;"Your Place" +"vegetation";"impervious";0.00413540296722203;FALSE;"Your Place" +"vegetation";"impervious";91.9491351717152;FALSE;"Your Place" +"vegetation";"impervious";248.909467311809;FALSE;"Your Place" +"urban";"vegetation";1.75299300765619;FALSE;"Your Place" +"vegetation";"impervious";64.7650661715306;FALSE;"Your Place" +"vegetation";"impervious";24.9455063827336;FALSE;"Your Place" +"vegetation";"vegetation";30.3913559099892;TRUE;"Your Place" +"vegetation";"vegetation";690.772869453591;TRUE;"Your Place" +"vegetation";"vegetation";44100.6433206113;TRUE;"Your Place" +"water";"vegetation";1952.85351797834;FALSE;"Your Place" +"impervious";"vegetation";11.3550127802882;FALSE;"Your Place" +"vegetation";"vegetation";65.8336030799692;TRUE;"Your Place" +"vegetation";"vegetation";350.028975953348;TRUE;"Your Place" +"vegetation";"vegetation";24189.0465919501;TRUE;"Your Place" +"vegetation";"vegetation";116.339375095093;TRUE;"Your Place" +"vegetation";"vegetation";2.23751820337202;TRUE;"Your Place" +"vegetation";"water";280.80335297385;FALSE;"Your Place" +"water";"water";37614.4530074759;TRUE;"Your Place" +"vegetation";"impervious";45.4200784993009;FALSE;"Your Place" +"urban";"impervious";618.908882941887;FALSE;"Your Place" +"urban";"impervious";25.0451547364355;FALSE;"Your Place" +"impervious";"impervious";622.127252458129;TRUE;"Your Place" +"urban";"impervious";262.96113885846;FALSE;"Your Place" +"urban";"impervious";1200.24586860128;FALSE;"Your Place" +"water";"vegetation";13.5962339011139;FALSE;"Your Place" +"vegetation";"vegetation";179.298082515714;TRUE;"Your Place" +"urban";"impervious";36.0378927062848;FALSE;"Your Place" +"water";"vegetation";1.66073560678342;FALSE;"Your Place" +"water";"vegetation";204.161267280811;FALSE;"Your Place" +"urban";"water";1756.88371380698;FALSE;"Your Place" +"vegetation";"impervious";34.27137613995;FALSE;"Your Place" +"urban";"impervious";601.980177899939;FALSE;"Your Place" +"vegetation";"impervious";122.679330120242;FALSE;"Your Place" +"urban";"impervious";78.9172611869872;FALSE;"Your Place" +"vegetation";"impervious";507.215731476084;FALSE;"Your Place" +"impervious";"vegetation";17.6592871164903;FALSE;"Your Place" +"vegetation";"vegetation";2033.0008926373;TRUE;"Your Place" +"impervious";"impervious";295.509047912434;TRUE;"Your Place" +"vegetation";"impervious";105.235888290532;FALSE;"Your Place" +"vegetation";"impervious";24.6852837409388;FALSE;"Your Place" +"urban";"vegetation";46.2127490912098;FALSE;"Your Place" +"impervious";"vegetation";337.679727105424;FALSE;"Your Place" +"vegetation";"vegetation";100.527734864503;TRUE;"Your Place" +"impervious";"impervious";6.86061471817084;TRUE;"Your Place" +"vegetation";"impervious";165.285543130711;FALSE;"Your Place" +"urban";"impervious";105.716833882791;FALSE;"Your Place" +"vegetation";"vegetation";10.7628933042288;TRUE;"Your Place" +"vegetation";"vegetation";274.786749548279;TRUE;"Your Place" +"impervious";"impervious";3.40282877208665;TRUE;"Your Place" +"vegetation";"impervious";58.5575824151747;FALSE;"Your Place" +"impervious";"impervious";6817.1595031945;TRUE;"Your Place" +"impervious";"impervious";81.0610602423292;TRUE;"Your Place" +"impervious";"impervious";7.23198697100452;TRUE;"Your Place" +"impervious";"impervious";150.048817504161;TRUE;"Your Place" +"impervious";"vegetation";210.364515606314;FALSE;"Your Place" +"vegetation";"vegetation";29.3575017312542;TRUE;"Your Place" +"urban";"impervious";526.26795075438;FALSE;"Your Place" +"vegetation";"water";185.841762380187;FALSE;"Your Place" +"water";"water";49.7867336809286;TRUE;"Your Place" +"impervious";"impervious";0.0453184312063968;TRUE;"Your Place" +"vegetation";"impervious";117.727380797267;FALSE;"Your Place" +"vegetation";"impervious";26.452818850521;FALSE;"Your Place" +"urban";"vegetation";1334.44571673125;FALSE;"Your Place" +"vegetation";"vegetation";5024.62972753239;TRUE;"Your Place" +"vegetation";"impervious";28.8694977681153;FALSE;"Your Place" +"water";"vegetation";34.1194995868718;FALSE;"Your Place" +"vegetation";"vegetation";209.353087123483;TRUE;"Your Place" +"vegetation";"vegetation";11452.4235291835;TRUE;"Your Place" +"vegetation";"impervious";50.7045600810088;FALSE;"Your Place" +"vegetation";"impervious";2.31016983184963;FALSE;"Your Place" +"vegetation";"impervious";26.0586174437776;FALSE;"Your Place" +"vegetation";"vegetation";1395.39256711164;TRUE;"Your Place" +"vegetation";"vegetation";6.43471325305291;TRUE;"Your Place" +"vegetation";"vegetation";65.5896190074272;TRUE;"Your Place" +"vegetation";"vegetation";1203.87214217521;TRUE;"Your Place" +"vegetation";"vegetation";13702.9243170405;TRUE;"Your Place" +"water";"vegetation";86.6293668774233;FALSE;"Your Place" +"impervious";"impervious";2.84534079988953;TRUE;"Your Place" +"vegetation";"impervious";676.703413242649;FALSE;"Your Place" +"vegetation";"impervious";0.133489154744893;FALSE;"Your Place" +"impervious";"impervious";6.49374020751566;TRUE;"Your Place" +"vegetation";"impervious";44.8733720486052;FALSE;"Your Place" +"impervious";"vegetation";1.40891355328495;FALSE;"Your Place" +"vegetation";"vegetation";20.9115343136946;TRUE;"Your Place" +"impervious";"vegetation";4.95469817053527;FALSE;"Your Place" +"vegetation";"vegetation";23620.5294430964;TRUE;"Your Place" +"water";"vegetation";20.8392665603897;FALSE;"Your Place" +"urban";"impervious";95.4785901894793;FALSE;"Your Place" +"urban";"impervious";8.60327477799729;FALSE;"Your Place" +"impervious";"impervious";102.642334808363;TRUE;"Your Place" +"vegetation";"vegetation";6980.87769773381;TRUE;"Your Place" +"water";"vegetation";25.3024593823197;FALSE;"Your Place" +"vegetation";"vegetation";289.957125123125;TRUE;"Your Place" +"impervious";"vegetation";11.9775590284553;FALSE;"Your Place" +"impervious";"vegetation";1.98283995944075;FALSE;"Your Place" +"impervious";"vegetation";3385.86082131759;FALSE;"Your Place" +"vegetation";"impervious";22.3989610755816;FALSE;"Your Place" +"vegetation";"impervious";70.3232022505254;FALSE;"Your Place" +"vegetation";"vegetation";2084.93089336123;TRUE;"Your Place" +"impervious";"impervious";112.106148593593;TRUE;"Your Place" +"impervious";"impervious";3.71346390494728;TRUE;"Your Place" +"vegetation";"impervious";103.087297362741;FALSE;"Your Place" +"vegetation";"impervious";7.00568917265628;FALSE;"Your Place" +"impervious";"impervious";200.578840806033;TRUE;"Your Place" +"vegetation";"impervious";33.9757312221918;FALSE;"Your Place" +"water";"vegetation";3.60329955258931;FALSE;"Your Place" +"water";"vegetation";8.49128326875598;FALSE;"Your Place" +"impervious";"impervious";0.987064312910661;TRUE;"Your Place" +"impervious";"impervious";1110.73440922704;TRUE;"Your Place" +"vegetation";"impervious";16.4744834597223;FALSE;"Your Place" +"impervious";"impervious";17.1800334099389;TRUE;"Your Place" +"urban";"impervious";326.326026468072;FALSE;"Your Place" +"vegetation";"water";243.050629298057;FALSE;"Your Place" +"water";"water";2920.04993261781;TRUE;"Your Place" +"urban";"vegetation";11082.9449182439;FALSE;"Your Place" +"vegetation";"vegetation";10.1862481395947;TRUE;"Your Place" +"water";"vegetation";156.788009595242;FALSE;"Your Place" +"impervious";"impervious";126.288279881468;TRUE;"Your Place" +"impervious";"impervious";8.53471576634911;TRUE;"Your Place" +"vegetation";"impervious";49.5717373816296;FALSE;"Your Place" +"vegetation";"impervious";208.50281118913;FALSE;"Your Place" +"vegetation";"impervious";93.6474183211103;FALSE;"Your Place" +"impervious";"impervious";76.3900800775737;TRUE;"Your Place" +"vegetation";"vegetation";151.743439929898;TRUE;"Your Place" +"water";"vegetation";151.071897843067;FALSE;"Your Place" +"vegetation";"vegetation";139.333499289118;TRUE;"Your Place" +"vegetation";"vegetation";15.2796270420658;TRUE;"Your Place" +"impervious";"vegetation";1742.71718314476;FALSE;"Your Place" +"impervious";"impervious";4.32899551023729;TRUE;"Your Place" +"impervious";"impervious";78.6467049235653;TRUE;"Your Place" +"vegetation";"impervious";88.362840835005;FALSE;"Your Place" +"vegetation";"impervious";1.76168893184513;FALSE;"Your Place" +"impervious";"impervious";392.225014513358;TRUE;"Your Place" +"impervious";"vegetation";18.1778029669076;FALSE;"Your Place" +"vegetation";"vegetation";3164.30432263948;TRUE;"Your Place" +"impervious";"impervious";328.533364971576;TRUE;"Your Place" +"impervious";"impervious";2.36344463890418;TRUE;"Your Place" +"vegetation";"impervious";8.8733922992833;FALSE;"Your Place" +"impervious";"impervious";167.787619327428;TRUE;"Your Place" +"impervious";"impervious";0.839061238279101;TRUE;"Your Place" +"impervious";"impervious";56.1193449627608;TRUE;"Your Place" +"impervious";"vegetation";1.55085914256051;FALSE;"Your Place" +"impervious";"vegetation";3969.34186442662;FALSE;"Your Place" +"urban";"vegetation";0.54087630011054;FALSE;"Your Place" +"impervious";"vegetation";29.3864537405898;FALSE;"Your Place" +"impervious";"vegetation";8.68993978625804;FALSE;"Your Place" +"impervious";"vegetation";14663.0223683572;FALSE;"Your Place" +"impervious";"vegetation";27.336997310631;FALSE;"Your Place" +"impervious";"impervious";5.71388971823035;TRUE;"Your Place" +"impervious";"impervious";208.731570600125;TRUE;"Your Place" +"vegetation";"impervious";0.304064473602921;FALSE;"Your Place" +"vegetation";"impervious";20.3509299252764;FALSE;"Your Place" +"vegetation";"vegetation";82.1194646147196;TRUE;"Your Place" +"impervious";"impervious";0.162949530524202;TRUE;"Your Place" +"impervious";"impervious";35.5762674814323;TRUE;"Your Place" +"impervious";"impervious";8.6458688454004;TRUE;"Your Place" +"vegetation";"impervious";5.32018043589778;FALSE;"Your Place" +"urban";"impervious";3.16268490266521;FALSE;"Your Place" +"urban";"impervious";3.27391345206706;FALSE;"Your Place" +"impervious";"impervious";218.354451742931;TRUE;"Your Place" +"impervious";"impervious";1.24959744357329;TRUE;"Your Place" +"vegetation";"water";0.0434330176649382;FALSE;"Your Place" +"water";"water";42.6783696535567;TRUE;"Your Place" +"impervious";"impervious";2.42840813362272;TRUE;"Your Place" +"vegetation";"impervious";173.772813194257;FALSE;"Your Place" +"vegetation";"impervious";0.0475245140405605;FALSE;"Your Place" +"vegetation";"impervious";53.9105226086685;FALSE;"Your Place" +"urban";"impervious";27.7039110988717;FALSE;"Your Place" +"impervious";"impervious";38.0883520709613;TRUE;"Your Place" +"impervious";"impervious";1510.32985306892;TRUE;"Your Place" +"impervious";"impervious";0.264998928159912;TRUE;"Your Place" +"vegetation";"vegetation";2.10932368726935;TRUE;"Your Place" +"impervious";"vegetation";44.3522004419938;FALSE;"Your Place" +"vegetation";"vegetation";116.433521227911;TRUE;"Your Place" +"vegetation";"vegetation";8543.15748083917;TRUE;"Your Place" +"vegetation";"vegetation";250.975239093881;TRUE;"Your Place" +"vegetation";"vegetation";56.2695691820118;TRUE;"Your Place" +"vegetation";"vegetation";48.4759785444476;TRUE;"Your Place" +"vegetation";"vegetation";3769.19363598563;TRUE;"Your Place" +"water";"vegetation";3.25298800214659;FALSE;"Your Place" +"impervious";"impervious";1491.48834518692;TRUE;"Your Place" +"water";"vegetation";34.4832235053473;FALSE;"Your Place" +"vegetation";"vegetation";8.25138824887108;TRUE;"Your Place" +"water";"vegetation";13.5631555913715;FALSE;"Your Place" +"vegetation";"vegetation";261.312553310403;TRUE;"Your Place" +"water";"vegetation";415.269228146266;FALSE;"Your Place" +"vegetation";"impervious";11.2014255097602;FALSE;"Your Place" +"impervious";"impervious";15.8740443699062;TRUE;"Your Place" +"vegetation";"impervious";16.1888043065555;FALSE;"Your Place" +"water";"vegetation";18.2534537562169;FALSE;"Your Place" +"urban";"impervious";139.24826246954;FALSE;"Your Place" +"impervious";"impervious";3145.69903069142;TRUE;"Your Place" +"vegetation";"vegetation";2.21020554525603;TRUE;"Your Place" +"water";"vegetation";64.1000675969408;FALSE;"Your Place" +"impervious";"vegetation";12.2533692857251;FALSE;"Your Place" +"impervious";"vegetation";2100.4792673043;FALSE;"Your Place" +"vegetation";"vegetation";9.1710518989712;TRUE;"Your Place" +"urban";"impervious";4.92946355842287;FALSE;"Your Place" +"urban";"impervious";58.4334279932082;FALSE;"Your Place" +"impervious";"impervious";21.93738210015;TRUE;"Your Place" +"impervious";"impervious";2706.579755789;TRUE;"Your Place" +"vegetation";"vegetation";76.8524407779332;TRUE;"Your Place" +"water";"vegetation";39.9779995598365;FALSE;"Your Place" +"vegetation";"vegetation";148.261584901717;TRUE;"Your Place" +"vegetation";"vegetation";10073.7522776541;TRUE;"Your Place" +"water";"vegetation";238.7966889292;FALSE;"Your Place" +"vegetation";"vegetation";7.83941020967904;TRUE;"Your Place" +"water";"vegetation";0.208323825907428;FALSE;"Your Place" +"vegetation";"vegetation";14799.4849022175;TRUE;"Your Place" +"impervious";"impervious";30.2610524739139;TRUE;"Your Place" +"urban";"vegetation";722.010507025858;FALSE;"Your Place" +"urban";"vegetation";51.1705477735959;FALSE;"Your Place" +"vegetation";"vegetation";3918.0930052558;TRUE;"Your Place" +"vegetation";"vegetation";42.060390442668;TRUE;"Your Place" +"impervious";"impervious";3473.89973649476;TRUE;"Your Place" +"impervious";"impervious";28.8348139480222;TRUE;"Your Place" +"vegetation";"impervious";30.9756252029911;FALSE;"Your Place" +"vegetation";"impervious";10.5669025853276;FALSE;"Your Place" +"vegetation";"vegetation";3.49679545173422;TRUE;"Your Place" +"vegetation";"impervious";13.7023638268001;FALSE;"Your Place" +"urban";"impervious";227.601705364883;FALSE;"Your Place" +"vegetation";"impervious";285.978180760401;FALSE;"Your Place" +"urban";"impervious";127.955481198383;FALSE;"Your Place" +"urban";"impervious";8.31620137230493;FALSE;"Your Place" +"urban";"vegetation";1573.75165494252;FALSE;"Your Place" +"urban";"impervious";289.387439812999;FALSE;"Your Place" +"urban";"vegetation";715.742456047563;FALSE;"Your Place" +"impervious";"impervious";0.0387731106420688;TRUE;"Your Place" +"impervious";"impervious";9.18871193461746;TRUE;"Your Place" +"urban";"impervious";70.402687355876;FALSE;"Your Place" +"urban";"impervious";90.6343048838899;FALSE;"Your Place" +"urban";"impervious";96.0237012228463;FALSE;"Your Place" +"vegetation";"vegetation";2.09168586810119;TRUE;"Your Place" +"impervious";"impervious";0.334777455544099;TRUE;"Your Place" +"impervious";"impervious";21.1186234169872;TRUE;"Your Place" +"impervious";"vegetation";2699.48827139754;FALSE;"Your Place" +"impervious";"vegetation";12.8561815721914;FALSE;"Your Place" +"vegetation";"vegetation";7.09571341099218;TRUE;"Your Place" +"vegetation";"impervious";22.8787278062664;FALSE;"Your Place" +"vegetation";"impervious";22.7190184877254;FALSE;"Your Place" +"vegetation";"vegetation";2.73144335177494;TRUE;"Your Place" +"water";"vegetation";1.3996334207477;FALSE;"Your Place" +"vegetation";"vegetation";25.9219547212124;TRUE;"Your Place" +"vegetation";"vegetation";396.092836569063;TRUE;"Your Place" +"urban";"impervious";1.8516809376888;FALSE;"Your Place" +"impervious";"impervious";73.634996897541;TRUE;"Your Place" +"impervious";"impervious";10.424056340913;TRUE;"Your Place" +"vegetation";"vegetation";3.44527892861515;TRUE;"Your Place" +"vegetation";"vegetation";16054.0167448493;TRUE;"Your Place" +"vegetation";"vegetation";13799.0217963643;TRUE;"Your Place" +"vegetation";"vegetation";955.095587370917;TRUE;"Your Place" +"vegetation";"vegetation";5020.86094280146;TRUE;"Your Place" +"vegetation";"vegetation";162.399487011135;TRUE;"Your Place" +"vegetation";"vegetation";8.44563150242902;TRUE;"Your Place" +"vegetation";"vegetation";5.54842300061136;TRUE;"Your Place" +"vegetation";"vegetation";15.0870722180698;TRUE;"Your Place" +"vegetation";"vegetation";110603.507507084;TRUE;"Your Place" +"water";"vegetation";102.205958512961;FALSE;"Your Place" +"vegetation";"vegetation";51.2184689878486;TRUE;"Your Place" +"water";"vegetation";8.19440313236555;FALSE;"Your Place" +"urban";"impervious";4.91285653458908;FALSE;"Your Place" +"impervious";"impervious";0.148138527962146;TRUE;"Your Place" +"impervious";"impervious";9.86744886101224;TRUE;"Your Place" +"impervious";"impervious";27.1091811017832;TRUE;"Your Place" +"impervious";"impervious";154.870681901521;TRUE;"Your Place" +"impervious";"impervious";17.9436070495285;TRUE;"Your Place" +"urban";"impervious";0.035826228413498;FALSE;"Your Place" +"impervious";"impervious";0.422821421758272;TRUE;"Your Place" +"impervious";"impervious";129.122544909209;TRUE;"Your Place" +"impervious";"impervious";16.3433089177124;TRUE;"Your Place" +"impervious";"impervious";1.40180016728118;TRUE;"Your Place" +"urban";"impervious";0.15218478164752;FALSE;"Your Place" +"urban";"impervious";14.8390911987517;FALSE;"Your Place" +"impervious";"impervious";34.7696921218158;TRUE;"Your Place" +"urban";"impervious";70.8942363994283;FALSE;"Your Place" +"urban";"impervious";57.9316990083316;FALSE;"Your Place" +"urban";"impervious";6.45269321650267;FALSE;"Your Place" +"urban";"impervious";15.0574290482327;FALSE;"Your Place" +"impervious";"impervious";296.531748575275;TRUE;"Your Place" +"vegetation";"vegetation";235.760284635791;TRUE;"Your Place" +"water";"vegetation";30.2687820544525;FALSE;"Your Place" +"urban";"vegetation";2804.88182624476;FALSE;"Your Place" +"impervious";"impervious";6.70251993951388;TRUE;"Your Place" +"vegetation";"impervious";15.0313112039003;FALSE;"Your Place" +"vegetation";"impervious";0.127811114361975;FALSE;"Your Place" +"impervious";"vegetation";26.2094817981124;FALSE;"Your Place" +"impervious";"vegetation";303.482460531639;FALSE;"Your Place" +"vegetation";"vegetation";934.57235628739;TRUE;"Your Place" +"vegetation";"vegetation";148.332101909444;TRUE;"Your Place" +"urban";"impervious";129.905076326861;FALSE;"Your Place" +"urban";"impervious";144.975922751473;FALSE;"Your Place" +"impervious";"vegetation";336.593461441342;FALSE;"Your Place" +"impervious";"impervious";19.4425191869959;TRUE;"Your Place" +"vegetation";"vegetation";177.034024531022;TRUE;"Your Place" +"water";"vegetation";23.7643073038198;FALSE;"Your Place" +"impervious";"impervious";141.182364369626;TRUE;"Your Place" +"impervious";"impervious";0.164776134886779;TRUE;"Your Place" +"urban";"impervious";0.0466206076671369;FALSE;"Your Place" +"urban";"impervious";0.253150244490826;FALSE;"Your Place" +"urban";"impervious";0.438241023861337;FALSE;"Your Place" +"impervious";"impervious";251.574170337059;TRUE;"Your Place" +"impervious";"vegetation";3649.46511205146;FALSE;"Your Place" +"impervious";"vegetation";9.49719891836867;FALSE;"Your Place" +"vegetation";"impervious";1911.40678567882;FALSE;"Your Place" +"vegetation";"vegetation";157.920266981237;TRUE;"Your Place" +"water";"vegetation";67.0106738470495;FALSE;"Your Place" +"vegetation";"vegetation";32.7897862960235;TRUE;"Your Place" +"water";"vegetation";627.84412136022;FALSE;"Your Place" +"vegetation";"water";9.58510299602807;FALSE;"Your Place" +"water";"water";3529.62410104705;TRUE;"Your Place" +"vegetation";"vegetation";6660.32433265587;TRUE;"Your Place" +"water";"vegetation";847.492207650561;FALSE;"Your Place" +"vegetation";"vegetation";342.650426482782;TRUE;"Your Place" +"vegetation";"vegetation";71.7159595852718;TRUE;"Your Place" +"water";"vegetation";42.6496823774514;FALSE;"Your Place" +"impervious";"impervious";22.8994819932268;TRUE;"Your Place" +"urban";"vegetation";3366.67259928863;FALSE;"Your Place" +"urban";"impervious";129.462182811461;FALSE;"Your Place" +"urban";"impervious";155.781749089714;FALSE;"Your Place" +"vegetation";"vegetation";54.4046351611614;TRUE;"Your Place" +"vegetation";"vegetation";30.8433694983833;TRUE;"Your Place" +"vegetation";"vegetation";394.931205870609;TRUE;"Your Place" +"water";"vegetation";122.814572746051;FALSE;"Your Place" +"urban";"impervious";165.525752749993;FALSE;"Your Place" +"urban";"impervious";460.911291421391;FALSE;"Your Place" +"urban";"impervious";25.6459802873433;FALSE;"Your Place" +"urban";"impervious";80.7096288464963;FALSE;"Your Place" +"urban";"impervious";5.38149916758994;FALSE;"Your Place" +"urban";"impervious";80.9608894072771;FALSE;"Your Place" +"impervious";"impervious";564.953256731853;TRUE;"Your Place" +"urban";"impervious";1354.85503509175;FALSE;"Your Place" +"vegetation";"vegetation";10707.2322710436;TRUE;"Your Place" +"vegetation";"vegetation";304.636887903791;TRUE;"Your Place" +"vegetation";"vegetation";7.59486467321403;TRUE;"Your Place" +"urban";"impervious";90.7097737882286;FALSE;"Your Place" +"urban";"impervious";821.871920358739;FALSE;"Your Place" +"vegetation";"vegetation";20.6585647471366;TRUE;"Your Place" +"water";"vegetation";23.4474573323969;FALSE;"Your Place" +"vegetation";"impervious";199.379113518051;FALSE;"Your Place" +"vegetation";"impervious";76.7213093948958;FALSE;"Your Place" +"water";"water";107.730749046896;TRUE;"Your Place" +"water";"vegetation";1.43545578904013;FALSE;"Your Place" +"vegetation";"impervious";10.951684404863;FALSE;"Your Place" +"vegetation";"impervious";21.5655723265372;FALSE;"Your Place" +"vegetation";"vegetation";4.28942031281986;TRUE;"Your Place" +"vegetation";"vegetation";88.9663112235721;TRUE;"Your Place" +"vegetation";"vegetation";6.13689349638298;TRUE;"Your Place" +"vegetation";"vegetation";1739.7421934614;TRUE;"Your Place" +"vegetation";"impervious";0.0127492528408766;FALSE;"Your Place" +"vegetation";"impervious";18.784163942968;FALSE;"Your Place" +"vegetation";"vegetation";0.577690021018498;TRUE;"Your Place" +"vegetation";"vegetation";0.424273454409558;TRUE;"Your Place" +"vegetation";"vegetation";23.9520332919346;TRUE;"Your Place" +"vegetation";"vegetation";116.118673623045;TRUE;"Your Place" +"vegetation";"vegetation";39.2824272385333;TRUE;"Your Place" +"urban";"impervious";660.763752169791;FALSE;"Your Place" +"urban";"impervious";55.9880915999529;FALSE;"Your Place" +"vegetation";"impervious";45.8291378680151;FALSE;"Your Place" +"vegetation";"impervious";12.4258047128096;FALSE;"Your Place" +"vegetation";"vegetation";1563.69789367469;TRUE;"Your Place" +"impervious";"vegetation";1751.40068067936;FALSE;"Your Place" +"vegetation";"vegetation";21070.5111630737;TRUE;"Your Place" +"vegetation";"vegetation";9.94315956355422;TRUE;"Your Place" +"vegetation";"impervious";57.5392316954676;FALSE;"Your Place" +"vegetation";"impervious";11.006670329487;FALSE;"Your Place" +"urban";"impervious";421.90042622434;FALSE;"Your Place" +"urban";"impervious";2.78948774607852;FALSE;"Your Place" +"urban";"impervious";801.996430815198;FALSE;"Your Place" +"impervious";"impervious";1215.10125354328;TRUE;"Your Place" +"urban";"impervious";76.1987056097278;FALSE;"Your Place" +"urban";"impervious";33.341210218503;FALSE;"Your Place" +"vegetation";"vegetation";3694.54554690694;TRUE;"Your Place" +"vegetation";"vegetation";82.3701335554942;TRUE;"Your Place" +"vegetation";"vegetation";10720.9127937856;TRUE;"Your Place" +"urban";"vegetation";28.9694601241499;FALSE;"Your Place" +"impervious";"vegetation";1647.50248044357;FALSE;"Your Place" +"impervious";"vegetation";3101.8719761729;FALSE;"Your Place" +"vegetation";"impervious";819.244854549062;FALSE;"Your Place" +"vegetation";"impervious";261.524878440992;FALSE;"Your Place" +"urban";"vegetation";33.9376352408435;FALSE;"Your Place" +"impervious";"vegetation";770.049030062743;FALSE;"Your Place" +"impervious";"vegetation";259.921731984592;FALSE;"Your Place" +"urban";"impervious";0.000343627750410747;FALSE;"Your Place" +"urban";"impervious";26.0704630948603;FALSE;"Your Place" +"urban";"impervious";2587.23911439127;FALSE;"Your Place" +"urban";"vegetation";2945.65099495649;FALSE;"Your Place" +"impervious";"vegetation";84.380169586977;FALSE;"Your Place" +"urban";"impervious";509.303314247169;FALSE;"Your Place" +"urban";"impervious";23.8213235071744;FALSE;"Your Place" +"impervious";"vegetation";108.091760643059;FALSE;"Your Place" +"impervious";"vegetation";202.759736846667;FALSE;"Your Place" +"urban";"impervious";6.55830117466394e-05;FALSE;"Your Place" +"impervious";"impervious";4.37093602543791;TRUE;"Your Place" +"urban";"impervious";591.544506831095;FALSE;"Your Place" +"urban";"impervious";0.509174233418889;FALSE;"Your Place" +"impervious";"impervious";1.7397500644438;TRUE;"Your Place" +"urban";"impervious";4.31920274766162;FALSE;"Your Place" +"impervious";"impervious";53.2442790908972;TRUE;"Your Place" +"impervious";"impervious";3.04651570378337;TRUE;"Your Place" +"urban";"impervious";23.7223339967527;FALSE;"Your Place" +"impervious";"impervious";11.3385788789019;TRUE;"Your Place" +"impervious";"impervious";18.7680757608032;TRUE;"Your Place" +"vegetation";"vegetation";11943.6580576058;TRUE;"Your Place" +"impervious";"impervious";444.092943624826;TRUE;"Your Place" +"urban";"impervious";23.3969292989932;FALSE;"Your Place" +"impervious";"impervious";17.3773431503987;TRUE;"Your Place" +"impervious";"impervious";18.6342842115555;TRUE;"Your Place" +"urban";"impervious";37.8071936941706;FALSE;"Your Place" +"impervious";"impervious";25.7382257231075;TRUE;"Your Place" +"impervious";"impervious";76.0886851601535;TRUE;"Your Place" +"urban";"vegetation";10055.6140488796;FALSE;"Your Place" +"vegetation";"vegetation";328.673362310976;TRUE;"Your Place" +"vegetation";"vegetation";350.50416601263;TRUE;"Your Place" +"urban";"impervious";21.6888985395199;FALSE;"Your Place" +"impervious";"impervious";16.8247822913836;TRUE;"Your Place" +"impervious";"impervious";36.0622763733845;TRUE;"Your Place" +"urban";"impervious";11.7533370167366;FALSE;"Your Place" +"impervious";"impervious";123.006574425526;TRUE;"Your Place" +"impervious";"impervious";76.2094425989781;TRUE;"Your Place" +"vegetation";"impervious";22.7212941509206;FALSE;"Your Place" +"vegetation";"vegetation";116.856606677873;TRUE;"Your Place" +"urban";"impervious";5.69061627844349;FALSE;"Your Place" +"vegetation";"impervious";36.9548801930505;FALSE;"Your Place" +"impervious";"impervious";124.099382840854;TRUE;"Your Place" +"impervious";"impervious";39.0831328872591;TRUE;"Your Place" +"urban";"impervious";1.87391402188223;FALSE;"Your Place" +"impervious";"impervious";0.710916633252054;TRUE;"Your Place" +"vegetation";"impervious";1277.8618641427;FALSE;"Your Place" +"vegetation";"impervious";2.13486603557681;FALSE;"Your Place" +"urban";"vegetation";225.701833782834;FALSE;"Your Place" +"vegetation";"vegetation";267.159821751476;TRUE;"Your Place" +"water";"vegetation";2200.44382857229;FALSE;"Your Place" +"vegetation";"vegetation";9561.42613650626;TRUE;"Your Place" +"vegetation";"vegetation";521.097478320822;TRUE;"Your Place" +"urban";"impervious";2.00138197082561;FALSE;"Your Place" +"impervious";"impervious";12.949637754431;TRUE;"Your Place" +"vegetation";"impervious";7.85875442092947;FALSE;"Your Place" +"vegetation";"impervious";1470.48832075334;FALSE;"Your Place" +"urban";"vegetation";3.87658077853848;FALSE;"Your Place" +"vegetation";"vegetation";2756.16671790535;TRUE;"Your Place" +"vegetation";"vegetation";110837.468755608;TRUE;"Your Place" +"urban";"vegetation";11.0189666920924;FALSE;"Your Place" +"urban";"impervious";3.83589258068241;FALSE;"Your Place" +"vegetation";"impervious";10.8514456017801;FALSE;"Your Place" +"impervious";"impervious";147.32979778666;TRUE;"Your Place" +"urban";"impervious";42.0854720770149;FALSE;"Your Place" +"urban";"impervious";117.305540533736;FALSE;"Your Place" +"urban";"impervious";81.6873202641727;FALSE;"Your Place" +"impervious";"impervious";46.6422451572726;TRUE;"Your Place" +"vegetation";"impervious";26.4742515564431;FALSE;"Your Place" +"impervious";"impervious";104.849740485544;TRUE;"Your Place" +"impervious";"impervious";15.710968013067;TRUE;"Your Place" +"impervious";"impervious";763.433285092004;TRUE;"Your Place" +"urban";"impervious";71.2459857990343;FALSE;"Your Place" +"urban";"impervious";9.82964392157737;FALSE;"Your Place" +"vegetation";"vegetation";1865.31670544024;TRUE;"Your Place" +"impervious";"vegetation";303.799395614304;FALSE;"Your Place" +"vegetation";"vegetation";5218.54768624855;TRUE;"Your Place" +"urban";"impervious";8.12081849318929;FALSE;"Your Place" +"urban";"impervious";34.9231760805269;FALSE;"Your Place" +"impervious";"impervious";56.8724657362327;TRUE;"Your Place" +"urban";"impervious";62.1098201684654;FALSE;"Your Place" +"urban";"impervious";23.3445073644398;FALSE;"Your Place" +"urban";"impervious";27.6875946065411;FALSE;"Your Place" +"vegetation";"impervious";29.7545625586063;FALSE;"Your Place" +"urban";"vegetation";128.325571229914;FALSE;"Your Place" +"vegetation";"vegetation";752.618760890677;TRUE;"Your Place" +"vegetation";"vegetation";155492.904519363;TRUE;"Your Place" +"vegetation";"vegetation";1534.32999558514;TRUE;"Your Place" +"vegetation";"vegetation";4.3498332654126;TRUE;"Your Place" +"impervious";"impervious";1124.44295734499;TRUE;"Your Place" +"impervious";"vegetation";6.8321531351321;FALSE;"Your Place" +"impervious";"vegetation";5106.06463873509;FALSE;"Your Place" +"urban";"vegetation";54.5409979266115;FALSE;"Your Place" +"vegetation";"vegetation";7510.84856471443;TRUE;"Your Place" +"vegetation";"vegetation";20328.5358483984;TRUE;"Your Place" +"vegetation";"vegetation";12.7022943124175;TRUE;"Your Place" +"vegetation";"vegetation";213.486289100509;TRUE;"Your Place" +"urban";"impervious";1.92477189317287;FALSE;"Your Place" +"urban";"impervious";16.4570380321238;FALSE;"Your Place" +"urban";"impervious";123.823596155038;FALSE;"Your Place" +"vegetation";"vegetation";4940.52925981022;TRUE;"Your Place" +"vegetation";"vegetation";15949.0863541942;TRUE;"Your Place" +"urban";"vegetation";1395.49536183459;FALSE;"Your Place" +"urban";"vegetation";66.9485071199015;FALSE;"Your Place" +"urban";"vegetation";3.79898264868825;FALSE;"Your Place" +"urban";"impervious";120.606508584227;FALSE;"Your Place" +"urban";"impervious";77.7798901414499;FALSE;"Your Place" +"impervious";"impervious";163.84382044035;TRUE;"Your Place" +"urban";"impervious";28.1365541004343;FALSE;"Your Place" +"urban";"impervious";33.4972188054235;FALSE;"Your Place" +"urban";"impervious";3.79118387046037;FALSE;"Your Place" +"impervious";"impervious";1072.87601075368;TRUE;"Your Place" +"vegetation";"vegetation";3.15068269619951;TRUE;"Your Place" +"vegetation";"vegetation";6142.67276474216;TRUE;"Your Place" +"urban";"impervious";269.281637371168;FALSE;"Your Place" +"urban";"impervious";20.9838993905578;FALSE;"Your Place" +"urban";"impervious";110.588352492079;FALSE;"Your Place" +"urban";"impervious";128.694007475657;FALSE;"Your Place" +"impervious";"impervious";12.4023290335026;TRUE;"Your Place" +"urban";"vegetation";0.154932833524072;FALSE;"Your Place" +"urban";"vegetation";287.877048010814;FALSE;"Your Place" +"urban";"impervious";47.1951694875024;FALSE;"Your Place" +"urban";"impervious";62.4418265682907;FALSE;"Your Place" +"impervious";"impervious";1.80366568407044;TRUE;"Your Place" +"urban";"impervious";43.0831234703073;FALSE;"Your Place" +"vegetation";"vegetation";5.18709330642014;TRUE;"Your Place" +"impervious";"impervious";822.739395118784;TRUE;"Your Place" +"vegetation";"impervious";65.4507719243411;FALSE;"Your Place" +"vegetation";"vegetation";92.7473803907633;TRUE;"Your Place" +"vegetation";"vegetation";29190.6495101536;TRUE;"Your Place" +"vegetation";"vegetation";12.9652557065128;TRUE;"Your Place" +"urban";"impervious";1015.95001892559;FALSE;"Your Place" +"urban";"impervious";117.834271169268;FALSE;"Your Place" +"urban";"impervious";105.846538404468;FALSE;"Your Place" +"urban";"impervious";42.5809020778979;FALSE;"Your Place" +"urban";"impervious";4.45273275440559;FALSE;"Your Place" +"urban";"impervious";1755.67590231902;FALSE;"Your Place" +"vegetation";"vegetation";20.6137117784237;TRUE;"Your Place" +"urban";"impervious";137.951921172251;FALSE;"Your Place" +"urban";"impervious";0.0793803698325064;FALSE;"Your Place" +"urban";"vegetation";12.9585100831464;FALSE;"Your Place" +"urban";"vegetation";960.492445524666;FALSE;"Your Place" +"urban";"impervious";29.1552530120825;FALSE;"Your Place" +"urban";"impervious";174.313947411254;FALSE;"Your Place" +"vegetation";"impervious";172.092532435432;FALSE;"Your Place" +"urban";"impervious";12.1524984342977;FALSE;"Your Place" +"urban";"impervious";25.3134661987424;FALSE;"Your Place" +"urban";"impervious";17.3925761030987;FALSE;"Your Place" +"urban";"impervious";30.2983354451135;FALSE;"Your Place" +"impervious";"impervious";298.541092222556;TRUE;"Your Place" +"urban";"impervious";4.53172209602053;FALSE;"Your Place" +"urban";"impervious";0.640091974870302;FALSE;"Your Place" +"urban";"impervious";13.2502870485187;FALSE;"Your Place" +"impervious";"impervious";14.6771481757751;TRUE;"Your Place" +"impervious";"impervious";278.064269177616;TRUE;"Your Place" +"urban";"impervious";65.8840310511878;FALSE;"Your Place" +"urban";"impervious";110.087203755917;FALSE;"Your Place" +"impervious";"impervious";502.259445562959;TRUE;"Your Place" +"urban";"impervious";24.8424904653803;FALSE;"Your Place" +"urban";"impervious";0.134906937229971;FALSE;"Your Place" +"urban";"impervious";34.5624872073531;FALSE;"Your Place" +"impervious";"impervious";3.56929958314868;TRUE;"Your Place" +"impervious";"impervious";252.943395543844;TRUE;"Your Place" +"impervious";"vegetation";6360.40797002788;FALSE;"Your Place" +"impervious";"vegetation";0.122592459054431;FALSE;"Your Place" +"impervious";"vegetation";0.167046913265949;FALSE;"Your Place" +"impervious";"vegetation";4130.82979825167;FALSE;"Your Place" +"urban";"vegetation";17.6453217880626;FALSE;"Your Place" +"vegetation";"vegetation";8757.45866071526;TRUE;"Your Place" +"vegetation";"vegetation";31690.4891729254;TRUE;"Your Place" +"impervious";"vegetation";0.961565403034911;FALSE;"Your Place" +"vegetation";"vegetation";54.2020365179051;TRUE;"Your Place" +"impervious";"vegetation";26.5947156610782;FALSE;"Your Place" +"vegetation";"vegetation";13.6499601943651;TRUE;"Your Place" +"impervious";"vegetation";217.831601209153;FALSE;"Your Place" +"impervious";"vegetation";0.109356239554472;FALSE;"Your Place" +"urban";"impervious";1305.10776526597;FALSE;"Your Place" +"urban";"impervious";132.418099521077;FALSE;"Your Place" +"urban";"impervious";5.26558659167495;FALSE;"Your Place" +"impervious";"vegetation";193.251922728028;FALSE;"Your Place" +"impervious";"vegetation";0.376923617441207;FALSE;"Your Place" +"urban";"vegetation";25133.8465008829;FALSE;"Your Place" +"vegetation";"vegetation";3214.5387236774;TRUE;"Your Place" +"impervious";"impervious";21.9122864443052;TRUE;"Your Place" +"impervious";"vegetation";9.69293971126899;FALSE;"Your Place" +"impervious";"vegetation";1643.87875538264;FALSE;"Your Place" +"impervious";"vegetation";4.80549200993119;FALSE;"Your Place" +"impervious";"impervious";0.364490190229844;TRUE;"Your Place" +"impervious";"impervious";6.40105984872207;TRUE;"Your Place" +"urban";"impervious";4.10288127465174;FALSE;"Your Place" +"urban";"impervious";1673.8980841866;FALSE;"Your Place" +"urban";"impervious";64.4102118499577;FALSE;"Your Place" +"urban";"impervious";6.49032061605249;FALSE;"Your Place" +"impervious";"impervious";223.547445337754;TRUE;"Your Place" +"urban";"vegetation";94.2036498803645;FALSE;"Your Place" +"urban";"vegetation";141.373234132305;FALSE;"Your Place" +"impervious";"vegetation";646.674220544286;FALSE;"Your Place" +"urban";"impervious";99.6004598797299;FALSE;"Your Place" +"urban";"impervious";125.566311602481;FALSE;"Your Place" +"impervious";"impervious";185.828768588603;TRUE;"Your Place" +"urban";"impervious";10.1859832014889;FALSE;"Your Place" +"urban";"impervious";9.05300022481242;FALSE;"Your Place" +"urban";"impervious";105.209795596311;FALSE;"Your Place" +"urban";"impervious";86.4940237952396;FALSE;"Your Place" +"impervious";"impervious";15.1434093815042;TRUE;"Your Place" +"vegetation";"vegetation";107.478311713086;TRUE;"Your Place" +"water";"vegetation";0.355640297173522;FALSE;"Your Place" +"vegetation";"vegetation";2654.77669975383;TRUE;"Your Place" +"impervious";"vegetation";1031.98970965081;FALSE;"Your Place" +"impervious";"impervious";19.7150345581449;TRUE;"Your Place" +"vegetation";"impervious";216.329708116129;FALSE;"Your Place" +"vegetation";"impervious";3.92161603743443;FALSE;"Your Place" +"urban";"impervious";300.669285777491;FALSE;"Your Place" +"impervious";"impervious";4.24815371166915;TRUE;"Your Place" +"vegetation";"vegetation";254.332910441328;TRUE;"Your Place" +"impervious";"vegetation";1157.79952226426;FALSE;"Your Place" +"urban";"impervious";244.891190438299;FALSE;"Your Place" +"vegetation";"vegetation";1832.41000878226;TRUE;"Your Place" +"vegetation";"vegetation";370.224724723259;TRUE;"Your Place" +"water";"vegetation";0.718892225064337;FALSE;"Your Place" +"urban";"impervious";7.4387691284137;FALSE;"Your Place" +"urban";"impervious";2.66375786549179;FALSE;"Your Place" +"vegetation";"impervious";20.7877126559615;FALSE;"Your Place" +"impervious";"impervious";468.765433186782;TRUE;"Your Place" +"vegetation";"impervious";10.2930136101786;FALSE;"Your Place" +"urban";"vegetation";23284.5030724281;FALSE;"Your Place" +"vegetation";"vegetation";16.7742292660987;TRUE;"Your Place" +"water";"vegetation";48.6980605088174;FALSE;"Your Place" +"impervious";"impervious";763.015198253095;TRUE;"Your Place" +"urban";"impervious";5.55649423858995e-05;FALSE;"Your Place" +"urban";"impervious";1.25138384962884;FALSE;"Your Place" +"vegetation";"impervious";1.32762216101401;FALSE;"Your Place" +"vegetation";"impervious";3611.84208463483;FALSE;"Your Place" +"impervious";"impervious";0.582738908880856;TRUE;"Your Place" +"impervious";"impervious";7.76837934565378;TRUE;"Your Place" +"impervious";"impervious";3.0936549400667;TRUE;"Your Place" +"vegetation";"vegetation";191.132360436721;TRUE;"Your Place" +"vegetation";"vegetation";6883.46340667806;TRUE;"Your Place" +"vegetation";"vegetation";9.04949751845561;TRUE;"Your Place" +"vegetation";"vegetation";1362.29938489292;TRUE;"Your Place" +"impervious";"vegetation";6.5529854731285;FALSE;"Your Place" +"vegetation";"vegetation";171.351634908468;TRUE;"Your Place" +"vegetation";"vegetation";1348.48919821158;TRUE;"Your Place" +"water";"vegetation";53.1200841050595;FALSE;"Your Place" +"vegetation";"impervious";359.728623880539;FALSE;"Your Place" +"vegetation";"impervious";62.6627753082939;FALSE;"Your Place" +"urban";"vegetation";2976.51809331053;FALSE;"Your Place" +"vegetation";"vegetation";161.570165257202;TRUE;"Your Place" +"vegetation";"water";2635.39860888571;FALSE;"Your Place" +"urban";"impervious";0.636634609894827;FALSE;"Your Place" +"impervious";"impervious";160.379009041237;TRUE;"Your Place" +"vegetation";"impervious";32.0430354233831;FALSE;"Your Place" +"vegetation";"impervious";28.6402378351631;FALSE;"Your Place" +"impervious";"impervious";497.656895050779;TRUE;"Your Place" +"impervious";"impervious";49.1364022642374;TRUE;"Your Place" +"impervious";"impervious";168.65774282068;TRUE;"Your Place" +"urban";"impervious";0.427089551812969;FALSE;"Your Place" +"urban";"impervious";1476.7738783235;FALSE;"Your Place" +"urban";"impervious";6.6221393160522;FALSE;"Your Place" +"urban";"impervious";226.126875842921;FALSE;"Your Place" +"urban";"impervious";12144.440119721;FALSE;"Your Place" +"urban";"impervious";10.5874732022639;FALSE;"Your Place" +"urban";"impervious";38.6777926395062;FALSE;"Your Place" +"impervious";"impervious";446.547378890915;TRUE;"Your Place" +"vegetation";"vegetation";20.7323563280515;TRUE;"Your Place" +"vegetation";"vegetation";95.440620974754;TRUE;"Your Place" +"impervious";"vegetation";27.6295834099874;FALSE;"Your Place" +"vegetation";"vegetation";1237.12110719255;TRUE;"Your Place" +"urban";"vegetation";137.474348463118;FALSE;"Your Place" +"vegetation";"vegetation";1094.40462129004;TRUE;"Your Place" +"vegetation";"vegetation";117.589925858774;TRUE;"Your Place" +"vegetation";"vegetation";20.8785920968221;TRUE;"Your Place" +"vegetation";"vegetation";214.499846601859;TRUE;"Your Place" +"vegetation";"vegetation";7.5836380533874;TRUE;"Your Place" +"vegetation";"impervious";40.7282372128684;FALSE;"Your Place" +"vegetation";"impervious";147.285888954997;FALSE;"Your Place" +"vegetation";"impervious";2931.92670089845;FALSE;"Your Place" +"vegetation";"impervious";9.31454190984368;FALSE;"Your Place" +"impervious";"impervious";109.072059878556;TRUE;"Your Place" +"vegetation";"impervious";8.60273700021207;FALSE;"Your Place" +"impervious";"impervious";0.48698953143321;TRUE;"Your Place" +"vegetation";"vegetation";255.802120643901;TRUE;"Your Place" +"vegetation";"vegetation";10.4599458808079;TRUE;"Your Place" +"urban";"impervious";955.585606489331;FALSE;"Your Place" +"vegetation";"impervious";60.3737225416116;FALSE;"Your Place" +"vegetation";"impervious";1357.98711442016;FALSE;"Your Place" +"vegetation";"impervious";54.2953229695559;FALSE;"Your Place" +"urban";"vegetation";10.2426927835913;FALSE;"Your Place" +"urban";"vegetation";184.655380597924;FALSE;"Your Place" +"urban";"vegetation";10.4708309215494;FALSE;"Your Place" +"vegetation";"vegetation";512.417158837634;TRUE;"Your Place" +"impervious";"vegetation";153.158037066183;FALSE;"Your Place" +"vegetation";"vegetation";27.5353950826102;TRUE;"Your Place" +"vegetation";"vegetation";948.90150621155;TRUE;"Your Place" +"impervious";"vegetation";10.4043941530799;FALSE;"Your Place" +"vegetation";"impervious";6271.64059755448;FALSE;"Your Place" +"vegetation";"impervious";43.5165792073822;FALSE;"Your Place" +"vegetation";"impervious";39.2396600497887;FALSE;"Your Place" +"vegetation";"impervious";6.73701710940804;FALSE;"Your Place" +"vegetation";"impervious";7.30633336451137;FALSE;"Your Place" +"vegetation";"vegetation";2.45165732223541;TRUE;"Your Place" +"vegetation";"vegetation";91.1043248036876;TRUE;"Your Place" +"vegetation";"vegetation";2999.34284383361;TRUE;"Your Place" +"vegetation";"vegetation";1189.35865808604;TRUE;"Your Place" +"vegetation";"vegetation";3300.21384658141;TRUE;"Your Place" +"vegetation";"vegetation";6504.81309196647;TRUE;"Your Place" +"vegetation";"vegetation";1.35996263074776;TRUE;"Your Place" +"impervious";"vegetation";1.16569510172121;FALSE;"Your Place" +"vegetation";"impervious";2.66521674252726;FALSE;"Your Place" +"vegetation";"impervious";2.52511920535471;FALSE;"Your Place" +"vegetation";"vegetation";874.479636800475;TRUE;"Your Place" +"vegetation";"vegetation";21.4482116528088;TRUE;"Your Place" +"vegetation";"vegetation";2718.34104350286;TRUE;"Your Place" +"vegetation";"vegetation";0.00156100795470593;TRUE;"Your Place" +"vegetation";"impervious";44.0962728955783;FALSE;"Your Place" +"vegetation";"impervious";1703.22855307045;FALSE;"Your Place" +"vegetation";"impervious";19.9619955318922;FALSE;"Your Place" +"impervious";"impervious";22.7641705385176;TRUE;"Your Place" +"vegetation";"impervious";16.4202399196583;FALSE;"Your Place" +"impervious";"impervious";4.73573725720053;TRUE;"Your Place" +"vegetation";"impervious";110.994486054522;FALSE;"Your Place" +"vegetation";"vegetation";23.5177046965109;TRUE;"Your Place" +"vegetation";"vegetation";1.75900749961875;TRUE;"Your Place" +"vegetation";"vegetation";903.750985870778;TRUE;"Your Place" +"vegetation";"vegetation";2012.30082376301;TRUE;"Your Place" +"impervious";"vegetation";0.324030592106283;FALSE;"Your Place" +"vegetation";"vegetation";36.0737915518694;TRUE;"Your Place" +"vegetation";"vegetation";1760.85773385107;TRUE;"Your Place" +"vegetation";"vegetation";545.108571725897;TRUE;"Your Place" +"impervious";"vegetation";320.995395057253;FALSE;"Your Place" +"urban";"impervious";169.719525320455;FALSE;"Your Place" +"urban";"vegetation";608.322256009735;FALSE;"Your Place" +"vegetation";"vegetation";1233.80153153046;TRUE;"Your Place" +"vegetation";"vegetation";3140.40516222538;TRUE;"Your Place" +"vegetation";"vegetation";2717.21685278555;TRUE;"Your Place" +"vegetation";"vegetation";27350.6878104026;TRUE;"Your Place" +"vegetation";"vegetation";37.9188328215969;TRUE;"Your Place" +"impervious";"vegetation";7.73464491032064;FALSE;"Your Place" +"urban";"impervious";32.8617202327587;FALSE;"Your Place" +"vegetation";"impervious";5.25572206178913;FALSE;"Your Place" +"vegetation";"impervious";0.179946296673734;FALSE;"Your Place" +"vegetation";"impervious";52.8780518099666;FALSE;"Your Place" +"vegetation";"impervious";1120.89974430995;FALSE;"Your Place" +"vegetation";"impervious";9.33657920587575;FALSE;"Your Place" +"impervious";"impervious";2558.58319107955;TRUE;"Your Place" +"impervious";"impervious";1.34224519366398;TRUE;"Your Place" +"impervious";"impervious";155.366181872785;TRUE;"Your Place" +"impervious";"impervious";267.99728901498;TRUE;"Your Place" +"urban";"impervious";112.844814765864;FALSE;"Your Place" +"vegetation";"vegetation";9118.37141767703;TRUE;"Your Place" +"vegetation";"vegetation";13.2612314808648;TRUE;"Your Place" +"vegetation";"vegetation";6852.63848164314;TRUE;"Your Place" +"vegetation";"vegetation";457.407301671687;TRUE;"Your Place" +"vegetation";"vegetation";5.51261470350437;TRUE;"Your Place" +"vegetation";"impervious";9.32358675124124;FALSE;"Your Place" +"vegetation";"impervious";116.805150551721;FALSE;"Your Place" +"vegetation";"impervious";5358.0117892772;FALSE;"Your Place" +"vegetation";"impervious";36.3463968620636;FALSE;"Your Place" +"vegetation";"impervious";1.02055073072552;FALSE;"Your Place" +"impervious";"impervious";10.7793682652409;TRUE;"Your Place" +"impervious";"impervious";121.102407327387;TRUE;"Your Place" +"vegetation";"impervious";5.02580325549934;FALSE;"Your Place" +"vegetation";"impervious";174.05212092679;FALSE;"Your Place" +"vegetation";"impervious";99.8372863340192;FALSE;"Your Place" +"vegetation";"vegetation";26.8874510800233;TRUE;"Your Place" +"vegetation";"vegetation";9.69288728758693;TRUE;"Your Place" +"vegetation";"impervious";14.8298815188464;FALSE;"Your Place" +"vegetation";"impervious";9.40128844435094;FALSE;"Your Place" +"vegetation";"impervious";215.968067882578;FALSE;"Your Place" +"vegetation";"impervious";0.000332343910798727;FALSE;"Your Place" +"impervious";"impervious";1034.48464352917;TRUE;"Your Place" +"vegetation";"vegetation";0.906632077283575;TRUE;"Your Place" +"vegetation";"vegetation";0.437726028270845;TRUE;"Your Place" +"vegetation";"vegetation";7.68544619984459;TRUE;"Your Place" +"vegetation";"vegetation";1007.91178476951;TRUE;"Your Place" +"vegetation";"impervious";0.613798619015142;FALSE;"Your Place" +"vegetation";"impervious";66.4735753391869;FALSE;"Your Place" +"urban";"vegetation";3.45061854337109;FALSE;"Your Place" +"impervious";"vegetation";1038.32989760814;FALSE;"Your Place" +"vegetation";"impervious";16.7313943481422;FALSE;"Your Place" +"vegetation";"impervious";109.543728722841;FALSE;"Your Place" +"impervious";"impervious";5.72862478526076;TRUE;"Your Place" +"vegetation";"vegetation";264.49467564642;TRUE;"Your Place" +"water";"vegetation";1.79785766452551;FALSE;"Your Place" +"vegetation";"vegetation";2586.74496518608;TRUE;"Your Place" +"vegetation";"vegetation";21675.0705821449;TRUE;"Your Place" +"vegetation";"vegetation";625.08315312519;TRUE;"Your Place" +"vegetation";"vegetation";581.666683817544;TRUE;"Your Place" +"vegetation";"vegetation";53.2499308045954;TRUE;"Your Place" +"vegetation";"vegetation";1297.97348313313;TRUE;"Your Place" +"vegetation";"impervious";8.34143402869813;FALSE;"Your Place" +"vegetation";"impervious";56.7407653704286;FALSE;"Your Place" +"vegetation";"impervious";9.19734120275825;FALSE;"Your Place" +"vegetation";"impervious";4.58369939832482;FALSE;"Your Place" +"vegetation";"vegetation";211.325744802204;TRUE;"Your Place" +"vegetation";"water";18.9745265250094;FALSE;"Your Place" +"water";"water";18.9948477268917;TRUE;"Your Place" +"vegetation";"impervious";2.17147320881486;FALSE;"Your Place" +"impervious";"impervious";23.4198605883867;TRUE;"Your Place" +"vegetation";"impervious";74.3071970721358;FALSE;"Your Place" +"impervious";"vegetation";1439.75106547709;FALSE;"Your Place" +"urban";"vegetation";2.41612395329867;FALSE;"Your Place" +"vegetation";"vegetation";3773.57206771392;TRUE;"Your Place" +"vegetation";"vegetation";34.6092386057135;TRUE;"Your Place" +"vegetation";"vegetation";585.999078236418;TRUE;"Your Place" +"vegetation";"vegetation";0.0409036406417727;TRUE;"Your Place" +"vegetation";"vegetation";334.9261961109;TRUE;"Your Place" +"vegetation";"vegetation";58.8878520315047;TRUE;"Your Place" +"impervious";"vegetation";59.7117727464065;FALSE;"Your Place" +"vegetation";"vegetation";47.400746608153;TRUE;"Your Place" +"vegetation";"vegetation";3182.3679884983;TRUE;"Your Place" +"vegetation";"impervious";139.625427849824;FALSE;"Your Place" +"vegetation";"impervious";18.815836118767;FALSE;"Your Place" +"impervious";"impervious";68.3251788452617;TRUE;"Your Place" +"urban";"impervious";5466.36853247881;FALSE;"Your Place" +"impervious";"impervious";21.3861207780428;TRUE;"Your Place" +"impervious";"impervious";150.100008471869;TRUE;"Your Place" +"impervious";"impervious";73.8617121896241;TRUE;"Your Place" +"vegetation";"vegetation";3645.07607113651;TRUE;"Your Place" +"impervious";"vegetation";5.62578988459427;FALSE;"Your Place" +"impervious";"vegetation";11.5313526787795;FALSE;"Your Place" +"vegetation";"vegetation";718.051770006772;TRUE;"Your Place" +"vegetation";"vegetation";81.8273784350604;TRUE;"Your Place" +"urban";"vegetation";1686.90044541325;FALSE;"Your Place" +"vegetation";"vegetation";58.569591239444;TRUE;"Your Place" +"impervious";"vegetation";88.0338250063942;FALSE;"Your Place" +"impervious";"vegetation";36.6706898678094;FALSE;"Your Place" +"impervious";"vegetation";4188.51880065911;FALSE;"Your Place" +"impervious";"vegetation";25.8004419598728;FALSE;"Your Place" +"vegetation";"vegetation";881.755533308722;TRUE;"Your Place" +"vegetation";"vegetation";109.074829524674;TRUE;"Your Place" +"vegetation";"vegetation";282.661321884982;TRUE;"Your Place" +"vegetation";"impervious";5.26185441756388;FALSE;"Your Place" +"vegetation";"impervious";45.954349398613;FALSE;"Your Place" +"urban";"vegetation";257.745618156623;FALSE;"Your Place" +"vegetation";"vegetation";210.044237253838;TRUE;"Your Place" +"vegetation";"vegetation";334.413331370801;TRUE;"Your Place" +"vegetation";"vegetation";14206.3164131315;TRUE;"Your Place" +"vegetation";"vegetation";999.799363429629;TRUE;"Your Place" +"vegetation";"vegetation";1031.88252027333;TRUE;"Your Place" +"vegetation";"vegetation";49.3583783155773;TRUE;"Your Place" +"impervious";"vegetation";113.827817271231;FALSE;"Your Place" +"vegetation";"vegetation";8.54802201176062;TRUE;"Your Place" +"impervious";"impervious";1.94623150353436;TRUE;"Your Place" +"impervious";"vegetation";2.24951955326833;FALSE;"Your Place" +"vegetation";"impervious";3.28756252489984;FALSE;"Your Place" +"vegetation";"impervious";94.9260838702321;FALSE;"Your Place" +"vegetation";"impervious";27.1366037654225;FALSE;"Your Place" +"water";"vegetation";1549.38122494332;FALSE;"Your Place" +"vegetation";"vegetation";3151.34599930793;TRUE;"Your Place" +"vegetation";"vegetation";0.691775753628463;TRUE;"Your Place" +"vegetation";"vegetation";0.0449427128842217;TRUE;"Your Place" +"vegetation";"vegetation";8974.72971242847;TRUE;"Your Place" +"vegetation";"vegetation";1.30412600043928;TRUE;"Your Place" +"vegetation";"vegetation";54.7113264126529;TRUE;"Your Place" +"vegetation";"vegetation";6.33745080325025;TRUE;"Your Place" +"vegetation";"vegetation";120.855070575257;TRUE;"Your Place" +"impervious";"vegetation";36.4489741967991;FALSE;"Your Place" +"vegetation";"vegetation";4543.77358165476;TRUE;"Your Place" +"vegetation";"vegetation";228.082723848886;TRUE;"Your Place" +"vegetation";"vegetation";951.626928034646;TRUE;"Your Place" +"vegetation";"vegetation";432.97486233282;TRUE;"Your Place" +"vegetation";"vegetation";4212.98070733249;TRUE;"Your Place" +"vegetation";"vegetation";106.394915506244;TRUE;"Your Place" +"impervious";"vegetation";31.7650953093544;FALSE;"Your Place" +"vegetation";"vegetation";59.2035723558511;TRUE;"Your Place" +"vegetation";"vegetation";2.79735607351176;TRUE;"Your Place" +"vegetation";"vegetation";6.78638550336473;TRUE;"Your Place" +"vegetation";"vegetation";48.2596216537058;TRUE;"Your Place" +"vegetation";"vegetation";62.528032528935;TRUE;"Your Place" +"impervious";"vegetation";382.968797004782;FALSE;"Your Place" +"vegetation";"vegetation";36631.6336271936;TRUE;"Your Place" +"vegetation";"vegetation";21.4425703454763;TRUE;"Your Place" +"vegetation";"vegetation";18.8354383115657;TRUE;"Your Place" +"impervious";"impervious";2.75710053602234;TRUE;"Your Place" +"impervious";"impervious";1200.67317864858;TRUE;"Your Place" +"vegetation";"impervious";1892.90148451272;FALSE;"Your Place" +"vegetation";"impervious";15.0115591436625;FALSE;"Your Place" +"vegetation";"impervious";110.109755540063;FALSE;"Your Place" +"vegetation";"vegetation";74.4968348395778;TRUE;"Your Place" +"vegetation";"vegetation";18.1415441625286;TRUE;"Your Place" +"water";"vegetation";3.31998355966061;FALSE;"Your Place" +"urban";"vegetation";532.075987192336;FALSE;"Your Place" +"vegetation";"vegetation";0.0217485252724146;TRUE;"Your Place" +"vegetation";"vegetation";2198.48391405581;TRUE;"Your Place" +"vegetation";"vegetation";288.311846722383;TRUE;"Your Place" +"vegetation";"impervious";88.0781324665877;FALSE;"Your Place" +"vegetation";"impervious";0.257013392401859;FALSE;"Your Place" +"vegetation";"impervious";12.6050314906752;FALSE;"Your Place" +"vegetation";"impervious";28.6150452048751;FALSE;"Your Place" +"vegetation";"impervious";6.4018882936216;FALSE;"Your Place" +"vegetation";"impervious";28.7569421380758;FALSE;"Your Place" +"vegetation";"impervious";23.8851340869442;FALSE;"Your Place" +"vegetation";"impervious";13.3145477406215;FALSE;"Your Place" +"vegetation";"vegetation";33.1146290227771;TRUE;"Your Place" +"vegetation";"vegetation";14567.7975195535;TRUE;"Your Place" +"vegetation";"vegetation";5431.53385648463;TRUE;"Your Place" +"vegetation";"vegetation";103.610943495762;TRUE;"Your Place" +"vegetation";"vegetation";44.1026095026173;TRUE;"Your Place" +"water";"vegetation";30.3694229274988;FALSE;"Your Place" +"vegetation";"vegetation";6489.56993046415;TRUE;"Your Place" +"impervious";"vegetation";824.610713010945;FALSE;"Your Place" +"vegetation";"vegetation";719.546941684093;TRUE;"Your Place" +"vegetation";"vegetation";42.9448596036527;TRUE;"Your Place" +"vegetation";"vegetation";20489.9346434977;TRUE;"Your Place" +"vegetation";"vegetation";1337.79347239435;TRUE;"Your Place" +"water";"vegetation";13.2049381695688;FALSE;"Your Place" +"vegetation";"impervious";133.267066726927;FALSE;"Your Place" +"urban";"vegetation";2551.62015064241;FALSE;"Your Place" +"vegetation";"vegetation";401.030371516012;TRUE;"Your Place" +"vegetation";"vegetation";1152.24467278205;TRUE;"Your Place" +"vegetation";"vegetation";11741.2729319975;TRUE;"Your Place" +"urban";"vegetation";687.346132645616;FALSE;"Your Place" +"vegetation";"vegetation";21.207237362396;TRUE;"Your Place" +"vegetation";"vegetation";18.2043593483395;TRUE;"Your Place" +"vegetation";"vegetation";6715.98395638354;TRUE;"Your Place" +"vegetation";"vegetation";1928.44616792887;TRUE;"Your Place" +"vegetation";"vegetation";987.115378894829;TRUE;"Your Place" +"vegetation";"vegetation";1900.2145610603;TRUE;"Your Place" +"vegetation";"vegetation";871.996216132597;TRUE;"Your Place" +"vegetation";"vegetation";2.94046120380517;TRUE;"Your Place" +"vegetation";"vegetation";6.69266599885304;TRUE;"Your Place" +"vegetation";"vegetation";6488.74267101008;TRUE;"Your Place" +"urban";"vegetation";459.740053172223;FALSE;"Your Place" +"vegetation";"vegetation";103.779413734097;TRUE;"Your Place" +"vegetation";"vegetation";2527.54555008778;TRUE;"Your Place" +"water";"vegetation";36.044340899447;FALSE;"Your Place" +"vegetation";"impervious";10.0056647191523;FALSE;"Your Place" +"vegetation";"impervious";15.8730783929932;FALSE;"Your Place" +"water";"vegetation";9.91490870551206;FALSE;"Your Place" +"urban";"vegetation";7987.65765304118;FALSE;"Your Place" +"vegetation";"vegetation";2730.21474330314;TRUE;"Your Place" +"urban";"impervious";0.840662587666884;FALSE;"Your Place" +"impervious";"impervious";728.429701595567;TRUE;"Your Place" +"impervious";"impervious";17.9574746801518;TRUE;"Your Place" +"impervious";"impervious";230.615391487954;TRUE;"Your Place" +"impervious";"impervious";274.538430314511;TRUE;"Your Place" +"water";"vegetation";15.1022526149172;FALSE;"Your Place" +"impervious";"vegetation";4482.82662224863;FALSE;"Your Place" +"vegetation";"vegetation";28.6050184252963;TRUE;"Your Place" +"vegetation";"vegetation";56699.6127224276;TRUE;"Your Place" +"impervious";"vegetation";133.593888144009;FALSE;"Your Place" +"impervious";"vegetation";83.9771783042233;FALSE;"Your Place" +"vegetation";"vegetation";38.0720532813575;TRUE;"Your Place" +"vegetation";"vegetation";439.442955651903;TRUE;"Your Place" +"vegetation";"impervious";44.2296817332681;FALSE;"Your Place" +"impervious";"vegetation";260.534531414785;FALSE;"Your Place" +"water";"vegetation";361.865857869387;FALSE;"Your Place" +"vegetation";"vegetation";113.705469463952;TRUE;"Your Place" +"vegetation";"vegetation";60755.2133582132;TRUE;"Your Place" +"vegetation";"vegetation";0.372043563053012;TRUE;"Your Place" +"impervious";"vegetation";0.00583410066610668;FALSE;"Your Place" +"vegetation";"vegetation";16.2288560008164;TRUE;"Your Place" +"vegetation";"vegetation";197.543855894488;TRUE;"Your Place" +"impervious";"vegetation";188.502987438813;FALSE;"Your Place" +"vegetation";"vegetation";152.141228902037;TRUE;"Your Place" +"vegetation";"vegetation";31.8680661479593;TRUE;"Your Place" +"impervious";"vegetation";190.236625180114;FALSE;"Your Place" +"vegetation";"vegetation";17481.6928734705;TRUE;"Your Place" +"vegetation";"vegetation";186.968367148773;TRUE;"Your Place" +"vegetation";"vegetation";8.71083719050512;TRUE;"Your Place" +"vegetation";"vegetation";378.610951973693;TRUE;"Your Place" +"urban";"vegetation";2.94752535664884;FALSE;"Your Place" +"impervious";"vegetation";0.208914096816443;FALSE;"Your Place" +"impervious";"vegetation";4025.2475326081;FALSE;"Your Place" +"impervious";"vegetation";3.29566760582384;FALSE;"Your Place" +"impervious";"vegetation";2.72198240982834;FALSE;"Your Place" +"vegetation";"impervious";1.11689728999045;FALSE;"Your Place" +"vegetation";"impervious";222.529408044356;FALSE;"Your Place" +"vegetation";"vegetation";252.689108657447;TRUE;"Your Place" +"impervious";"impervious";12.3679101439193;TRUE;"Your Place" +"impervious";"impervious";8.81519509261125;TRUE;"Your Place" +"impervious";"impervious";3649.7346896872;TRUE;"Your Place" +"impervious";"impervious";6.90245767682791;TRUE;"Your Place" +"impervious";"impervious";40.1897776566911;TRUE;"Your Place" +"impervious";"impervious";2.85585121985059;TRUE;"Your Place" +"urban";"impervious";96.374736537924;FALSE;"Your Place" +"impervious";"impervious";8.36602633682196;TRUE;"Your Place" +"urban";"impervious";15.7964317577425;FALSE;"Your Place" +"impervious";"impervious";34.7183927837759;TRUE;"Your Place" +"urban";"vegetation";21.6656782133359;FALSE;"Your Place" +"vegetation";"vegetation";22780.2533057661;TRUE;"Your Place" +"vegetation";"vegetation";1090.3202787143;TRUE;"Your Place" +"impervious";"vegetation";699.541403748502;FALSE;"Your Place" +"vegetation";"vegetation";18.2435064247111;TRUE;"Your Place" +"urban";"vegetation";339.520382589484;FALSE;"Your Place" +"vegetation";"vegetation";121.337686709035;TRUE;"Your Place" +"vegetation";"vegetation";57.2923754756339;TRUE;"Your Place" +"vegetation";"vegetation";289.572772365995;TRUE;"Your Place" +"vegetation";"vegetation";403.05734858918;TRUE;"Your Place" +"vegetation";"vegetation";12955.4986322187;TRUE;"Your Place" +"vegetation";"vegetation";86.2832730822265;TRUE;"Your Place" +"vegetation";"vegetation";69.6509746087831;TRUE;"Your Place" +"impervious";"vegetation";552.279943139287;FALSE;"Your Place" +"impervious";"vegetation";25.1243776320771;FALSE;"Your Place" +"vegetation";"vegetation";747.016875241825;TRUE;"Your Place" +"vegetation";"water";19.928908739239;FALSE;"Your Place" +"water";"water";69.8304739971645;TRUE;"Your Place" +"vegetation";"vegetation";90.1871392632893;TRUE;"Your Place" +"vegetation";"vegetation";63.111266494263;TRUE;"Your Place" +"vegetation";"vegetation";10237.9873615266;TRUE;"Your Place" +"impervious";"vegetation";87.5921868232545;FALSE;"Your Place" +"vegetation";"vegetation";4702.61328162812;TRUE;"Your Place" +"vegetation";"vegetation";1653.88190007443;TRUE;"Your Place" +"vegetation";"vegetation";11.9942488579836;TRUE;"Your Place" +"vegetation";"vegetation";0.12714966625208;TRUE;"Your Place" +"vegetation";"vegetation";1.47092494252138;TRUE;"Your Place" +"water";"vegetation";1077.04136933689;FALSE;"Your Place" +"vegetation";"vegetation";5746.43279706687;TRUE;"Your Place" +"vegetation";"vegetation";39.125389497196;TRUE;"Your Place" +"urban";"impervious";67.2452794241253;FALSE;"Your Place" +"vegetation";"impervious";9.29823953000596;FALSE;"Your Place" +"vegetation";"vegetation";673.74304771208;TRUE;"Your Place" +"vegetation";"vegetation";0.613929767394438;TRUE;"Your Place" +"urban";"vegetation";126.310909513384;FALSE;"Your Place" +"vegetation";"vegetation";240.03672481002;TRUE;"Your Place" +"vegetation";"vegetation";8331.84611655335;TRUE;"Your Place" +"vegetation";"vegetation";1032.96495317761;TRUE;"Your Place" +"vegetation";"vegetation";321.570935314987;TRUE;"Your Place" +"vegetation";"vegetation";737.284614770906;TRUE;"Your Place" +"water";"vegetation";6.44933205167763;FALSE;"Your Place" +"vegetation";"vegetation";35.3248055727454;TRUE;"Your Place" +"vegetation";"vegetation";159.975900648627;TRUE;"Your Place" +"vegetation";"vegetation";201.99911362282;TRUE;"Your Place" +"urban";"impervious";1.91314006788889;FALSE;"Your Place" +"impervious";"impervious";66.7347308924654;TRUE;"Your Place" +"impervious";"impervious";21.7619844404981;TRUE;"Your Place" +"impervious";"impervious";332.833443733631;TRUE;"Your Place" +"impervious";"impervious";15.4398551554186;TRUE;"Your Place" +"vegetation";"impervious";17.2052031336352;FALSE;"Your Place" +"vegetation";"impervious";22.9233235437423;FALSE;"Your Place" +"vegetation";"impervious";4.66299120834447;FALSE;"Your Place" +"impervious";"impervious";31.6479282591899;TRUE;"Your Place" +"impervious";"impervious";353.931810185546;TRUE;"Your Place" +"vegetation";"impervious";98.7792618212989;FALSE;"Your Place" +"vegetation";"impervious";80.6727758592751;FALSE;"Your Place" +"vegetation";"vegetation";195.04603432602;TRUE;"Your Place" +"vegetation";"vegetation";21.2113941664575;TRUE;"Your Place" +"vegetation";"vegetation";289.343218242517;TRUE;"Your Place" +"vegetation";"vegetation";1526.8237582118;TRUE;"Your Place" +"vegetation";"vegetation";12.8236005844083;TRUE;"Your Place" +"vegetation";"vegetation";396.221472302626;TRUE;"Your Place" +"impervious";"vegetation";66.2855803169659;FALSE;"Your Place" +"vegetation";"vegetation";247.733895057681;TRUE;"Your Place" +"vegetation";"vegetation";88152.7810091437;TRUE;"Your Place" +"vegetation";"vegetation";136.273663128726;TRUE;"Your Place" +"vegetation";"vegetation";0.0926489496378053;TRUE;"Your Place" +"vegetation";"vegetation";0.232450074050575;TRUE;"Your Place" +"vegetation";"vegetation";298.328301464979;TRUE;"Your Place" +"impervious";"vegetation";58.7627319809981;FALSE;"Your Place" +"vegetation";"vegetation";0.887492263194872;TRUE;"Your Place" +"vegetation";"vegetation";1066.81333498168;TRUE;"Your Place" +"impervious";"vegetation";5.21925709990319;FALSE;"Your Place" +"vegetation";"vegetation";688.345888367243;TRUE;"Your Place" +"vegetation";"vegetation";75.5394926192239;TRUE;"Your Place" +"vegetation";"vegetation";462.828485941747;TRUE;"Your Place" +"vegetation";"vegetation";0.0929984231479466;TRUE;"Your Place" +"vegetation";"vegetation";492.157465035329;TRUE;"Your Place" +"vegetation";"vegetation";15.1295173736289;TRUE;"Your Place" +"impervious";"vegetation";4.8788461862132;FALSE;"Your Place" +"impervious";"vegetation";115.314153102227;FALSE;"Your Place" +"impervious";"vegetation";0.467001776010875;FALSE;"Your Place" +"impervious";"vegetation";61.6539527588175;FALSE;"Your Place" +"impervious";"vegetation";4083.55429403996;FALSE;"Your Place" +"impervious";"vegetation";58.5051965074381;FALSE;"Your Place" +"vegetation";"vegetation";600.630917040166;TRUE;"Your Place" +"vegetation";"vegetation";44.7503297971562;TRUE;"Your Place" +"vegetation";"vegetation";22.5032202038565;TRUE;"Your Place" +"vegetation";"vegetation";0.78958314913325;TRUE;"Your Place" +"vegetation";"vegetation";1.92551657111289;TRUE;"Your Place" +"vegetation";"vegetation";6.83049486228174;TRUE;"Your Place" +"impervious";"vegetation";32.6101098998915;FALSE;"Your Place" +"impervious";"vegetation";193.753724095761;FALSE;"Your Place" +"vegetation";"vegetation";737.355586143327;TRUE;"Your Place" +"vegetation";"vegetation";2706.36872005626;TRUE;"Your Place" +"vegetation";"vegetation";95081.2544830471;TRUE;"Your Place" +"vegetation";"vegetation";1139.73046345066;TRUE;"Your Place" +"vegetation";"vegetation";231.673222627415;TRUE;"Your Place" +"vegetation";"vegetation";112.264980960069;TRUE;"Your Place" +"vegetation";"vegetation";116.453335404396;TRUE;"Your Place" +"vegetation";"vegetation";1427.88371153595;TRUE;"Your Place" +"vegetation";"vegetation";20.8603866283083;TRUE;"Your Place" +"impervious";"impervious";1.89731689555629;TRUE;"Your Place" +"vegetation";"vegetation";615.394430858927;TRUE;"Your Place" +"vegetation";"vegetation";4563.20028833637;TRUE;"Your Place" +"vegetation";"vegetation";5.24820301984437;TRUE;"Your Place" +"vegetation";"vegetation";0.406547375197988;TRUE;"Your Place" +"vegetation";"vegetation";1027.41294411011;TRUE;"Your Place" +"urban";"vegetation";94.9372597836191;FALSE;"Your Place" +"impervious";"vegetation";19.1957114571996;FALSE;"Your Place" +"vegetation";"vegetation";896.89616668591;TRUE;"Your Place" +"vegetation";"vegetation";1888.40188308293;TRUE;"Your Place" +"urban";"vegetation";0.176825502538122;FALSE;"Your Place" +"vegetation";"vegetation";2246.92357296403;TRUE;"Your Place" +"impervious";"vegetation";55.2964388933033;FALSE;"Your Place" +"vegetation";"vegetation";10.3276903769874;TRUE;"Your Place" +"vegetation";"vegetation";74.2166816901881;TRUE;"Your Place" +"impervious";"vegetation";645.867558024358;FALSE;"Your Place" +"vegetation";"vegetation";156.353244401864;TRUE;"Your Place" +"vegetation";"vegetation";38.8954204109032;TRUE;"Your Place" +"vegetation";"vegetation";2698.75045358947;TRUE;"Your Place" +"vegetation";"vegetation";7455.42049739126;TRUE;"Your Place" +"vegetation";"vegetation";1684.44852160523;TRUE;"Your Place" +"vegetation";"vegetation";266.386378498049;TRUE;"Your Place" +"vegetation";"vegetation";358.30860597943;TRUE;"Your Place" +"vegetation";"vegetation";2089.9482913817;TRUE;"Your Place" +"vegetation";"vegetation";7.54256719665136;TRUE;"Your Place" +"vegetation";"vegetation";13829.9267359034;TRUE;"Your Place" +"vegetation";"vegetation";2198.64911007945;TRUE;"Your Place" +"vegetation";"vegetation";1096.17680100817;TRUE;"Your Place" +"vegetation";"impervious";1.81029138714075;FALSE;"Your Place" +"vegetation";"impervious";310.141395543702;FALSE;"Your Place" +"vegetation";"impervious";139.044488174841;FALSE;"Your Place" +"vegetation";"impervious";3.21547125838697;FALSE;"Your Place" +"vegetation";"vegetation";0.0283460532664321;TRUE;"Your Place" +"vegetation";"vegetation";6.41153247456532;TRUE;"Your Place" +"vegetation";"impervious";6.84079166688025;FALSE;"Your Place" +"vegetation";"impervious";7.47409534547478;FALSE;"Your Place" +"vegetation";"impervious";3.70024087890488;FALSE;"Your Place" +"vegetation";"impervious";7.7244411255233;FALSE;"Your Place" +"vegetation";"impervious";0.140957462204824;FALSE;"Your Place" +"vegetation";"impervious";26.0657259429354;FALSE;"Your Place" +"vegetation";"impervious";1.45523263432551;FALSE;"Your Place" +"vegetation";"impervious";51.9318377390737;FALSE;"Your Place" +"impervious";"vegetation";0.0450438542575284;FALSE;"Your Place" +"impervious";"vegetation";0.232704478316009;FALSE;"Your Place" +"impervious";"vegetation";33.7211597131245;FALSE;"Your Place" +"impervious";"vegetation";3228.45144447574;FALSE;"Your Place" +"impervious";"vegetation";10.6624981732675;FALSE;"Your Place" +"vegetation";"vegetation";100.741686498746;TRUE;"Your Place" +"impervious";"vegetation";17.3289647590718;FALSE;"Your Place" +"impervious";"vegetation";11.6665575020015;FALSE;"Your Place" +"vegetation";"vegetation";2.44053990696557;TRUE;"Your Place" +"vegetation";"vegetation";43.1854538720509;TRUE;"Your Place" +"urban";"vegetation";1.41818639019039;FALSE;"Your Place" +"vegetation";"vegetation";301.106035461322;TRUE;"Your Place" +"impervious";"vegetation";4223.57650379694;FALSE;"Your Place" +"water";"vegetation";8.90031745936722;FALSE;"Your Place" +"vegetation";"vegetation";75.3963733260753;TRUE;"Your Place" +"water";"vegetation";14.2069713771925;FALSE;"Your Place" +"vegetation";"vegetation";300.72432482522;TRUE;"Your Place" +"impervious";"vegetation";382.463637361769;FALSE;"Your Place" +"vegetation";"vegetation";795.960294742137;TRUE;"Your Place" +"water";"vegetation";25.470208148472;FALSE;"Your Place" +"vegetation";"impervious";6.79467522469349;FALSE;"Your Place" +"vegetation";"impervious";16.5444867727347;FALSE;"Your Place" +"vegetation";"vegetation";12051.0115680608;TRUE;"Your Place" +"vegetation";"vegetation";140.560238840802;TRUE;"Your Place" +"vegetation";"vegetation";1193.7218413474;TRUE;"Your Place" +"vegetation";"vegetation";0.516754871183366;TRUE;"Your Place" +"vegetation";"vegetation";23128.5858532861;TRUE;"Your Place" +"vegetation";"vegetation";1120.10004733177;TRUE;"Your Place" +"vegetation";"vegetation";246.91483932361;TRUE;"Your Place" +"vegetation";"vegetation";780.320541981375;TRUE;"Your Place" +"vegetation";"vegetation";397.277786530554;TRUE;"Your Place" +"vegetation";"vegetation";25.6246901491832;TRUE;"Your Place" +"vegetation";"vegetation";126.23940135166;TRUE;"Your Place" +"vegetation";"impervious";10.7680348679423;FALSE;"Your Place" +"vegetation";"impervious";18.0288515026368;FALSE;"Your Place" +"vegetation";"impervious";4.03680004226044;FALSE;"Your Place" +"vegetation";"vegetation";51.6928060362116;TRUE;"Your Place" +"vegetation";"vegetation";9780.36329952753;TRUE;"Your Place" +"vegetation";"vegetation";535.899776479229;TRUE;"Your Place" +"vegetation";"impervious";13.7113342812518;FALSE;"Your Place" +"vegetation";"impervious";29.4403964158846;FALSE;"Your Place" +"vegetation";"impervious";4.84003350452986;FALSE;"Your Place" +"vegetation";"vegetation";15.6704168876749;TRUE;"Your Place" +"impervious";"impervious";0.019580768130254;TRUE;"Your Place" +"impervious";"impervious";459.352658283897;TRUE;"Your Place" +"impervious";"impervious";5.72736728470773;TRUE;"Your Place" +"vegetation";"vegetation";373.614421341583;TRUE;"Your Place" +"vegetation";"vegetation";1.6546548033366;TRUE;"Your Place" +"vegetation";"vegetation";19223.0741065489;TRUE;"Your Place" +"vegetation";"vegetation";2985.57250966915;TRUE;"Your Place" +"vegetation";"vegetation";1585.72835711273;TRUE;"Your Place" +"vegetation";"vegetation";431.607592185588;TRUE;"Your Place" +"vegetation";"vegetation";36.638228056021;TRUE;"Your Place" +"impervious";"impervious";18.8733681299491;TRUE;"Your Place" +"impervious";"impervious";5.98636852577329;TRUE;"Your Place" +"impervious";"impervious";499.999942051247;TRUE;"Your Place" +"impervious";"impervious";9.62663559149951;TRUE;"Your Place" +"vegetation";"vegetation";23.7387428974034;TRUE;"Your Place" +"vegetation";"vegetation";46041.2586480221;TRUE;"Your Place" +"vegetation";"vegetation";41.9955889778212;TRUE;"Your Place" +"vegetation";"vegetation";9.45000085001811;TRUE;"Your Place" +"vegetation";"vegetation";1303.30889631831;TRUE;"Your Place" +"vegetation";"vegetation";11.416876431671;TRUE;"Your Place" +"vegetation";"vegetation";2035.53793078684;TRUE;"Your Place" +"impervious";"vegetation";30.0706340097822;FALSE;"Your Place" +"vegetation";"impervious";37.3927040791023;FALSE;"Your Place" +"vegetation";"impervious";0.70792177983094;FALSE;"Your Place" +"vegetation";"vegetation";366.216225270618;TRUE;"Your Place" +"vegetation";"vegetation";18861.5530090448;TRUE;"Your Place" +"vegetation";"vegetation";18699.9337501731;TRUE;"Your Place" +"vegetation";"vegetation";499.18718551239;TRUE;"Your Place" +"impervious";"vegetation";27.0463313595392;FALSE;"Your Place" +"vegetation";"vegetation";195.853165098466;TRUE;"Your Place" +"vegetation";"impervious";281.60517952044;FALSE;"Your Place" +"vegetation";"vegetation";219.003692261568;TRUE;"Your Place" +"vegetation";"vegetation";32.7280167154968;TRUE;"Your Place" +"vegetation";"vegetation";71840.1347670875;TRUE;"Your Place" +"vegetation";"vegetation";73.2674965988845;TRUE;"Your Place" +"impervious";"vegetation";508.048225924373;FALSE;"Your Place" +"vegetation";"impervious";163.927963061916;FALSE;"Your Place" +"vegetation";"vegetation";1505.93207103873;TRUE;"Your Place" +"vegetation";"impervious";12.9809439577948;FALSE;"Your Place" +"vegetation";"impervious";247.995904239826;FALSE;"Your Place" +"vegetation";"vegetation";17.7598022534512;TRUE;"Your Place" +"water";"vegetation";85.7921914821491;FALSE;"Your Place" +"vegetation";"vegetation";41.2263727802783;TRUE;"Your Place" +"impervious";"vegetation";225.102694698842;FALSE;"Your Place" +"vegetation";"vegetation";7737.23056744784;TRUE;"Your Place" +"water";"vegetation";158.618687759154;FALSE;"Your Place" +"vegetation";"vegetation";134.021971776499;TRUE;"Your Place" +"vegetation";"vegetation";12.8631736263633;TRUE;"Your Place" +"vegetation";"vegetation";20.3260845074255;TRUE;"Your Place" +"impervious";"vegetation";0.246424485056195;FALSE;"Your Place" +"vegetation";"impervious";68.7811840760987;FALSE;"Your Place" +"vegetation";"impervious";6.06479466240853;FALSE;"Your Place" +"vegetation";"impervious";606.707615456769;FALSE;"Your Place" +"vegetation";"impervious";757.056250786409;FALSE;"Your Place" +"vegetation";"impervious";14134.7693062471;FALSE;"Your Place" +"vegetation";"impervious";4464.13286331983;FALSE;"Your Place" +"vegetation";"impervious";19.0556840130594;FALSE;"Your Place" +"vegetation";"vegetation";4941.30070848831;TRUE;"Your Place" +"vegetation";"vegetation";61.7186389928684;TRUE;"Your Place" +"vegetation";"impervious";283.771964472486;FALSE;"Your Place" +"vegetation";"vegetation";329.417240510695;TRUE;"Your Place" +"impervious";"vegetation";173.867061821744;FALSE;"Your Place" +"vegetation";"vegetation";323.619115788257;TRUE;"Your Place" +"impervious";"vegetation";64.9265231643803;FALSE;"Your Place" +"impervious";"vegetation";8.24134196224622;FALSE;"Your Place" +"vegetation";"impervious";30.9650480228011;FALSE;"Your Place" +"impervious";"impervious";523.71048818808;TRUE;"Your Place" +"vegetation";"vegetation";1478.29808539407;TRUE;"Your Place" +"vegetation";"vegetation";32954.5188494726;TRUE;"Your Place" +"vegetation";"vegetation";552.836762680789;TRUE;"Your Place" +"vegetation";"vegetation";1032.84437206388;TRUE;"Your Place" +"vegetation";"impervious";214.049652400776;FALSE;"Your Place" +"vegetation";"impervious";586.570935322903;FALSE;"Your Place" +"impervious";"impervious";91.5750392870978;TRUE;"Your Place" +"vegetation";"vegetation";3.50703584519215;TRUE;"Your Place" +"vegetation";"vegetation";16.9444697042891;TRUE;"Your Place" +"vegetation";"vegetation";8378.4674894663;TRUE;"Your Place" +"vegetation";"vegetation";34252.1662177687;TRUE;"Your Place" +"vegetation";"vegetation";12.6021276591928;TRUE;"Your Place" +"vegetation";"impervious";86.8075692462735;FALSE;"Your Place" +"impervious";"impervious";101.349845880177;TRUE;"Your Place" +"vegetation";"impervious";821.64140812424;FALSE;"Your Place" +"vegetation";"impervious";16.5682122998405;FALSE;"Your Place" +"vegetation";"impervious";29.9605521257035;FALSE;"Your Place" +"vegetation";"impervious";389.014758848818;FALSE;"Your Place" +"vegetation";"vegetation";10.9392389879795;TRUE;"Your Place" +"vegetation";"vegetation";728.762971537188;TRUE;"Your Place" +"vegetation";"vegetation";0.173545153113082;TRUE;"Your Place" +"vegetation";"vegetation";18.4465601592819;TRUE;"Your Place" +"vegetation";"vegetation";867.517817196669;TRUE;"Your Place" +"vegetation";"impervious";1.45369558030507;FALSE;"Your Place" +"vegetation";"impervious";4.7231396274874;FALSE;"Your Place" +"vegetation";"impervious";25.8635514969938;FALSE;"Your Place" +"vegetation";"impervious";0.869665314501617;FALSE;"Your Place" +"vegetation";"vegetation";134.561290475776;TRUE;"Your Place" +"vegetation";"vegetation";235.970880746434;TRUE;"Your Place" +"vegetation";"vegetation";322.881431390066;TRUE;"Your Place" +"vegetation";"vegetation";392.193021248095;TRUE;"Your Place" +"vegetation";"vegetation";5052.16443564929;TRUE;"Your Place" +"vegetation";"vegetation";1250.72202628445;TRUE;"Your Place" +"vegetation";"vegetation";57.3620132354554;TRUE;"Your Place" +"vegetation";"vegetation";17.1277993828116;TRUE;"Your Place" +"impervious";"vegetation";55.8678651144728;FALSE;"Your Place" +"vegetation";"vegetation";6019.3048246149;TRUE;"Your Place" +"vegetation";"vegetation";459.926016962156;TRUE;"Your Place" +"vegetation";"vegetation";9925.61606379831;TRUE;"Your Place" +"vegetation";"impervious";328.156757771503;FALSE;"Your Place" +"vegetation";"impervious";348.806998841465;FALSE;"Your Place" +"vegetation";"vegetation";6161.26252102619;TRUE;"Your Place" +"vegetation";"vegetation";69.4628232733812;TRUE;"Your Place" +"vegetation";"vegetation";21.1053200857714;TRUE;"Your Place" +"vegetation";"vegetation";20581.6840826286;TRUE;"Your Place" +"vegetation";"vegetation";42.3618878233247;TRUE;"Your Place" +"vegetation";"vegetation";191.670798565232;TRUE;"Your Place" +"vegetation";"vegetation";408.209908075052;TRUE;"Your Place" +"vegetation";"vegetation";14.5249924033415;TRUE;"Your Place" +"vegetation";"vegetation";8260.48354148178;TRUE;"Your Place" +"vegetation";"vegetation";0.144887657195795;TRUE;"Your Place" +"vegetation";"vegetation";893.31273719389;TRUE;"Your Place" +"vegetation";"vegetation";519.455536811613;TRUE;"Your Place" +"vegetation";"vegetation";3010.54318537319;TRUE;"Your Place" +"vegetation";"vegetation";1101.50597633154;TRUE;"Your Place" +"vegetation";"vegetation";29.3626165972091;TRUE;"Your Place" +"vegetation";"vegetation";1771.67592688533;TRUE;"Your Place" +"vegetation";"vegetation";8.55217587633524;TRUE;"Your Place" +"vegetation";"vegetation";385.866859291214;TRUE;"Your Place" +"vegetation";"vegetation";405.172532251596;TRUE;"Your Place" +"vegetation";"impervious";23.4410665234318;FALSE;"Your Place" +"vegetation";"impervious";10.3969037736533;FALSE;"Your Place" +"vegetation";"impervious";1394.86710248701;FALSE;"Your Place" +"vegetation";"impervious";4.75920337019488;FALSE;"Your Place" +"vegetation";"impervious";971.97223341465;FALSE;"Your Place" +"vegetation";"impervious";22.6389826152008;FALSE;"Your Place" +"vegetation";"impervious";209.740070641041;FALSE;"Your Place" +"vegetation";"vegetation";6.19914292544127;TRUE;"Your Place" +"vegetation";"vegetation";257.743314898224;TRUE;"Your Place" +"vegetation";"vegetation";17.2343337569619;TRUE;"Your Place" +"vegetation";"vegetation";2781.45119951514;TRUE;"Your Place" +"vegetation";"vegetation";190.994500411442;TRUE;"Your Place" +"water";"vegetation";185.345358922525;FALSE;"Your Place" +"vegetation";"vegetation";8546.93460198829;TRUE;"Your Place" +"vegetation";"vegetation";390.895062458003;TRUE;"Your Place" +"water";"water";0.00318592498661019;TRUE;"Your Place" +"water";"water";10027.8864377812;TRUE;"Your Place" +"vegetation";"water";1887.69323254778;FALSE;"Your Place" +"vegetation";"vegetation";324.232293058187;TRUE;"Your Place" +"vegetation";"vegetation";26.0728046111763;TRUE;"Your Place" +"vegetation";"vegetation";139.193047767039;TRUE;"Your Place" +"vegetation";"vegetation";32.2100924971746;TRUE;"Your Place" +"vegetation";"impervious";13.44829701446;FALSE;"Your Place" +"vegetation";"impervious";91.6952275955118;FALSE;"Your Place" +"vegetation";"impervious";46.6021109614521;FALSE;"Your Place" +"vegetation";"impervious";9.9691845595371;FALSE;"Your Place" +"vegetation";"impervious";6.66641371347941;FALSE;"Your Place" +"vegetation";"vegetation";16.5478910293896;TRUE;"Your Place" +"vegetation";"vegetation";83.0593347477261;TRUE;"Your Place" +"vegetation";"vegetation";344.260806871578;TRUE;"Your Place" +"vegetation";"vegetation";170.513689784566;TRUE;"Your Place" +"vegetation";"impervious";173.251146098832;FALSE;"Your Place" +"vegetation";"vegetation";76.2348560604732;TRUE;"Your Place" +"vegetation";"vegetation";1.54425304092001;TRUE;"Your Place" +"vegetation";"vegetation";113.386659149488;TRUE;"Your Place" +"vegetation";"vegetation";706.077382654184;TRUE;"Your Place" +"vegetation";"vegetation";2.65468942560256;TRUE;"Your Place" +"vegetation";"impervious";21.4913742260542;FALSE;"Your Place" +"vegetation";"impervious";4.22395333671011;FALSE;"Your Place" +"vegetation";"impervious";180.26724947663;FALSE;"Your Place" +"vegetation";"impervious";62.0578061233973;FALSE;"Your Place" +"vegetation";"impervious";225.9911806155;FALSE;"Your Place" +"vegetation";"impervious";148.669655545615;FALSE;"Your Place" +"vegetation";"vegetation";2.80806937860325;TRUE;"Your Place" +"vegetation";"vegetation";0.164352052845061;TRUE;"Your Place" +"vegetation";"vegetation";19431.5371325303;TRUE;"Your Place" +"vegetation";"impervious";5.95067102671601;FALSE;"Your Place" +"vegetation";"impervious";617.183537082397;FALSE;"Your Place" +"vegetation";"impervious";397.471179657849;FALSE;"Your Place" +"vegetation";"impervious";155.629325764894;FALSE;"Your Place" +"vegetation";"vegetation";851.044056634128;TRUE;"Your Place" +"urban";"water";4498.36960365392;FALSE;"Your Place" +"water";"water";20.3282732646912;TRUE;"Your Place" +"water";"water";7820.95208830317;TRUE;"Your Place" +"vegetation";"water";813.127913670731;FALSE;"Your Place" +"water";"water";38023.964768358;TRUE;"Your Place" +"water";"water";35981.61849733;TRUE;"Your Place" +"vegetation";"water";851.07243134384;FALSE;"Your Place" +"water";"water";19284.398103195;TRUE;"Your Place" +"water";"water";794.568598844809;TRUE;"Your Place" +"impervious";"water";0.767410228814697;FALSE;"Your Place" +"water";"water";16.8226778302342;TRUE;"Your Place" +"impervious";"water";2.0858551885467;FALSE;"Your Place" +"impervious";"water";235.651069161569;FALSE;"Your Place" +"water";"vegetation";2248.20004376862;FALSE;"Your Place" +"vegetation";"vegetation";205826.001142025;TRUE;"Your Place" +"impervious";"vegetation";34.1391762515996;FALSE;"Your Place" +"vegetation";"vegetation";13229.0518174907;TRUE;"Your Place" +"vegetation";"vegetation";114.514566423837;TRUE;"Your Place" +"vegetation";"vegetation";100361.198845984;TRUE;"Your Place" +"vegetation";"vegetation";24.6007479949621;TRUE;"Your Place" +"vegetation";"vegetation";414.762595361448;TRUE;"Your Place" +"vegetation";"vegetation";188.803555626422;TRUE;"Your Place" +"vegetation";"vegetation";64.4606475215405;TRUE;"Your Place" +"vegetation";"vegetation";536177.082239276;TRUE;"Your Place" +"vegetation";"vegetation";157.716666438093;TRUE;"Your Place" +"vegetation";"vegetation";130245.100436793;TRUE;"Your Place" +"impervious";"vegetation";9.67631941614673;FALSE;"Your Place" +"vegetation";"vegetation";113.305380788632;TRUE;"Your Place" +"vegetation";"vegetation";23190.4332409579;TRUE;"Your Place" +"vegetation";"vegetation";21679.3849743743;TRUE;"Your Place" +"urban";"vegetation";31.2032105181079;FALSE;"Your Place" +"vegetation";"vegetation";52.9320506417571;TRUE;"Your Place" +"impervious";"vegetation";3.55966286361217;FALSE;"Your Place" +"impervious";"vegetation";968.668334966293;FALSE;"Your Place" +"vegetation";"vegetation";2.16010253406148;TRUE;"Your Place" +"vegetation";"vegetation";37.7795832008123;TRUE;"Your Place" +"vegetation";"vegetation";31192.2949175183;TRUE;"Your Place" +"vegetation";"vegetation";1.24615529905714;TRUE;"Your Place" +"vegetation";"vegetation";11.117055144161;TRUE;"Your Place" +"vegetation";"vegetation";16586.9762656402;TRUE;"Your Place" +"urban";"vegetation";5845.91441061166;FALSE;"Your Place" +"vegetation";"vegetation";226.575521381106;TRUE;"Your Place" +"vegetation";"vegetation";4559.26567044039;TRUE;"Your Place" +"vegetation";"vegetation";275.151728279505;TRUE;"Your Place" +"vegetation";"vegetation";115.157652132213;TRUE;"Your Place" +"vegetation";"vegetation";24625.0632195725;TRUE;"Your Place" +"urban";"vegetation";65.138764668256;FALSE;"Your Place" +"urban";"vegetation";67.6132196472026;FALSE;"Your Place" +"urban";"vegetation";7.23902807134436;FALSE;"Your Place" +"urban";"vegetation";39.366777901756;FALSE;"Your Place" +"urban";"vegetation";3.66354427672923;FALSE;"Your Place" +"urban";"vegetation";1.8066318212077;FALSE;"Your Place" +"urban";"vegetation";9540.72801192774;FALSE;"Your Place" +"water";"vegetation";777.867944886773;FALSE;"Your Place" +"vegetation";"vegetation";9616.18007963669;TRUE;"Your Place" +"water";"vegetation";7.68393977238156;FALSE;"Your Place" +"impervious";"vegetation";15.1429946251155;FALSE;"Your Place" +"impervious";"vegetation";1.51892560387932;FALSE;"Your Place" +"impervious";"vegetation";6.81807231873972;FALSE;"Your Place" +"impervious";"vegetation";10.5150561113551;FALSE;"Your Place" +"impervious";"vegetation";2145.9561449273;FALSE;"Your Place" +"urban";"vegetation";23682.1621011682;FALSE;"Your Place" +"urban";"vegetation";36106.4797013358;FALSE;"Your Place" +"urban";"vegetation";14.0929107362172;FALSE;"Your Place" +"vegetation";"vegetation";2654.42367635199;TRUE;"Your Place" +"vegetation";"vegetation";1127.94567484781;TRUE;"Your Place" +"vegetation";"vegetation";35579.4604635507;TRUE;"Your Place" +"vegetation";"vegetation";5.76504703093087;TRUE;"Your Place" +"vegetation";"vegetation";8.89304877718678;TRUE;"Your Place" +"vegetation";"vegetation";75221.5976918426;TRUE;"Your Place" +"urban";"vegetation";844.511906752363;FALSE;"Your Place" +"vegetation";"vegetation";13793.905934989;TRUE;"Your Place" +"vegetation";"vegetation";7224.23017736309;TRUE;"Your Place" +"vegetation";"vegetation";7222.13877003224;TRUE;"Your Place" +"vegetation";"vegetation";1495.33354420666;TRUE;"Your Place" +"impervious";"vegetation";33.6984070942272;FALSE;"Your Place" +"vegetation";"vegetation";13031.0315155829;TRUE;"Your Place" +"vegetation";"vegetation";4469.53819679222;TRUE;"Your Place" +"vegetation";"vegetation";14.2648887213436;TRUE;"Your Place" +"vegetation";"vegetation";352.891431109631;TRUE;"Your Place" +"vegetation";"vegetation";16207.131643788;TRUE;"Your Place" +"impervious";"vegetation";4812.38207943743;FALSE;"Your Place" +"urban";"vegetation";2896.46141745159;FALSE;"Your Place" +"vegetation";"vegetation";14404.8688524216;TRUE;"Your Place" +"vegetation";"vegetation";6.87981193582527;TRUE;"Your Place" +"vegetation";"vegetation";14058.6523930561;TRUE;"Your Place" +"vegetation";"vegetation";1877.43182349787;TRUE;"Your Place" +"vegetation";"vegetation";8.00424603122519;TRUE;"Your Place" +"urban";"vegetation";951.981283882271;FALSE;"Your Place" +"vegetation";"vegetation";939.013669182619;TRUE;"Your Place" +"vegetation";"vegetation";55546.6108822712;TRUE;"Your Place" +"vegetation";"vegetation";489.008439475903;TRUE;"Your Place" +"vegetation";"vegetation";3043.34497137158;TRUE;"Your Place" +"vegetation";"vegetation";327.911963291583;TRUE;"Your Place" +"urban";"vegetation";3384.07129906505;FALSE;"Your Place" +"vegetation";"vegetation";16.5378483466375;TRUE;"Your Place" +"impervious";"vegetation";0.100750931364018;FALSE;"Your Place" +"vegetation";"vegetation";348.936964029679;TRUE;"Your Place" +"vegetation";"vegetation";17.4106411542743;TRUE;"Your Place" +"vegetation";"vegetation";3.15795312216505;TRUE;"Your Place" +"vegetation";"vegetation";332.793715333151;TRUE;"Your Place" +"vegetation";"vegetation";40294.1212977199;TRUE;"Your Place" +"impervious";"vegetation";158.636098593852;FALSE;"Your Place" +"urban";"vegetation";1037.79931392777;FALSE;"Your Place" +"impervious";"vegetation";52.6322737745941;FALSE;"Your Place" +"vegetation";"vegetation";88226.1484824912;TRUE;"Your Place" +"vegetation";"vegetation";89.2479019669263;TRUE;"Your Place" +"vegetation";"vegetation";1103.83738132007;TRUE;"Your Place" +"vegetation";"vegetation";5187.54276427957;TRUE;"Your Place" +"urban";"vegetation";3229.25547227217;FALSE;"Your Place" +"vegetation";"vegetation";47.5443186601624;TRUE;"Your Place" +"vegetation";"vegetation";7340.43585611181;TRUE;"Your Place" +"vegetation";"vegetation";687.704071854241;TRUE;"Your Place" +"vegetation";"vegetation";10528.7370662866;TRUE;"Your Place" +"vegetation";"vegetation";39.2406776979915;TRUE;"Your Place" +"impervious";"vegetation";2798.11488876271;FALSE;"Your Place" +"vegetation";"vegetation";23454.4974939878;TRUE;"Your Place" +"impervious";"vegetation";0.113354489207268;FALSE;"Your Place" +"impervious";"vegetation";1.433196987462;FALSE;"Your Place" +"vegetation";"vegetation";33.0699586227056;TRUE;"Your Place" +"impervious";"vegetation";4.12552319280803;FALSE;"Your Place" +"impervious";"vegetation";6.87368721887469;FALSE;"Your Place" +"impervious";"vegetation";54.2927282792516;FALSE;"Your Place" +"impervious";"vegetation";314.990122649819;FALSE;"Your Place" +"vegetation";"vegetation";138.452860902995;TRUE;"Your Place" +"vegetation";"vegetation";239.444774296135;TRUE;"Your Place" +"vegetation";"vegetation";61.7385193170048;TRUE;"Your Place" +"vegetation";"vegetation";0.281465126667172;TRUE;"Your Place" +"vegetation";"vegetation";16.3893857565126;TRUE;"Your Place" +"impervious";"vegetation";47.9473960370524;FALSE;"Your Place" +"vegetation";"vegetation";1.72073705145158;TRUE;"Your Place" +"vegetation";"vegetation";501405.946547656;TRUE;"Your Place" +"vegetation";"vegetation";52.5676924310392;TRUE;"Your Place" +"vegetation";"vegetation";155.510032634251;TRUE;"Your Place" +"vegetation";"vegetation";58.8146962883184;TRUE;"Your Place" +"vegetation";"vegetation";17015.7974048739;TRUE;"Your Place" +"vegetation";"vegetation";245.48980410058;TRUE;"Your Place" +"urban";"vegetation";6643.18441242575;FALSE;"Your Place" +"urban";"vegetation";4202.227168791;FALSE;"Your Place" +"water";"vegetation";369.77318969171;FALSE;"Your Place" +"vegetation";"vegetation";9603.72298859991;TRUE;"Your Place" +"vegetation";"vegetation";27528.3425820149;TRUE;"Your Place" +"water";"vegetation";295.048205292318;FALSE;"Your Place" +"vegetation";"vegetation";9523.9311302198;TRUE;"Your Place" +"vegetation";"vegetation";25704.0306980253;TRUE;"Your Place" +"vegetation";"vegetation";11001.8452667683;TRUE;"Your Place" +"urban";"impervious";61.1876999464585;FALSE;"Your Place" +"urban";"impervious";42.8280403846875;FALSE;"Your Place" +"urban";"impervious";2.8380749700118;FALSE;"Your Place" +"impervious";"impervious";4942.12846117548;TRUE;"Your Place" +"urban";"vegetation";61.692780379788;FALSE;"Your Place" +"urban";"vegetation";12.6038336539641;FALSE;"Your Place" +"urban";"vegetation";52.2466080613958;FALSE;"Your Place" +"impervious";"vegetation";53.8573996911291;FALSE;"Your Place" +"impervious";"vegetation";0.696437158607296;FALSE;"Your Place" +"impervious";"vegetation";383.079707595345;FALSE;"Your Place" +"vegetation";"vegetation";5763.77057602676;TRUE;"Your Place" +"urban";"vegetation";7.31919554370143;FALSE;"Your Place" +"urban";"vegetation";0.186794218607247;FALSE;"Your Place" +"vegetation";"vegetation";8082.06349016854;TRUE;"Your Place" +"vegetation";"vegetation";0.130991078331135;TRUE;"Your Place" +"vegetation";"vegetation";74.8947541695088;TRUE;"Your Place" +"water";"vegetation";0.00224353142766631;FALSE;"Your Place" +"vegetation";"vegetation";1138.406874854;TRUE;"Your Place" +"vegetation";"vegetation";25185.0035032034;TRUE;"Your Place" +"impervious";"vegetation";7.64533163176384;FALSE;"Your Place" +"vegetation";"vegetation";2560.25552841864;TRUE;"Your Place" +"urban";"vegetation";18.7675973186269;FALSE;"Your Place" +"urban";"vegetation";67.0641057787434;FALSE;"Your Place" +"urban";"vegetation";6303.08305350505;FALSE;"Your Place" +"impervious";"vegetation";1.82766257086769;FALSE;"Your Place" +"vegetation";"vegetation";0.226482839585515;TRUE;"Your Place" +"vegetation";"vegetation";9638.60351642981;TRUE;"Your Place" +"impervious";"vegetation";787.56776623195;FALSE;"Your Place" +"vegetation";"vegetation";32280.5052472176;TRUE;"Your Place" +"vegetation";"vegetation";5.84401248861104;TRUE;"Your Place" +"vegetation";"vegetation";16.1973904930055;TRUE;"Your Place" +"urban";"impervious";7488.11789480713;FALSE;"Your Place" +"vegetation";"vegetation";3640.211229451;TRUE;"Your Place" +"vegetation";"vegetation";15221.228871083;TRUE;"Your Place" +"urban";"vegetation";5055.87974467716;FALSE;"Your Place" +"impervious";"vegetation";45.3209639033303;FALSE;"Your Place" +"impervious";"vegetation";0.103688277769834;FALSE;"Your Place" +"vegetation";"vegetation";1426.69560533867;TRUE;"Your Place" +"vegetation";"vegetation";17571.5534649394;TRUE;"Your Place" +"vegetation";"vegetation";3945.76274148325;TRUE;"Your Place" +"vegetation";"vegetation";96.3422831948847;TRUE;"Your Place" +"urban";"vegetation";5155.09033380751;FALSE;"Your Place" +"vegetation";"vegetation";3569.70958694071;TRUE;"Your Place" +"vegetation";"vegetation";335.28584412788;TRUE;"Your Place" +"vegetation";"vegetation";93713.5125915899;TRUE;"Your Place" +"vegetation";"vegetation";5.10727417899761;TRUE;"Your Place" +"vegetation";"vegetation";1046.2692629149;TRUE;"Your Place" +"vegetation";"vegetation";53.9325047284365;TRUE;"Your Place" +"vegetation";"vegetation";7101.32791402936;TRUE;"Your Place" +"impervious";"vegetation";24.5391963758739;FALSE;"Your Place" +"impervious";"vegetation";965.264596276917;FALSE;"Your Place" +"vegetation";"vegetation";42424.3613449298;TRUE;"Your Place" +"vegetation";"vegetation";28.4985495167784;TRUE;"Your Place" +"vegetation";"vegetation";638.657787192147;TRUE;"Your Place" +"vegetation";"vegetation";2651.49496870348;TRUE;"Your Place" +"urban";"vegetation";9975.22386840149;FALSE;"Your Place" +"urban";"vegetation";10.2372378166765;FALSE;"Your Place" +"impervious";"vegetation";155.036633336465;FALSE;"Your Place" +"vegetation";"vegetation";101.241823273827;TRUE;"Your Place" +"vegetation";"vegetation";5160.92594791949;TRUE;"Your Place" +"vegetation";"vegetation";55.6705193510279;TRUE;"Your Place" +"vegetation";"vegetation";32332.127321108;TRUE;"Your Place" +"urban";"vegetation";8299.21706497923;FALSE;"Your Place" +"vegetation";"vegetation";24.2080036858097;TRUE;"Your Place" +"vegetation";"vegetation";0.117349457519595;TRUE;"Your Place" +"vegetation";"vegetation";3684.76982445018;TRUE;"Your Place" +"vegetation";"vegetation";63377.0469261853;TRUE;"Your Place" +"vegetation";"vegetation";596.577669921215;TRUE;"Your Place" +"vegetation";"vegetation";0.397069867118262;TRUE;"Your Place" +"vegetation";"vegetation";40.4349314584397;TRUE;"Your Place" +"vegetation";"vegetation";7457.90905160923;TRUE;"Your Place" +"urban";"vegetation";2141.58136395313;FALSE;"Your Place" +"urban";"vegetation";1.41028917301446;FALSE;"Your Place" +"vegetation";"vegetation";0.0339450522587867;TRUE;"Your Place" +"vegetation";"vegetation";159.723880279344;TRUE;"Your Place" +"vegetation";"vegetation";10.989678799393;TRUE;"Your Place" +"vegetation";"vegetation";3.7959118791623;TRUE;"Your Place" +"vegetation";"vegetation";39112.4308276064;TRUE;"Your Place" +"impervious";"vegetation";193.75303049176;FALSE;"Your Place" +"vegetation";"vegetation";1.53399659882416;TRUE;"Your Place" +"vegetation";"vegetation";106.934562972223;TRUE;"Your Place" +"impervious";"vegetation";1761.78880866426;FALSE;"Your Place" +"vegetation";"vegetation";11.3775564655662;TRUE;"Your Place" +"vegetation";"vegetation";53.2528514188598;TRUE;"Your Place" +"urban";"vegetation";18.7365998225287;FALSE;"Your Place" +"impervious";"vegetation";12.1467917556874;FALSE;"Your Place" +"impervious";"vegetation";5205.80489854258;FALSE;"Your Place" +"vegetation";"vegetation";115.637656240477;TRUE;"Your Place" +"impervious";"vegetation";1.22656057309359;FALSE;"Your Place" +"vegetation";"vegetation";3.41960631147958;TRUE;"Your Place" +"vegetation";"vegetation";304.906655014027;TRUE;"Your Place" +"vegetation";"vegetation";0.110888386843726;TRUE;"Your Place" +"vegetation";"vegetation";35.0452699314046;TRUE;"Your Place" +"vegetation";"vegetation";47752.2297510556;TRUE;"Your Place" +"vegetation";"vegetation";1.48552032094449;TRUE;"Your Place" +"vegetation";"vegetation";132.305213399231;TRUE;"Your Place" +"vegetation";"vegetation";4642.35294547887;TRUE;"Your Place" +"urban";"vegetation";6766.87802652284;FALSE;"Your Place" +"impervious";"vegetation";969.992528832081;FALSE;"Your Place" +"vegetation";"vegetation";30419.904046537;TRUE;"Your Place" +"vegetation";"vegetation";18.265964174585;TRUE;"Your Place" +"urban";"impervious";1750.29313975433;FALSE;"Your Place" +"urban";"vegetation";19.7803133472335;FALSE;"Your Place" +"urban";"vegetation";25925.6858013466;FALSE;"Your Place" +"urban";"vegetation";7.65254946115601;FALSE;"Your Place" +"urban";"vegetation";11.8955170123663;FALSE;"Your Place" +"urban";"vegetation";42.8915722559323;FALSE;"Your Place" +"urban";"vegetation";22.4285519840931;FALSE;"Your Place" +"vegetation";"vegetation";14.7659244964307;TRUE;"Your Place" +"impervious";"vegetation";0.312293383991346;FALSE;"Your Place" +"vegetation";"vegetation";8.45008361993678;TRUE;"Your Place" +"vegetation";"vegetation";0.00964652298716828;TRUE;"Your Place" +"impervious";"vegetation";2.33001764885012;FALSE;"Your Place" +"vegetation";"vegetation";2715.98180317855;TRUE;"Your Place" +"vegetation";"vegetation";0.00429114373400807;TRUE;"Your Place" +"impervious";"vegetation";21891.7361403853;FALSE;"Your Place" +"impervious";"vegetation";4262.69073885959;FALSE;"Your Place" +"urban";"vegetation";0.273144583698013;FALSE;"Your Place" +"urban";"vegetation";1528.10272889212;FALSE;"Your Place" +"vegetation";"vegetation";351.40904362197;TRUE;"Your Place" +"vegetation";"vegetation";4319.40730468839;TRUE;"Your Place" +"vegetation";"vegetation";35.7351313224062;TRUE;"Your Place" +"vegetation";"vegetation";24962.3171220529;TRUE;"Your Place" +"impervious";"vegetation";85.3761591305956;FALSE;"Your Place" +"impervious";"vegetation";0.503943678413634;FALSE;"Your Place" +"vegetation";"vegetation";13.9117769525619;TRUE;"Your Place" +"vegetation";"vegetation";53.8282740480499;TRUE;"Your Place" +"vegetation";"vegetation";2.44633882248309;TRUE;"Your Place" +"impervious";"vegetation";43.3252821628121;FALSE;"Your Place" +"vegetation";"vegetation";223.664151127887;TRUE;"Your Place" +"impervious";"vegetation";2536.33686625212;FALSE;"Your Place" +"urban";"vegetation";13.8513740971684;FALSE;"Your Place" +"urban";"vegetation";32392.2799672215;FALSE;"Your Place" +"urban";"vegetation";0.429870934109204;FALSE;"Your Place" +"impervious";"vegetation";0.861426542513072;FALSE;"Your Place" +"urban";"vegetation";5145.92694514035;FALSE;"Your Place" +"urban";"vegetation";3535.73215656402;FALSE;"Your Place" +"urban";"vegetation";84.9055709544336;FALSE;"Your Place" +"vegetation";"vegetation";404.658616384957;TRUE;"Your Place" +"vegetation";"vegetation";38.6721964663593;TRUE;"Your Place" +"vegetation";"vegetation";76.5883723187508;TRUE;"Your Place" +"vegetation";"vegetation";554.533227573382;TRUE;"Your Place" +"urban";"vegetation";10.3473892528564;FALSE;"Your Place" +"vegetation";"vegetation";190.969929220271;TRUE;"Your Place" +"vegetation";"vegetation";41819.1288405739;TRUE;"Your Place" +"vegetation";"vegetation";63.5879740198179;TRUE;"Your Place" +"impervious";"impervious";171.74549822323;TRUE;"Your Place" +"vegetation";"impervious";40.0157652578782;FALSE;"Your Place" +"vegetation";"impervious";7523.00875451602;FALSE;"Your Place" +"vegetation";"impervious";20.416450917488;FALSE;"Your Place" +"urban";"vegetation";22.6194565084297;FALSE;"Your Place" +"vegetation";"vegetation";18.8280805465765;TRUE;"Your Place" +"vegetation";"vegetation";290.431279836863;TRUE;"Your Place" +"vegetation";"vegetation";53.3949549994431;TRUE;"Your Place" +"vegetation";"vegetation";964.146105389693;TRUE;"Your Place" +"vegetation";"vegetation";22535.8647335861;TRUE;"Your Place" +"vegetation";"vegetation";1678.17335453071;TRUE;"Your Place" +"vegetation";"vegetation";24.0779208848253;TRUE;"Your Place" +"impervious";"vegetation";0.449070907197893;FALSE;"Your Place" +"impervious";"vegetation";29853.5400352796;FALSE;"Your Place" +"vegetation";"vegetation";0.7974623744376;TRUE;"Your Place" +"urban";"vegetation";1.32772346632555;FALSE;"Your Place" +"urban";"vegetation";2.38968491647393;FALSE;"Your Place" +"vegetation";"vegetation";320.048757458106;TRUE;"Your Place" +"vegetation";"vegetation";6091.07598117646;TRUE;"Your Place" +"impervious";"vegetation";6152.3356403457;FALSE;"Your Place" +"urban";"vegetation";20604.0344139356;FALSE;"Your Place" +"urban";"vegetation";65.5934941875748;FALSE;"Your Place" +"urban";"vegetation";0.0215976261824835;FALSE;"Your Place" +"urban";"vegetation";3.30853409483097;FALSE;"Your Place" +"vegetation";"vegetation";419.458175730193;TRUE;"Your Place" +"vegetation";"vegetation";8.95259944128338;TRUE;"Your Place" +"vegetation";"vegetation";37262.9525665843;TRUE;"Your Place" +"vegetation";"vegetation";14033.5612269407;TRUE;"Your Place" +"vegetation";"vegetation";3607.00880996697;TRUE;"Your Place" +"vegetation";"vegetation";5.15122155938298;TRUE;"Your Place" +"urban";"vegetation";67599.7568155862;FALSE;"Your Place" +"urban";"vegetation";239.031454369891;FALSE;"Your Place" +"vegetation";"vegetation";26.4912845043;TRUE;"Your Place" +"water";"vegetation";265.644795223692;FALSE;"Your Place" +"water";"vegetation";22.6341382919345;FALSE;"Your Place" +"water";"vegetation";6.137510583736;FALSE;"Your Place" +"vegetation";"vegetation";26203.3068702468;TRUE;"Your Place" +"impervious";"vegetation";4.13602083659498;FALSE;"Your Place" +"vegetation";"vegetation";25.4741017766064;TRUE;"Your Place" +"impervious";"vegetation";43.8774544494227;FALSE;"Your Place" +"vegetation";"vegetation";263.506428025663;TRUE;"Your Place" +"vegetation";"vegetation";581.484947523277;TRUE;"Your Place" +"vegetation";"vegetation";2.44972015125677;TRUE;"Your Place" +"vegetation";"vegetation";47.2007468780503;TRUE;"Your Place" +"vegetation";"vegetation";6295.96783110569;TRUE;"Your Place" +"urban";"vegetation";5976.68456709385;FALSE;"Your Place" +"vegetation";"vegetation";878.337930241985;TRUE;"Your Place" +"vegetation";"vegetation";0.000292169828753686;TRUE;"Your Place" +"vegetation";"vegetation";53668.6491258647;TRUE;"Your Place" +"impervious";"vegetation";83.9687295816839;FALSE;"Your Place" +"vegetation";"vegetation";58.6083659380674;TRUE;"Your Place" +"urban";"impervious";7.15212680300465;FALSE;"Your Place" +"impervious";"impervious";0.102766431286;TRUE;"Your Place" +"water";"impervious";15.793408928701;FALSE;"Your Place" +"impervious";"impervious";807.778994217748;TRUE;"Your Place" +"impervious";"vegetation";35.4915862176567;FALSE;"Your Place" +"impervious";"vegetation";6.43891997722676;FALSE;"Your Place" +"vegetation";"vegetation";17896.4770317767;TRUE;"Your Place" +"vegetation";"vegetation";54.292854281608;TRUE;"Your Place" +"impervious";"vegetation";26.1843513920903;FALSE;"Your Place" +"impervious";"vegetation";0.0382259068719577;FALSE;"Your Place" +"vegetation";"vegetation";141.173206867417;TRUE;"Your Place" +"impervious";"vegetation";83.3726673730416;FALSE;"Your Place" +"vegetation";"vegetation";21504.3064871684;TRUE;"Your Place" +"vegetation";"vegetation";50.1478337685112;TRUE;"Your Place" +"urban";"vegetation";202.255514859222;FALSE;"Your Place" +"urban";"vegetation";6.81646415166324;FALSE;"Your Place" +"urban";"vegetation";50.7148402519524;FALSE;"Your Place" +"vegetation";"vegetation";68625.1159594357;TRUE;"Your Place" +"urban";"vegetation";4.9744432233274;FALSE;"Your Place" +"urban";"vegetation";475.256828477839;FALSE;"Your Place" +"vegetation";"vegetation";248.398118982019;TRUE;"Your Place" +"vegetation";"vegetation";19953.4185379469;TRUE;"Your Place" +"vegetation";"vegetation";4307.09633732597;TRUE;"Your Place" +"vegetation";"vegetation";18041.291094514;TRUE;"Your Place" +"vegetation";"vegetation";4450.20742845163;TRUE;"Your Place" +"impervious";"vegetation";3651.56226262543;FALSE;"Your Place" +"vegetation";"vegetation";85.2909284111811;TRUE;"Your Place" +"urban";"vegetation";10.5292959001381;FALSE;"Your Place" +"vegetation";"vegetation";912.800214208222;TRUE;"Your Place" +"vegetation";"vegetation";15937.5441582569;TRUE;"Your Place" +"urban";"impervious";1795.70788365952;FALSE;"Your Place" +"urban";"impervious";17.47449373774;FALSE;"Your Place" +"impervious";"vegetation";0.0770088279969059;FALSE;"Your Place" +"impervious";"vegetation";7.88633815832873;FALSE;"Your Place" +"impervious";"vegetation";8650.13075413633;FALSE;"Your Place" +"urban";"vegetation";2078.75450112531;FALSE;"Your Place" +"vegetation";"vegetation";4.29948121588677;TRUE;"Your Place" +"vegetation";"vegetation";26636.6271314299;TRUE;"Your Place" +"vegetation";"vegetation";37.2028881374863;TRUE;"Your Place" +"impervious";"vegetation";8.08195786306533;FALSE;"Your Place" +"impervious";"vegetation";6411.99844189291;FALSE;"Your Place" +"urban";"vegetation";31.1345580350608;FALSE;"Your Place" +"urban";"vegetation";8320.77943322295;FALSE;"Your Place" +"vegetation";"vegetation";0.361091835482512;TRUE;"Your Place" +"vegetation";"vegetation";10.3614823895041;TRUE;"Your Place" +"vegetation";"vegetation";135.215339453891;TRUE;"Your Place" +"vegetation";"vegetation";4519.31194408634;TRUE;"Your Place" +"vegetation";"vegetation";59.9878795974946;TRUE;"Your Place" +"vegetation";"vegetation";23.2760429106274;TRUE;"Your Place" +"vegetation";"vegetation";6630.62177447928;TRUE;"Your Place" +"vegetation";"vegetation";430.984733185265;TRUE;"Your Place" +"vegetation";"vegetation";368.856943737017;TRUE;"Your Place" +"vegetation";"vegetation";14854.4852367512;TRUE;"Your Place" +"impervious";"impervious";31590.0276834262;TRUE;"Your Place" +"impervious";"impervious";43.8560304599814;TRUE;"Your Place" +"vegetation";"vegetation";2509.93818337098;TRUE;"Your Place" +"vegetation";"vegetation";41.4122596904635;TRUE;"Your Place" +"vegetation";"vegetation";3.8023356392514;TRUE;"Your Place" +"vegetation";"vegetation";110.54082508594;TRUE;"Your Place" +"vegetation";"vegetation";3.55986974731786;TRUE;"Your Place" +"impervious";"vegetation";28.6863104370423;FALSE;"Your Place" +"impervious";"vegetation";253.885499478318;FALSE;"Your Place" +"vegetation";"vegetation";11.7310670470688;TRUE;"Your Place" +"impervious";"vegetation";1719.65159010165;FALSE;"Your Place" +"impervious";"vegetation";50.0214672364527;FALSE;"Your Place" +"vegetation";"vegetation";20067.7025426768;TRUE;"Your Place" +"vegetation";"vegetation";34628.9782681488;TRUE;"Your Place" +"impervious";"vegetation";23.8465632841994;FALSE;"Your Place" +"vegetation";"vegetation";8.96343548968434;TRUE;"Your Place" +"vegetation";"vegetation";40.6027944753878;TRUE;"Your Place" +"impervious";"vegetation";79.0971312705002;FALSE;"Your Place" +"vegetation";"vegetation";41784.9670026877;TRUE;"Your Place" +"urban";"vegetation";132.38707295883;FALSE;"Your Place" +"urban";"vegetation";28.2816056694719;FALSE;"Your Place" +"urban";"vegetation";5.59544185943378;FALSE;"Your Place" +"urban";"vegetation";189.190275738132;FALSE;"Your Place" +"urban";"vegetation";94.9746786440955;FALSE;"Your Place" +"urban";"vegetation";23.0485217557289;FALSE;"Your Place" +"vegetation";"vegetation";4.17284766351804;TRUE;"Your Place" +"impervious";"vegetation";59.1636531781405;FALSE;"Your Place" +"vegetation";"vegetation";2370.95040699607;TRUE;"Your Place" +"vegetation";"vegetation";221.752603506669;TRUE;"Your Place" +"vegetation";"vegetation";44294.4512927188;TRUE;"Your Place" +"urban";"vegetation";521.138940291479;FALSE;"Your Place" +"vegetation";"vegetation";10.371402798919;TRUE;"Your Place" +"vegetation";"vegetation";1950.20670083055;TRUE;"Your Place" +"impervious";"vegetation";0.857168554037344;FALSE;"Your Place" +"urban";"vegetation";36.8811882077716;FALSE;"Your Place" +"vegetation";"vegetation";1701.13277339697;TRUE;"Your Place" +"vegetation";"vegetation";646.317711885553;TRUE;"Your Place" +"impervious";"vegetation";87233.1668130087;FALSE;"Your Place" +"impervious";"vegetation";34.7798951470177;FALSE;"Your Place" +"urban";"impervious";66.3273646657472;FALSE;"Your Place" +"urban";"impervious";75.9919973639771;FALSE;"Your Place" +"impervious";"impervious";11.3738220232772;TRUE;"Your Place" +"vegetation";"impervious";68797.0216986621;FALSE;"Your Place" +"urban";"impervious";43.2143340479815;FALSE;"Your Place" +"urban";"impervious";5373.13596189767;FALSE;"Your Place" +"urban";"vegetation";2.16989913184079;FALSE;"Your Place" +"vegetation";"vegetation";28626.8553417446;TRUE;"Your Place" +"impervious";"vegetation";85.7186499696691;FALSE;"Your Place" +"urban";"vegetation";120.308013036614;FALSE;"Your Place" +"urban";"vegetation";65470.5626480252;FALSE;"Your Place" +"vegetation";"vegetation";11.7098597222812;TRUE;"Your Place" +"impervious";"vegetation";10.5494124116376;FALSE;"Your Place" +"vegetation";"vegetation";1.12859084345109;TRUE;"Your Place" +"vegetation";"vegetation";221.254658951395;TRUE;"Your Place" +"impervious";"vegetation";59955.4562214948;FALSE;"Your Place" +"vegetation";"vegetation";97.8328530406579;TRUE;"Your Place" +"impervious";"impervious";2695.98952650011;TRUE;"Your Place" +"urban";"vegetation";8782.04652048659;FALSE;"Your Place" +"vegetation";"vegetation";1766.54159550484;TRUE;"Your Place" +"impervious";"vegetation";107.85338399664;FALSE;"Your Place" +"urban";"vegetation";5920.65261380485;FALSE;"Your Place" +"urban";"vegetation";29.6447186480509;FALSE;"Your Place" +"urban";"vegetation";300.438587922603;FALSE;"Your Place" +"vegetation";"vegetation";213.605702296831;TRUE;"Your Place" +"impervious";"vegetation";15.4670986125711;FALSE;"Your Place" +"impervious";"vegetation";773.479212323204;FALSE;"Your Place" +"vegetation";"vegetation";75.6734004025348;TRUE;"Your Place" +"vegetation";"vegetation";2131.3427353611;TRUE;"Your Place" +"vegetation";"vegetation";5.44258712884039;TRUE;"Your Place" +"vegetation";"vegetation";23860.6098771959;TRUE;"Your Place" +"impervious";"vegetation";274.800192960072;FALSE;"Your Place" +"impervious";"vegetation";0.49427189794369;FALSE;"Your Place" +"vegetation";"impervious";1666.18385669042;FALSE;"Your Place" +"water";"impervious";110.140256173909;FALSE;"Your Place" +"vegetation";"impervious";29.5686420302372;FALSE;"Your Place" +"impervious";"impervious";209.220873989165;TRUE;"Your Place" +"vegetation";"impervious";5309.05264681531;FALSE;"Your Place" +"vegetation";"impervious";24.9836384257069;FALSE;"Your Place" +"urban";"vegetation";8.50812298018718;FALSE;"Your Place" +"urban";"vegetation";52.0372070401063;FALSE;"Your Place" +"impervious";"vegetation";14.8074413351715;FALSE;"Your Place" +"impervious";"vegetation";1.12362454127287;FALSE;"Your Place" +"vegetation";"vegetation";2.81451760069467;TRUE;"Your Place" +"vegetation";"vegetation";1408.19648870215;TRUE;"Your Place" +"vegetation";"vegetation";55.0747363752453;TRUE;"Your Place" +"vegetation";"vegetation";33918.1403019784;TRUE;"Your Place" +"urban";"vegetation";128.002398753073;FALSE;"Your Place" +"vegetation";"vegetation";30527.1666395161;TRUE;"Your Place" +"vegetation";"vegetation";80.9841731791385;TRUE;"Your Place" +"vegetation";"vegetation";38.4936238033697;TRUE;"Your Place" +"urban";"impervious";2304.49605302428;FALSE;"Your Place" +"urban";"impervious";37.4544882310656;FALSE;"Your Place" +"urban";"impervious";24.9752120347694;FALSE;"Your Place" +"impervious";"impervious";55.1436311189318;TRUE;"Your Place" +"vegetation";"vegetation";938.092388395686;TRUE;"Your Place" +"vegetation";"vegetation";634.337367070955;TRUE;"Your Place" +"urban";"vegetation";1.26056871004403;FALSE;"Your Place" +"vegetation";"vegetation";517.481644955755;TRUE;"Your Place" +"vegetation";"vegetation";293.421077002771;TRUE;"Your Place" +"vegetation";"vegetation";70.0722122411862;TRUE;"Your Place" +"impervious";"vegetation";22966.5708791658;FALSE;"Your Place" +"vegetation";"vegetation";53442.7627216005;TRUE;"Your Place" +"vegetation";"vegetation";3.44437559944345;TRUE;"Your Place" +"vegetation";"vegetation";6.37405334739015;TRUE;"Your Place" +"urban";"vegetation";2131.1559777162;FALSE;"Your Place" +"urban";"vegetation";102.329935687827;FALSE;"Your Place" +"urban";"vegetation";3.56292457105155;FALSE;"Your Place" +"urban";"vegetation";26.5496300536761;FALSE;"Your Place" +"urban";"vegetation";20.8154896372434;FALSE;"Your Place" +"urban";"vegetation";0.817461241946148;FALSE;"Your Place" +"urban";"vegetation";12.4212182356277;FALSE;"Your Place" +"urban";"vegetation";21.587670527806;FALSE;"Your Place" +"urban";"vegetation";22.4546359989326;FALSE;"Your Place" +"impervious";"vegetation";154.143033951521;FALSE;"Your Place" +"impervious";"vegetation";222.841844576251;FALSE;"Your Place" +"impervious";"vegetation";73003.1789961106;FALSE;"Your Place" +"urban";"vegetation";91.7671917882544;FALSE;"Your Place" +"urban";"vegetation";382.380317231757;FALSE;"Your Place" +"impervious";"vegetation";98769.1507181856;FALSE;"Your Place" +"impervious";"vegetation";596.268557247357;FALSE;"Your Place" +"vegetation";"vegetation";70.1748835912804;TRUE;"Your Place" +"vegetation";"vegetation";3940.4743363962;TRUE;"Your Place" +"urban";"vegetation";67.2321955544231;FALSE;"Your Place" +"urban";"vegetation";5122.36001658067;FALSE;"Your Place" +"vegetation";"vegetation";12826.6836839084;TRUE;"Your Place" +"urban";"vegetation";42645.0085830139;FALSE;"Your Place" +"urban";"vegetation";434.699629014416;FALSE;"Your Place" +"urban";"vegetation";11.5512822043966;FALSE;"Your Place" +"vegetation";"vegetation";3.02111283768318;TRUE;"Your Place" +"impervious";"vegetation";3127.92227516277;FALSE;"Your Place" +"impervious";"vegetation";39.4575660953997;FALSE;"Your Place" +"vegetation";"vegetation";126.020753748715;TRUE;"Your Place" +"vegetation";"vegetation";39812.316937973;TRUE;"Your Place" +"vegetation";"vegetation";16.0476256407565;TRUE;"Your Place" +"impervious";"vegetation";0.0848821620511444;FALSE;"Your Place" +"vegetation";"vegetation";79.7270650852442;TRUE;"Your Place" +"urban";"impervious";23.6001870047767;FALSE;"Your Place" +"urban";"impervious";697.738037272182;FALSE;"Your Place" +"urban";"impervious";15.3251667916775;FALSE;"Your Place" +"vegetation";"impervious";2523.64737826231;FALSE;"Your Place" +"urban";"vegetation";15.007807304617;FALSE;"Your Place" +"impervious";"vegetation";38.7629556283355;FALSE;"Your Place" +"vegetation";"vegetation";0.142655728384852;TRUE;"Your Place" +"vegetation";"vegetation";644.690647082462;TRUE;"Your Place" +"vegetation";"vegetation";64533.1924256771;TRUE;"Your Place" +"impervious";"vegetation";31.6017633458832;FALSE;"Your Place" +"urban";"vegetation";3.84252091683447;FALSE;"Your Place" +"impervious";"vegetation";6.39449199242517;FALSE;"Your Place" +"vegetation";"vegetation";34.9143065286044;TRUE;"Your Place" +"vegetation";"vegetation";9.23492715763859;TRUE;"Your Place" +"impervious";"vegetation";28.8899951034691;FALSE;"Your Place" +"impervious";"vegetation";94327.4960997751;FALSE;"Your Place" +"vegetation";"vegetation";5.00126595852635e-05;TRUE;"Your Place" +"vegetation";"vegetation";90.3732200141048;TRUE;"Your Place" +"urban";"vegetation";23095.5735664918;FALSE;"Your Place" +"urban";"vegetation";103.049565236688;FALSE;"Your Place" +"urban";"vegetation";17.1114383561071;FALSE;"Your Place" +"vegetation";"vegetation";22355.1739615852;TRUE;"Your Place" +"vegetation";"vegetation";2704.42635692522;TRUE;"Your Place" +"vegetation";"vegetation";763.382857020071;TRUE;"Your Place" +"impervious";"vegetation";6.75331282336265;FALSE;"Your Place" +"vegetation";"vegetation";11264.9552138732;TRUE;"Your Place" +"urban";"vegetation";257.908449155955;FALSE;"Your Place" +"urban";"vegetation";40184.920532934;FALSE;"Your Place" +"urban";"vegetation";29.4492668555977;FALSE;"Your Place" +"vegetation";"vegetation";69.3251113295555;TRUE;"Your Place" +"impervious";"vegetation";0.0671728895758861;FALSE;"Your Place" +"impervious";"vegetation";7.07130233006319;FALSE;"Your Place" +"vegetation";"vegetation";135.861021640245;TRUE;"Your Place" +"vegetation";"vegetation";860.524166658346;TRUE;"Your Place" +"vegetation";"vegetation";37752.4053556677;TRUE;"Your Place" +"urban";"vegetation";2.99857928790152;FALSE;"Your Place" +"urban";"vegetation";86.0731601723237;FALSE;"Your Place" +"urban";"vegetation";28.6972920736298;FALSE;"Your Place" +"vegetation";"vegetation";853.468016341911;TRUE;"Your Place" +"vegetation";"vegetation";41.3382298281649;TRUE;"Your Place" +"impervious";"vegetation";30915.73398988;FALSE;"Your Place" +"urban";"vegetation";58.1415519247967;FALSE;"Your Place" +"vegetation";"vegetation";853.266487454355;TRUE;"Your Place" +"impervious";"vegetation";34.8034771388957;FALSE;"Your Place" +"impervious";"vegetation";0.201193060027435;FALSE;"Your Place" +"vegetation";"vegetation";1.91130596259609;TRUE;"Your Place" +"vegetation";"vegetation";30.6194966351031;TRUE;"Your Place" +"vegetation";"vegetation";62321.3534966647;TRUE;"Your Place" +"vegetation";"vegetation";56.7502196700661;TRUE;"Your Place" +"impervious";"vegetation";3.96281088795513;FALSE;"Your Place" +"impervious";"vegetation";16.6998480867042;FALSE;"Your Place" +"vegetation";"vegetation";76.3871219828725;TRUE;"Your Place" +"impervious";"vegetation";34.7554720111948;FALSE;"Your Place" +"vegetation";"vegetation";48203.0689462707;TRUE;"Your Place" +"vegetation";"vegetation";185.186187292449;TRUE;"Your Place" +"vegetation";"vegetation";53.2856187637663;TRUE;"Your Place" +"urban";"vegetation";1.29003921989352;FALSE;"Your Place" +"vegetation";"vegetation";56.0815291926265;TRUE;"Your Place" +"vegetation";"vegetation";4433.80641076574;TRUE;"Your Place" +"urban";"impervious";4.43132961532683;FALSE;"Your Place" +"urban";"impervious";23.2344878419535;FALSE;"Your Place" +"impervious";"impervious";32.4479842265137;TRUE;"Your Place" +"impervious";"impervious";874.421723455656;TRUE;"Your Place" +"urban";"vegetation";1.42261288757436;FALSE;"Your Place" +"urban";"vegetation";6.35342964489246;FALSE;"Your Place" +"vegetation";"vegetation";5777.92067533836;TRUE;"Your Place" +"vegetation";"vegetation";13.050073325634;TRUE;"Your Place" +"urban";"vegetation";500.042851719481;FALSE;"Your Place" +"vegetation";"vegetation";1454.68570747564;TRUE;"Your Place" +"vegetation";"vegetation";3257.60626145778;TRUE;"Your Place" +"urban";"impervious";38.4994203074311;FALSE;"Your Place" +"urban";"impervious";19.7001287881285;FALSE;"Your Place" +"urban";"impervious";15998.1985230315;FALSE;"Your Place" +"impervious";"impervious";3.0511175384745;TRUE;"Your Place" +"vegetation";"impervious";1704.65384935029;FALSE;"Your Place" +"vegetation";"impervious";21.8459015772678;FALSE;"Your Place" +"vegetation";"impervious";51.8271823634859;FALSE;"Your Place" +"urban";"vegetation";7542.07881641015;FALSE;"Your Place" +"impervious";"vegetation";0.00383284315466881;FALSE;"Your Place" +"vegetation";"vegetation";274.604636630043;TRUE;"Your Place" +"vegetation";"vegetation";10.4351866934812;TRUE;"Your Place" +"vegetation";"vegetation";0.238714609986346;TRUE;"Your Place" +"vegetation";"vegetation";18.435298260767;TRUE;"Your Place" +"urban";"vegetation";3.44920779298991;FALSE;"Your Place" +"urban";"vegetation";50.9049660018645;FALSE;"Your Place" +"impervious";"vegetation";7.93323165737092;FALSE;"Your Place" +"vegetation";"vegetation";78.4456256518606;TRUE;"Your Place" +"vegetation";"vegetation";161.751260933757;TRUE;"Your Place" +"vegetation";"vegetation";69183.2987551984;TRUE;"Your Place" +"vegetation";"vegetation";1.26345944905188;TRUE;"Your Place" +"urban";"vegetation";6.91278819018044;FALSE;"Your Place" +"urban";"vegetation";15.8405275723198;FALSE;"Your Place" +"urban";"vegetation";5779.45760534797;FALSE;"Your Place" +"urban";"vegetation";37.4317409237847;FALSE;"Your Place" +"vegetation";"vegetation";1409.32577102719;TRUE;"Your Place" +"vegetation";"vegetation";2.22317850073159;TRUE;"Your Place" +"vegetation";"vegetation";0.587976254813839;TRUE;"Your Place" +"impervious";"vegetation";15882.1102908892;FALSE;"Your Place" +"impervious";"vegetation";39.8210254644946;FALSE;"Your Place" +"vegetation";"vegetation";923.156037862063;TRUE;"Your Place" +"urban";"vegetation";80.1220616712235;FALSE;"Your Place" +"impervious";"vegetation";26.5970780352782;FALSE;"Your Place" +"impervious";"vegetation";23972.2890410852;FALSE;"Your Place" +"vegetation";"vegetation";0.0133153370115906;TRUE;"Your Place" +"vegetation";"vegetation";525.510747394292;TRUE;"Your Place" +"urban";"impervious";5051.61481775832;FALSE;"Your Place" +"impervious";"impervious";58.1471411380917;TRUE;"Your Place" +"impervious";"impervious";1.42118826392107;TRUE;"Your Place" +"impervious";"impervious";45.4141895892099;TRUE;"Your Place" +"impervious";"impervious";198.739953066222;TRUE;"Your Place" +"vegetation";"impervious";3965.95308141562;FALSE;"Your Place" +"vegetation";"impervious";5.66549079283141;FALSE;"Your Place" +"vegetation";"impervious";1685.93289890606;FALSE;"Your Place" +"urban";"vegetation";55.7420375985093;FALSE;"Your Place" +"urban";"vegetation";4791.54325451999;FALSE;"Your Place" +"urban";"vegetation";12605.5659542821;FALSE;"Your Place" +"urban";"vegetation";3.06305935251294;FALSE;"Your Place" +"urban";"vegetation";175.230435362551;FALSE;"Your Place" +"urban";"vegetation";80.3336123745539;FALSE;"Your Place" +"urban";"vegetation";46906.1681055035;FALSE;"Your Place" +"urban";"vegetation";21.4693149104714;FALSE;"Your Place" +"vegetation";"vegetation";103.989819331677;TRUE;"Your Place" +"vegetation";"vegetation";0.110233516345033;TRUE;"Your Place" +"vegetation";"vegetation";579.243211677676;TRUE;"Your Place" +"urban";"vegetation";35.717472858727;FALSE;"Your Place" +"impervious";"vegetation";0.200277758296579;FALSE;"Your Place" +"impervious";"vegetation";7373.4373470908;FALSE;"Your Place" +"impervious";"vegetation";18.6815495511983;FALSE;"Your Place" +"urban";"vegetation";6495.53835827607;FALSE;"Your Place" +"impervious";"vegetation";0.303211957798339;FALSE;"Your Place" +"impervious";"vegetation";3.1925405904185;FALSE;"Your Place" +"urban";"vegetation";23.1071171382318;FALSE;"Your Place" +"urban";"vegetation";163.863049587002;FALSE;"Your Place" +"impervious";"vegetation";7597.67320405156;FALSE;"Your Place" +"impervious";"vegetation";93.8537850910798;FALSE;"Your Place" +"urban";"impervious";21.2178747844882;FALSE;"Your Place" +"urban";"impervious";3396.71898487723;FALSE;"Your Place" +"urban";"vegetation";2.2949419929646;FALSE;"Your Place" +"urban";"vegetation";8.35906104557216;FALSE;"Your Place" +"urban";"vegetation";99.1670382221346;FALSE;"Your Place" +"urban";"vegetation";38781.1261195072;FALSE;"Your Place" +"urban";"vegetation";26.7379205190227;FALSE;"Your Place" +"urban";"vegetation";58.9256887007505;FALSE;"Your Place" +"urban";"vegetation";3481.04612336593;FALSE;"Your Place" +"urban";"vegetation";44802.902324941;FALSE;"Your Place" +"vegetation";"vegetation";43.9041624749589;TRUE;"Your Place" +"vegetation";"vegetation";239.518566915649;TRUE;"Your Place" +"vegetation";"vegetation";296.85262183717;TRUE;"Your Place" +"impervious";"vegetation";126.547008510097;FALSE;"Your Place" +"vegetation";"impervious";68.403583269348;FALSE;"Your Place" +"impervious";"impervious";1901.69324006326;TRUE;"Your Place" +"vegetation";"impervious";217.127055336096;FALSE;"Your Place" +"vegetation";"impervious";4963.78567695245;FALSE;"Your Place" +"urban";"vegetation";12.46829234506;FALSE;"Your Place" +"urban";"vegetation";5966.69326357462;FALSE;"Your Place" +"urban";"vegetation";1.50907240493689;FALSE;"Your Place" +"vegetation";"vegetation";6497.2537566321;TRUE;"Your Place" +"urban";"vegetation";41.474031587597;FALSE;"Your Place" +"vegetation";"vegetation";0.258380405313801;TRUE;"Your Place" +"vegetation";"vegetation";56.4179964117939;TRUE;"Your Place" +"vegetation";"vegetation";34714.3324075392;TRUE;"Your Place" +"urban";"vegetation";0.70366175394156;FALSE;"Your Place" +"urban";"vegetation";12548.1793672424;FALSE;"Your Place" +"urban";"vegetation";39.0818260280357;FALSE;"Your Place" +"urban";"vegetation";69.4256187602878;FALSE;"Your Place" +"urban";"vegetation";3288.71253251564;FALSE;"Your Place" +"urban";"vegetation";417.825792448944;FALSE;"Your Place" +"urban";"vegetation";4.82218968131201;FALSE;"Your Place" +"urban";"vegetation";47167.47377653;FALSE;"Your Place" +"urban";"vegetation";69.360199132374;FALSE;"Your Place" +"urban";"vegetation";76.0378035803587;FALSE;"Your Place" +"urban";"vegetation";77.7871832919773;FALSE;"Your Place" +"urban";"vegetation";27.7800081710739;FALSE;"Your Place" +"urban";"vegetation";6.29493100067702;FALSE;"Your Place" +"vegetation";"vegetation";0.0794056715531042;TRUE;"Your Place" +"vegetation";"vegetation";808.330420991406;TRUE;"Your Place" +"impervious";"vegetation";4376.643660281;FALSE;"Your Place" +"impervious";"vegetation";71.9281347471988;FALSE;"Your Place" +"impervious";"vegetation";12.2730604272147;FALSE;"Your Place" +"impervious";"vegetation";2060.7730944939;FALSE;"Your Place" +"impervious";"vegetation";1.08473259948369;FALSE;"Your Place" +"impervious";"vegetation";1.11271806887453;FALSE;"Your Place" +"urban";"vegetation";18.3609795193042;FALSE;"Your Place" +"urban";"vegetation";2.48313506576233;FALSE;"Your Place" +"urban";"vegetation";65.1840442565735;FALSE;"Your Place" +"vegetation";"vegetation";16.6239827945828;TRUE;"Your Place" +"vegetation";"vegetation";50072.7509180648;TRUE;"Your Place" +"urban";"vegetation";39853.5057021789;FALSE;"Your Place" +"urban";"vegetation";4.91320739686489;FALSE;"Your Place" +"vegetation";"vegetation";147.771537523819;TRUE;"Your Place" +"vegetation";"vegetation";127.284434688278;TRUE;"Your Place" +"vegetation";"vegetation";133.393686886877;TRUE;"Your Place" +"urban";"vegetation";37936.5603835045;FALSE;"Your Place" +"urban";"vegetation";11.5207636663572;FALSE;"Your Place" +"urban";"vegetation";41.2363731710939;FALSE;"Your Place" +"vegetation";"vegetation";5.42018770315917;TRUE;"Your Place" +"impervious";"vegetation";22.0041586197913;FALSE;"Your Place" +"vegetation";"vegetation";6343.63719843002;TRUE;"Your Place" +"vegetation";"vegetation";435.17850780912;TRUE;"Your Place" +"vegetation";"vegetation";27629.5862427806;TRUE;"Your Place" +"vegetation";"vegetation";17.9996432763583;TRUE;"Your Place" +"impervious";"impervious";13.7798267182079;TRUE;"Your Place" +"impervious";"impervious";3346.50679302192;TRUE;"Your Place" +"impervious";"impervious";80.9003247544752;TRUE;"Your Place" +"urban";"vegetation";48067.7820187887;FALSE;"Your Place" +"urban";"vegetation";9.79427398205735;FALSE;"Your Place" +"urban";"vegetation";360.229619341902;FALSE;"Your Place" +"vegetation";"vegetation";215.783592999098;TRUE;"Your Place" +"vegetation";"vegetation";168.08330620062;TRUE;"Your Place" +"urban";"vegetation";184.907220132882;FALSE;"Your Place" +"vegetation";"vegetation";8.02041516290046;TRUE;"Your Place" +"vegetation";"urban";516.748113688082;FALSE;"Your Place" +"urban";"urban";2887.02026711032;TRUE;"Your Place" +"impervious";"urban";194.496944695245;FALSE;"Your Place" +"urban";"urban";21.0697385626845;TRUE;"Your Place" +"urban";"urban";12705.6721883325;TRUE;"Your Place" +"urban";"urban";8.65652258354328;TRUE;"Your Place" +"impervious";"urban";157.555027339607;FALSE;"Your Place" +"urban";"urban";16.5824842299335;TRUE;"Your Place" +"urban";"urban";13538.6073035182;TRUE;"Your Place" +"impervious";"urban";41.3794306670316;FALSE;"Your Place" +"impervious";"urban";9.4410337600857;FALSE;"Your Place" +"urban";"urban";9245.24174527475;TRUE;"Your Place" +"urban";"urban";21.9955265847821;TRUE;"Your Place" +"urban";"urban";33.6119825978749;TRUE;"Your Place" +"vegetation";"urban";30.8799797396641;FALSE;"Your Place" +"urban";"urban";5967.60089895967;TRUE;"Your Place" +"urban";"urban";70.4788701427169;TRUE;"Your Place" +"urban";"urban";11.9726540641859;TRUE;"Your Place" +"urban";"urban";32.4063871435355;TRUE;"Your Place" +"impervious";"urban";49.3548955657752;FALSE;"Your Place" +"urban";"urban";34227.7595251971;TRUE;"Your Place" +"urban";"urban";10.2692680754117;TRUE;"Your Place" +"urban";"urban";35.6279891292434;TRUE;"Your Place" +"urban";"urban";46.9428847003728;TRUE;"Your Place" +"urban";"urban";74.4558303777012;TRUE;"Your Place" +"impervious";"urban";77.4499183916803;FALSE;"Your Place" +"urban";"urban";3.78341664194159;TRUE;"Your Place" +"urban";"urban";12969.5470229644;TRUE;"Your Place" +"urban";"urban";3.69944573269458;TRUE;"Your Place" +"urban";"urban";20.7353944606148;TRUE;"Your Place" +"impervious";"urban";17.5959090054967;FALSE;"Your Place" +"urban";"urban";43424.9621590493;TRUE;"Your Place" +"urban";"urban";145.663660436883;TRUE;"Your Place" +"urban";"urban";41.603321275441;TRUE;"Your Place" +"vegetation";"urban";0.772880250049639;FALSE;"Your Place" +"impervious";"urban";24.6954233752331;FALSE;"Your Place" +"impervious";"urban";8.43579070270061;FALSE;"Your Place" +"urban";"urban";144.143765673842;TRUE;"Your Place" +"urban";"urban";191.069858580813;TRUE;"Your Place" +"urban";"urban";15572.9826835804;TRUE;"Your Place" +"urban";"urban";13307.2813350041;TRUE;"Your Place" +"urban";"urban";3.9408680194756;TRUE;"Your Place" +"impervious";"urban";16.9202379684612;FALSE;"Your Place" +"urban";"urban";58.1641262962949;TRUE;"Your Place" +"urban";"urban";3.18522450118326;TRUE;"Your Place" +"urban";"urban";71136.4378468277;TRUE;"Your Place" +"urban";"urban";4.05356745491736;TRUE;"Your Place" +"urban";"urban";29.4800377192259;TRUE;"Your Place" +"vegetation";"urban";45.1296132297721;FALSE;"Your Place" +"urban";"urban";10.2091733012348;TRUE;"Your Place" +"urban";"urban";39.6500690425746;TRUE;"Your Place" +"urban";"urban";14362.0473984238;TRUE;"Your Place" +"impervious";"urban";40.4860327609349;FALSE;"Your Place" +"impervious";"urban";77.1970967999659;FALSE;"Your Place" +"urban";"urban";38.8784488961101;TRUE;"Your Place" +"urban";"urban";966.333602298982;TRUE;"Your Place" +"urban";"urban";275.34512547357;TRUE;"Your Place" +"urban";"urban";58.7780442480871;TRUE;"Your Place" +"urban";"urban";36.6232937341956;TRUE;"Your Place" +"urban";"urban";12863.1039703041;TRUE;"Your Place" +"urban";"urban";0.573064914904535;TRUE;"Your Place" +"urban";"urban";102.038383574458;TRUE;"Your Place" +"urban";"urban";9931.47242274042;TRUE;"Your Place" +"urban";"urban";69.5175753700314;TRUE;"Your Place" +"impervious";"urban";2.59707842115313;FALSE;"Your Place" +"vegetation";"urban";72.4439917341806;FALSE;"Your Place" +"urban";"urban";199.719650657731;TRUE;"Your Place" +"urban";"urban";12.6888399887393;TRUE;"Your Place" +"urban";"urban";111.563392260345;TRUE;"Your Place" +"vegetation";"urban";3.3866140852333;FALSE;"Your Place" +"vegetation";"urban";1386.01949010912;FALSE;"Your Place" +"vegetation";"urban";47229.5180875449;FALSE;"Your Place" +"vegetation";"urban";1380.8103287009;FALSE;"Your Place" +"urban";"urban";117.510640329507;TRUE;"Your Place" +"urban";"urban";3.50083907833323;TRUE;"Your Place" +"urban";"urban";71.1708474687184;TRUE;"Your Place" +"urban";"urban";10095.4538394998;TRUE;"Your Place" +"urban";"urban";12.4014467510497;TRUE;"Your Place" +"urban";"urban";11.5170651259832;TRUE;"Your Place" +"urban";"urban";12.0677553843707;TRUE;"Your Place" +"urban";"urban";94980.5600707477;TRUE;"Your Place" +"urban";"urban";107.850643248064;TRUE;"Your Place" +"urban";"urban";86.1065836383495;TRUE;"Your Place" +"impervious";"urban";50.726647144882;FALSE;"Your Place" +"impervious";"urban";13.9862899320724;FALSE;"Your Place" +"vegetation";"urban";18912.5500512244;FALSE;"Your Place" +"urban";"urban";32123.1734533025;TRUE;"Your Place" +"urban";"urban";8.65685889852466;TRUE;"Your Place" +"urban";"urban";1.74827795324381;TRUE;"Your Place" +"urban";"urban";121.773511659349;TRUE;"Your Place" +"urban";"urban";15.9693131721579;TRUE;"Your Place" +"urban";"urban";11170.0646318891;TRUE;"Your Place" +"urban";"urban";20629.8564387094;TRUE;"Your Place" +"urban";"urban";42.4761985505465;TRUE;"Your Place" +"urban";"urban";3.24454048043117;TRUE;"Your Place" +"urban";"urban";3.98296322891838;TRUE;"Your Place" +"vegetation";"urban";62.4163660465274;FALSE;"Your Place" +"impervious";"urban";1010.70907389;FALSE;"Your Place" +"vegetation";"urban";276.840986587456;FALSE;"Your Place" +"urban";"urban";0.898429719731212;TRUE;"Your Place" +"urban";"urban";406.785443298751;TRUE;"Your Place" +"vegetation";"urban";1285.71323459508;FALSE;"Your Place" +"urban";"urban";2236.30832078494;TRUE;"Your Place" +"vegetation";"urban";1140.25440983288;FALSE;"Your Place" +"vegetation";"urban";14.9431693107181;FALSE;"Your Place" +"urban";"urban";74.4710169360042;TRUE;"Your Place" +"urban";"urban";7422.60832357779;TRUE;"Your Place" +"urban";"urban";68.4544391792733;TRUE;"Your Place" +"urban";"urban";4170.68218139058;TRUE;"Your Place" +"urban";"urban";13.348992760526;TRUE;"Your Place" +"vegetation";"urban";0.505519642611034;FALSE;"Your Place" +"urban";"urban";6556.6433742079;TRUE;"Your Place" +"urban";"urban";17.4800230166875;TRUE;"Your Place" +"urban";"urban";18.4048828002997;TRUE;"Your Place" +"urban";"urban";6.0230955431125;TRUE;"Your Place" +"vegetation";"urban";155.444707645569;FALSE;"Your Place" +"vegetation";"urban";524.575833418989;FALSE;"Your Place" +"urban";"urban";57.3926191560749;TRUE;"Your Place" +"urban";"urban";8.29042251396459;TRUE;"Your Place" +"urban";"urban";4255.04243915435;TRUE;"Your Place" +"vegetation";"urban";684.273725847714;FALSE;"Your Place" +"urban";"urban";4637.12414781229;TRUE;"Your Place" +"urban";"urban";17.2507121702074;TRUE;"Your Place" +"urban";"urban";19.2587021482177;TRUE;"Your Place" +"urban";"urban";15.7417921217857;TRUE;"Your Place" +"urban";"urban";15.0864010169171;TRUE;"Your Place" +"vegetation";"urban";162.998356577009;FALSE;"Your Place" +"vegetation";"urban";31742.664257586;FALSE;"Your Place" +"urban";"urban";25.4441669962835;TRUE;"Your Place" +"urban";"urban";16.6750969463901;TRUE;"Your Place" +"urban";"urban";3980.61110797833;TRUE;"Your Place" +"urban";"urban";39.0933252912837;TRUE;"Your Place" +"urban";"urban";34.4899664847762;TRUE;"Your Place" +"urban";"urban";7043.25105124339;TRUE;"Your Place" +"urban";"urban";75.0219500569128;TRUE;"Your Place" +"urban";"urban";12.5119720038492;TRUE;"Your Place" +"urban";"urban";0.475423178606434;TRUE;"Your Place" +"urban";"urban";129.288237553061;TRUE;"Your Place" +"urban";"urban";55619.4306137618;TRUE;"Your Place" +"urban";"urban";3.23798120008723;TRUE;"Your Place" +"urban";"urban";207.186620894819;TRUE;"Your Place" +"urban";"urban";16.8428945579217;TRUE;"Your Place" +"urban";"urban";35576.8631787966;TRUE;"Your Place" +"urban";"urban";29.8077978109941;TRUE;"Your Place" +"urban";"urban";6.92433309834269;TRUE;"Your Place" +"urban";"urban";120.02717618132;TRUE;"Your Place" +"vegetation";"urban";5.52947295689955;FALSE;"Your Place" +"urban";"urban";45.120327482764;TRUE;"Your Place" +"urban";"urban";13336.2688549348;TRUE;"Your Place" +"impervious";"urban";49.8427759333572;FALSE;"Your Place" +"urban";"urban";23401.4071312009;TRUE;"Your Place" +"urban";"urban";34.4299473383435;TRUE;"Your Place" +"urban";"urban";50.0735570122852;TRUE;"Your Place" +"impervious";"urban";1.00731107452884;FALSE;"Your Place" +"impervious";"urban";77.7360735468101;FALSE;"Your Place" +"vegetation";"urban";1036.92444373365;FALSE;"Your Place" +"urban";"urban";106.385752698251;TRUE;"Your Place" +"urban";"urban";34199.3111063153;TRUE;"Your Place" +"vegetation";"urban";4.0333021034894;FALSE;"Your Place" +"impervious";"urban";15.3732394054532;FALSE;"Your Place" +"vegetation";"urban";313.982227488741;FALSE;"Your Place" +"vegetation";"urban";738.546011397615;FALSE;"Your Place" +"vegetation";"urban";33.0946968323551;FALSE;"Your Place" +"urban";"urban";43.7494709787952;TRUE;"Your Place" +"urban";"urban";21628.0750299192;TRUE;"Your Place" +"impervious";"urban";0.534491140876526;FALSE;"Your Place" +"vegetation";"urban";55.1051081820042;FALSE;"Your Place" +"urban";"urban";3047.70116758905;TRUE;"Your Place" +"urban";"urban";40.5096026260871;TRUE;"Your Place" +"urban";"urban";210.146492746542;TRUE;"Your Place" +"urban";"urban";5924.33856800431;TRUE;"Your Place" +"urban";"urban";10.6940167282883;TRUE;"Your Place" +"urban";"urban";9.77079296761076;TRUE;"Your Place" +"urban";"urban";12.4515062822611;TRUE;"Your Place" +"urban";"urban";36.7404920124682;TRUE;"Your Place" +"urban";"urban";11620.4788112653;TRUE;"Your Place" +"urban";"urban";2.52708714798791;TRUE;"Your Place" +"urban";"urban";9.95089245749114;TRUE;"Your Place" +"urban";"urban";53.0629314745311;TRUE;"Your Place" +"urban";"urban";2.8567516529256;TRUE;"Your Place" +"urban";"urban";148.151175957246;TRUE;"Your Place" +"urban";"urban";31808.3566374567;TRUE;"Your Place" +"urban";"urban";0.140269772069587;TRUE;"Your Place" +"urban";"urban";43.2020175917132;TRUE;"Your Place" +"urban";"urban";0.0575888496514381;TRUE;"Your Place" +"urban";"urban";24.2077230308205;TRUE;"Your Place" +"urban";"urban";4.04417279997142;TRUE;"Your Place" +"urban";"urban";8044.85162152955;TRUE;"Your Place" +"vegetation";"urban";4.82121625682339;FALSE;"Your Place" +"urban";"urban";20.3833511158591;TRUE;"Your Place" +"urban";"urban";15.8797494303435;TRUE;"Your Place" +"urban";"urban";1.44755760022963;TRUE;"Your Place" +"urban";"urban";4841.27878351416;TRUE;"Your Place" +"vegetation";"urban";4.92967727603536;FALSE;"Your Place" +"impervious";"urban";9.03877863106027;FALSE;"Your Place" +"urban";"urban";6853.54029370565;TRUE;"Your Place" +"urban";"urban";11.5319645530544;TRUE;"Your Place" +"urban";"urban";16.8254422966857;TRUE;"Your Place" +"urban";"urban";8.61007074266672;TRUE;"Your Place" +"urban";"urban";32.397015853785;TRUE;"Your Place" +"urban";"urban";28.2497391604702;TRUE;"Your Place" +"urban";"urban";36839.5688970509;TRUE;"Your Place" +"urban";"urban";65.3488904589321;TRUE;"Your Place" +"urban";"urban";63.5093412084971;TRUE;"Your Place" +"urban";"urban";9.58525220432784;TRUE;"Your Place" +"urban";"urban";52.622062901035;TRUE;"Your Place" +"urban";"urban";6.17612407775596;TRUE;"Your Place" +"impervious";"urban";5.24205551105479;FALSE;"Your Place" +"urban";"urban";42.53015992156;TRUE;"Your Place" +"urban";"urban";5843.01324641611;TRUE;"Your Place" +"urban";"urban";22.1202990927268;TRUE;"Your Place" +"urban";"urban";4.2628081724979;TRUE;"Your Place" +"impervious";"urban";7.09938287601108;FALSE;"Your Place" +"impervious";"urban";1.74894715938717;FALSE;"Your Place" +"urban";"urban";15.542552619765;TRUE;"Your Place" +"urban";"urban";4046.26735808002;TRUE;"Your Place" +"urban";"urban";45.8001793464646;TRUE;"Your Place" +"urban";"urban";32.0334040673333;TRUE;"Your Place" +"urban";"urban";48.1088153598248;TRUE;"Your Place" +"urban";"urban";15.2431089830693;TRUE;"Your Place" +"urban";"urban";45.9425063383533;TRUE;"Your Place" +"urban";"urban";7303.7453375347;TRUE;"Your Place" +"urban";"urban";110.065738727906;TRUE;"Your Place" +"urban";"urban";0.865248769929167;TRUE;"Your Place" +"urban";"urban";209.5539718566;TRUE;"Your Place" +"urban";"urban";19.241419065278;TRUE;"Your Place" +"urban";"urban";14651.3633101792;TRUE;"Your Place" +"urban";"urban";20.87383766938;TRUE;"Your Place" +"urban";"urban";5502.2668380611;TRUE;"Your Place" +"urban";"urban";0.043450210505398;TRUE;"Your Place" +"urban";"urban";56.9483526535332;TRUE;"Your Place" +"urban";"urban";2315.11891083419;TRUE;"Your Place" +"urban";"urban";31.5016243197024;TRUE;"Your Place" +"urban";"urban";2510.80103072035;TRUE;"Your Place" +"urban";"urban";16.2332832334796;TRUE;"Your Place" +"impervious";"urban";48.8521158742369;FALSE;"Your Place" +"impervious";"urban";9.19001534907147;FALSE;"Your Place" +"urban";"urban";5.62311712947849;TRUE;"Your Place" +"urban";"urban";6539.8573595481;TRUE;"Your Place" +"urban";"urban";19.3678901138774;TRUE;"Your Place" +"urban";"urban";55.7081775596016;TRUE;"Your Place" +"urban";"urban";19.285271409899;TRUE;"Your Place" +"urban";"urban";1.94559042173205;TRUE;"Your Place" +"impervious";"urban";15.126457516395;FALSE;"Your Place" +"urban";"urban";28.8678331172559;TRUE;"Your Place" +"urban";"urban";3529.63556390512;TRUE;"Your Place" +"urban";"urban";30.8999687702162;TRUE;"Your Place" +"urban";"urban";38.3527935501188;TRUE;"Your Place" +"urban";"urban";1.20236442511668;TRUE;"Your Place" +"urban";"urban";7.18268446996808;TRUE;"Your Place" +"urban";"urban";880.548535905371;TRUE;"Your Place" +"urban";"urban";20.433942551259;TRUE;"Your Place" +"impervious";"urban";43.2353810211644;FALSE;"Your Place" +"urban";"urban";1101.29377354824;TRUE;"Your Place" +"urban";"urban";0.313877777341986;TRUE;"Your Place" +"urban";"urban";0.396618513856083;TRUE;"Your Place" +"urban";"urban";2.59564847173169;TRUE;"Your Place" +"urban";"urban";6.73712304273795;TRUE;"Your Place" +"urban";"urban";9085.68214053544;TRUE;"Your Place" +"urban";"urban";54.2793088303297;TRUE;"Your Place" +"urban";"urban";34.5873298108199;TRUE;"Your Place" +"urban";"urban";23.6983387898654;TRUE;"Your Place" +"urban";"urban";0.645167555252556;TRUE;"Your Place" +"urban";"urban";90.9608298493549;TRUE;"Your Place" +"urban";"urban";16836.6927793361;TRUE;"Your Place" +"urban";"urban";634.821022446267;TRUE;"Your Place" +"impervious";"urban";7.75446352735162;FALSE;"Your Place" +"urban";"urban";12.2315044519273;TRUE;"Your Place" +"urban";"urban";76.7777030532598;TRUE;"Your Place" +"urban";"urban";2510.80538929751;TRUE;"Your Place" +"urban";"urban";23.7549714669585;TRUE;"Your Place" +"urban";"urban";0.990934778601513;TRUE;"Your Place" +"vegetation";"urban";384.673532657325;FALSE;"Your Place" +"vegetation";"urban";231.925340004498;FALSE;"Your Place" +"urban";"urban";3.93900457841664;TRUE;"Your Place" +"urban";"urban";0.6904420821229;TRUE;"Your Place" +"urban";"urban";0.416436191553657;TRUE;"Your Place" +"urban";"urban";3542.05692311481;TRUE;"Your Place" +"impervious";"urban";1.62076651526149;FALSE;"Your Place" +"urban";"urban";15.0253921956755;TRUE;"Your Place" +"urban";"urban";2500.98692572722;TRUE;"Your Place" +"urban";"urban";2.25578188456711;TRUE;"Your Place" +"urban";"urban";1.50419640922337;TRUE;"Your Place" +"urban";"urban";49.048181034188;TRUE;"Your Place" +"impervious";"urban";3.88818801601883;FALSE;"Your Place" +"impervious";"urban";7.95858967809181;FALSE;"Your Place" +"urban";"urban";16.4220305262133;TRUE;"Your Place" +"urban";"urban";32.0203056340106;TRUE;"Your Place" +"urban";"urban";9145.97113663773;TRUE;"Your Place" +"urban";"urban";30.7341598487401;TRUE;"Your Place" +"impervious";"urban";48.6956791136327;FALSE;"Your Place" +"urban";"urban";47.3196673644707;TRUE;"Your Place" +"urban";"urban";49.8180920891464;TRUE;"Your Place" +"urban";"urban";2243.01846740581;TRUE;"Your Place" +"urban";"urban";64.735649459064;TRUE;"Your Place" +"urban";"urban";14.0388332009315;TRUE;"Your Place" +"urban";"urban";23.5846592341186;TRUE;"Your Place" +"urban";"urban";2026.69936743658;TRUE;"Your Place" +"urban";"urban";64.3562165569747;TRUE;"Your Place" +"urban";"urban";20.6081171020924;TRUE;"Your Place" +"urban";"urban";42.2633554120548;TRUE;"Your Place" +"urban";"urban";48.7637691560667;TRUE;"Your Place" +"urban";"urban";3827.38040835544;TRUE;"Your Place" +"urban";"urban";65.4170280135004;TRUE;"Your Place" +"impervious";"urban";8.65902640626882;FALSE;"Your Place" +"impervious";"urban";68.2482391574886;FALSE;"Your Place" +"impervious";"urban";252.211794431787;FALSE;"Your Place" +"urban";"urban";2626.95642616972;TRUE;"Your Place" +"urban";"urban";0.567130727933545;TRUE;"Your Place" +"urban";"urban";1301.05373346485;TRUE;"Your Place" +"urban";"urban";4.74189271991781;TRUE;"Your Place" +"urban";"urban";16.23643165455;TRUE;"Your Place" +"urban";"urban";1.76667407236528;TRUE;"Your Place" +"urban";"urban";27.2003648392856;TRUE;"Your Place" +"urban";"urban";27.7883736565709;TRUE;"Your Place" +"urban";"urban";16986.1847705032;TRUE;"Your Place" +"urban";"urban";132.489803861943;TRUE;"Your Place" +"impervious";"urban";38.0446429524745;FALSE;"Your Place" +"impervious";"urban";3.75887814642192;FALSE;"Your Place" +"urban";"urban";0.0507844618987292;TRUE;"Your Place" +"urban";"urban";16.5790743394755;TRUE;"Your Place" +"urban";"urban";105.966513317556;TRUE;"Your Place" +"urban";"urban";8837.20019157603;TRUE;"Your Place" +"urban";"urban";23.4087300780229;TRUE;"Your Place" +"urban";"urban";8.85597928892821;TRUE;"Your Place" +"urban";"urban";16.995388854295;TRUE;"Your Place" +"urban";"urban";42.7637201873586;TRUE;"Your Place" +"urban";"urban";744.253951765131;TRUE;"Your Place" +"impervious";"urban";13.8102467497811;FALSE;"Your Place" +"impervious";"urban";1.59904350677971;FALSE;"Your Place" +"urban";"urban";3.42092867521569;TRUE;"Your Place" +"urban";"urban";22.0386612270959;TRUE;"Your Place" +"urban";"urban";2040.51535901497;TRUE;"Your Place" +"urban";"urban";63.4886035080999;TRUE;"Your Place" +"urban";"urban";1453.4948912054;TRUE;"Your Place" +"urban";"urban";961.568034182535;TRUE;"Your Place" +"urban";"urban";20.2631612451805;TRUE;"Your Place" +"urban";"urban";787.279999357997;TRUE;"Your Place" +"urban";"urban";8.97761813522084;TRUE;"Your Place" +"impervious";"urban";1.74194287930732;FALSE;"Your Place" +"impervious";"urban";12.9092298145406;FALSE;"Your Place" +"urban";"urban";0.0522546885767952;TRUE;"Your Place" +"urban";"urban";73.7669494124129;TRUE;"Your Place" +"urban";"urban";3.66552375346873;TRUE;"Your Place" +"urban";"urban";15.2835937352211;TRUE;"Your Place" +"urban";"urban";11.5790369231108;TRUE;"Your Place" +"urban";"urban";14934.5243642051;TRUE;"Your Place" +"urban";"urban";29.2005626801401;TRUE;"Your Place" +"urban";"urban";197.473965244833;TRUE;"Your Place" +"urban";"urban";0.658884856035002;TRUE;"Your Place" +"urban";"urban";374.222870825091;TRUE;"Your Place" +"urban";"urban";2.89702895603841;TRUE;"Your Place" +"urban";"urban";1632.11178976635;TRUE;"Your Place" +"urban";"urban";0.268843503548851;TRUE;"Your Place" +"urban";"urban";2.87235613624216;TRUE;"Your Place" +"urban";"urban";20.0366801390483;TRUE;"Your Place" +"urban";"urban";6122.38010175822;TRUE;"Your Place" +"urban";"urban";0.105248879175633;TRUE;"Your Place" +"urban";"urban";12.1977469890844;TRUE;"Your Place" +"impervious";"urban";51.2518596267328;FALSE;"Your Place" +"urban";"urban";792.879757424875;TRUE;"Your Place" +"urban";"urban";1751.79887121468;TRUE;"Your Place" +"urban";"urban";2.48707415731042;TRUE;"Your Place" +"urban";"urban";28.622357032873;TRUE;"Your Place" +"urban";"urban";1762.70320653333;TRUE;"Your Place" +"urban";"urban";8.01723424484953;TRUE;"Your Place" +"urban";"urban";0.324634477612562;TRUE;"Your Place" +"urban";"urban";3900.22295979279;TRUE;"Your Place" +"urban";"urban";11.3782199345296;TRUE;"Your Place" +"urban";"urban";0.349986336550501;TRUE;"Your Place" +"urban";"urban";11.6100809279887;TRUE;"Your Place" +"urban";"urban";88.4586885087192;TRUE;"Your Place" +"urban";"urban";3004.05905202776;TRUE;"Your Place" +"urban";"urban";14.9682947471738;TRUE;"Your Place" +"impervious";"urban";1344.73622804426;FALSE;"Your Place" +"urban";"urban";8.12776633864269;TRUE;"Your Place" +"urban";"urban";2.51677408092655;TRUE;"Your Place" +"urban";"urban";93.6981395939365;TRUE;"Your Place" +"urban";"urban";528.048446872272;TRUE;"Your Place" +"urban";"urban";0.700074258260429;TRUE;"Your Place" +"urban";"urban";28.7456349237182;TRUE;"Your Place" +"urban";"urban";8771.37979966751;TRUE;"Your Place" +"urban";"urban";65.7183369803242;TRUE;"Your Place" +"urban";"urban";76.387656317791;TRUE;"Your Place" +"impervious";"urban";21.637008741618;FALSE;"Your Place" +"impervious";"urban";4574.89461803949;FALSE;"Your Place" +"vegetation";"urban";2076.97096617165;FALSE;"Your Place" +"urban";"urban";8.5846524660592;TRUE;"Your Place" +"urban";"urban";6.04223450375503;TRUE;"Your Place" +"urban";"urban";37.3743668212555;TRUE;"Your Place" +"urban";"urban";60.3434188007377;TRUE;"Your Place" +"urban";"urban";13780.480592099;TRUE;"Your Place" +"impervious";"urban";8.90585607104003;FALSE;"Your Place" +"vegetation";"urban";32.9438484425773;FALSE;"Your Place" +"vegetation";"urban";547.070619271435;FALSE;"Your Place" +"urban";"urban";1154.53568375016;TRUE;"Your Place" +"urban";"urban";0.00611510703674867;TRUE;"Your Place" +"impervious";"urban";0.112227551289834;FALSE;"Your Place" +"urban";"urban";23.113079207018;TRUE;"Your Place" +"urban";"urban";2.21277597884182;TRUE;"Your Place" +"urban";"urban";1508.95328441449;TRUE;"Your Place" +"urban";"urban";85.5411394723924;TRUE;"Your Place" +"urban";"urban";32.715872092318;TRUE;"Your Place" +"vegetation";"urban";1.59558401192771;FALSE;"Your Place" +"urban";"urban";18.822747872211;TRUE;"Your Place" +"vegetation";"urban";18.6964403041929;FALSE;"Your Place" +"vegetation";"urban";1570.72807313828;FALSE;"Your Place" +"urban";"urban";19.1585776570428;TRUE;"Your Place" +"urban";"urban";15.2944215418975;TRUE;"Your Place" +"urban";"urban";3544.07460958697;TRUE;"Your Place" +"urban";"urban";2.91894430245156;TRUE;"Your Place" +"urban";"urban";5.31952725915471;TRUE;"Your Place" +"urban";"urban";57.3179716426821;TRUE;"Your Place" +"urban";"urban";37.1376960371854;TRUE;"Your Place" +"urban";"urban";5.64061667583883;TRUE;"Your Place" +"urban";"urban";8.99242871324532;TRUE;"Your Place" +"urban";"urban";2172.46255006315;TRUE;"Your Place" +"urban";"urban";10.2570787188597;TRUE;"Your Place" +"urban";"urban";36.713161133317;TRUE;"Your Place" +"vegetation";"urban";419.11065546982;FALSE;"Your Place" +"vegetation";"urban";5746.67968478985;FALSE;"Your Place" +"urban";"urban";6.08118477988069;TRUE;"Your Place" +"urban";"urban";21071.1093838674;TRUE;"Your Place" +"urban";"urban";21.7678684667626;TRUE;"Your Place" +"urban";"urban";89.8709032068728;TRUE;"Your Place" +"urban";"urban";98.403063162601;TRUE;"Your Place" +"impervious";"urban";0.0954976902576163;FALSE;"Your Place" +"impervious";"urban";3.04243997583399;FALSE;"Your Place" +"urban";"urban";4766.5741862529;TRUE;"Your Place" +"urban";"urban";5.41201213060413;TRUE;"Your Place" +"urban";"urban";54.6433551975933;TRUE;"Your Place" +"urban";"urban";0.121691117645241;TRUE;"Your Place" +"urban";"urban";52.831854281947;TRUE;"Your Place" +"urban";"urban";2969.15795674187;TRUE;"Your Place" +"urban";"urban";2.17371357117372;TRUE;"Your Place" +"urban";"urban";84.8001376590692;TRUE;"Your Place" +"urban";"urban";0.105226817511721;TRUE;"Your Place" +"urban";"urban";0.548818622482941;TRUE;"Your Place" +"urban";"urban";5451.93666925386;TRUE;"Your Place" +"urban";"urban";45.4767120674951;TRUE;"Your Place" +"urban";"urban";43.1673742346466;TRUE;"Your Place" +"urban";"urban";1463.83767090115;TRUE;"Your Place" +"urban";"urban";0.871028418623609;TRUE;"Your Place" +"urban";"urban";3.14211011352018;TRUE;"Your Place" +"urban";"urban";56.9961379631131;TRUE;"Your Place" +"impervious";"urban";7.54117631739064;FALSE;"Your Place" +"urban";"urban";12138.26198924;TRUE;"Your Place" +"urban";"urban";3.81481970055029;TRUE;"Your Place" +"impervious";"urban";81.8484067020472;FALSE;"Your Place" +"impervious";"urban";21.1915620788932;FALSE;"Your Place" +"impervious";"urban";29.5902830409177;FALSE;"Your Place" +"urban";"urban";8.18531384854577;TRUE;"Your Place" +"urban";"urban";15.179106948548;TRUE;"Your Place" +"urban";"urban";992.625630612485;TRUE;"Your Place" +"urban";"urban";32.7015334540301;TRUE;"Your Place" +"impervious";"urban";0.0176992786655319;FALSE;"Your Place" +"impervious";"urban";18.4584553876193;FALSE;"Your Place" +"vegetation";"urban";369.83847743663;FALSE;"Your Place" +"urban";"urban";13.1683413071733;TRUE;"Your Place" +"urban";"urban";17531.9416658198;TRUE;"Your Place" +"urban";"urban";22.5329972814652;TRUE;"Your Place" +"urban";"urban";61.4028081954457;TRUE;"Your Place" +"urban";"urban";4.85503174504265;TRUE;"Your Place" +"impervious";"urban";50.8569179261976;FALSE;"Your Place" +"urban";"urban";116.520225724962;TRUE;"Your Place" +"urban";"urban";5530.80264244555;TRUE;"Your Place" +"urban";"urban";5.43453828804195;TRUE;"Your Place" +"impervious";"urban";19.2576517917914;FALSE;"Your Place" +"urban";"urban";29.6891571171873;TRUE;"Your Place" +"urban";"urban";59.8704412613297;TRUE;"Your Place" +"urban";"urban";726.653657296381;TRUE;"Your Place" +"impervious";"urban";45.4953861789154;FALSE;"Your Place" +"urban";"urban";28.9887150754512;TRUE;"Your Place" +"urban";"urban";95.0313996771001;TRUE;"Your Place" +"urban";"urban";6333.27298010699;TRUE;"Your Place" +"urban";"urban";0.527331231918652;TRUE;"Your Place" +"urban";"urban";2.00966208055615;TRUE;"Your Place" +"urban";"urban";16215.801317906;TRUE;"Your Place" +"urban";"urban";16.8318951358087;TRUE;"Your Place" +"vegetation";"urban";0.367312547110487;FALSE;"Your Place" +"vegetation";"urban";2553.22370990663;FALSE;"Your Place" +"urban";"urban";7630.17655061779;TRUE;"Your Place" +"urban";"urban";12.552055296881;TRUE;"Your Place" +"urban";"urban";88.4252673108131;TRUE;"Your Place" +"impervious";"urban";0.158175682707224;FALSE;"Your Place" +"urban";"urban";5.92543760176704;TRUE;"Your Place" +"urban";"urban";33.2414750289172;TRUE;"Your Place" +"urban";"urban";2786.22800282389;TRUE;"Your Place" +"impervious";"urban";20.0917143991101;FALSE;"Your Place" +"urban";"urban";10.7631974779069;TRUE;"Your Place" +"urban";"urban";45044.4738784931;TRUE;"Your Place" +"urban";"urban";7.53757811751711;TRUE;"Your Place" +"urban";"urban";58.2130880141631;TRUE;"Your Place" +"impervious";"urban";11.9693032853538;FALSE;"Your Place" +"urban";"urban";3.5433819051832;TRUE;"Your Place" +"urban";"urban";12107.8510194933;TRUE;"Your Place" +"vegetation";"urban";17.5260921753943;FALSE;"Your Place" +"vegetation";"urban";36.7932294388302;FALSE;"Your Place" +"vegetation";"urban";169.970081971958;FALSE;"Your Place" +"urban";"urban";35.4703352356446;TRUE;"Your Place" +"urban";"urban";48191.4962288393;TRUE;"Your Place" +"vegetation";"urban";1985.39410402614;FALSE;"Your Place" +"impervious";"urban";197.713764068671;FALSE;"Your Place" +"impervious";"urban";84.7650865509349;FALSE;"Your Place" +"vegetation";"urban";22.2930534440093;FALSE;"Your Place" +"urban";"urban";75.1830630026816;TRUE;"Your Place" +"urban";"urban";20759.8309610915;TRUE;"Your Place" +"urban";"urban";149.100040915306;TRUE;"Your Place" +"urban";"urban";274.811921006883;TRUE;"Your Place" +"vegetation";"urban";651.223433085222;FALSE;"Your Place" +"vegetation";"urban";1242.26848833574;FALSE;"Your Place" +"urban";"urban";5877.38755059242;TRUE;"Your Place" +"urban";"urban";8.23322805872886;TRUE;"Your Place" +"urban";"urban";21.5767496885674;TRUE;"Your Place" +"urban";"urban";43.8916053352877;TRUE;"Your Place" +"vegetation";"urban";195.933581671969;FALSE;"Your Place" +"urban";"urban";0.348581753523831;TRUE;"Your Place" +"urban";"urban";17.8691167646029;TRUE;"Your Place" +"urban";"urban";0.0868198498355923;TRUE;"Your Place" +"urban";"urban";6134.86501620454;TRUE;"Your Place" +"urban";"urban";5.1550121725877;TRUE;"Your Place" +"vegetation";"urban";6318.21309804078;FALSE;"Your Place" +"urban";"urban";40.5131000194233;TRUE;"Your Place" +"urban";"urban";3901.77540139086;TRUE;"Your Place" +"urban";"urban";105.084334365209;TRUE;"Your Place" +"vegetation";"urban";571.727752460865;FALSE;"Your Place" +"vegetation";"urban";985.003184783971;FALSE;"Your Place" +"urban";"urban";32.3288025270776;TRUE;"Your Place" +"urban";"urban";29.6385658353975;TRUE;"Your Place" +"urban";"urban";100315.131174038;TRUE;"Your Place" +"urban";"urban";67.3350977451773;TRUE;"Your Place" +"urban";"urban";34.2704739547335;TRUE;"Your Place" +"impervious";"urban";8.65000235073967;FALSE;"Your Place" +"impervious";"urban";1.07933084084652;FALSE;"Your Place" +"impervious";"urban";6.82521892641671;FALSE;"Your Place" +"impervious";"urban";1.00644577317871;FALSE;"Your Place" +"impervious";"urban";3.20567420982115;FALSE;"Your Place" +"urban";"urban";11810.6919563645;TRUE;"Your Place" +"urban";"urban";0.288277916202787;TRUE;"Your Place" +"impervious";"urban";57.3032942385762;FALSE;"Your Place" +"urban";"urban";2808.36290407134;TRUE;"Your Place" +"vegetation";"urban";581.304669783101;FALSE;"Your Place" +"urban";"urban";8639.96514024027;TRUE;"Your Place" +"urban";"urban";59.0473183058202;TRUE;"Your Place" +"impervious";"urban";17.7666252215276;FALSE;"Your Place" +"urban";"urban";53.5404887955847;TRUE;"Your Place" +"urban";"urban";97.5003165292583;TRUE;"Your Place" +"urban";"urban";12195.826153794;TRUE;"Your Place" +"vegetation";"urban";54.3281910507358;FALSE;"Your Place" +"urban";"urban";1544.44927007507;TRUE;"Your Place" +"urban";"urban";31.1687767556868;TRUE;"Your Place" +"urban";"urban";1371.46946174488;TRUE;"Your Place" +"urban";"urban";32619.6943957417;TRUE;"Your Place" +"urban";"urban";28.2894578856649;TRUE;"Your Place" +"urban";"urban";77.4233337207115;TRUE;"Your Place" +"impervious";"urban";10.8337248101016;FALSE;"Your Place" +"impervious";"urban";0.147188339440618;FALSE;"Your Place" +"impervious";"urban";74.4184443994891;FALSE;"Your Place" +"impervious";"urban";0.343353786418447;FALSE;"Your Place" +"urban";"urban";2.54556405061157;TRUE;"Your Place" +"vegetation";"urban";4079.07717693364;FALSE;"Your Place" +"urban";"urban";3845.29411164962;TRUE;"Your Place" +"urban";"urban";57.3010747075314;TRUE;"Your Place" +"urban";"urban";35551.8316278429;TRUE;"Your Place" +"urban";"urban";14.8340341247385;TRUE;"Your Place" +"urban";"urban";7.85905110166641;TRUE;"Your Place" +"urban";"urban";2.00571502777166;TRUE;"Your Place" +"urban";"urban";5.29488257248886;TRUE;"Your Place" +"impervious";"urban";8.59952427098324;FALSE;"Your Place" +"impervious";"urban";7.02644591825083;FALSE;"Your Place" +"urban";"urban";6771.60163845366;TRUE;"Your Place" +"vegetation";"urban";269.84242266533;FALSE;"Your Place" +"urban";"urban";11.2361878908123;TRUE;"Your Place" +"urban";"urban";36389.0927163257;TRUE;"Your Place" +"urban";"urban";16.2974053928629;TRUE;"Your Place" +"urban";"urban";22.0334456492856;TRUE;"Your Place" +"urban";"urban";105.906654574613;TRUE;"Your Place" +"impervious";"urban";1.55491961538792;FALSE;"Your Place" +"impervious";"urban";12.9566698630515;FALSE;"Your Place" +"impervious";"urban";59.7982042424701;FALSE;"Your Place" +"urban";"urban";19.2932776608795;TRUE;"Your Place" +"urban";"urban";8073.79561111378;TRUE;"Your Place" +"urban";"urban";30.6316361776553;TRUE;"Your Place" +"urban";"urban";59.3969706422649;TRUE;"Your Place" +"impervious";"urban";9.49314745218726;FALSE;"Your Place" +"impervious";"urban";49.764134684141;FALSE;"Your Place" +"impervious";"urban";33.0144894880941;FALSE;"Your Place" +"impervious";"urban";16.8922774736766;FALSE;"Your Place" +"urban";"urban";14545.2068549625;TRUE;"Your Place" +"urban";"urban";45.8366634231061;TRUE;"Your Place" +"urban";"urban";62.0815799762349;TRUE;"Your Place" +"impervious";"urban";25.7936980426311;FALSE;"Your Place" +"impervious";"urban";0.806962485206896;FALSE;"Your Place" +"vegetation";"urban";18042.6180473797;FALSE;"Your Place" +"urban";"urban";39.0004449784756;TRUE;"Your Place" +"urban";"urban";1.39007668878185;TRUE;"Your Place" +"vegetation";"urban";3164.75032279274;FALSE;"Your Place" +"urban";"urban";23.6725542621571;TRUE;"Your Place" +"urban";"urban";7969.56395886792;TRUE;"Your Place" +"urban";"urban";5.03567412192933;TRUE;"Your Place" +"impervious";"urban";0.810229601509491;FALSE;"Your Place" +"urban";"urban";2409.86081290711;TRUE;"Your Place" +"urban";"urban";18.1365201789886;TRUE;"Your Place" +"urban";"urban";46.0603238170988;TRUE;"Your Place" +"urban";"urban";4731.8620356943;TRUE;"Your Place" +"urban";"urban";3067.48630573065;TRUE;"Your Place" +"urban";"urban";121.723601728212;TRUE;"Your Place" +"urban";"urban";23081.335339624;TRUE;"Your Place" +"urban";"urban";10.806864469545;TRUE;"Your Place" +"urban";"urban";28.7335278536193;TRUE;"Your Place" +"urban";"urban";138.365373735782;TRUE;"Your Place" +"urban";"urban";36.7808912321925;TRUE;"Your Place" +"urban";"urban";15711.8298352361;TRUE;"Your Place" +"urban";"urban";59.3298660286528;TRUE;"Your Place" +"urban";"urban";64.7557967221364;TRUE;"Your Place" +"urban";"urban";22.958100233227;TRUE;"Your Place" +"urban";"urban";8.97637414048586;TRUE;"Your Place" +"urban";"urban";22.0922152242929;TRUE;"Your Place" +"urban";"urban";13.669122880252;TRUE;"Your Place" +"urban";"urban";36724.3856862424;TRUE;"Your Place" +"urban";"urban";23.9064670545631;TRUE;"Your Place" +"urban";"urban";0.113357854716014;TRUE;"Your Place" +"impervious";"urban";0.0378878871997586;FALSE;"Your Place" +"urban";"urban";5713.58538862225;TRUE;"Your Place" +"urban";"urban";29.8128352799686;TRUE;"Your Place" +"urban";"urban";2.08029530663043;TRUE;"Your Place" +"urban";"urban";7.05930109327892;TRUE;"Your Place" +"urban";"urban";27.4930722214194;TRUE;"Your Place" +"urban";"urban";6967.03561659576;TRUE;"Your Place" +"urban";"urban";143.219967855373;TRUE;"Your Place" +"impervious";"urban";3.64133815824607;FALSE;"Your Place" +"urban";"urban";8.43820112466346;TRUE;"Your Place" +"urban";"urban";9.37256019527558;TRUE;"Your Place" +"urban";"urban";9575.13832145231;TRUE;"Your Place" +"urban";"urban";8.9329765225084;TRUE;"Your Place" +"urban";"urban";17.0206386055797;TRUE;"Your Place" +"urban";"urban";2515.95249740011;TRUE;"Your Place" +"urban";"urban";90.2011799232569;TRUE;"Your Place" +"urban";"urban";10.6226220710378;TRUE;"Your Place" +"urban";"urban";147.125846037023;TRUE;"Your Place" +"urban";"urban";12.06390717873;TRUE;"Your Place" +"urban";"urban";3.8517761999683;TRUE;"Your Place" +"urban";"urban";44094.4767540069;TRUE;"Your Place" +"urban";"urban";2.59125294133082;TRUE;"Your Place" +"urban";"urban";59.9550997299375;TRUE;"Your Place" +"urban";"urban";0.00225564841093728;TRUE;"Your Place" +"urban";"urban";0.310422217007726;TRUE;"Your Place" +"urban";"urban";356.510229685868;TRUE;"Your Place" +"urban";"urban";1.08325602067634;TRUE;"Your Place" +"urban";"urban";1456.42242382676;TRUE;"Your Place" +"vegetation";"urban";5857.30455174882;FALSE;"Your Place" +"impervious";"urban";1.47525784399477;FALSE;"Your Place" +"vegetation";"urban";87.4710314781387;FALSE;"Your Place" +"urban";"urban";8.7905661976547;TRUE;"Your Place" +"urban";"urban";9.77874935082218;TRUE;"Your Place" +"urban";"urban";41.7763921667865;TRUE;"Your Place" +"urban";"urban";8739.54335290927;TRUE;"Your Place" +"urban";"urban";0.619963649660349;TRUE;"Your Place" +"urban";"urban";13.2932443112077;TRUE;"Your Place" +"urban";"urban";36.6165842118644;TRUE;"Your Place" +"urban";"urban";37507.6421828307;TRUE;"Your Place" +"urban";"urban";15.5509039072786;TRUE;"Your Place" +"impervious";"urban";111.122450242459;FALSE;"Your Place" +"urban";"urban";3051.07285193726;TRUE;"Your Place" +"urban";"urban";10.7047495925799;TRUE;"Your Place" +"urban";"urban";1.28026446979493;TRUE;"Your Place" +"urban";"urban";30923.5046486937;TRUE;"Your Place" +"urban";"urban";38.3907957117772;TRUE;"Your Place" +"urban";"urban";120.043026316911;TRUE;"Your Place" +"urban";"urban";41.3729733490036;TRUE;"Your Place" +"urban";"urban";51.3156765811145;TRUE;"Your Place" +"urban";"urban";3634.83925554901;TRUE;"Your Place" +"urban";"urban";44.0828747681808;TRUE;"Your Place" +"urban";"urban";5627.25335029792;TRUE;"Your Place" +"urban";"urban";3.29000612022355;TRUE;"Your Place" +"impervious";"urban";854.723526924849;FALSE;"Your Place" +"urban";"urban";67.5804998346139;TRUE;"Your Place" +"urban";"urban";46.442364104063;TRUE;"Your Place" +"urban";"urban";36.8607179257087;TRUE;"Your Place" +"urban";"urban";21.8490721195994;TRUE;"Your Place" +"urban";"urban";30758.8164069671;TRUE;"Your Place" +"urban";"urban";77.5926526435069;TRUE;"Your Place" +"urban";"urban";8.60445967217674;TRUE;"Your Place" +"urban";"urban";4.36371749336831;TRUE;"Your Place" +"urban";"urban";26.7438474902883;TRUE;"Your Place" +"impervious";"urban";20.5827443762901;FALSE;"Your Place" +"impervious";"urban";6240.60857354011;FALSE;"Your Place" +"urban";"urban";0.00484717069275575;TRUE;"Your Place" +"urban";"urban";118.077729241769;TRUE;"Your Place" +"urban";"urban";0.0974875145802372;TRUE;"Your Place" +"urban";"urban";49.6398375772405;TRUE;"Your Place" +"urban";"urban";23063.3182312362;TRUE;"Your Place" +"urban";"urban";0.288514758365636;TRUE;"Your Place" +"urban";"urban";25.8841148628853;TRUE;"Your Place" +"urban";"urban";73.5018273405731;TRUE;"Your Place" +"urban";"urban";13.0529935851137;TRUE;"Your Place" +"urban";"urban";165.9213939209;TRUE;"Your Place" +"urban";"urban";26122.4265251551;TRUE;"Your Place" +"urban";"urban";5.03602400294767;TRUE;"Your Place" +"urban";"urban";54.0815894687548;TRUE;"Your Place" +"urban";"urban";124.423148025482;TRUE;"Your Place" +"urban";"urban";79960.6331027695;TRUE;"Your Place" +"urban";"urban";12.0935333575253;TRUE;"Your Place" +"urban";"urban";74.543361367716;TRUE;"Your Place" +"urban";"urban";4.02965548017528;TRUE;"Your Place" +"impervious";"urban";5.71328629236814;FALSE;"Your Place" +"impervious";"urban";30.2961510208916;FALSE;"Your Place" +"impervious";"urban";55.6058580689132;FALSE;"Your Place" +"impervious";"urban";812.34921063669;FALSE;"Your Place" +"urban";"urban";868.6814394549;TRUE;"Your Place" +"urban";"urban";42.4871683195233;TRUE;"Your Place" +"urban";"urban";0.18201442649297;TRUE;"Your Place" +"urban";"urban";14405.5224970421;TRUE;"Your Place" +"urban";"urban";12.7558749122545;TRUE;"Your Place" +"urban";"urban";93.4561712947907;TRUE;"Your Place" +"urban";"urban";84.8364934700076;TRUE;"Your Place" +"urban";"urban";5094.59261990921;TRUE;"Your Place" +"urban";"urban";0.0679371989390347;TRUE;"Your Place" +"urban";"urban";4505.51352316913;TRUE;"Your Place" +"urban";"urban";7.96990078064846;TRUE;"Your Place" +"urban";"urban";60.6586335590109;TRUE;"Your Place" +"urban";"urban";0.108388588228991;TRUE;"Your Place" +"urban";"urban";0.86531084406306;TRUE;"Your Place" +"urban";"urban";3.98198481230065;TRUE;"Your Place" +"urban";"urban";30204.3160272674;TRUE;"Your Place" +"urban";"urban";38.2630297178403;TRUE;"Your Place" +"urban";"urban";13.5117662275443;TRUE;"Your Place" +"impervious";"urban";135.406137997838;FALSE;"Your Place" +"urban";"urban";3.16482759383507;TRUE;"Your Place" +"vegetation";"urban";22.4844716596999;FALSE;"Your Place" +"impervious";"urban";37.7903973780431;FALSE;"Your Place" +"impervious";"urban";12.6156992877368;FALSE;"Your Place" +"impervious";"urban";26224.949512967;FALSE;"Your Place" +"urban";"urban";1.5863482405839;TRUE;"Your Place" +"urban";"urban";3958.84627189231;TRUE;"Your Place" +"urban";"urban";827.097484602127;TRUE;"Your Place" +"urban";"urban";979.492954826506;TRUE;"Your Place" +"urban";"urban";1733.63378775993;TRUE;"Your Place" +"urban";"urban";25.8068393545691;TRUE;"Your Place" +"urban";"urban";28.9335882118903;TRUE;"Your Place" +"urban";"urban";4810.70918846875;TRUE;"Your Place" +"urban";"urban";0.747535275819246;TRUE;"Your Place" +"urban";"urban";12.0284995157563;TRUE;"Your Place" +"urban";"urban";24.0059094390017;TRUE;"Your Place" +"urban";"urban";5.20711097016465;TRUE;"Your Place" +"urban";"urban";6.78812003601342;TRUE;"Your Place" +"urban";"urban";63.6258239731396;TRUE;"Your Place" +"impervious";"urban";1.08689811034128;FALSE;"Your Place" +"impervious";"urban";54244.5910075507;FALSE;"Your Place" +"urban";"urban";331.193323003477;TRUE;"Your Place" +"urban";"urban";5564.0983988964;TRUE;"Your Place" +"urban";"urban";27.7237478550524;TRUE;"Your Place" +"urban";"urban";5433.10106110666;TRUE;"Your Place" +"urban";"urban";1.77793494379148;TRUE;"Your Place" +"urban";"urban";12484.3203836123;TRUE;"Your Place" +"urban";"urban";415.567735919496;TRUE;"Your Place" +"urban";"urban";1415.82814258581;TRUE;"Your Place" +"urban";"urban";3624.38253190834;TRUE;"Your Place" +"urban";"urban";3.55235394446936;TRUE;"Your Place" +"urban";"urban";0.563368964241818;TRUE;"Your Place" +"urban";"urban";2260.44753045565;TRUE;"Your Place" +"urban";"urban";3814.1001034595;TRUE;"Your Place" +"urban";"urban";438.388784113107;TRUE;"Your Place" +"urban";"urban";251.027198442956;TRUE;"Your Place" +"impervious";"urban";3615.5070753363;FALSE;"Your Place" +"urban";"urban";43.8829494856327;TRUE;"Your Place" +"urban";"urban";72.8455548649654;TRUE;"Your Place" +"urban";"urban";10976.0726246217;TRUE;"Your Place" +"impervious";"urban";7276.23679893557;FALSE;"Your Place" +"urban";"urban";13474.0561487982;TRUE;"Your Place" +"urban";"urban";31.464758717455;TRUE;"Your Place" +"impervious";"urban";112.118329397752;FALSE;"Your Place" +"urban";"urban";4.16865917295218;TRUE;"Your Place" +"urban";"urban";32610.7183199055;TRUE;"Your Place" +"urban";"urban";159.033766359091;TRUE;"Your Place" +"urban";"urban";65.3459630709331;TRUE;"Your Place" +"impervious";"urban";7.30294314352795;FALSE;"Your Place" +"vegetation";"urban";2952.49521571957;FALSE;"Your Place" +"urban";"urban";1833.11807020206;TRUE;"Your Place" +"urban";"urban";2.72289653337793;TRUE;"Your Place" +"urban";"urban";75.6771249540034;TRUE;"Your Place" +"impervious";"urban";16740.2494325718;FALSE;"Your Place" +"urban";"urban";8049.09235753492;TRUE;"Your Place" +"urban";"urban";99.328357771039;TRUE;"Your Place" +"urban";"urban";14613.9694372774;TRUE;"Your Place" +"urban";"urban";24.7315896825603;TRUE;"Your Place" +"impervious";"urban";0.0386563604115508;FALSE;"Your Place" +"impervious";"urban";6.98428641573992;FALSE;"Your Place" +"impervious";"urban";24.0675395727158;FALSE;"Your Place" +"urban";"urban";53.8985592864701;TRUE;"Your Place" +"urban";"urban";20.0134472693426;TRUE;"Your Place" +"urban";"urban";15732.9351316964;TRUE;"Your Place" +"impervious";"urban";4.16295275065931;FALSE;"Your Place" +"vegetation";"urban";207.540524613345;FALSE;"Your Place" +"impervious";"urban";15.574475053756;FALSE;"Your Place" +"urban";"urban";6403.03060621955;TRUE;"Your Place" +"urban";"urban";75.5555128194392;TRUE;"Your Place" +"impervious";"urban";47.0194812333357;FALSE;"Your Place" +"urban";"urban";18.6406365679577;TRUE;"Your Place" +"urban";"urban";4840.77206634916;TRUE;"Your Place" +"urban";"urban";1400.9557880396;TRUE;"Your Place" +"urban";"urban";17.5560262238887;TRUE;"Your Place" +"impervious";"urban";19.3148651598021;FALSE;"Your Place" +"impervious";"urban";16012.4507091597;FALSE;"Your Place" +"impervious";"urban";1460.47627452645;FALSE;"Your Place" +"urban";"urban";5028.93482526421;TRUE;"Your Place" +"urban";"urban";15.8625563840906;TRUE;"Your Place" +"vegetation";"urban";138.406799868681;FALSE;"Your Place" +"impervious";"urban";3.51326759961376;FALSE;"Your Place" +"impervious";"urban";16750.4809779073;FALSE;"Your Place" +"urban";"urban";3.06703580946487;TRUE;"Your Place" +"urban";"urban";39.2923936998704;TRUE;"Your Place" +"urban";"urban";56423.173320137;TRUE;"Your Place" +"vegetation";"urban";0.00349401187850162;FALSE;"Your Place" +"impervious";"urban";29.5664526037872;FALSE;"Your Place" +"impervious";"urban";51.876616246067;FALSE;"Your Place" +"impervious";"urban";251.076342012966;FALSE;"Your Place" +"urban";"urban";3165.34295877138;TRUE;"Your Place" +"urban";"urban";6.06613331370136;TRUE;"Your Place" +"impervious";"urban";71.0042065619491;FALSE;"Your Place" +"urban";"urban";318.116762768295;TRUE;"Your Place" +"urban";"urban";65.1507981086907;TRUE;"Your Place" +"urban";"urban";1236.64896828029;TRUE;"Your Place" +"urban";"urban";84.3766411068646;TRUE;"Your Place" +"vegetation";"urban";124.583925176878;FALSE;"Your Place" +"impervious";"urban";64.4800720416242;FALSE;"Your Place" +"vegetation";"urban";25797.2019919492;FALSE;"Your Place" +"urban";"urban";29.3986011845991;TRUE;"Your Place" +"urban";"urban";2835.42528358451;TRUE;"Your Place" +"urban";"urban";0.0239725573046599;TRUE;"Your Place" +"vegetation";"urban";1111.23907450236;FALSE;"Your Place" +"urban";"urban";13.1127306143753;TRUE;"Your Place" +"urban";"urban";39.8522033300251;TRUE;"Your Place" +"urban";"urban";1314.47823366523;TRUE;"Your Place" +"vegetation";"urban";0.529374056728557;FALSE;"Your Place" +"vegetation";"urban";3315.69378073313;FALSE;"Your Place" +"impervious";"urban";6219.59146442707;FALSE;"Your Place" +"impervious";"urban";0.00424298627604003;FALSE;"Your Place" +"urban";"urban";8808.64273882035;TRUE;"Your Place" +"vegetation";"urban";1599.80370042042;FALSE;"Your Place" +"impervious";"urban";402.013741374321;FALSE;"Your Place" +"urban";"urban";471.839593943674;TRUE;"Your Place" +"vegetation";"urban";345.391413834452;FALSE;"Your Place" +"vegetation";"urban";101.097572270781;FALSE;"Your Place" +"vegetation";"urban";6378.55703877285;FALSE;"Your Place" +"vegetation";"urban";10746.5774441101;FALSE;"Your Place" +"vegetation";"urban";90.0387813569978;FALSE;"Your Place" +"vegetation";"urban";8.3331225598231;FALSE;"Your Place" +"vegetation";"urban";1656.22725866048;FALSE;"Your Place" +"vegetation";"urban";5319.61997721414;FALSE;"Your Place" +"urban";"urban";1.36095466604456;TRUE;"Your Place" +"urban";"urban";26024.401143021;TRUE;"Your Place" +"impervious";"urban";6.61006409162655;FALSE;"Your Place" +"vegetation";"urban";316.369614521624;FALSE;"Your Place" +"vegetation";"urban";28.1655815502163;FALSE;"Your Place" +"urban";"urban";15336.8191453187;TRUE;"Your Place" +"urban";"urban";200.929723978043;TRUE;"Your Place" +"urban";"urban";20987.2124809964;TRUE;"Your Place" +"urban";"urban";57.7524155587307;TRUE;"Your Place" +"urban";"urban";12675.6550971232;TRUE;"Your Place" +"vegetation";"urban";8.45235743382364;FALSE;"Your Place" +"urban";"urban";274.630914292276;TRUE;"Your Place" +"urban";"urban";40.4154393692588;TRUE;"Your Place" +"urban";"urban";11.4612361451946;TRUE;"Your Place" +"urban";"urban";74106.1651898003;TRUE;"Your Place" +"urban";"urban";17.774040607037;TRUE;"Your Place" +"vegetation";"urban";7.68630968070647;FALSE;"Your Place" +"urban";"urban";0.00136348968953826;TRUE;"Your Place" +"urban";"urban";15780.9771644123;TRUE;"Your Place" +"urban";"urban";12.6023141407059;TRUE;"Your Place" +"urban";"urban";7.82883468293585;TRUE;"Your Place" +"urban";"urban";79.7099468240049;TRUE;"Your Place" +"urban";"urban";55.8281658398628;TRUE;"Your Place" +"urban";"urban";39146.1382817243;TRUE;"Your Place" +"vegetation";"urban";87.4366340558918;FALSE;"Your Place" +"urban";"urban";6.73770144554146;TRUE;"Your Place" +"urban";"urban";17.6424328139983;TRUE;"Your Place" +"urban";"urban";2.37825945205986;TRUE;"Your Place" +"impervious";"urban";6073.91036246426;FALSE;"Your Place" +"urban";"urban";2.46062193624675;TRUE;"Your Place" +"urban";"urban";40388.2437050442;TRUE;"Your Place" +"urban";"urban";424.406029876322;TRUE;"Your Place" +"urban";"urban";27.8622097331972;TRUE;"Your Place" +"vegetation";"urban";0.690630231809337;FALSE;"Your Place" +"urban";"urban";116.750495543471;TRUE;"Your Place" +"urban";"urban";36416.2994215399;TRUE;"Your Place" +"urban";"urban";126.830809128354;TRUE;"Your Place" +"impervious";"urban";107.056195682613;FALSE;"Your Place" +"impervious";"urban";61.336690710159;FALSE;"Your Place" +"urban";"urban";228.452977045206;TRUE;"Your Place" +"urban";"urban";0.083206744864583;TRUE;"Your Place" +"urban";"urban";21802.20515737;TRUE;"Your Place" +"urban";"urban";50.1827649229381;TRUE;"Your Place" +"urban";"urban";28.3749669721583;TRUE;"Your Place" +"urban";"urban";13.8499724768044;TRUE;"Your Place" +"urban";"urban";3.8443847107992;TRUE;"Your Place" +"urban";"urban";34501.1295675372;TRUE;"Your Place" +"vegetation";"urban";1852.35281412292;FALSE;"Your Place" +"urban";"urban";4.46219156106235;TRUE;"Your Place" +"urban";"urban";2.23038960620761;TRUE;"Your Place" +"urban";"urban";17923.2647121393;TRUE;"Your Place" +"vegetation";"urban";228.844989650708;FALSE;"Your Place" +"impervious";"urban";8.18538765970152;FALSE;"Your Place" +"urban";"urban";15120.5501626571;TRUE;"Your Place" +"impervious";"urban";27.4463276192546;FALSE;"Your Place" +"urban";"urban";346.276066637656;TRUE;"Your Place" +"impervious";"urban";26.8333522240282;FALSE;"Your Place" +"urban";"urban";39628.1976604266;TRUE;"Your Place" +"urban";"urban";38239.2357240852;TRUE;"Your Place" +"urban";"urban";35.3890259694308;TRUE;"Your Place" +"vegetation";"urban";7092.55499634473;FALSE;"Your Place" +"urban";"urban";4032.44049253315;TRUE;"Your Place" +"urban";"urban";10082.3159281455;TRUE;"Your Place" +"urban";"urban";26700.8545007184;TRUE;"Your Place" +"urban";"urban";7948.62756848114;TRUE;"Your Place" +"impervious";"urban";2819.99216496665;FALSE;"Your Place" +"vegetation";"urban";3.80849124898668;FALSE;"Your Place" +"vegetation";"urban";7752.91198073997;FALSE;"Your Place" +"urban";"urban";59.591323594097;TRUE;"Your Place" +"urban";"urban";28679.2462970344;TRUE;"Your Place" +"urban";"urban";212.231459364411;TRUE;"Your Place" +"urban";"urban";27.7243614192703;TRUE;"Your Place" +"urban";"urban";4.12323373208346;TRUE;"Your Place" +"urban";"urban";0.177396130282432;TRUE;"Your Place" +"urban";"urban";6.00435012986418;TRUE;"Your Place" +"urban";"urban";85455.6757736364;TRUE;"Your Place" +"urban";"urban";0.220341260548594;TRUE;"Your Place" +"urban";"urban";117.673867633304;TRUE;"Your Place" +"impervious";"urban";0.138362545236305;FALSE;"Your Place" +"impervious";"urban";12.5620466526598;FALSE;"Your Place" +"vegetation";"urban";245.860731023946;FALSE;"Your Place" +"urban";"urban";15.6288393106079;TRUE;"Your Place" +"urban";"urban";74.4075596865732;TRUE;"Your Place" +"urban";"urban";47908.4558751741;TRUE;"Your Place" +"urban";"urban";39.916179972508;TRUE;"Your Place" +"urban";"urban";8.68519177247072;TRUE;"Your Place" +"urban";"urban";42.3508595242165;TRUE;"Your Place" +"urban";"urban";4.09881721786223;TRUE;"Your Place" +"impervious";"urban";14.5431075391825;FALSE;"Your Place" +"urban";"urban";5.51430334278848;TRUE;"Your Place" +"urban";"urban";80900.5124730966;TRUE;"Your Place" +"urban";"urban";46.0811867153534;TRUE;"Your Place" +"urban";"urban";5.52753765170928;TRUE;"Your Place" +"urban";"urban";289.935637601389;TRUE;"Your Place" +"impervious";"urban";128.781213804381;FALSE;"Your Place" +"impervious";"urban";17.7643223380437;FALSE;"Your Place" +"urban";"urban";7.50524402689189;TRUE;"Your Place" +"urban";"urban";15574.3772709979;TRUE;"Your Place" +"urban";"urban";0.423837915353943;TRUE;"Your Place" +"urban";"urban";69.6637206306332;TRUE;"Your Place" +"impervious";"urban";37.574744845042;FALSE;"Your Place" +"impervious";"urban";76.0996045595966;FALSE;"Your Place" +"vegetation";"urban";36.9085547944997;FALSE;"Your Place" +"urban";"urban";29.2878477070481;TRUE;"Your Place" +"impervious";"urban";6464.57718317304;FALSE;"Your Place" +"urban";"urban";85.2835379981116;TRUE;"Your Place" +"urban";"urban";5.1179866772145;TRUE;"Your Place" +"urban";"urban";10396.7267923784;TRUE;"Your Place" +"impervious";"urban";4.55367255944293;FALSE;"Your Place" +"impervious";"urban";23.7061643363559;FALSE;"Your Place" +"vegetation";"urban";4.66874184622429;FALSE;"Your Place" +"impervious";"urban";22.9603496959317;FALSE;"Your Place" +"impervious";"urban";0.541669033817016;FALSE;"Your Place" +"impervious";"urban";51.7334544379264;FALSE;"Your Place" +"urban";"urban";59.1008035093546;TRUE;"Your Place" +"urban";"urban";0.908068448312406;TRUE;"Your Place" +"urban";"urban";64995.253831849;TRUE;"Your Place" +"impervious";"urban";0.480302841868252;FALSE;"Your Place" +"vegetation";"urban";3.11277173774579;FALSE;"Your Place" +"impervious";"urban";17.4459543318953;FALSE;"Your Place" +"impervious";"urban";0.830033770762384;FALSE;"Your Place" +"urban";"urban";40.708004671862;TRUE;"Your Place" +"urban";"urban";93875.3134607703;TRUE;"Your Place" +"urban";"urban";77.6186153945746;TRUE;"Your Place" +"impervious";"urban";0.388294415664859;FALSE;"Your Place" +"vegetation";"urban";9.14618734805845;FALSE;"Your Place" +"urban";"urban";0.933269259054214;TRUE;"Your Place" +"impervious";"urban";17.4820277008694;FALSE;"Your Place" +"vegetation";"urban";152.062198454165;FALSE;"Your Place" +"impervious";"urban";2.37270645933313;FALSE;"Your Place" +"vegetation";"urban";6.208169666701;FALSE;"Your Place" +"impervious";"urban";11.4769403982209;FALSE;"Your Place" +"impervious";"urban";8.5694639035728;FALSE;"Your Place" +"impervious";"urban";13229.9894919879;FALSE;"Your Place" +"urban";"urban";167.278344249353;TRUE;"Your Place" +"urban";"urban";54031.2473520092;TRUE;"Your Place" +"urban";"urban";5.1302089903038;TRUE;"Your Place" +"impervious";"urban";3.70226663674111;FALSE;"Your Place" +"urban";"urban";492.071909422521;TRUE;"Your Place" +"urban";"urban";11.3874343061761;TRUE;"Your Place" +"urban";"urban";30060.2605151922;TRUE;"Your Place" +"vegetation";"urban";0.179938241868513;FALSE;"Your Place" +"vegetation";"urban";1107.04639515944;FALSE;"Your Place" +"impervious";"urban";116.19231168495;FALSE;"Your Place" +"urban";"urban";118.646063104272;TRUE;"Your Place" +"urban";"urban";40617.2529876035;TRUE;"Your Place" +"urban";"urban";43.1390995599213;TRUE;"Your Place" +"urban";"urban";4.44633498042822;TRUE;"Your Place" +"impervious";"urban";1.4103342409885;FALSE;"Your Place" +"impervious";"urban";13.6584503087215;FALSE;"Your Place" +"impervious";"urban";434.956404989236;FALSE;"Your Place" +"urban";"urban";54.5274608996697;TRUE;"Your Place" +"urban";"urban";20.7853439413302;TRUE;"Your Place" +"urban";"urban";12775.7028168035;TRUE;"Your Place" +"urban";"urban";0.00151040331820695;TRUE;"Your Place" +"urban";"urban";12.953897504136;TRUE;"Your Place" +"impervious";"urban";11.8751593958586;FALSE;"Your Place" +"urban";"urban";2097.09683190193;TRUE;"Your Place" +"urban";"urban";0.952972587314434;TRUE;"Your Place" +"urban";"urban";106.406310465361;TRUE;"Your Place" +"urban";"urban";105.630882708356;TRUE;"Your Place" +"urban";"urban";40399.1235529324;TRUE;"Your Place" +"urban";"urban";24.0406426712871;TRUE;"Your Place" +"urban";"urban";18.9023369810056;TRUE;"Your Place" +"urban";"urban";194.287444426795;TRUE;"Your Place" +"impervious";"urban";0.575001384160714;FALSE;"Your Place" +"impervious";"urban";16.7126730193559;FALSE;"Your Place" +"urban";"urban";32.8337609707378;TRUE;"Your Place" +"urban";"urban";17.5522520374216;TRUE;"Your Place" +"urban";"urban";19946.3497935291;TRUE;"Your Place" +"urban";"urban";650.899949567858;TRUE;"Your Place" +"impervious";"urban";4.57826170854969;FALSE;"Your Place" +"urban";"urban";34.1945239205379;TRUE;"Your Place" +"urban";"urban";45.7198158245883;TRUE;"Your Place" +"urban";"urban";71.0260616986488;TRUE;"Your Place" +"urban";"urban";157.245792394053;TRUE;"Your Place" +"urban";"urban";107602.030205652;TRUE;"Your Place" +"urban";"urban";0.635904685535934;TRUE;"Your Place" +"urban";"urban";135.417271441132;TRUE;"Your Place" +"impervious";"urban";20.5933131491765;FALSE;"Your Place" +"impervious";"urban";71.865091647931;FALSE;"Your Place" +"urban";"urban";79.2668596992735;TRUE;"Your Place" +"urban";"urban";17765.4006134002;TRUE;"Your Place" +"urban";"urban";0.680060841143131;TRUE;"Your Place" +"impervious";"urban";31.1594216992962;FALSE;"Your Place" +"vegetation";"urban";4.99916039510572;FALSE;"Your Place" +"impervious";"urban";24.4069355018437;FALSE;"Your Place" +"water";"water";34550.2716789737;TRUE;"Your Place" +"vegetation";"water";11.8418534600642;FALSE;"Your Place" +"water";"water";26.2445321986452;TRUE;"Your Place" +"vegetation";"water";0.119834381795954;FALSE;"Your Place" +"water";"vegetation";20.7607933883919;FALSE;"Your Place" +"water";"vegetation";1066.38671318955;FALSE;"Your Place" +"vegetation";"vegetation";1663.40222616974;TRUE;"Your Place" +"water";"vegetation";18.1159109920263;FALSE;"Your Place" +"impervious";"vegetation";274.130804255605;FALSE;"Your Place" +"vegetation";"vegetation";150989.045489993;TRUE;"Your Place" +"vegetation";"vegetation";35291.8206465123;TRUE;"Your Place" +"vegetation";"vegetation";243.155681002885;TRUE;"Your Place" +"vegetation";"vegetation";18697.1394907762;TRUE;"Your Place" +"water";"vegetation";0.919610718847252;FALSE;"Your Place" +"water";"vegetation";394.174586085981;FALSE;"Your Place" +"vegetation";"vegetation";22782.5650695963;TRUE;"Your Place" +"vegetation";"vegetation";889.499172564334;TRUE;"Your Place" +"vegetation";"vegetation";0.928150412568357;TRUE;"Your Place" +"vegetation";"vegetation";42.1599814780056;TRUE;"Your Place" +"vegetation";"vegetation";4316.77672980953;TRUE;"Your Place" +"water";"vegetation";16.2568760556169;FALSE;"Your Place" +"water";"vegetation";46.2124415063881;FALSE;"Your Place" +"water";"vegetation";2.80202914521215;FALSE;"Your Place" +"water";"vegetation";554.340516842669;FALSE;"Your Place" +"water";"vegetation";3.46563923032954;FALSE;"Your Place" +"water";"vegetation";251.700041647069;FALSE;"Your Place" +"water";"vegetation";5.08888307074085;FALSE;"Your Place" +"water";"vegetation";688.719291575952;FALSE;"Your Place" +"vegetation";"vegetation";228.954457026324;TRUE;"Your Place" +"vegetation";"vegetation";9.22743713634554;TRUE;"Your Place" +"water";"vegetation";3.82282045821194;FALSE;"Your Place" +"vegetation";"vegetation";1.68845119432081;TRUE;"Your Place" +"water";"vegetation";4.1986081043724;FALSE;"Your Place" +"vegetation";"vegetation";5.60029232734814;TRUE;"Your Place" +"water";"vegetation";72.8164760228246;FALSE;"Your Place" +"water";"water";43.2179592974717;TRUE;"Your Place" +"water";"water";11894.2926113475;TRUE;"Your Place" +"vegetation";"water";0.0137111027725041;FALSE;"Your Place" +"water";"water";19.0572368819267;TRUE;"Your Place" +"water";"vegetation";15.9447084344574;FALSE;"Your Place" +"vegetation";"vegetation";1172.89691659188;TRUE;"Your Place" +"water";"vegetation";3.14993577869609;FALSE;"Your Place" +"vegetation";"vegetation";469.412351776613;TRUE;"Your Place" +"water";"vegetation";6.50512671511387;FALSE;"Your Place" +"water";"vegetation";11.2503670079168;FALSE;"Your Place" +"vegetation";"vegetation";571.83206888038;TRUE;"Your Place" +"vegetation";"vegetation";1122.30885574582;TRUE;"Your Place" +"vegetation";"vegetation";6.77158848103136;TRUE;"Your Place" +"water";"vegetation";117.436259633396;FALSE;"Your Place" +"water";"vegetation";345.636188490316;FALSE;"Your Place" +"vegetation";"vegetation";1648.68177246954;TRUE;"Your Place" +"vegetation";"vegetation";15129.0184549727;TRUE;"Your Place" +"vegetation";"vegetation";2077.43989791721;TRUE;"Your Place" +"vegetation";"vegetation";618.520654864609;TRUE;"Your Place" +"vegetation";"water";24050.1996158545;FALSE;"Your Place" +"water";"water";597.578374012603;TRUE;"Your Place" +"water";"vegetation";2.01689692703076;FALSE;"Your Place" +"water";"water";7847.42249595653;TRUE;"Your Place" +"vegetation";"water";178.679361133632;FALSE;"Your Place" +"impervious";"water";32.2650392902724;FALSE;"Your Place" +"water";"vegetation";30.7967268582433;FALSE;"Your Place" +"water";"vegetation";1420.19791999774;FALSE;"Your Place" +"vegetation";"vegetation";18.8929013255984;TRUE;"Your Place" +"vegetation";"vegetation";266.486843784456;TRUE;"Your Place" +"vegetation";"vegetation";159901.180690089;TRUE;"Your Place" +"water";"vegetation";10.1237747508567;FALSE;"Your Place" +"water";"vegetation";0.395249400753528;FALSE;"Your Place" +"impervious";"vegetation";1162.6529439725;FALSE;"Your Place" +"impervious";"vegetation";77.4096132852137;FALSE;"Your Place" +"impervious";"vegetation";2181.5480853375;FALSE;"Your Place" +"impervious";"vegetation";56.0889880442992;FALSE;"Your Place" +"impervious";"vegetation";1.3391781047394;FALSE;"Your Place" +"vegetation";"water";596.703295320971;FALSE;"Your Place" +"water";"water";11561.9700098936;TRUE;"Your Place" +"water";"vegetation";27.7957400789019;FALSE;"Your Place" +"vegetation";"vegetation";28.3868517344818;TRUE;"Your Place" +"water";"vegetation";236.153622945887;FALSE;"Your Place" +"vegetation";"vegetation";62721.7478049232;TRUE;"Your Place" +"impervious";"vegetation";494.261449997779;FALSE;"Your Place" +"vegetation";"vegetation";99.776203352958;TRUE;"Your Place" +"vegetation";"vegetation";230.703351824894;TRUE;"Your Place" +"water";"vegetation";28.62767833611;FALSE;"Your Place" +"vegetation";"vegetation";3.3032661343459;TRUE;"Your Place" +"water";"vegetation";0.412946153082885;FALSE;"Your Place" +"vegetation";"vegetation";41.4395176090766;TRUE;"Your Place" +"vegetation";"water";2.0727818289306;FALSE;"Your Place" +"water";"water";13.6682214522734;TRUE;"Your Place" +"vegetation";"water";24.579618494492;FALSE;"Your Place" +"vegetation";"vegetation";1.62554459855892;TRUE;"Your Place" +"vegetation";"vegetation";48.8295046567218;TRUE;"Your Place" +"water";"water";3.42372864461504;TRUE;"Your Place" +"vegetation";"water";1.34957188740373;FALSE;"Your Place" +"vegetation";"water";713.983214200241;FALSE;"Your Place" +"water";"vegetation";4.42674671672285;FALSE;"Your Place" +"vegetation";"vegetation";15.1095241941512;TRUE;"Your Place" +"vegetation";"water";402.469321936835;FALSE;"Your Place" +"water";"water";134.366380355379;TRUE;"Your Place" +"vegetation";"vegetation";1169.54020060599;TRUE;"Your Place" +"water";"vegetation";16.4861440507811;FALSE;"Your Place" +"water";"vegetation";47.6216678616474;FALSE;"Your Place" +"water";"vegetation";39.2428008653224;FALSE;"Your Place" +"vegetation";"water";318.071189366048;FALSE;"Your Place" +"water";"water";3200.63157628721;TRUE;"Your Place" +"water";"vegetation";11.4869217425585;FALSE;"Your Place" +"vegetation";"vegetation";38.5744748972356;TRUE;"Your Place" +"water";"water";27.0481514555868;TRUE;"Your Place" +"water";"vegetation";9.81623046658933;FALSE;"Your Place" +"water";"water";101.735955303186;TRUE;"Your Place" +"vegetation";"water";7.86432380235055;FALSE;"Your Place" +"water";"vegetation";558.02177041804;FALSE;"Your Place" +"vegetation";"vegetation";11290.8601072254;TRUE;"Your Place" +"water";"vegetation";0.720539249014109;FALSE;"Your Place" +"water";"water";26.2087197871879;TRUE;"Your Place" +"water";"vegetation";41.6228175548022;FALSE;"Your Place" +"vegetation";"vegetation";0.051001198386075;TRUE;"Your Place" +"water";"water";3374.60919973627;TRUE;"Your Place" +"impervious";"water";149.108785132878;FALSE;"Your Place" +"water";"vegetation";4.18827167991549;FALSE;"Your Place" +"water";"water";30.8734388004523;TRUE;"Your Place" +"vegetation";"water";1.1638209882658;FALSE;"Your Place" +"water";"water";1.43881579971639;TRUE;"Your Place" +"vegetation";"vegetation";4.22049930985668;TRUE;"Your Place" +"water";"water";55.4698354983702;TRUE;"Your Place" +"water";"water";0.192288483784068;TRUE;"Your Place" +"vegetation";"water";4.77718202222604;FALSE;"Your Place" +"vegetation";"vegetation";1.95053490722785;TRUE;"Your Place" +"vegetation";"water";3.91069946443895;FALSE;"Your Place" +"vegetation";"impervious";334.565102457913;FALSE;"Your Place" +"impervious";"impervious";2220.72367450933;TRUE;"Your Place" +"vegetation";"impervious";833.425389869604;FALSE;"Your Place" +"vegetation";"impervious";1.33869104727637;FALSE;"Your Place" +"vegetation";"vegetation";684.464767226949;TRUE;"Your Place" +"vegetation";"vegetation";5683.4321194971;TRUE;"Your Place" +"water";"vegetation";87.4426288381219;FALSE;"Your Place" +"impervious";"vegetation";1202.70717406785;FALSE;"Your Place" +"vegetation";"vegetation";38.2690308715682;TRUE;"Your Place" +"vegetation";"vegetation";2364.75124851987;TRUE;"Your Place" +"vegetation";"vegetation";629.07275491301;TRUE;"Your Place" +"vegetation";"vegetation";142.217759368941;TRUE;"Your Place" +"vegetation";"vegetation";118.212918920442;TRUE;"Your Place" +"water";"vegetation";2.1387825156562;FALSE;"Your Place" +"vegetation";"water";16.3225972864893;FALSE;"Your Place" +"water";"water";135.362719732759;TRUE;"Your Place" +"water";"water";38.4286749450839;TRUE;"Your Place" +"vegetation";"water";46.7035815527197;FALSE;"Your Place" +"water";"water";13526.6543345819;TRUE;"Your Place" +"vegetation";"water";2253.79618951585;FALSE;"Your Place" +"impervious";"impervious";2977.06342008896;TRUE;"Your Place" +"vegetation";"vegetation";566.500425402075;TRUE;"Your Place" +"vegetation";"vegetation";1305.41688446328;TRUE;"Your Place" +"vegetation";"vegetation";90.3815177497454;TRUE;"Your Place" +"vegetation";"vegetation";4233.06027479132;TRUE;"Your Place" +"vegetation";"vegetation";74773.9251304455;TRUE;"Your Place" +"vegetation";"vegetation";22597.6610464485;TRUE;"Your Place" +"vegetation";"vegetation";1.54002918908373;TRUE;"Your Place" +"water";"vegetation";23.08975923853;FALSE;"Your Place" +"vegetation";"vegetation";521.94493320107;TRUE;"Your Place" +"urban";"vegetation";167.224683190696;FALSE;"Your Place" +"water";"vegetation";1.94427023886237;FALSE;"Your Place" +"impervious";"vegetation";10.0715220682323;FALSE;"Your Place" +"water";"vegetation";29.5888234232552;FALSE;"Your Place" +"urban";"impervious";3068.87278973078;FALSE;"Your Place" +"impervious";"impervious";157.353424106259;TRUE;"Your Place" +"impervious";"impervious";66.7775709179114;TRUE;"Your Place" +"vegetation";"impervious";5.61007077095564;FALSE;"Your Place" +"vegetation";"water";34.905070915469;FALSE;"Your Place" +"water";"water";100.097624580238;TRUE;"Your Place" +"vegetation";"vegetation";4513.21403972304;TRUE;"Your Place" +"impervious";"impervious";11.4747889038408;TRUE;"Your Place" +"impervious";"impervious";152.13512859185;TRUE;"Your Place" +"vegetation";"impervious";12.7613425109885;FALSE;"Your Place" +"vegetation";"vegetation";39.9046005108903;TRUE;"Your Place" +"water";"vegetation";10.2616676956823;FALSE;"Your Place" +"urban";"impervious";21.4950586628402;FALSE;"Your Place" +"urban";"impervious";1.48546046478441;FALSE;"Your Place" +"impervious";"impervious";5.0693824980408;TRUE;"Your Place" +"impervious";"impervious";10.3451979842794;TRUE;"Your Place" +"vegetation";"impervious";594.039393107058;FALSE;"Your Place" +"water";"water";1.18148405142711;TRUE;"Your Place" +"water";"vegetation";9.58776156441309;FALSE;"Your Place" +"urban";"vegetation";732.265121825971;FALSE;"Your Place" +"water";"water";8.14601481868885;TRUE;"Your Place" +"water";"vegetation";18.9628977294778;FALSE;"Your Place" +"vegetation";"vegetation";0.176887545210775;TRUE;"Your Place" +"vegetation";"vegetation";428.549841686559;TRUE;"Your Place" +"vegetation";"vegetation";0.0819156741999905;TRUE;"Your Place" +"vegetation";"vegetation";22482.1713880859;TRUE;"Your Place" +"vegetation";"vegetation";27.7044774894603;TRUE;"Your Place" +"vegetation";"vegetation";30.2438244922087;TRUE;"Your Place" +"vegetation";"vegetation";2990.29521062877;TRUE;"Your Place" +"urban";"vegetation";6609.99198755808;FALSE;"Your Place" +"urban";"vegetation";520.269109353423;FALSE;"Your Place" +"vegetation";"vegetation";872.824622233631;TRUE;"Your Place" +"vegetation";"vegetation";9312.81015702224;TRUE;"Your Place" +"vegetation";"vegetation";2258.24007654935;TRUE;"Your Place" +"vegetation";"vegetation";16355.6122075701;TRUE;"Your Place" +"vegetation";"vegetation";27.5347243561409;TRUE;"Your Place" +"water";"water";10.3397385123244;TRUE;"Your Place" +"water";"vegetation";19.8525358615443;FALSE;"Your Place" +"vegetation";"vegetation";5.16895008587744;TRUE;"Your Place" +"water";"water";3.39024146273732;TRUE;"Your Place" +"water";"water";1.07905500606284;TRUE;"Your Place" +"vegetation";"water";10.3020270192064;FALSE;"Your Place" +"water";"water";32.876069014892;TRUE;"Your Place" +"water";"vegetation";22.2598266399;FALSE;"Your Place" +"vegetation";"vegetation";0.527609470533207;TRUE;"Your Place" +"vegetation";"water";0.551523089176044;FALSE;"Your Place" +"water";"water";27.6843291711994;TRUE;"Your Place" +"vegetation";"vegetation";0.184383116429672;TRUE;"Your Place" +"water";"vegetation";12.7923917495064;FALSE;"Your Place" +"water";"water";0.299557372683921;TRUE;"Your Place" +"water";"water";22639.6372696334;TRUE;"Your Place" +"vegetation";"water";0.313444243976846;FALSE;"Your Place" +"water";"water";2277.21912470087;TRUE;"Your Place" +"vegetation";"water";20.0655473131774;FALSE;"Your Place" +"vegetation";"water";63.8419123459607;FALSE;"Your Place" +"vegetation";"water";159.402151368442;FALSE;"Your Place" +"urban";"impervious";1.82207639732951;FALSE;"Your Place" +"vegetation";"impervious";852.80174849902;FALSE;"Your Place" +"water";"vegetation";53.3691464504227;FALSE;"Your Place" +"water";"vegetation";116.164278889104;FALSE;"Your Place" +"vegetation";"vegetation";65795.1713870979;TRUE;"Your Place" +"impervious";"vegetation";1749.17368268967;FALSE;"Your Place" +"impervious";"vegetation";0.513374051777646;FALSE;"Your Place" +"impervious";"vegetation";3010.39864651376;FALSE;"Your Place" +"vegetation";"vegetation";90566.2561381031;TRUE;"Your Place" +"vegetation";"vegetation";16.376427031355;TRUE;"Your Place" +"urban";"impervious";9.37747700698674;FALSE;"Your Place" +"vegetation";"impervious";171.197299375664;FALSE;"Your Place" +"water";"vegetation";9.08008162979968;FALSE;"Your Place" +"vegetation";"vegetation";3.72491191863082;TRUE;"Your Place" +"water";"water";110.090582189325;TRUE;"Your Place" +"vegetation";"vegetation";0.085502560822988;TRUE;"Your Place" +"vegetation";"vegetation";449.378269047709;TRUE;"Your Place" +"vegetation";"vegetation";3685.49524530477;TRUE;"Your Place" +"vegetation";"vegetation";2.68026471417397;TRUE;"Your Place" +"vegetation";"vegetation";23.9663244916592;TRUE;"Your Place" +"water";"water";37.8409588877112;TRUE;"Your Place" +"vegetation";"impervious";3467.5036822753;FALSE;"Your Place" +"water";"vegetation";2873.58117953059;FALSE;"Your Place" +"vegetation";"vegetation";29.0061382006388;TRUE;"Your Place" +"vegetation";"vegetation";388.059922681656;TRUE;"Your Place" +"vegetation";"vegetation";239.786002657609;TRUE;"Your Place" +"vegetation";"vegetation";123359.683448075;TRUE;"Your Place" +"impervious";"vegetation";602.859045331832;FALSE;"Your Place" +"impervious";"vegetation";79.4555802480318;FALSE;"Your Place" +"vegetation";"vegetation";119.923954974412;TRUE;"Your Place" +"vegetation";"vegetation";28.9434589929879;TRUE;"Your Place" +"vegetation";"vegetation";56.0846225610003;TRUE;"Your Place" +"vegetation";"vegetation";256.160382757429;TRUE;"Your Place" +"vegetation";"vegetation";2.70925010490464;TRUE;"Your Place" +"vegetation";"vegetation";17.714127806481;TRUE;"Your Place" +"vegetation";"impervious";27.9153817743063;FALSE;"Your Place" +"vegetation";"impervious";108.148858237313;FALSE;"Your Place" +"vegetation";"impervious";16.0919979023747;FALSE;"Your Place" +"vegetation";"impervious";126.379264536314;FALSE;"Your Place" +"vegetation";"vegetation";1.23273811256513;TRUE;"Your Place" +"vegetation";"vegetation";301.777883264032;TRUE;"Your Place" +"vegetation";"vegetation";200.805171819404;TRUE;"Your Place" +"vegetation";"vegetation";0.222558405999735;TRUE;"Your Place" +"vegetation";"vegetation";314.889173366944;TRUE;"Your Place" +"vegetation";"impervious";3001.74377917312;FALSE;"Your Place" +"water";"water";2.19726528778847;TRUE;"Your Place" +"water";"water";0.587353905139025;TRUE;"Your Place" +"vegetation";"water";0.864701266225893;FALSE;"Your Place" +"vegetation";"impervious";1907.31588867703;FALSE;"Your Place" +"water";"water";1.31215991795034;TRUE;"Your Place" +"vegetation";"impervious";579.600063513324;FALSE;"Your Place" +"vegetation";"impervious";2.34929770609597;FALSE;"Your Place" +"water";"impervious";0.520896510221064;FALSE;"Your Place" +"water";"vegetation";305.052846225677;FALSE;"Your Place" +"vegetation";"vegetation";15871.8288039416;TRUE;"Your Place" +"water";"vegetation";9.06602155067958;FALSE;"Your Place" +"vegetation";"water";130.823708925163;FALSE;"Your Place" +"vegetation";"water";3.40316503809299;FALSE;"Your Place" +"water";"water";2674.56101862574;TRUE;"Your Place" +"water";"water";18.3448234377429;TRUE;"Your Place" +"vegetation";"impervious";1.86432481519296;FALSE;"Your Place" +"vegetation";"impervious";82.3296754936455;FALSE;"Your Place" +"vegetation";"vegetation";2170.47477048496;TRUE;"Your Place" +"vegetation";"vegetation";186.066716960515;TRUE;"Your Place" +"vegetation";"vegetation";76.1158522050828;TRUE;"Your Place" +"vegetation";"vegetation";1400.08063070104;TRUE;"Your Place" +"vegetation";"vegetation";45.9977826660033;TRUE;"Your Place" +"water";"water";3.82563954009674;TRUE;"Your Place" +"vegetation";"impervious";12.0220213857829;FALSE;"Your Place" +"vegetation";"water";3.67605142341927;FALSE;"Your Place" +"vegetation";"water";312.554206792265;FALSE;"Your Place" +"vegetation";"water";351.099115472607;FALSE;"Your Place" +"water";"water";15356.3837254113;TRUE;"Your Place" +"water";"water";23.4365681586787;TRUE;"Your Place" +"impervious";"water";105.374060322996;FALSE;"Your Place" +"vegetation";"water";2.51702879462391;FALSE;"Your Place" +"impervious";"water";12.7411395767704;FALSE;"Your Place" +"impervious";"water";12.4898646702932;FALSE;"Your Place" +"impervious";"water";0.105392416075119;FALSE;"Your Place" +"water";"water";0.0648558366228826;TRUE;"Your Place" +"vegetation";"vegetation";876.199454269605;TRUE;"Your Place" +"water";"vegetation";116.002308603376;FALSE;"Your Place" +"vegetation";"impervious";8.83848898554425;FALSE;"Your Place" +"vegetation";"impervious";0.00238069401530083;FALSE;"Your Place" +"vegetation";"vegetation";76.5159657672048;TRUE;"Your Place" +"water";"vegetation";102.943354714662;FALSE;"Your Place" +"water";"vegetation";2.31414154311642;FALSE;"Your Place" +"vegetation";"vegetation";372.753023643971;TRUE;"Your Place" +"vegetation";"vegetation";16.5189590165392;TRUE;"Your Place" +"vegetation";"vegetation";311.436752418522;TRUE;"Your Place" +"vegetation";"vegetation";305.098913296082;TRUE;"Your Place" +"vegetation";"vegetation";0.468948842753889;TRUE;"Your Place" +"vegetation";"vegetation";6.84624674916267;TRUE;"Your Place" +"vegetation";"vegetation";12.8130422740942;TRUE;"Your Place" +"water";"vegetation";5.88620744063519;FALSE;"Your Place" +"vegetation";"vegetation";0.542684129439294;TRUE;"Your Place" +"water";"water";1.7614582432434;TRUE;"Your Place" +"vegetation";"water";0.691622669342905;FALSE;"Your Place" +"vegetation";"vegetation";4.11954119883012;TRUE;"Your Place" +"urban";"vegetation";552.313496172079;FALSE;"Your Place" +"water";"vegetation";205.444345051481;FALSE;"Your Place" +"water";"vegetation";2.02122377045453;FALSE;"Your Place" +"impervious";"vegetation";371.095427418128;FALSE;"Your Place" +"impervious";"vegetation";3.79225004895125;FALSE;"Your Place" +"vegetation";"vegetation";0.732845658276347;TRUE;"Your Place" +"water";"water";9.87822498450987;TRUE;"Your Place" +"water";"vegetation";22.1665906655835;FALSE;"Your Place" +"water";"vegetation";2.44172412057378;FALSE;"Your Place" +"vegetation";"vegetation";1.2469041490549;TRUE;"Your Place" +"water";"impervious";275.418222830864;FALSE;"Your Place" +"water";"impervious";1.68528912676265;FALSE;"Your Place" +"impervious";"impervious";4.51595945016015;TRUE;"Your Place" +"impervious";"impervious";1752.52315503964;TRUE;"Your Place" +"vegetation";"impervious";2.14404936810024;FALSE;"Your Place" +"vegetation";"impervious";413.123019691324;FALSE;"Your Place" +"vegetation";"impervious";0.0335242457545064;FALSE;"Your Place" +"vegetation";"impervious";72.723270310089;FALSE;"Your Place" +"impervious";"impervious";76.3587933462113;TRUE;"Your Place" +"vegetation";"impervious";5.55923884670483;FALSE;"Your Place" +"vegetation";"impervious";1062.2136028033;FALSE;"Your Place" +"vegetation";"impervious";23.5779655927327;FALSE;"Your Place" +"vegetation";"vegetation";16.4079942051321;TRUE;"Your Place" +"urban";"vegetation";31.4997175143799;FALSE;"Your Place" +"vegetation";"vegetation";66.2746845278889;TRUE;"Your Place" +"vegetation";"vegetation";47.8233585241251;TRUE;"Your Place" +"vegetation";"vegetation";0.776112183986697;TRUE;"Your Place" +"vegetation";"vegetation";648.388290623669;TRUE;"Your Place" +"vegetation";"vegetation";483.775643380806;TRUE;"Your Place" +"vegetation";"vegetation";14.7045670631342;TRUE;"Your Place" +"vegetation";"vegetation";29.9103321775328;TRUE;"Your Place" +"vegetation";"vegetation";60.1869580114144;TRUE;"Your Place" +"vegetation";"vegetation";844.770288308617;TRUE;"Your Place" +"water";"vegetation";104.398929230636;FALSE;"Your Place" +"vegetation";"impervious";15.7461328972131;FALSE;"Your Place" +"vegetation";"impervious";6.79702938906848;FALSE;"Your Place" +"water";"water";29.8394880369306;TRUE;"Your Place" +"vegetation";"water";198.961645720992;FALSE;"Your Place" +"water";"water";4636.5848290734;TRUE;"Your Place" +"impervious";"water";295.927031683037;FALSE;"Your Place" +"vegetation";"impervious";2.34127123333747;FALSE;"Your Place" +"vegetation";"impervious";0.535833921108861;FALSE;"Your Place" +"water";"water";23.4541164781549;TRUE;"Your Place" +"water";"water";17.113004348008;TRUE;"Your Place" +"water";"vegetation";60.3599374461919;FALSE;"Your Place" +"urban";"vegetation";196.237287274103;FALSE;"Your Place" +"vegetation";"vegetation";51.4922035938362;TRUE;"Your Place" +"vegetation";"vegetation";34.6227393266745;TRUE;"Your Place" +"vegetation";"vegetation";1928.83700631346;TRUE;"Your Place" +"vegetation";"vegetation";24.198071377934;TRUE;"Your Place" +"water";"vegetation";2.9839572191413;FALSE;"Your Place" +"water";"vegetation";4.86282162065618;FALSE;"Your Place" +"water";"water";5.84451287367847;TRUE;"Your Place" +"vegetation";"vegetation";15.9501388366334;TRUE;"Your Place" +"vegetation";"vegetation";2576.96475750796;TRUE;"Your Place" +"urban";"impervious";26.5730122374371;FALSE;"Your Place" +"vegetation";"impervious";304.867161898583;FALSE;"Your Place" +"vegetation";"impervious";5.95117581007071;FALSE;"Your Place" +"water";"vegetation";2.83253642939962;FALSE;"Your Place" +"vegetation";"vegetation";2554.20017090882;TRUE;"Your Place" +"vegetation";"vegetation";83.7561739488738;TRUE;"Your Place" +"vegetation";"vegetation";14316.8013752183;TRUE;"Your Place" +"vegetation";"vegetation";36.1862297939369;TRUE;"Your Place" +"urban";"vegetation";986.584044924821;FALSE;"Your Place" +"water";"vegetation";2.65716958043049;FALSE;"Your Place" +"impervious";"vegetation";1404.52102284972;FALSE;"Your Place" +"vegetation";"vegetation";5775.22530848818;TRUE;"Your Place" +"vegetation";"vegetation";37.9943486824632;TRUE;"Your Place" +"vegetation";"vegetation";3.28394230460981;TRUE;"Your Place" +"vegetation";"vegetation";3190.54687263584;TRUE;"Your Place" +"vegetation";"vegetation";12812.2270435474;TRUE;"Your Place" +"vegetation";"vegetation";2.67816018871963;TRUE;"Your Place" +"vegetation";"impervious";2.1587898331295;FALSE;"Your Place" +"water";"water";1.37035776782432;TRUE;"Your Place" +"water";"water";14.4910983526788;TRUE;"Your Place" +"water";"vegetation";13.5899659806455;FALSE;"Your Place" +"water";"water";1.96133329014992;TRUE;"Your Place" +"vegetation";"impervious";388.926685774408;FALSE;"Your Place" +"water";"vegetation";14.994337836717;FALSE;"Your Place" +"vegetation";"vegetation";6.30951011925936;TRUE;"Your Place" +"impervious";"vegetation";0.36436573183164;FALSE;"Your Place" +"vegetation";"vegetation";13581.7851796141;TRUE;"Your Place" +"vegetation";"vegetation";4967.98535588756;TRUE;"Your Place" +"vegetation";"vegetation";1466.79037847248;TRUE;"Your Place" +"water";"water";144.18579186028;TRUE;"Your Place" +"vegetation";"impervious";6.01225495222025;FALSE;"Your Place" +"vegetation";"vegetation";48.3879379436839;TRUE;"Your Place" +"vegetation";"vegetation";752.242254234559;TRUE;"Your Place" +"impervious";"vegetation";18.4987966424378;FALSE;"Your Place" +"impervious";"vegetation";106.930907098114;FALSE;"Your Place" +"impervious";"vegetation";3753.68871715281;FALSE;"Your Place" +"vegetation";"vegetation";193365.085972415;TRUE;"Your Place" +"vegetation";"vegetation";153730.166920246;TRUE;"Your Place" +"vegetation";"vegetation";179351.115342979;TRUE;"Your Place" +"vegetation";"vegetation";3.76047678280156;TRUE;"Your Place" +"vegetation";"vegetation";1191.4612308614;TRUE;"Your Place" +"impervious";"vegetation";29.5537641451228;FALSE;"Your Place" +"water";"vegetation";28.8229997856542;FALSE;"Your Place" +"vegetation";"vegetation";155.05596497748;TRUE;"Your Place" +"vegetation";"vegetation";315.109130194411;TRUE;"Your Place" +"vegetation";"vegetation";554.058781532571;TRUE;"Your Place" +"vegetation";"vegetation";111.127202682197;TRUE;"Your Place" +"vegetation";"vegetation";22.2655111849308;TRUE;"Your Place" +"water";"vegetation";10.5859270337969;FALSE;"Your Place" +"vegetation";"impervious";10.2561195939779;FALSE;"Your Place" +"vegetation";"impervious";230.835962362587;FALSE;"Your Place" +"vegetation";"vegetation";54.111514078686;TRUE;"Your Place" +"vegetation";"vegetation";6373.11519156425;TRUE;"Your Place" +"vegetation";"vegetation";35998.799106617;TRUE;"Your Place" +"water";"vegetation";17.0056329602376;FALSE;"Your Place" +"water";"vegetation";1.60230221878737;FALSE;"Your Place" +"vegetation";"vegetation";53.6082452055998;TRUE;"Your Place" +"water";"impervious";286.650544338132;FALSE;"Your Place" +"vegetation";"impervious";221.385302376002;FALSE;"Your Place" +"impervious";"impervious";706.376514509553;TRUE;"Your Place" +"vegetation";"impervious";6.45818896684796;FALSE;"Your Place" +"vegetation";"impervious";39.0958061573328;FALSE;"Your Place" +"vegetation";"impervious";2.48153500877379;FALSE;"Your Place" +"impervious";"impervious";23.8857914267574;TRUE;"Your Place" +"impervious";"impervious";0.0156918322318234;TRUE;"Your Place" +"impervious";"impervious";7.29701340312022;TRUE;"Your Place" +"vegetation";"impervious";1443.53559710944;FALSE;"Your Place" +"vegetation";"impervious";4320.94521084893;FALSE;"Your Place" +"vegetation";"impervious";32.2258633109741;FALSE;"Your Place" +"vegetation";"vegetation";166.916195986734;TRUE;"Your Place" +"vegetation";"vegetation";143.145993114449;TRUE;"Your Place" +"water";"vegetation";374.391017151996;FALSE;"Your Place" +"vegetation";"vegetation";63.4725536890328;TRUE;"Your Place" +"vegetation";"vegetation";2268.43599207327;TRUE;"Your Place" +"urban";"impervious";0.301774902734905;FALSE;"Your Place" +"vegetation";"impervious";2354.62149524409;FALSE;"Your Place" +"vegetation";"vegetation";30.3868895416381;TRUE;"Your Place" +"vegetation";"impervious";35.7899764943868;FALSE;"Your Place" +"vegetation";"impervious";66.5127880000509;FALSE;"Your Place" +"vegetation";"impervious";65.2761626869324;FALSE;"Your Place" +"impervious";"impervious";57.8662537601776;TRUE;"Your Place" +"vegetation";"vegetation";611.689788343501;TRUE;"Your Place" +"impervious";"vegetation";47.4085297704441;FALSE;"Your Place" +"impervious";"vegetation";0.582003162940964;FALSE;"Your Place" +"urban";"impervious";1960.56589194349;FALSE;"Your Place" +"impervious";"impervious";41.2504182001576;TRUE;"Your Place" +"impervious";"impervious";8.42458051219;TRUE;"Your Place" +"urban";"impervious";67.608596804901;FALSE;"Your Place" +"vegetation";"impervious";121.537533491864;FALSE;"Your Place" +"impervious";"impervious";91.1512624488678;TRUE;"Your Place" +"impervious";"impervious";432.960625497159;TRUE;"Your Place" +"impervious";"impervious";50.3049585138797;TRUE;"Your Place" +"vegetation";"impervious";25.2199890171178;FALSE;"Your Place" +"urban";"impervious";290.899163669441;FALSE;"Your Place" +"vegetation";"impervious";2.80918355006725;FALSE;"Your Place" +"urban";"impervious";113.347556838766;FALSE;"Your Place" +"impervious";"impervious";145.329891329631;TRUE;"Your Place" +"vegetation";"water";14.4904846223071;FALSE;"Your Place" +"water";"water";6.12168743181974;TRUE;"Your Place" +"urban";"impervious";108.551593501121;FALSE;"Your Place" +"vegetation";"impervious";80.6227535014041;FALSE;"Your Place" +"impervious";"impervious";105.671335410094;TRUE;"Your Place" +"vegetation";"impervious";194.332421147497;FALSE;"Your Place" +"impervious";"impervious";9.16843766072998;TRUE;"Your Place" +"impervious";"impervious";0.25924238884636;TRUE;"Your Place" +"impervious";"impervious";123.43929499248;TRUE;"Your Place" +"impervious";"impervious";0.395794655953068;TRUE;"Your Place" +"urban";"vegetation";1103.35104334634;FALSE;"Your Place" +"urban";"vegetation";53.7928981743753;FALSE;"Your Place" +"urban";"impervious";151.534388708184;FALSE;"Your Place" +"vegetation";"impervious";0.958469805293134;FALSE;"Your Place" +"water";"impervious";0.134802112355828;FALSE;"Your Place" +"water";"impervious";6.68898960156366;FALSE;"Your Place" +"urban";"water";119.937984966702;FALSE;"Your Place" +"water";"water";3.92805202985983;TRUE;"Your Place" +"impervious";"water";0.243360983018647;FALSE;"Your Place" +"water";"water";6297.3078596571;TRUE;"Your Place" +"impervious";"water";185.393815331423;FALSE;"Your Place" +"water";"water";1.4453587308526;TRUE;"Your Place" +"impervious";"water";0.159879092418123;FALSE;"Your Place" +"vegetation";"impervious";123.379968881607;FALSE;"Your Place" +"vegetation";"impervious";75.6735825026408;FALSE;"Your Place" +"vegetation";"impervious";113.291868352444;FALSE;"Your Place" +"impervious";"vegetation";0.845375289442018;FALSE;"Your Place" +"water";"vegetation";48.2849055496044;FALSE;"Your Place" +"impervious";"vegetation";1818.22425125772;FALSE;"Your Place" +"impervious";"vegetation";90.6798501519952;FALSE;"Your Place" +"impervious";"vegetation";1.97753820824437;FALSE;"Your Place" +"urban";"vegetation";2.75766459813167;FALSE;"Your Place" +"urban";"vegetation";158.80147752729;FALSE;"Your Place" +"urban";"vegetation";0.366185192659032;FALSE;"Your Place" +"urban";"vegetation";1.28602513601072;FALSE;"Your Place" +"impervious";"vegetation";0.316103472869145;FALSE;"Your Place" +"impervious";"vegetation";294.194099434084;FALSE;"Your Place" +"impervious";"vegetation";4836.38154852414;FALSE;"Your Place" +"impervious";"vegetation";64.4715866278129;FALSE;"Your Place" +"impervious";"vegetation";0.0659556690807221;FALSE;"Your Place" +"impervious";"vegetation";12.3112614317797;FALSE;"Your Place" +"vegetation";"vegetation";14.0965325962752;TRUE;"Your Place" +"water";"vegetation";4.63545872364193;FALSE;"Your Place" +"impervious";"impervious";17.9321930691367;TRUE;"Your Place" +"vegetation";"impervious";212.197214212036;FALSE;"Your Place" +"impervious";"impervious";0.106192468694644;TRUE;"Your Place" +"impervious";"impervious";229.849873240571;TRUE;"Your Place" +"urban";"vegetation";3.56784359668382;FALSE;"Your Place" +"urban";"vegetation";4259.02480168373;FALSE;"Your Place" +"vegetation";"vegetation";55.9844577359036;TRUE;"Your Place" +"vegetation";"vegetation";1954.05225042999;TRUE;"Your Place" +"urban";"impervious";8.66456384651246;FALSE;"Your Place" +"impervious";"impervious";208.097880543959;TRUE;"Your Place" +"vegetation";"impervious";8.96300109231379;FALSE;"Your Place" +"urban";"impervious";52.2052105018302;FALSE;"Your Place" +"urban";"impervious";35.533494976582;FALSE;"Your Place" +"impervious";"impervious";129.752043501008;TRUE;"Your Place" +"impervious";"impervious";54.201096862671;TRUE;"Your Place" +"impervious";"vegetation";58.2234137816704;FALSE;"Your Place" +"impervious";"vegetation";14.8074567089207;FALSE;"Your Place" +"vegetation";"vegetation";498.569007700309;TRUE;"Your Place" +"vegetation";"vegetation";373.44163607806;TRUE;"Your Place" +"vegetation";"impervious";3688.48380911164;FALSE;"Your Place" +"impervious";"impervious";86.2159471351188;TRUE;"Your Place" +"water";"impervious";842.568719531409;FALSE;"Your Place" +"water";"impervious";413.782534494996;FALSE;"Your Place" +"vegetation";"water";23.6893730699085;FALSE;"Your Place" +"water";"water";20.2521333689801;TRUE;"Your Place" +"urban";"impervious";152.064678964263;FALSE;"Your Place" +"impervious";"impervious";197.065489164554;TRUE;"Your Place" +"vegetation";"water";646.968875775754;FALSE;"Your Place" +"water";"water";2.78126466320828;TRUE;"Your Place" +"impervious";"water";0.528431960236048;FALSE;"Your Place" +"impervious";"water";40.4933668924496;FALSE;"Your Place" +"water";"water";3568.48087841365;TRUE;"Your Place" +"impervious";"water";418.15551226039;FALSE;"Your Place" +"water";"water";35984.2023894973;TRUE;"Your Place" +"water";"water";6.64625351825089;TRUE;"Your Place" +"impervious";"water";0.589929410227342;FALSE;"Your Place" +"vegetation";"water";0.023092248942703;FALSE;"Your Place" +"urban";"vegetation";292.849596873581;FALSE;"Your Place" +"urban";"vegetation";32.7239854382351;FALSE;"Your Place" +"water";"vegetation";121.716628015973;FALSE;"Your Place" +"urban";"impervious";39.3154960291868;FALSE;"Your Place" +"urban";"impervious";56.7229268568917;FALSE;"Your Place" +"impervious";"vegetation";1.40429029957158;FALSE;"Your Place" +"water";"vegetation";467.864568267018;FALSE;"Your Place" +"impervious";"vegetation";5651.14131204132;FALSE;"Your Place" +"impervious";"vegetation";106.801001172353;FALSE;"Your Place" +"water";"vegetation";773.430647518602;FALSE;"Your Place" +"impervious";"vegetation";336.201814310625;FALSE;"Your Place" +"vegetation";"vegetation";0.374874169618124;TRUE;"Your Place" +"urban";"impervious";636.39519923937;FALSE;"Your Place" +"impervious";"impervious";1288.55073112482;TRUE;"Your Place" +"impervious";"impervious";3082.19854458072;TRUE;"Your Place" +"impervious";"impervious";22.9879301658948;TRUE;"Your Place" +"impervious";"impervious";0.363207724705717;TRUE;"Your Place" +"impervious";"impervious";27.7746305403998;TRUE;"Your Place" +"impervious";"impervious";4721.91755609401;TRUE;"Your Place" +"vegetation";"impervious";758.261247677729;FALSE;"Your Place" +"vegetation";"impervious";197.845115976874;FALSE;"Your Place" +"vegetation";"impervious";7.59119284036569;FALSE;"Your Place" +"vegetation";"vegetation";16.8420632826164;TRUE;"Your Place" +"urban";"impervious";2.69059935258701;FALSE;"Your Place" +"impervious";"impervious";0.372683121437149;TRUE;"Your Place" +"impervious";"impervious";3.331340551842;TRUE;"Your Place" +"impervious";"impervious";1053.76581339887;TRUE;"Your Place" +"impervious";"impervious";9.42968916508835;TRUE;"Your Place" +"impervious";"impervious";1.45312737079803;TRUE;"Your Place" +"impervious";"impervious";5.6513580956962;TRUE;"Your Place" +"vegetation";"impervious";4.77422237524297;FALSE;"Your Place" +"vegetation";"impervious";6.29385121719679;FALSE;"Your Place" +"vegetation";"water";4505.53540635575;FALSE;"Your Place" +"vegetation";"water";106.09861143236;FALSE;"Your Place" +"vegetation";"water";30.1122188139707;FALSE;"Your Place" +"water";"water";5040.85086694453;TRUE;"Your Place" +"impervious";"water";32.5634722020477;FALSE;"Your Place" +"vegetation";"vegetation";87.4965466251597;TRUE;"Your Place" +"vegetation";"vegetation";1188.41505671287;TRUE;"Your Place" +"vegetation";"vegetation";1306.11586280074;TRUE;"Your Place" +"vegetation";"vegetation";135.222261497052;TRUE;"Your Place" +"vegetation";"vegetation";5159.61081042947;TRUE;"Your Place" +"impervious";"vegetation";22.5563762247621;FALSE;"Your Place" +"vegetation";"water";14.3501133145764;FALSE;"Your Place" +"urban";"impervious";791.612718429882;FALSE;"Your Place" +"impervious";"impervious";148.86836910015;TRUE;"Your Place" +"vegetation";"impervious";10.9063091888092;FALSE;"Your Place" +"vegetation";"vegetation";5158.0222773283;TRUE;"Your Place" +"impervious";"vegetation";732.52228453476;FALSE;"Your Place" +"vegetation";"vegetation";6.72949859919026;TRUE;"Your Place" +"impervious";"impervious";773.137740418693;TRUE;"Your Place" +"impervious";"impervious";0.0484212007140741;TRUE;"Your Place" +"vegetation";"vegetation";84.2484563728794;TRUE;"Your Place" +"urban";"vegetation";165.936443528917;FALSE;"Your Place" +"vegetation";"water";4.0428629796952;FALSE;"Your Place" +"urban";"impervious";35.5143979118438;FALSE;"Your Place" +"urban";"impervious";35.1233336334117;FALSE;"Your Place" +"impervious";"impervious";0.062356058289879;TRUE;"Your Place" +"impervious";"impervious";98.9146133553004;TRUE;"Your Place" +"vegetation";"impervious";10.1167402126594;FALSE;"Your Place" +"vegetation";"impervious";7.28118182392791;FALSE;"Your Place" +"vegetation";"impervious";2.25213742483174;FALSE;"Your Place" +"vegetation";"vegetation";31.0505220975028;TRUE;"Your Place" +"urban";"vegetation";4.72306906222366;FALSE;"Your Place" +"vegetation";"vegetation";0.402948722243309;TRUE;"Your Place" +"vegetation";"vegetation";1171.25312550133;TRUE;"Your Place" +"vegetation";"vegetation";1.19938320107758;TRUE;"Your Place" +"water";"vegetation";4.83930688491091;FALSE;"Your Place" +"impervious";"vegetation";144.964312879834;FALSE;"Your Place" +"vegetation";"vegetation";204.968147490523;TRUE;"Your Place" +"vegetation";"vegetation";120.698982625734;TRUE;"Your Place" +"water";"vegetation";35.1019781941432;FALSE;"Your Place" +"urban";"impervious";34.1065926780575;FALSE;"Your Place" +"urban";"vegetation";1056.68486620532;FALSE;"Your Place" +"vegetation";"water";255.542451022193;FALSE;"Your Place" +"urban";"vegetation";149.636455975007;FALSE;"Your Place" +"water";"vegetation";81.3228077234235;FALSE;"Your Place" +"vegetation";"vegetation";612.441547133029;TRUE;"Your Place" +"vegetation";"vegetation";510.485919948667;TRUE;"Your Place" +"vegetation";"vegetation";114.798456364806;TRUE;"Your Place" +"vegetation";"vegetation";91.791036187904;TRUE;"Your Place" +"vegetation";"vegetation";16637.3442604165;TRUE;"Your Place" +"vegetation";"impervious";38.1210607879329;FALSE;"Your Place" +"urban";"vegetation";675.354689529864;FALSE;"Your Place" +"vegetation";"vegetation";40.8138150461018;TRUE;"Your Place" +"vegetation";"vegetation";504.928068293317;TRUE;"Your Place" +"vegetation";"vegetation";6236.96815411095;TRUE;"Your Place" +"vegetation";"impervious";37.4999182448387;FALSE;"Your Place" +"urban";"impervious";3.94136377586983;FALSE;"Your Place" +"vegetation";"vegetation";179584.921320579;TRUE;"Your Place" +"vegetation";"vegetation";11.2120437696576;TRUE;"Your Place" +"vegetation";"vegetation";23462.5872632966;TRUE;"Your Place" +"vegetation";"vegetation";12.5678396950316;TRUE;"Your Place" +"urban";"vegetation";7324.50003299816;FALSE;"Your Place" +"vegetation";"impervious";5.35594429646153;FALSE;"Your Place" +"urban";"vegetation";6593.07113085754;FALSE;"Your Place" +"impervious";"vegetation";146.329768845695;FALSE;"Your Place" +"impervious";"vegetation";2281.81085420819;FALSE;"Your Place" +"impervious";"vegetation";3.04822806851007;FALSE;"Your Place" +"impervious";"vegetation";0.787420991196996;FALSE;"Your Place" +"urban";"vegetation";43.8592238209822;FALSE;"Your Place" +"urban";"impervious";1257.11976511673;FALSE;"Your Place" +"vegetation";"impervious";38.210055479547;FALSE;"Your Place" +"urban";"impervious";35.7219273149967;FALSE;"Your Place" +"vegetation";"impervious";323.870758032892;FALSE;"Your Place" +"vegetation";"vegetation";194.584094005637;TRUE;"Your Place" +"vegetation";"vegetation";119.919852687977;TRUE;"Your Place" +"vegetation";"vegetation";843.511977792252;TRUE;"Your Place" +"water";"vegetation";83.8833645507693;FALSE;"Your Place" +"vegetation";"impervious";60.6157270456315;FALSE;"Your Place" +"impervious";"impervious";143.720365266861;TRUE;"Your Place" +"vegetation";"impervious";36.4235800341703;FALSE;"Your Place" +"urban";"water";29.3093870702432;FALSE;"Your Place" +"water";"water";2.2462748317048;TRUE;"Your Place" +"impervious";"vegetation";412.803823508322;FALSE;"Your Place" +"vegetation";"vegetation";77.505992549191;TRUE;"Your Place" +"vegetation";"vegetation";0.238393059989903;TRUE;"Your Place" +"impervious";"vegetation";53.5258446747212;FALSE;"Your Place" +"vegetation";"impervious";33.7398562375165;FALSE;"Your Place" +"vegetation";"impervious";315.795035447605;FALSE;"Your Place" +"impervious";"impervious";0.897832320828456;TRUE;"Your Place" +"urban";"vegetation";27.2218932115939;FALSE;"Your Place" +"vegetation";"impervious";302.006138461089;FALSE;"Your Place" +"vegetation";"impervious";44.6870945514529;FALSE;"Your Place" +"vegetation";"vegetation";1266.90865091141;TRUE;"Your Place" +"vegetation";"vegetation";289949.688919157;TRUE;"Your Place" +"vegetation";"vegetation";102.732746108435;TRUE;"Your Place" +"vegetation";"vegetation";4798.63383354252;TRUE;"Your Place" +"vegetation";"vegetation";5347.10905674845;TRUE;"Your Place" +"impervious";"vegetation";420.131210045365;FALSE;"Your Place" +"vegetation";"impervious";5.54529449320398;FALSE;"Your Place" +"impervious";"impervious";70.5066438540816;TRUE;"Your Place" +"urban";"vegetation";52.0849398495629;FALSE;"Your Place" +"water";"vegetation";29.4138209950179;FALSE;"Your Place" +"urban";"impervious";282.209969554517;FALSE;"Your Place" +"vegetation";"vegetation";654.395424200455;TRUE;"Your Place" +"impervious";"vegetation";1.85798314050771;FALSE;"Your Place" +"vegetation";"vegetation";46.9694865039783;TRUE;"Your Place" +"vegetation";"impervious";23.5888688529376;FALSE;"Your Place" +"vegetation";"impervious";25.8986134783481;FALSE;"Your Place" +"urban";"impervious";55.3530958208721;FALSE;"Your Place" +"vegetation";"impervious";2796.66321692918;FALSE;"Your Place" +"water";"vegetation";171.619241159409;FALSE;"Your Place" +"impervious";"vegetation";1612.67786384188;FALSE;"Your Place" +"vegetation";"vegetation";96.6946536251344;TRUE;"Your Place" +"urban";"vegetation";8.94759561214596;FALSE;"Your Place" +"urban";"vegetation";125.932271439931;FALSE;"Your Place" +"impervious";"vegetation";5995.30904496275;FALSE;"Your Place" +"vegetation";"impervious";3.02269761520438;FALSE;"Your Place" +"impervious";"impervious";4.33545700763352;TRUE;"Your Place" +"vegetation";"impervious";242.352004840854;FALSE;"Your Place" +"urban";"vegetation";1.4154374509817;FALSE;"Your Place" +"urban";"vegetation";19.2693654183531;FALSE;"Your Place" +"impervious";"vegetation";2053.12380982004;FALSE;"Your Place" +"water";"vegetation";437.336665838375;FALSE;"Your Place" +"water";"vegetation";384.068558253697;FALSE;"Your Place" +"water";"vegetation";2.01547923195176;FALSE;"Your Place" +"impervious";"vegetation";12.6063533700071;FALSE;"Your Place" +"urban";"water";0.223385207907995;FALSE;"Your Place" +"water";"water";0.744324027957191;TRUE;"Your Place" +"impervious";"water";59.9281381222827;FALSE;"Your Place" +"water";"water";5424.4607595359;TRUE;"Your Place" +"impervious";"water";236.782519058848;FALSE;"Your Place" +"water";"water";2746.20235645957;TRUE;"Your Place" +"water";"water";8.31084325211123;TRUE;"Your Place" +"impervious";"water";0.353005776461941;FALSE;"Your Place" +"urban";"vegetation";12.7245024555596;FALSE;"Your Place" +"urban";"vegetation";22.4769189358194;FALSE;"Your Place" +"water";"vegetation";61.6198163451627;FALSE;"Your Place" +"impervious";"vegetation";3096.84192043357;FALSE;"Your Place" +"impervious";"vegetation";88.9549557148712;FALSE;"Your Place" +"water";"vegetation";64.9698448243435;FALSE;"Your Place" +"impervious";"vegetation";0.418027148291003;FALSE;"Your Place" +"impervious";"vegetation";3.46470036020037;FALSE;"Your Place" +"urban";"impervious";143.624465534231;FALSE;"Your Place" +"urban";"impervious";149.465879242867;FALSE;"Your Place" +"urban";"impervious";5.66651197196916;FALSE;"Your Place" +"urban";"vegetation";291.573008889332;FALSE;"Your Place" +"urban";"vegetation";7.79551152139902;FALSE;"Your Place" +"impervious";"vegetation";111.664739193046;FALSE;"Your Place" +"impervious";"vegetation";6154.74556341558;FALSE;"Your Place" +"urban";"impervious";470.696920703165;FALSE;"Your Place" +"urban";"impervious";97.6380391763523;FALSE;"Your Place" +"vegetation";"vegetation";1906.01259901012;TRUE;"Your Place" +"vegetation";"vegetation";3929.8973252438;TRUE;"Your Place" +"vegetation";"vegetation";107.555193142034;TRUE;"Your Place" +"vegetation";"vegetation";916.982718666084;TRUE;"Your Place" +"vegetation";"impervious";1505.72267279495;FALSE;"Your Place" +"urban";"impervious";191.105614231899;FALSE;"Your Place" +"vegetation";"impervious";6.34186083974782;FALSE;"Your Place" +"vegetation";"vegetation";24598.8602954829;TRUE;"Your Place" +"vegetation";"vegetation";3399.70166103868;TRUE;"Your Place" +"impervious";"vegetation";4.58976810914464;FALSE;"Your Place" +"vegetation";"impervious";111.076937272097;FALSE;"Your Place" +"vegetation";"impervious";1.54233280866174;FALSE;"Your Place" +"vegetation";"impervious";19.8353964352864;FALSE;"Your Place" +"vegetation";"vegetation";95.247572981054;TRUE;"Your Place" +"water";"vegetation";28.2099377568811;FALSE;"Your Place" +"vegetation";"impervious";0.671907781681512;FALSE;"Your Place" +"vegetation";"impervious";30.9797549585346;FALSE;"Your Place" +"vegetation";"impervious";8.48327826033346;FALSE;"Your Place" +"impervious";"impervious";112.278011703165;TRUE;"Your Place" +"vegetation";"impervious";275.163895404199;FALSE;"Your Place" +"impervious";"impervious";4.48528352752328;TRUE;"Your Place" +"water";"vegetation";19.2034011405194;FALSE;"Your Place" +"urban";"impervious";322.4287246475;FALSE;"Your Place" +"vegetation";"impervious";2.97618647720083;FALSE;"Your Place" +"urban";"impervious";608.779106120413;FALSE;"Your Place" +"urban";"impervious";229.157546057366;FALSE;"Your Place" +"vegetation";"vegetation";0.259731646307046;TRUE;"Your Place" +"water";"vegetation";5.49293636053335;FALSE;"Your Place" +"urban";"vegetation";228.05302404896;FALSE;"Your Place" +"vegetation";"impervious";1.5879114017298;FALSE;"Your Place" +"vegetation";"impervious";82.6148682459607;FALSE;"Your Place" +"water";"vegetation";5.57532891293522;FALSE;"Your Place" +"urban";"impervious";354.249802047387;FALSE;"Your Place" +"urban";"impervious";16.4280293394113;FALSE;"Your Place" +"vegetation";"vegetation";350.357554667629;TRUE;"Your Place" +"water";"vegetation";103.205226237187;FALSE;"Your Place" +"vegetation";"impervious";72.9995157075027;FALSE;"Your Place" +"urban";"impervious";17.2866330196266;FALSE;"Your Place" +"urban";"vegetation";2.5355381310801;FALSE;"Your Place" +"vegetation";"vegetation";1322.53777959081;TRUE;"Your Place" +"vegetation";"vegetation";3.71163932560012;TRUE;"Your Place" +"vegetation";"impervious";80.8355935418513;FALSE;"Your Place" +"vegetation";"impervious";0.420871013775468;FALSE;"Your Place" +"vegetation";"impervious";3.51269759383285;FALSE;"Your Place" +"vegetation";"impervious";34.0438903049799;FALSE;"Your Place" +"impervious";"impervious";46.0025830614613;TRUE;"Your Place" +"vegetation";"impervious";44.098295593576;FALSE;"Your Place" +"vegetation";"vegetation";2.60068686085287;TRUE;"Your Place" +"vegetation";"impervious";0.26763430966821;FALSE;"Your Place" +"vegetation";"impervious";30.0967345382378;FALSE;"Your Place" +"vegetation";"impervious";71.6330742002465;FALSE;"Your Place" +"vegetation";"impervious";43.2495893668383;FALSE;"Your Place" +"urban";"impervious";27.0692501618178;FALSE;"Your Place" +"vegetation";"impervious";5.3624711621087;FALSE;"Your Place" +"vegetation";"vegetation";10.1826024633483;TRUE;"Your Place" +"vegetation";"impervious";38.2396853531827;FALSE;"Your Place" +"vegetation";"impervious";157.623847699142;FALSE;"Your Place" +"vegetation";"impervious";11.877669224923;FALSE;"Your Place" +"vegetation";"impervious";23.0644002052431;FALSE;"Your Place" +"vegetation";"impervious";72.6517983264712;FALSE;"Your Place" +"impervious";"impervious";164.034165578196;TRUE;"Your Place" +"vegetation";"impervious";126.002565863309;FALSE;"Your Place" +"vegetation";"impervious";273.022589506349;FALSE;"Your Place" +"urban";"impervious";44.2543839863501;FALSE;"Your Place" +"urban";"impervious";25.0678659923142;FALSE;"Your Place" +"vegetation";"vegetation";114.954636397772;TRUE;"Your Place" +"water";"vegetation";2.17378163011745;FALSE;"Your Place" +"vegetation";"impervious";1.61623031098861;FALSE;"Your Place" +"urban";"impervious";37.0052576439921;FALSE;"Your Place" +"urban";"impervious";53.5844360277988;FALSE;"Your Place" +"urban";"impervious";41.6395006547682;FALSE;"Your Place" +"urban";"vegetation";2.01378354104236;FALSE;"Your Place" +"vegetation";"impervious";28.3526187771931;FALSE;"Your Place" +"impervious";"impervious";1.22797603346407;TRUE;"Your Place" +"vegetation";"impervious";42.3152985398192;FALSE;"Your Place" +"vegetation";"vegetation";17971.9384662397;TRUE;"Your Place" +"vegetation";"vegetation";67.9517333549447;TRUE;"Your Place" +"vegetation";"vegetation";1019.18704987579;TRUE;"Your Place" +"vegetation";"vegetation";1.94111527130008;TRUE;"Your Place" +"water";"vegetation";0.706309789267834;FALSE;"Your Place" +"urban";"impervious";40.7142816944979;FALSE;"Your Place" +"urban";"impervious";67.3649674592889;FALSE;"Your Place" +"impervious";"vegetation";41.3346245578359;FALSE;"Your Place" +"vegetation";"impervious";89.3621898682395;FALSE;"Your Place" +"water";"impervious";10.5145048740378;FALSE;"Your Place" +"vegetation";"impervious";209.130611006112;FALSE;"Your Place" +"vegetation";"impervious";6.55193281793618;FALSE;"Your Place" +"impervious";"impervious";89.7582758842036;TRUE;"Your Place" +"vegetation";"impervious";106.439744711082;FALSE;"Your Place" +"impervious";"impervious";14.4778731893748;TRUE;"Your Place" +"vegetation";"impervious";345.157685173675;FALSE;"Your Place" +"vegetation";"impervious";1008.34815006255;FALSE;"Your Place" +"water";"impervious";17.2548417467624;FALSE;"Your Place" +"vegetation";"impervious";2.9682573817845;FALSE;"Your Place" +"water";"impervious";0.321821083671239;FALSE;"Your Place" +"impervious";"impervious";60.3978605090815;TRUE;"Your Place" +"vegetation";"impervious";2.92802946383017;FALSE;"Your Place" +"vegetation";"vegetation";8.5264251655899;TRUE;"Your Place" +"vegetation";"vegetation";6.65179908135906;TRUE;"Your Place" +"vegetation";"vegetation";17.5855827139458;TRUE;"Your Place" +"vegetation";"impervious";2.15735265263356;FALSE;"Your Place" +"vegetation";"vegetation";108.023532119114;TRUE;"Your Place" +"vegetation";"impervious";99.179755252786;FALSE;"Your Place" +"urban";"impervious";160.37808409147;FALSE;"Your Place" +"urban";"impervious";3800.26849143277;FALSE;"Your Place" +"vegetation";"vegetation";1.346866897773;TRUE;"Your Place" +"vegetation";"impervious";12.8588857150171;FALSE;"Your Place" +"vegetation";"impervious";2.06767501216382;FALSE;"Your Place" +"vegetation";"vegetation";99.4535234547802;TRUE;"Your Place" +"vegetation";"vegetation";26.6789554121206;TRUE;"Your Place" +"vegetation";"vegetation";23.4419587185694;TRUE;"Your Place" +"impervious";"vegetation";3992.81618312001;FALSE;"Your Place" +"water";"vegetation";880.09972176468;FALSE;"Your Place" +"impervious";"vegetation";1.10376842253754;FALSE;"Your Place" +"impervious";"vegetation";730.520478410268;FALSE;"Your Place" +"vegetation";"vegetation";0.190145890730491;TRUE;"Your Place" +"vegetation";"impervious";49.7047600003425;FALSE;"Your Place" +"vegetation";"impervious";7.69965480966493;FALSE;"Your Place" +"urban";"vegetation";922.652442999184;FALSE;"Your Place" +"urban";"impervious";332.21283293888;FALSE;"Your Place" +"urban";"impervious";16.9551456539662;FALSE;"Your Place" +"vegetation";"vegetation";1.03385489608627;TRUE;"Your Place" +"impervious";"vegetation";48.2577209649608;FALSE;"Your Place" +"impervious";"vegetation";2717.0299285209;FALSE;"Your Place" +"vegetation";"vegetation";1.38614799961215;TRUE;"Your Place" +"vegetation";"vegetation";3.38259079371346;TRUE;"Your Place" +"vegetation";"vegetation";4.08967133855913;TRUE;"Your Place" +"impervious";"vegetation";126.46142027725;FALSE;"Your Place" +"vegetation";"vegetation";44614.1304254317;TRUE;"Your Place" +"vegetation";"vegetation";9.71704748738557;TRUE;"Your Place" +"vegetation";"impervious";146.028671070933;FALSE;"Your Place" +"vegetation";"impervious";208.280182374641;FALSE;"Your Place" +"vegetation";"vegetation";55.1860487421509;TRUE;"Your Place" +"vegetation";"vegetation";4.08337763039162;TRUE;"Your Place" +"water";"vegetation";0.795120609516744;FALSE;"Your Place" +"vegetation";"impervious";521.098342258483;FALSE;"Your Place" +"water";"impervious";0.441434771288186;FALSE;"Your Place" +"urban";"impervious";7.82275168877095;FALSE;"Your Place" +"urban";"impervious";481.395446899347;FALSE;"Your Place" +"vegetation";"impervious";0.55750618071761;FALSE;"Your Place" +"vegetation";"impervious";81.7237310572527;FALSE;"Your Place" +"vegetation";"vegetation";1877.05133241601;TRUE;"Your Place" +"water";"vegetation";1.38501716044266;FALSE;"Your Place" +"vegetation";"vegetation";0.194990905118175;TRUE;"Your Place" +"vegetation";"vegetation";1397.15878887183;TRUE;"Your Place" +"vegetation";"vegetation";2578.35944211663;TRUE;"Your Place" +"vegetation";"impervious";24.9583192482824;FALSE;"Your Place" +"vegetation";"impervious";1.11472271673847;FALSE;"Your Place" +"vegetation";"vegetation";52.1244169259444;TRUE;"Your Place" +"vegetation";"impervious";73.8885820386931;FALSE;"Your Place" +"vegetation";"impervious";877.463808207773;FALSE;"Your Place" +"impervious";"vegetation";43.3489069245406;FALSE;"Your Place" +"impervious";"vegetation";4756.84413697245;FALSE;"Your Place" +"impervious";"vegetation";229.095248159487;FALSE;"Your Place" +"vegetation";"vegetation";13.5540364347398;TRUE;"Your Place" +"water";"vegetation";115.291793121025;FALSE;"Your Place" +"urban";"impervious";7.91705550689312;FALSE;"Your Place" +"urban";"impervious";0.257513861855841;FALSE;"Your Place" +"urban";"impervious";1630.98027054709;FALSE;"Your Place" +"impervious";"impervious";5.26209709676914;TRUE;"Your Place" +"vegetation";"vegetation";4370.71199146379;TRUE;"Your Place" +"vegetation";"vegetation";2982.40051777288;TRUE;"Your Place" +"vegetation";"impervious";30.0300986125076;FALSE;"Your Place" +"urban";"impervious";170.750757690985;FALSE;"Your Place" +"urban";"impervious";110.197134467091;FALSE;"Your Place" +"urban";"impervious";2.99119467753917;FALSE;"Your Place" +"vegetation";"vegetation";113.297158027533;TRUE;"Your Place" +"water";"vegetation";255.474870555685;FALSE;"Your Place" +"urban";"impervious";17.9529791176319;FALSE;"Your Place" +"impervious";"impervious";208.852032303112;TRUE;"Your Place" +"vegetation";"vegetation";1997.49285165407;TRUE;"Your Place" +"water";"vegetation";68.8070171034196;FALSE;"Your Place" +"water";"vegetation";19.7897143936716;FALSE;"Your Place" +"urban";"impervious";572.733319800347;FALSE;"Your Place" +"urban";"impervious";1311.60072726023;FALSE;"Your Place" +"vegetation";"vegetation";34.2199139641598;TRUE;"Your Place" +"water";"vegetation";366.75342815998;FALSE;"Your Place" +"water";"vegetation";1.94790316838771;FALSE;"Your Place" +"urban";"impervious";774.049170263112;FALSE;"Your Place" +"vegetation";"impervious";294.296163124032;FALSE;"Your Place" +"urban";"vegetation";1033.224638924;FALSE;"Your Place" +"urban";"vegetation";73.9661882416112;FALSE;"Your Place" +"vegetation";"vegetation";2335.46166045318;TRUE;"Your Place" +"vegetation";"vegetation";3.68436752865091;TRUE;"Your Place" +"vegetation";"water";1.72986230906099;FALSE;"Your Place" +"water";"water";89.0032547013834;TRUE;"Your Place" +"vegetation";"vegetation";4.6056730330456;TRUE;"Your Place" +"water";"vegetation";0.193026315653697;FALSE;"Your Place" +"vegetation";"vegetation";6.62021940015256;TRUE;"Your Place" +"water";"vegetation";110.630638619885;FALSE;"Your Place" +"vegetation";"vegetation";1.44739573003608;TRUE;"Your Place" +"urban";"impervious";891.06202236563;FALSE;"Your Place" +"water";"water";3375.60648248822;TRUE;"Your Place" +"impervious";"water";3.28693869221024;FALSE;"Your Place" +"impervious";"water";122.520079100941;FALSE;"Your Place" +"vegetation";"impervious";2336.89240168128;FALSE;"Your Place" +"water";"impervious";48.8628552609589;FALSE;"Your Place" +"vegetation";"impervious";0.0579701361712068;FALSE;"Your Place" +"impervious";"vegetation";50.6148112351075;FALSE;"Your Place" +"water";"vegetation";357.611663202406;FALSE;"Your Place" +"impervious";"vegetation";1658.74992464157;FALSE;"Your Place" +"water";"vegetation";14.9518466582522;FALSE;"Your Place" +"impervious";"vegetation";245.566156557412;FALSE;"Your Place" +"urban";"impervious";20.7920011032838;FALSE;"Your Place" +"urban";"impervious";0.218688090761134;FALSE;"Your Place" +"water";"impervious";75.0934813626227;FALSE;"Your Place" +"impervious";"impervious";19.2055768375285;TRUE;"Your Place" +"impervious";"impervious";9.68966958881356;TRUE;"Your Place" +"impervious";"impervious";1938.48976523301;TRUE;"Your Place" +"impervious";"impervious";20.0126773597221;TRUE;"Your Place" +"urban";"impervious";42.8011985820485;FALSE;"Your Place" +"urban";"impervious";0.362537426204653;FALSE;"Your Place" +"water";"impervious";22.6720407426474;FALSE;"Your Place" +"impervious";"impervious";69.8812509964919;TRUE;"Your Place" +"impervious";"impervious";7.47206534443831;TRUE;"Your Place" +"impervious";"impervious";1327.31752572954;TRUE;"Your Place" +"urban";"impervious";13.7913423599675;FALSE;"Your Place" +"urban";"impervious";37.4795709550381;FALSE;"Your Place" +"impervious";"impervious";297.266195860459;TRUE;"Your Place" +"vegetation";"water";17.9927632529289;FALSE;"Your Place" +"water";"water";53.8090145243332;TRUE;"Your Place" +"water";"water";0.435135445324704;TRUE;"Your Place" +"impervious";"vegetation";58.5567878102884;FALSE;"Your Place" +"water";"vegetation";29.6275895622093;FALSE;"Your Place" +"water";"vegetation";2.9332257801434;FALSE;"Your Place" +"impervious";"vegetation";38.0962037642021;FALSE;"Your Place" +"water";"vegetation";0.875311546726152;FALSE;"Your Place" +"impervious";"impervious";26.9562982899661;TRUE;"Your Place" +"impervious";"impervious";25.0142868552357;TRUE;"Your Place" +"impervious";"vegetation";121.011912043206;FALSE;"Your Place" +"impervious";"vegetation";1.72345526376739;FALSE;"Your Place" +"impervious";"water";35.823594879359;FALSE;"Your Place" +"water";"water";45.1250941483304;TRUE;"Your Place" +"impervious";"vegetation";35.5208231469151;FALSE;"Your Place" +"impervious";"vegetation";1236.06571820462;FALSE;"Your Place" +"impervious";"impervious";69.2126704684924;TRUE;"Your Place" +"impervious";"impervious";119.941534286831;TRUE;"Your Place" +"impervious";"impervious";408.020820172969;TRUE;"Your Place" +"impervious";"impervious";2.07197009539232;TRUE;"Your Place" +"impervious";"vegetation";2.7365588597022;FALSE;"Your Place" +"water";"vegetation";144.933593502734;FALSE;"Your Place" +"impervious";"vegetation";566.209806933999;FALSE;"Your Place" +"water";"vegetation";96.362588478718;FALSE;"Your Place" +"impervious";"vegetation";3.78239952214062;FALSE;"Your Place" +"impervious";"vegetation";2.80557979736477;FALSE;"Your Place" +"vegetation";"vegetation";555.541047632229;TRUE;"Your Place" +"impervious";"impervious";26.4306689503719;TRUE;"Your Place" +"impervious";"vegetation";14.3223281861283;FALSE;"Your Place" +"impervious";"impervious";22.3734717840562;TRUE;"Your Place" +"impervious";"impervious";1036.19436457753;TRUE;"Your Place" +"urban";"impervious";813.896992920636;FALSE;"Your Place" +"urban";"impervious";0.392875398116303;FALSE;"Your Place" +"impervious";"impervious";156.752648605383;TRUE;"Your Place" +"impervious";"impervious";2.35542910150252;TRUE;"Your Place" +"urban";"impervious";167.903309177578;FALSE;"Your Place" +"urban";"impervious";5.55945065902779;FALSE;"Your Place" +"impervious";"impervious";14.7698478863749;TRUE;"Your Place" +"vegetation";"impervious";391.617047026753;FALSE;"Your Place" +"impervious";"impervious";1.80786305019865;TRUE;"Your Place" +"impervious";"impervious";24.2649077153183;TRUE;"Your Place" +"impervious";"impervious";15.2947231165599;TRUE;"Your Place" +"impervious";"impervious";2575.86951850832;TRUE;"Your Place" +"urban";"vegetation";768.445096580312;FALSE;"Your Place" +"urban";"impervious";14.6767446289887;FALSE;"Your Place" +"urban";"impervious";16.5681131760357;FALSE;"Your Place" +"impervious";"impervious";181.062384999823;TRUE;"Your Place" +"impervious";"impervious";15.3399165585288;TRUE;"Your Place" +"urban";"impervious";1.82461087801494;FALSE;"Your Place" +"impervious";"impervious";345.430186490994;TRUE;"Your Place" +"impervious";"impervious";4.31941416917834;TRUE;"Your Place" +"vegetation";"vegetation";199.441095456306;TRUE;"Your Place" +"impervious";"impervious";452.171846752404;TRUE;"Your Place" +"urban";"impervious";1.02154525701917;FALSE;"Your Place" +"impervious";"impervious";807.723524083762;TRUE;"Your Place" +"impervious";"water";156.012417823542;FALSE;"Your Place" +"impervious";"water";1.00893060374074;FALSE;"Your Place" +"urban";"impervious";16.0314153432846;FALSE;"Your Place" +"impervious";"impervious";361.155390696134;TRUE;"Your Place" +"impervious";"impervious";0.179395734332502;TRUE;"Your Place" +"vegetation";"vegetation";623.157095178496;TRUE;"Your Place" +"vegetation";"impervious";138.841133405745;FALSE;"Your Place" +"vegetation";"impervious";9.05227356497198;FALSE;"Your Place" +"vegetation";"vegetation";3.35298830829561;TRUE;"Your Place" +"vegetation";"vegetation";2184.39860952273;TRUE;"Your Place" +"vegetation";"vegetation";14.4957854608074;TRUE;"Your Place" +"vegetation";"vegetation";1979.92123845499;TRUE;"Your Place" +"urban";"impervious";26.4270367082208;FALSE;"Your Place" +"urban";"impervious";578.72848652862;FALSE;"Your Place" +"urban";"impervious";22.7564009116031;FALSE;"Your Place" +"vegetation";"impervious";32.1365229671937;FALSE;"Your Place" +"impervious";"water";20.787016870454;FALSE;"Your Place" +"vegetation";"vegetation";588.865438310792;TRUE;"Your Place" +"vegetation";"vegetation";86.1194150042284;TRUE;"Your Place" +"vegetation";"vegetation";2590.76745615387;TRUE;"Your Place" +"vegetation";"vegetation";491.421775543509;TRUE;"Your Place" +"vegetation";"impervious";60.4498698549141;FALSE;"Your Place" +"urban";"vegetation";945.25044326717;FALSE;"Your Place" +"urban";"vegetation";0.414856732648332;FALSE;"Your Place" +"urban";"vegetation";99.8738569971756;FALSE;"Your Place" +"urban";"vegetation";41.6579527381546;FALSE;"Your Place" +"impervious";"vegetation";1860.81277215946;FALSE;"Your Place" +"impervious";"vegetation";7.26465550011199;FALSE;"Your Place" +"urban";"impervious";72.2180140197743;FALSE;"Your Place" +"urban";"vegetation";282.661888815463;FALSE;"Your Place" +"urban";"vegetation";1941.89174040314;FALSE;"Your Place" +"urban";"impervious";53.7977678440511;FALSE;"Your Place" +"urban";"impervious";0.00439555308616946;FALSE;"Your Place" +"urban";"impervious";268.816152032574;FALSE;"Your Place" +"urban";"impervious";19.7384954189183;FALSE;"Your Place" +"vegetation";"impervious";150.640643011546;FALSE;"Your Place" +"vegetation";"impervious";148.203441827907;FALSE;"Your Place" +"urban";"impervious";29.1044473273068;FALSE;"Your Place" +"urban";"impervious";14.8214432448149;FALSE;"Your Place" +"impervious";"impervious";2658.85378911719;TRUE;"Your Place" +"water";"impervious";16.5045907849999;FALSE;"Your Place" +"impervious";"impervious";16.9728298468981;TRUE;"Your Place" +"water";"impervious";0.0995497997773782;FALSE;"Your Place" +"urban";"impervious";42.6932209432125;FALSE;"Your Place" +"urban";"impervious";0.127086474269163;FALSE;"Your Place" +"urban";"impervious";389.271002039779;FALSE;"Your Place" +"urban";"impervious";20.465068058882;FALSE;"Your Place" +"urban";"impervious";14.2439256411744;FALSE;"Your Place" +"urban";"vegetation";42.3634423092008;FALSE;"Your Place" +"impervious";"water";211.006396099338;FALSE;"Your Place" +"water";"water";6294.29218320176;TRUE;"Your Place" +"water";"water";28.6130738761276;TRUE;"Your Place" +"urban";"vegetation";753.849487194326;FALSE;"Your Place" +"urban";"vegetation";20.2794618093176;FALSE;"Your Place" +"vegetation";"vegetation";891.491468152813;TRUE;"Your Place" +"vegetation";"vegetation";33.4718638505947;TRUE;"Your Place" +"urban";"impervious";6.21658284406294;FALSE;"Your Place" +"vegetation";"vegetation";14.5801312834956;TRUE;"Your Place" +"vegetation";"vegetation";1652.21218481427;TRUE;"Your Place" +"vegetation";"impervious";3.8567458151374;FALSE;"Your Place" +"vegetation";"impervious";113.882201981032;FALSE;"Your Place" +"urban";"impervious";1946.57311118429;FALSE;"Your Place" +"urban";"impervious";3.19410993422571;FALSE;"Your Place" +"urban";"impervious";0.154928407806437;FALSE;"Your Place" +"impervious";"impervious";58.7414773709606;TRUE;"Your Place" +"impervious";"impervious";15.4163796904031;TRUE;"Your Place" +"urban";"vegetation";1107.24770403432;FALSE;"Your Place" +"vegetation";"vegetation";1514.36445504171;TRUE;"Your Place" +"urban";"impervious";19.5473325994681;FALSE;"Your Place" +"urban";"impervious";19.0325889517553;FALSE;"Your Place" +"urban";"impervious";3.16585864392255;FALSE;"Your Place" +"impervious";"impervious";0.808834497001953;TRUE;"Your Place" +"impervious";"impervious";4139.98970088561;TRUE;"Your Place" +"urban";"impervious";382.285422277637;FALSE;"Your Place" +"vegetation";"impervious";28.5614573461935;FALSE;"Your Place" +"urban";"vegetation";319.490358587354;FALSE;"Your Place" +"vegetation";"vegetation";1777.42011601158;TRUE;"Your Place" +"water";"vegetation";496.718412501468;FALSE;"Your Place" +"vegetation";"impervious";166.402712083422;FALSE;"Your Place" +"vegetation";"impervious";1.62240806547925;FALSE;"Your Place" +"urban";"vegetation";7.2291983832838;FALSE;"Your Place" +"vegetation";"vegetation";379.635906924465;TRUE;"Your Place" +"urban";"vegetation";5521.48760726303;FALSE;"Your Place" +"vegetation";"vegetation";4380.93708841875;TRUE;"Your Place" +"impervious";"vegetation";43.6716510769911;FALSE;"Your Place" +"urban";"impervious";0.341789317200892;FALSE;"Your Place" +"urban";"impervious";18.38029198203;FALSE;"Your Place" +"impervious";"impervious";2115.70973272796;TRUE;"Your Place" +"vegetation";"vegetation";13.4583889939822;TRUE;"Your Place" +"water";"vegetation";7.95065480295807;FALSE;"Your Place" +"urban";"vegetation";1029.31790730357;FALSE;"Your Place" +"vegetation";"vegetation";1112.3984164974;TRUE;"Your Place" +"vegetation";"water";38.3979755218643;FALSE;"Your Place" +"water";"water";5431.75486268988;TRUE;"Your Place" +"vegetation";"water";129.841812498984;FALSE;"Your Place" +"vegetation";"impervious";35.8263651607558;FALSE;"Your Place" +"vegetation";"vegetation";18.5876894746907;TRUE;"Your Place" +"water";"vegetation";155.92898556916;FALSE;"Your Place" +"vegetation";"vegetation";64.6921021206654;TRUE;"Your Place" +"water";"vegetation";401.556958310772;FALSE;"Your Place" +"urban";"impervious";15.984203170985;FALSE;"Your Place" +"urban";"impervious";2.57671336524072;FALSE;"Your Place" +"impervious";"impervious";152.969414100982;TRUE;"Your Place" +"impervious";"impervious";3.51292099404964;TRUE;"Your Place" +"vegetation";"vegetation";155.646098453319;TRUE;"Your Place" +"urban";"impervious";502.860328955576;FALSE;"Your Place" +"vegetation";"impervious";55.6778263538145;FALSE;"Your Place" +"vegetation";"impervious";11.4369759638794;FALSE;"Your Place" +"urban";"vegetation";598.217516264442;FALSE;"Your Place" +"urban";"impervious";7.38824148557615;FALSE;"Your Place" +"urban";"impervious";7.74301826593;FALSE;"Your Place" +"impervious";"impervious";144.742115497298;TRUE;"Your Place" +"impervious";"impervious";7.24761314982607;TRUE;"Your Place" +"impervious";"impervious";9.60441777823871;TRUE;"Your Place" +"impervious";"vegetation";201.763762845416;FALSE;"Your Place" +"urban";"impervious";595.995970181655;FALSE;"Your Place" +"urban";"impervious";259.226078742649;FALSE;"Your Place" +"impervious";"impervious";0.881900237873197;TRUE;"Your Place" +"impervious";"impervious";5134.30566678941;TRUE;"Your Place" +"vegetation";"vegetation";154.535592918284;TRUE;"Your Place" +"vegetation";"vegetation";6666.18914175406;TRUE;"Your Place" +"vegetation";"vegetation";33.6885209372267;TRUE;"Your Place" +"vegetation";"vegetation";12.0896612820798;TRUE;"Your Place" +"urban";"impervious";651.97270520078;FALSE;"Your Place" +"impervious";"impervious";0.398867358686402;TRUE;"Your Place" +"vegetation";"impervious";157.440686587943;FALSE;"Your Place" +"vegetation";"vegetation";29.4184624747286;TRUE;"Your Place" +"water";"vegetation";28.3700441974215;FALSE;"Your Place" +"urban";"vegetation";4227.5348317679;FALSE;"Your Place" +"impervious";"vegetation";21.9033273337409;FALSE;"Your Place" +"urban";"impervious";1370.15014093556;FALSE;"Your Place" +"urban";"impervious";55.1704057335155;FALSE;"Your Place" +"vegetation";"impervious";54.7309501522686;FALSE;"Your Place" +"vegetation";"impervious";4.9662232035771;FALSE;"Your Place" +"vegetation";"impervious";1.5166592116002;FALSE;"Your Place" +"vegetation";"impervious";63.3694515156094;FALSE;"Your Place" +"vegetation";"vegetation";157.048850718886;TRUE;"Your Place" +"vegetation";"vegetation";12.6195873031393;TRUE;"Your Place" +"urban";"impervious";0.808365869801491;FALSE;"Your Place" +"urban";"impervious";1.27421663200948;FALSE;"Your Place" +"urban";"impervious";107.693316648714;FALSE;"Your Place" +"urban";"impervious";67.3944237052929;FALSE;"Your Place" +"urban";"impervious";9.68561846003286;FALSE;"Your Place" +"impervious";"impervious";136.034234352366;TRUE;"Your Place" +"water";"vegetation";37.1849715532735;FALSE;"Your Place" +"vegetation";"impervious";94.4504414037801;FALSE;"Your Place" +"vegetation";"impervious";100.989574392792;FALSE;"Your Place" +"urban";"vegetation";3970.41113217408;FALSE;"Your Place" +"vegetation";"vegetation";9.08080992568284;TRUE;"Your Place" +"vegetation";"impervious";89.6091942065686;FALSE;"Your Place" +"vegetation";"impervious";0.101102209679084;FALSE;"Your Place" +"vegetation";"impervious";3.39290394156706;FALSE;"Your Place" +"vegetation";"impervious";30.0396430996479;FALSE;"Your Place" +"vegetation";"vegetation";8.11965303251054;TRUE;"Your Place" +"vegetation";"vegetation";327.392450032057;TRUE;"Your Place" +"vegetation";"vegetation";44.3698408296332;TRUE;"Your Place" +"vegetation";"vegetation";1544.34122955799;TRUE;"Your Place" +"vegetation";"vegetation";1488.34598218044;TRUE;"Your Place" +"urban";"impervious";92.7992867836729;FALSE;"Your Place" +"impervious";"impervious";3.69162031053565;TRUE;"Your Place" +"water";"water";76.1811671119649;TRUE;"Your Place" +"vegetation";"impervious";198.994352037087;FALSE;"Your Place" +"urban";"vegetation";7598.92791063385;FALSE;"Your Place" +"vegetation";"vegetation";4374.31133042206;TRUE;"Your Place" +"impervious";"vegetation";256.346537290141;FALSE;"Your Place" +"vegetation";"impervious";0.992460240842775;FALSE;"Your Place" +"vegetation";"impervious";1.52567323565017;FALSE;"Your Place" +"urban";"impervious";112.749787121546;FALSE;"Your Place" +"vegetation";"impervious";17.668183773756;FALSE;"Your Place" +"impervious";"impervious";7.71018413006095;TRUE;"Your Place" +"urban";"vegetation";472.369064828847;FALSE;"Your Place" +"vegetation";"vegetation";4978.04134485999;TRUE;"Your Place" +"water";"vegetation";336.471984647564;FALSE;"Your Place" +"water";"water";23.1849459700752;TRUE;"Your Place" +"urban";"vegetation";0.162601370160701;FALSE;"Your Place" +"vegetation";"vegetation";13.0210159680282;TRUE;"Your Place" +"water";"vegetation";4.85041824448854;FALSE;"Your Place" +"impervious";"impervious";10.9624839994358;TRUE;"Your Place" +"vegetation";"vegetation";1082.06742127657;TRUE;"Your Place" +"urban";"impervious";98.2208400539821;FALSE;"Your Place" +"vegetation";"vegetation";64.0964781777002;TRUE;"Your Place" +"vegetation";"vegetation";54.3622746872716;TRUE;"Your Place" +"vegetation";"vegetation";1091.15222688299;TRUE;"Your Place" +"vegetation";"vegetation";5366.00066791824;TRUE;"Your Place" +"vegetation";"vegetation";1.98951027123258;TRUE;"Your Place" +"urban";"vegetation";41.2030368157139;FALSE;"Your Place" +"urban";"vegetation";3177.61753654107;FALSE;"Your Place" +"impervious";"vegetation";21.3917750955006;FALSE;"Your Place" +"water";"vegetation";0.0125064451713115;FALSE;"Your Place" +"water";"vegetation";17.4247517576441;FALSE;"Your Place" +"water";"vegetation";3.64871712910826;FALSE;"Your Place" +"vegetation";"vegetation";9359.98337660637;TRUE;"Your Place" +"water";"vegetation";209.84871713549;FALSE;"Your Place" +"urban";"impervious";663.299774355575;FALSE;"Your Place" +"vegetation";"impervious";14.3985837586224;FALSE;"Your Place" +"vegetation";"impervious";43.7573316665948;FALSE;"Your Place" +"urban";"water";701.310066086124;FALSE;"Your Place" +"impervious";"water";0.0717034014814999;FALSE;"Your Place" +"water";"water";37.1842067640682;TRUE;"Your Place" +"water";"water";5877.46117013693;TRUE;"Your Place" +"water";"water";1602.21477135224;TRUE;"Your Place" +"vegetation";"water";1929.59095348945;FALSE;"Your Place" +"water";"water";89929.1457398661;TRUE;"Your Place" +"vegetation";"water";567.081101716962;FALSE;"Your Place" +"water";"water";3.30623284514877;TRUE;"Your Place" +"vegetation";"water";0.686335121921729;FALSE;"Your Place" +"vegetation";"impervious";60.9456230215897;FALSE;"Your Place" +"vegetation";"impervious";136.409450009232;FALSE;"Your Place" +"urban";"impervious";106.937847742181;FALSE;"Your Place" +"vegetation";"impervious";842.679014899419;FALSE;"Your Place" +"vegetation";"vegetation";381.987140913494;TRUE;"Your Place" +"urban";"vegetation";791.564804057125;FALSE;"Your Place" +"vegetation";"vegetation";4.48185540083796;TRUE;"Your Place" +"vegetation";"impervious";15.5121067507425;FALSE;"Your Place" +"vegetation";"impervious";8.68088324624114;FALSE;"Your Place" +"urban";"impervious";6.55753039661795;FALSE;"Your Place" +"vegetation";"impervious";217.873159380397;FALSE;"Your Place" +"urban";"vegetation";259.337052172981;FALSE;"Your Place" +"vegetation";"vegetation";1229.35488531739;TRUE;"Your Place" +"vegetation";"vegetation";1511.58986387268;TRUE;"Your Place" +"vegetation";"impervious";28.1478375792503;FALSE;"Your Place" +"vegetation";"impervious";727.914016324678;FALSE;"Your Place" +"vegetation";"impervious";45.2194112504949;FALSE;"Your Place" +"urban";"impervious";192.805773822591;FALSE;"Your Place" +"vegetation";"impervious";15.7189646254992;FALSE;"Your Place" +"vegetation";"impervious";0.00413540296722203;FALSE;"Your Place" +"vegetation";"impervious";91.9491351717152;FALSE;"Your Place" +"vegetation";"impervious";248.909467311809;FALSE;"Your Place" +"urban";"vegetation";1.75299300765619;FALSE;"Your Place" +"vegetation";"impervious";64.7650661715306;FALSE;"Your Place" +"vegetation";"impervious";24.9455063827336;FALSE;"Your Place" +"vegetation";"vegetation";30.3913559099892;TRUE;"Your Place" +"vegetation";"vegetation";690.772869453591;TRUE;"Your Place" +"vegetation";"vegetation";44100.6433206113;TRUE;"Your Place" +"water";"vegetation";1952.85351797834;FALSE;"Your Place" +"impervious";"vegetation";11.3550127802882;FALSE;"Your Place" +"vegetation";"vegetation";65.8336030799692;TRUE;"Your Place" +"vegetation";"vegetation";350.028975953348;TRUE;"Your Place" +"vegetation";"vegetation";24189.0465919501;TRUE;"Your Place" +"vegetation";"vegetation";116.339375095093;TRUE;"Your Place" +"vegetation";"vegetation";2.23751820337202;TRUE;"Your Place" +"vegetation";"water";280.80335297385;FALSE;"Your Place" +"water";"water";37614.4530074759;TRUE;"Your Place" +"vegetation";"impervious";45.4200784993009;FALSE;"Your Place" +"urban";"impervious";618.908882941887;FALSE;"Your Place" +"urban";"impervious";25.0451547364355;FALSE;"Your Place" +"impervious";"impervious";622.127252458129;TRUE;"Your Place" +"urban";"impervious";262.96113885846;FALSE;"Your Place" +"urban";"impervious";1200.24586860128;FALSE;"Your Place" +"water";"vegetation";13.5962339011139;FALSE;"Your Place" +"vegetation";"vegetation";179.298082515714;TRUE;"Your Place" +"urban";"impervious";36.0378927062848;FALSE;"Your Place" +"water";"vegetation";1.66073560678342;FALSE;"Your Place" +"water";"vegetation";204.161267280811;FALSE;"Your Place" +"urban";"water";1756.88371380698;FALSE;"Your Place" +"vegetation";"impervious";34.27137613995;FALSE;"Your Place" +"urban";"impervious";601.980177899939;FALSE;"Your Place" +"vegetation";"impervious";122.679330120242;FALSE;"Your Place" +"urban";"impervious";78.9172611869872;FALSE;"Your Place" +"vegetation";"impervious";507.215731476084;FALSE;"Your Place" +"impervious";"vegetation";17.6592871164903;FALSE;"Your Place" +"vegetation";"vegetation";2033.0008926373;TRUE;"Your Place" +"impervious";"impervious";295.509047912434;TRUE;"Your Place" +"vegetation";"impervious";105.235888290532;FALSE;"Your Place" +"vegetation";"impervious";24.6852837409388;FALSE;"Your Place" +"urban";"vegetation";46.2127490912098;FALSE;"Your Place" +"impervious";"vegetation";337.679727105424;FALSE;"Your Place" +"vegetation";"vegetation";100.527734864503;TRUE;"Your Place" +"impervious";"impervious";6.86061471817084;TRUE;"Your Place" +"vegetation";"impervious";165.285543130711;FALSE;"Your Place" +"urban";"impervious";105.716833882791;FALSE;"Your Place" +"vegetation";"vegetation";10.7628933042288;TRUE;"Your Place" +"vegetation";"vegetation";274.786749548279;TRUE;"Your Place" +"impervious";"impervious";3.40282877208665;TRUE;"Your Place" +"vegetation";"impervious";58.5575824151747;FALSE;"Your Place" +"impervious";"impervious";6817.1595031945;TRUE;"Your Place" +"impervious";"impervious";81.0610602423292;TRUE;"Your Place" +"impervious";"impervious";7.23198697100452;TRUE;"Your Place" +"impervious";"impervious";150.048817504161;TRUE;"Your Place" +"impervious";"vegetation";210.364515606314;FALSE;"Your Place" +"vegetation";"vegetation";29.3575017312542;TRUE;"Your Place" +"urban";"impervious";526.26795075438;FALSE;"Your Place" +"vegetation";"water";185.841762380187;FALSE;"Your Place" +"water";"water";49.7867336809286;TRUE;"Your Place" +"impervious";"impervious";0.0453184312063968;TRUE;"Your Place" +"vegetation";"impervious";117.727380797267;FALSE;"Your Place" +"vegetation";"impervious";26.452818850521;FALSE;"Your Place" +"urban";"vegetation";1334.44571673125;FALSE;"Your Place" +"vegetation";"vegetation";5024.62972753239;TRUE;"Your Place" +"vegetation";"impervious";28.8694977681153;FALSE;"Your Place" +"water";"vegetation";34.1194995868718;FALSE;"Your Place" +"vegetation";"vegetation";209.353087123483;TRUE;"Your Place" +"vegetation";"vegetation";11452.4235291835;TRUE;"Your Place" +"vegetation";"impervious";50.7045600810088;FALSE;"Your Place" +"vegetation";"impervious";2.31016983184963;FALSE;"Your Place" +"vegetation";"impervious";26.0586174437776;FALSE;"Your Place" +"vegetation";"vegetation";1395.39256711164;TRUE;"Your Place" +"vegetation";"vegetation";6.43471325305291;TRUE;"Your Place" +"vegetation";"vegetation";65.5896190074272;TRUE;"Your Place" +"vegetation";"vegetation";1203.87214217521;TRUE;"Your Place" +"vegetation";"vegetation";13702.9243170405;TRUE;"Your Place" +"water";"vegetation";86.6293668774233;FALSE;"Your Place" +"impervious";"impervious";2.84534079988953;TRUE;"Your Place" +"vegetation";"impervious";676.703413242649;FALSE;"Your Place" +"vegetation";"impervious";0.133489154744893;FALSE;"Your Place" +"impervious";"impervious";6.49374020751566;TRUE;"Your Place" +"vegetation";"impervious";44.8733720486052;FALSE;"Your Place" +"impervious";"vegetation";1.40891355328495;FALSE;"Your Place" +"vegetation";"vegetation";20.9115343136946;TRUE;"Your Place" +"impervious";"vegetation";4.95469817053527;FALSE;"Your Place" +"vegetation";"vegetation";23620.5294430964;TRUE;"Your Place" +"water";"vegetation";20.8392665603897;FALSE;"Your Place" +"urban";"impervious";95.4785901894793;FALSE;"Your Place" +"urban";"impervious";8.60327477799729;FALSE;"Your Place" +"impervious";"impervious";102.642334808363;TRUE;"Your Place" +"vegetation";"vegetation";6980.87769773381;TRUE;"Your Place" +"water";"vegetation";25.3024593823197;FALSE;"Your Place" +"vegetation";"vegetation";289.957125123125;TRUE;"Your Place" +"impervious";"vegetation";11.9775590284553;FALSE;"Your Place" +"impervious";"vegetation";1.98283995944075;FALSE;"Your Place" +"impervious";"vegetation";3385.86082131759;FALSE;"Your Place" +"vegetation";"impervious";22.3989610755816;FALSE;"Your Place" +"vegetation";"impervious";70.3232022505254;FALSE;"Your Place" +"vegetation";"vegetation";2084.93089336123;TRUE;"Your Place" +"impervious";"impervious";112.106148593593;TRUE;"Your Place" +"impervious";"impervious";3.71346390494728;TRUE;"Your Place" +"vegetation";"impervious";103.087297362741;FALSE;"Your Place" +"vegetation";"impervious";7.00568917265628;FALSE;"Your Place" +"impervious";"impervious";200.578840806033;TRUE;"Your Place" +"vegetation";"impervious";33.9757312221918;FALSE;"Your Place" +"water";"vegetation";3.60329955258931;FALSE;"Your Place" +"water";"vegetation";8.49128326875598;FALSE;"Your Place" +"impervious";"impervious";0.987064312910661;TRUE;"Your Place" +"impervious";"impervious";1110.73440922704;TRUE;"Your Place" +"vegetation";"impervious";16.4744834597223;FALSE;"Your Place" +"impervious";"impervious";17.1800334099389;TRUE;"Your Place" +"urban";"impervious";326.326026468072;FALSE;"Your Place" +"vegetation";"water";243.050629298057;FALSE;"Your Place" +"water";"water";2920.04993261781;TRUE;"Your Place" +"urban";"vegetation";11082.9449182439;FALSE;"Your Place" +"vegetation";"vegetation";10.1862481395947;TRUE;"Your Place" +"water";"vegetation";156.788009595242;FALSE;"Your Place" +"impervious";"impervious";126.288279881468;TRUE;"Your Place" +"impervious";"impervious";8.53471576634911;TRUE;"Your Place" +"vegetation";"impervious";49.5717373816296;FALSE;"Your Place" +"vegetation";"impervious";208.50281118913;FALSE;"Your Place" +"vegetation";"impervious";93.6474183211103;FALSE;"Your Place" +"impervious";"impervious";76.3900800775737;TRUE;"Your Place" +"vegetation";"vegetation";151.743439929898;TRUE;"Your Place" +"water";"vegetation";151.071897843067;FALSE;"Your Place" +"vegetation";"vegetation";139.333499289118;TRUE;"Your Place" +"vegetation";"vegetation";15.2796270420658;TRUE;"Your Place" +"impervious";"vegetation";1742.71718314476;FALSE;"Your Place" +"impervious";"impervious";4.32899551023729;TRUE;"Your Place" +"impervious";"impervious";78.6467049235653;TRUE;"Your Place" +"vegetation";"impervious";88.362840835005;FALSE;"Your Place" +"vegetation";"impervious";1.76168893184513;FALSE;"Your Place" +"impervious";"impervious";392.225014513358;TRUE;"Your Place" +"impervious";"vegetation";18.1778029669076;FALSE;"Your Place" +"vegetation";"vegetation";3164.30432263948;TRUE;"Your Place" +"impervious";"impervious";328.533364971576;TRUE;"Your Place" +"impervious";"impervious";2.36344463890418;TRUE;"Your Place" +"vegetation";"impervious";8.8733922992833;FALSE;"Your Place" +"impervious";"impervious";167.787619327428;TRUE;"Your Place" +"impervious";"impervious";0.839061238279101;TRUE;"Your Place" +"impervious";"impervious";56.1193449627608;TRUE;"Your Place" +"impervious";"vegetation";1.55085914256051;FALSE;"Your Place" +"impervious";"vegetation";3969.34186442662;FALSE;"Your Place" +"urban";"vegetation";0.54087630011054;FALSE;"Your Place" +"impervious";"vegetation";29.3864537405898;FALSE;"Your Place" +"impervious";"vegetation";8.68993978625804;FALSE;"Your Place" +"impervious";"vegetation";14663.0223683572;FALSE;"Your Place" +"impervious";"vegetation";27.336997310631;FALSE;"Your Place" +"impervious";"impervious";5.71388971823035;TRUE;"Your Place" +"impervious";"impervious";208.731570600125;TRUE;"Your Place" +"vegetation";"impervious";0.304064473602921;FALSE;"Your Place" +"vegetation";"impervious";20.3509299252764;FALSE;"Your Place" +"vegetation";"vegetation";82.1194646147196;TRUE;"Your Place" +"impervious";"impervious";0.162949530524202;TRUE;"Your Place" +"impervious";"impervious";35.5762674814323;TRUE;"Your Place" +"impervious";"impervious";8.6458688454004;TRUE;"Your Place" +"vegetation";"impervious";5.32018043589778;FALSE;"Your Place" +"urban";"impervious";3.16268490266521;FALSE;"Your Place" +"urban";"impervious";3.27391345206706;FALSE;"Your Place" +"impervious";"impervious";218.354451742931;TRUE;"Your Place" +"impervious";"impervious";1.24959744357329;TRUE;"Your Place" +"vegetation";"water";0.0434330176649382;FALSE;"Your Place" +"water";"water";42.6783696535567;TRUE;"Your Place" +"impervious";"impervious";2.42840813362272;TRUE;"Your Place" +"vegetation";"impervious";173.772813194257;FALSE;"Your Place" +"vegetation";"impervious";0.0475245140405605;FALSE;"Your Place" +"vegetation";"impervious";53.9105226086685;FALSE;"Your Place" +"urban";"impervious";27.7039110988717;FALSE;"Your Place" +"impervious";"impervious";38.0883520709613;TRUE;"Your Place" +"impervious";"impervious";1510.32985306892;TRUE;"Your Place" +"impervious";"impervious";0.264998928159912;TRUE;"Your Place" +"vegetation";"vegetation";2.10932368726935;TRUE;"Your Place" +"impervious";"vegetation";44.3522004419938;FALSE;"Your Place" +"vegetation";"vegetation";116.433521227911;TRUE;"Your Place" +"vegetation";"vegetation";8543.15748083917;TRUE;"Your Place" +"vegetation";"vegetation";250.975239093881;TRUE;"Your Place" +"vegetation";"vegetation";56.2695691820118;TRUE;"Your Place" +"vegetation";"vegetation";48.4759785444476;TRUE;"Your Place" +"vegetation";"vegetation";3769.19363598563;TRUE;"Your Place" +"water";"vegetation";3.25298800214659;FALSE;"Your Place" +"impervious";"impervious";1491.48834518692;TRUE;"Your Place" +"water";"vegetation";34.4832235053473;FALSE;"Your Place" +"vegetation";"vegetation";8.25138824887108;TRUE;"Your Place" +"water";"vegetation";13.5631555913715;FALSE;"Your Place" +"vegetation";"vegetation";261.312553310403;TRUE;"Your Place" +"water";"vegetation";415.269228146266;FALSE;"Your Place" +"vegetation";"impervious";11.2014255097602;FALSE;"Your Place" +"impervious";"impervious";15.8740443699062;TRUE;"Your Place" +"vegetation";"impervious";16.1888043065555;FALSE;"Your Place" +"water";"vegetation";18.2534537562169;FALSE;"Your Place" +"urban";"impervious";139.24826246954;FALSE;"Your Place" +"impervious";"impervious";3145.69903069142;TRUE;"Your Place" +"vegetation";"vegetation";2.21020554525603;TRUE;"Your Place" +"water";"vegetation";64.1000675969408;FALSE;"Your Place" +"impervious";"vegetation";12.2533692857251;FALSE;"Your Place" +"impervious";"vegetation";2100.4792673043;FALSE;"Your Place" +"vegetation";"vegetation";9.1710518989712;TRUE;"Your Place" +"urban";"impervious";4.92946355842287;FALSE;"Your Place" +"urban";"impervious";58.4334279932082;FALSE;"Your Place" +"impervious";"impervious";21.93738210015;TRUE;"Your Place" +"impervious";"impervious";2706.579755789;TRUE;"Your Place" +"vegetation";"vegetation";76.8524407779332;TRUE;"Your Place" +"water";"vegetation";39.9779995598365;FALSE;"Your Place" +"vegetation";"vegetation";148.261584901717;TRUE;"Your Place" +"vegetation";"vegetation";10073.7522776541;TRUE;"Your Place" +"water";"vegetation";238.7966889292;FALSE;"Your Place" +"vegetation";"vegetation";7.83941020967904;TRUE;"Your Place" +"water";"vegetation";0.208323825907428;FALSE;"Your Place" +"vegetation";"vegetation";14799.4849022175;TRUE;"Your Place" +"impervious";"impervious";30.2610524739139;TRUE;"Your Place" +"urban";"vegetation";722.010507025858;FALSE;"Your Place" +"urban";"vegetation";51.1705477735959;FALSE;"Your Place" +"vegetation";"vegetation";3918.0930052558;TRUE;"Your Place" +"vegetation";"vegetation";42.060390442668;TRUE;"Your Place" +"impervious";"impervious";3473.89973649476;TRUE;"Your Place" +"impervious";"impervious";28.8348139480222;TRUE;"Your Place" +"vegetation";"impervious";30.9756252029911;FALSE;"Your Place" +"vegetation";"impervious";10.5669025853276;FALSE;"Your Place" +"vegetation";"vegetation";3.49679545173422;TRUE;"Your Place" +"vegetation";"impervious";13.7023638268001;FALSE;"Your Place" +"urban";"impervious";227.601705364883;FALSE;"Your Place" +"vegetation";"impervious";285.978180760401;FALSE;"Your Place" +"urban";"impervious";127.955481198383;FALSE;"Your Place" +"urban";"impervious";8.31620137230493;FALSE;"Your Place" +"urban";"vegetation";1573.75165494252;FALSE;"Your Place" +"urban";"impervious";289.387439812999;FALSE;"Your Place" +"urban";"vegetation";715.742456047563;FALSE;"Your Place" +"impervious";"impervious";0.0387731106420688;TRUE;"Your Place" +"impervious";"impervious";9.18871193461746;TRUE;"Your Place" +"urban";"impervious";70.402687355876;FALSE;"Your Place" +"urban";"impervious";90.6343048838899;FALSE;"Your Place" +"urban";"impervious";96.0237012228463;FALSE;"Your Place" +"vegetation";"vegetation";2.09168586810119;TRUE;"Your Place" +"impervious";"impervious";0.334777455544099;TRUE;"Your Place" +"impervious";"impervious";21.1186234169872;TRUE;"Your Place" +"impervious";"vegetation";2699.48827139754;FALSE;"Your Place" +"impervious";"vegetation";12.8561815721914;FALSE;"Your Place" +"vegetation";"vegetation";7.09571341099218;TRUE;"Your Place" +"vegetation";"impervious";22.8787278062664;FALSE;"Your Place" +"vegetation";"impervious";22.7190184877254;FALSE;"Your Place" +"vegetation";"vegetation";2.73144335177494;TRUE;"Your Place" +"water";"vegetation";1.3996334207477;FALSE;"Your Place" +"vegetation";"vegetation";25.9219547212124;TRUE;"Your Place" +"vegetation";"vegetation";396.092836569063;TRUE;"Your Place" +"urban";"impervious";1.8516809376888;FALSE;"Your Place" +"impervious";"impervious";73.634996897541;TRUE;"Your Place" +"impervious";"impervious";10.424056340913;TRUE;"Your Place" +"vegetation";"vegetation";3.44527892861515;TRUE;"Your Place" +"vegetation";"vegetation";16054.0167448493;TRUE;"Your Place" +"vegetation";"vegetation";13799.0217963643;TRUE;"Your Place" +"vegetation";"vegetation";955.095587370917;TRUE;"Your Place" +"vegetation";"vegetation";5020.86094280146;TRUE;"Your Place" +"vegetation";"vegetation";162.399487011135;TRUE;"Your Place" +"vegetation";"vegetation";8.44563150242902;TRUE;"Your Place" +"vegetation";"vegetation";5.54842300061136;TRUE;"Your Place" +"vegetation";"vegetation";15.0870722180698;TRUE;"Your Place" +"vegetation";"vegetation";110603.507507084;TRUE;"Your Place" +"water";"vegetation";102.205958512961;FALSE;"Your Place" +"vegetation";"vegetation";51.2184689878486;TRUE;"Your Place" +"water";"vegetation";8.19440313236555;FALSE;"Your Place" +"urban";"impervious";4.91285653458908;FALSE;"Your Place" +"impervious";"impervious";0.148138527962146;TRUE;"Your Place" +"impervious";"impervious";9.86744886101224;TRUE;"Your Place" +"impervious";"impervious";27.1091811017832;TRUE;"Your Place" +"impervious";"impervious";154.870681901521;TRUE;"Your Place" +"impervious";"impervious";17.9436070495285;TRUE;"Your Place" +"urban";"impervious";0.035826228413498;FALSE;"Your Place" +"impervious";"impervious";0.422821421758272;TRUE;"Your Place" +"impervious";"impervious";129.122544909209;TRUE;"Your Place" +"impervious";"impervious";16.3433089177124;TRUE;"Your Place" +"impervious";"impervious";1.40180016728118;TRUE;"Your Place" +"urban";"impervious";0.15218478164752;FALSE;"Your Place" +"urban";"impervious";14.8390911987517;FALSE;"Your Place" +"impervious";"impervious";34.7696921218158;TRUE;"Your Place" +"urban";"impervious";70.8942363994283;FALSE;"Your Place" +"urban";"impervious";57.9316990083316;FALSE;"Your Place" +"urban";"impervious";6.45269321650267;FALSE;"Your Place" +"urban";"impervious";15.0574290482327;FALSE;"Your Place" +"impervious";"impervious";296.531748575275;TRUE;"Your Place" +"vegetation";"vegetation";235.760284635791;TRUE;"Your Place" +"water";"vegetation";30.2687820544525;FALSE;"Your Place" +"urban";"vegetation";2804.88182624476;FALSE;"Your Place" +"impervious";"impervious";6.70251993951388;TRUE;"Your Place" +"vegetation";"impervious";15.0313112039003;FALSE;"Your Place" +"vegetation";"impervious";0.127811114361975;FALSE;"Your Place" +"impervious";"vegetation";26.2094817981124;FALSE;"Your Place" +"impervious";"vegetation";303.482460531639;FALSE;"Your Place" +"vegetation";"vegetation";934.57235628739;TRUE;"Your Place" +"vegetation";"vegetation";148.332101909444;TRUE;"Your Place" +"urban";"impervious";129.905076326861;FALSE;"Your Place" +"urban";"impervious";144.975922751473;FALSE;"Your Place" +"impervious";"vegetation";336.593461441342;FALSE;"Your Place" +"impervious";"impervious";19.4425191869959;TRUE;"Your Place" +"vegetation";"vegetation";177.034024531022;TRUE;"Your Place" +"water";"vegetation";23.7643073038198;FALSE;"Your Place" +"impervious";"impervious";141.182364369626;TRUE;"Your Place" +"impervious";"impervious";0.164776134886779;TRUE;"Your Place" +"urban";"impervious";0.0466206076671369;FALSE;"Your Place" +"urban";"impervious";0.253150244490826;FALSE;"Your Place" +"urban";"impervious";0.438241023861337;FALSE;"Your Place" +"impervious";"impervious";251.574170337059;TRUE;"Your Place" +"impervious";"vegetation";3649.46511205146;FALSE;"Your Place" +"impervious";"vegetation";9.49719891836867;FALSE;"Your Place" +"vegetation";"impervious";1911.40678567882;FALSE;"Your Place" +"vegetation";"vegetation";157.920266981237;TRUE;"Your Place" +"water";"vegetation";67.0106738470495;FALSE;"Your Place" +"vegetation";"vegetation";32.7897862960235;TRUE;"Your Place" +"water";"vegetation";627.84412136022;FALSE;"Your Place" +"vegetation";"water";9.58510299602807;FALSE;"Your Place" +"water";"water";3529.62410104705;TRUE;"Your Place" +"vegetation";"vegetation";6660.32433265587;TRUE;"Your Place" +"water";"vegetation";847.492207650561;FALSE;"Your Place" +"vegetation";"vegetation";342.650426482782;TRUE;"Your Place" +"vegetation";"vegetation";71.7159595852718;TRUE;"Your Place" +"water";"vegetation";42.6496823774514;FALSE;"Your Place" +"impervious";"impervious";22.8994819932268;TRUE;"Your Place" +"urban";"vegetation";3366.67259928863;FALSE;"Your Place" +"urban";"impervious";129.462182811461;FALSE;"Your Place" +"urban";"impervious";155.781749089714;FALSE;"Your Place" +"vegetation";"vegetation";54.4046351611614;TRUE;"Your Place" +"vegetation";"vegetation";30.8433694983833;TRUE;"Your Place" +"vegetation";"vegetation";394.931205870609;TRUE;"Your Place" +"water";"vegetation";122.814572746051;FALSE;"Your Place" +"urban";"impervious";165.525752749993;FALSE;"Your Place" +"urban";"impervious";460.911291421391;FALSE;"Your Place" +"urban";"impervious";25.6459802873433;FALSE;"Your Place" +"urban";"impervious";80.7096288464963;FALSE;"Your Place" +"urban";"impervious";5.38149916758994;FALSE;"Your Place" +"urban";"impervious";80.9608894072771;FALSE;"Your Place" +"impervious";"impervious";564.953256731853;TRUE;"Your Place" +"urban";"impervious";1354.85503509175;FALSE;"Your Place" +"vegetation";"vegetation";10707.2322710436;TRUE;"Your Place" +"vegetation";"vegetation";304.636887903791;TRUE;"Your Place" +"vegetation";"vegetation";7.59486467321403;TRUE;"Your Place" +"urban";"impervious";90.7097737882286;FALSE;"Your Place" +"urban";"impervious";821.871920358739;FALSE;"Your Place" +"vegetation";"vegetation";20.6585647471366;TRUE;"Your Place" +"water";"vegetation";23.4474573323969;FALSE;"Your Place" +"vegetation";"impervious";199.379113518051;FALSE;"Your Place" +"vegetation";"impervious";76.7213093948958;FALSE;"Your Place" +"water";"water";107.730749046896;TRUE;"Your Place" +"water";"vegetation";1.43545578904013;FALSE;"Your Place" +"vegetation";"impervious";10.951684404863;FALSE;"Your Place" +"vegetation";"impervious";21.5655723265372;FALSE;"Your Place" +"vegetation";"vegetation";4.28942031281986;TRUE;"Your Place" +"vegetation";"vegetation";88.9663112235721;TRUE;"Your Place" +"vegetation";"vegetation";6.13689349638298;TRUE;"Your Place" +"vegetation";"vegetation";1739.7421934614;TRUE;"Your Place" +"vegetation";"impervious";0.0127492528408766;FALSE;"Your Place" +"vegetation";"impervious";18.784163942968;FALSE;"Your Place" +"vegetation";"vegetation";0.577690021018498;TRUE;"Your Place" +"vegetation";"vegetation";0.424273454409558;TRUE;"Your Place" +"vegetation";"vegetation";23.9520332919346;TRUE;"Your Place" +"vegetation";"vegetation";116.118673623045;TRUE;"Your Place" +"vegetation";"vegetation";39.2824272385333;TRUE;"Your Place" +"urban";"impervious";660.763752169791;FALSE;"Your Place" +"urban";"impervious";55.9880915999529;FALSE;"Your Place" +"vegetation";"impervious";45.8291378680151;FALSE;"Your Place" +"vegetation";"impervious";12.4258047128096;FALSE;"Your Place" +"vegetation";"vegetation";1563.69789367469;TRUE;"Your Place" +"impervious";"vegetation";1751.40068067936;FALSE;"Your Place" +"vegetation";"vegetation";21070.5111630737;TRUE;"Your Place" +"vegetation";"vegetation";9.94315956355422;TRUE;"Your Place" +"vegetation";"impervious";57.5392316954676;FALSE;"Your Place" +"vegetation";"impervious";11.006670329487;FALSE;"Your Place" +"urban";"impervious";421.90042622434;FALSE;"Your Place" +"urban";"impervious";2.78948774607852;FALSE;"Your Place" +"urban";"impervious";801.996430815198;FALSE;"Your Place" +"impervious";"impervious";1215.10125354328;TRUE;"Your Place" +"urban";"impervious";76.1987056097278;FALSE;"Your Place" +"urban";"impervious";33.341210218503;FALSE;"Your Place" +"vegetation";"vegetation";3694.54554690694;TRUE;"Your Place" +"vegetation";"vegetation";82.3701335554942;TRUE;"Your Place" +"vegetation";"vegetation";10720.9127937856;TRUE;"Your Place" +"urban";"vegetation";28.9694601241499;FALSE;"Your Place" +"impervious";"vegetation";1647.50248044357;FALSE;"Your Place" +"impervious";"vegetation";3101.8719761729;FALSE;"Your Place" +"vegetation";"impervious";819.244854549062;FALSE;"Your Place" +"vegetation";"impervious";261.524878440992;FALSE;"Your Place" +"urban";"vegetation";33.9376352408435;FALSE;"Your Place" +"impervious";"vegetation";770.049030062743;FALSE;"Your Place" +"impervious";"vegetation";259.921731984592;FALSE;"Your Place" +"urban";"impervious";0.000343627750410747;FALSE;"Your Place" +"urban";"impervious";26.0704630948603;FALSE;"Your Place" +"urban";"impervious";2587.23911439127;FALSE;"Your Place" +"urban";"vegetation";2945.65099495649;FALSE;"Your Place" +"impervious";"vegetation";84.380169586977;FALSE;"Your Place" +"urban";"impervious";509.303314247169;FALSE;"Your Place" +"urban";"impervious";23.8213235071744;FALSE;"Your Place" +"impervious";"vegetation";108.091760643059;FALSE;"Your Place" +"impervious";"vegetation";202.759736846667;FALSE;"Your Place" +"urban";"impervious";6.55830117466394e-05;FALSE;"Your Place" +"impervious";"impervious";4.37093602543791;TRUE;"Your Place" +"urban";"impervious";591.544506831095;FALSE;"Your Place" +"urban";"impervious";0.509174233418889;FALSE;"Your Place" +"impervious";"impervious";1.7397500644438;TRUE;"Your Place" +"urban";"impervious";4.31920274766162;FALSE;"Your Place" +"impervious";"impervious";53.2442790908972;TRUE;"Your Place" +"impervious";"impervious";3.04651570378337;TRUE;"Your Place" +"urban";"impervious";23.7223339967527;FALSE;"Your Place" +"impervious";"impervious";11.3385788789019;TRUE;"Your Place" +"impervious";"impervious";18.7680757608032;TRUE;"Your Place" +"vegetation";"vegetation";11943.6580576058;TRUE;"Your Place" +"impervious";"impervious";444.092943624826;TRUE;"Your Place" +"urban";"impervious";23.3969292989932;FALSE;"Your Place" +"impervious";"impervious";17.3773431503987;TRUE;"Your Place" +"impervious";"impervious";18.6342842115555;TRUE;"Your Place" +"urban";"impervious";37.8071936941706;FALSE;"Your Place" +"impervious";"impervious";25.7382257231075;TRUE;"Your Place" +"impervious";"impervious";76.0886851601535;TRUE;"Your Place" +"urban";"vegetation";10055.6140488796;FALSE;"Your Place" +"vegetation";"vegetation";328.673362310976;TRUE;"Your Place" +"vegetation";"vegetation";350.50416601263;TRUE;"Your Place" +"urban";"impervious";21.6888985395199;FALSE;"Your Place" +"impervious";"impervious";16.8247822913836;TRUE;"Your Place" +"impervious";"impervious";36.0622763733845;TRUE;"Your Place" +"urban";"impervious";11.7533370167366;FALSE;"Your Place" +"impervious";"impervious";123.006574425526;TRUE;"Your Place" +"impervious";"impervious";76.2094425989781;TRUE;"Your Place" +"vegetation";"impervious";22.7212941509206;FALSE;"Your Place" +"vegetation";"vegetation";116.856606677873;TRUE;"Your Place" +"urban";"impervious";5.69061627844349;FALSE;"Your Place" +"vegetation";"impervious";36.9548801930505;FALSE;"Your Place" +"impervious";"impervious";124.099382840854;TRUE;"Your Place" +"impervious";"impervious";39.0831328872591;TRUE;"Your Place" +"urban";"impervious";1.87391402188223;FALSE;"Your Place" +"impervious";"impervious";0.710916633252054;TRUE;"Your Place" +"vegetation";"impervious";1277.8618641427;FALSE;"Your Place" +"vegetation";"impervious";2.13486603557681;FALSE;"Your Place" +"urban";"vegetation";225.701833782834;FALSE;"Your Place" +"vegetation";"vegetation";267.159821751476;TRUE;"Your Place" +"water";"vegetation";2200.44382857229;FALSE;"Your Place" +"vegetation";"vegetation";9561.42613650626;TRUE;"Your Place" +"vegetation";"vegetation";521.097478320822;TRUE;"Your Place" +"urban";"impervious";2.00138197082561;FALSE;"Your Place" +"impervious";"impervious";12.949637754431;TRUE;"Your Place" +"vegetation";"impervious";7.85875442092947;FALSE;"Your Place" +"vegetation";"impervious";1470.48832075334;FALSE;"Your Place" +"urban";"vegetation";3.87658077853848;FALSE;"Your Place" +"vegetation";"vegetation";2756.16671790535;TRUE;"Your Place" +"vegetation";"vegetation";110837.468755608;TRUE;"Your Place" +"urban";"vegetation";11.0189666920924;FALSE;"Your Place" +"urban";"impervious";3.83589258068241;FALSE;"Your Place" +"vegetation";"impervious";10.8514456017801;FALSE;"Your Place" +"impervious";"impervious";147.32979778666;TRUE;"Your Place" +"urban";"impervious";42.0854720770149;FALSE;"Your Place" +"urban";"impervious";117.305540533736;FALSE;"Your Place" +"urban";"impervious";81.6873202641727;FALSE;"Your Place" +"impervious";"impervious";46.6422451572726;TRUE;"Your Place" +"vegetation";"impervious";26.4742515564431;FALSE;"Your Place" +"impervious";"impervious";104.849740485544;TRUE;"Your Place" +"impervious";"impervious";15.710968013067;TRUE;"Your Place" +"impervious";"impervious";763.433285092004;TRUE;"Your Place" +"urban";"impervious";71.2459857990343;FALSE;"Your Place" +"urban";"impervious";9.82964392157737;FALSE;"Your Place" +"vegetation";"vegetation";1865.31670544024;TRUE;"Your Place" +"impervious";"vegetation";303.799395614304;FALSE;"Your Place" +"vegetation";"vegetation";5218.54768624855;TRUE;"Your Place" +"urban";"impervious";8.12081849318929;FALSE;"Your Place" +"urban";"impervious";34.9231760805269;FALSE;"Your Place" +"impervious";"impervious";56.8724657362327;TRUE;"Your Place" +"urban";"impervious";62.1098201684654;FALSE;"Your Place" +"urban";"impervious";23.3445073644398;FALSE;"Your Place" +"urban";"impervious";27.6875946065411;FALSE;"Your Place" +"vegetation";"impervious";29.7545625586063;FALSE;"Your Place" +"urban";"vegetation";128.325571229914;FALSE;"Your Place" +"vegetation";"vegetation";752.618760890677;TRUE;"Your Place" +"vegetation";"vegetation";155492.904519363;TRUE;"Your Place" +"vegetation";"vegetation";1534.32999558514;TRUE;"Your Place" +"vegetation";"vegetation";4.3498332654126;TRUE;"Your Place" +"impervious";"impervious";1124.44295734499;TRUE;"Your Place" +"impervious";"vegetation";6.8321531351321;FALSE;"Your Place" +"impervious";"vegetation";5106.06463873509;FALSE;"Your Place" +"urban";"vegetation";54.5409979266115;FALSE;"Your Place" +"vegetation";"vegetation";7510.84856471443;TRUE;"Your Place" +"vegetation";"vegetation";20328.5358483984;TRUE;"Your Place" +"vegetation";"vegetation";12.7022943124175;TRUE;"Your Place" +"vegetation";"vegetation";213.486289100509;TRUE;"Your Place" +"urban";"impervious";1.92477189317287;FALSE;"Your Place" +"urban";"impervious";16.4570380321238;FALSE;"Your Place" +"urban";"impervious";123.823596155038;FALSE;"Your Place" +"vegetation";"vegetation";4940.52925981022;TRUE;"Your Place" +"vegetation";"vegetation";15949.0863541942;TRUE;"Your Place" +"urban";"vegetation";1395.49536183459;FALSE;"Your Place" +"urban";"vegetation";66.9485071199015;FALSE;"Your Place" +"urban";"vegetation";3.79898264868825;FALSE;"Your Place" +"urban";"impervious";120.606508584227;FALSE;"Your Place" +"urban";"impervious";77.7798901414499;FALSE;"Your Place" +"impervious";"impervious";163.84382044035;TRUE;"Your Place" +"urban";"impervious";28.1365541004343;FALSE;"Your Place" +"urban";"impervious";33.4972188054235;FALSE;"Your Place" +"urban";"impervious";3.79118387046037;FALSE;"Your Place" +"impervious";"impervious";1072.87601075368;TRUE;"Your Place" +"vegetation";"vegetation";3.15068269619951;TRUE;"Your Place" +"vegetation";"vegetation";6142.67276474216;TRUE;"Your Place" +"urban";"impervious";269.281637371168;FALSE;"Your Place" +"urban";"impervious";20.9838993905578;FALSE;"Your Place" +"urban";"impervious";110.588352492079;FALSE;"Your Place" +"urban";"impervious";128.694007475657;FALSE;"Your Place" +"impervious";"impervious";12.4023290335026;TRUE;"Your Place" +"urban";"vegetation";0.154932833524072;FALSE;"Your Place" +"urban";"vegetation";287.877048010814;FALSE;"Your Place" +"urban";"impervious";47.1951694875024;FALSE;"Your Place" +"urban";"impervious";62.4418265682907;FALSE;"Your Place" +"impervious";"impervious";1.80366568407044;TRUE;"Your Place" +"urban";"impervious";43.0831234703073;FALSE;"Your Place" +"vegetation";"vegetation";5.18709330642014;TRUE;"Your Place" +"impervious";"impervious";822.739395118784;TRUE;"Your Place" +"vegetation";"impervious";65.4507719243411;FALSE;"Your Place" +"vegetation";"vegetation";92.7473803907633;TRUE;"Your Place" +"vegetation";"vegetation";29190.6495101536;TRUE;"Your Place" +"vegetation";"vegetation";12.9652557065128;TRUE;"Your Place" +"urban";"impervious";1015.95001892559;FALSE;"Your Place" +"urban";"impervious";117.834271169268;FALSE;"Your Place" +"urban";"impervious";105.846538404468;FALSE;"Your Place" +"urban";"impervious";42.5809020778979;FALSE;"Your Place" +"urban";"impervious";4.45273275440559;FALSE;"Your Place" +"urban";"impervious";1755.67590231902;FALSE;"Your Place" +"vegetation";"vegetation";20.6137117784237;TRUE;"Your Place" +"urban";"impervious";137.951921172251;FALSE;"Your Place" +"urban";"impervious";0.0793803698325064;FALSE;"Your Place" +"urban";"vegetation";12.9585100831464;FALSE;"Your Place" +"urban";"vegetation";960.492445524666;FALSE;"Your Place" +"urban";"impervious";29.1552530120825;FALSE;"Your Place" +"urban";"impervious";174.313947411254;FALSE;"Your Place" +"vegetation";"impervious";172.092532435432;FALSE;"Your Place" +"urban";"impervious";12.1524984342977;FALSE;"Your Place" +"urban";"impervious";25.3134661987424;FALSE;"Your Place" +"urban";"impervious";17.3925761030987;FALSE;"Your Place" +"urban";"impervious";30.2983354451135;FALSE;"Your Place" +"impervious";"impervious";298.541092222556;TRUE;"Your Place" +"urban";"impervious";4.53172209602053;FALSE;"Your Place" +"urban";"impervious";0.640091974870302;FALSE;"Your Place" +"urban";"impervious";13.2502870485187;FALSE;"Your Place" +"impervious";"impervious";14.6771481757751;TRUE;"Your Place" +"impervious";"impervious";278.064269177616;TRUE;"Your Place" +"urban";"impervious";65.8840310511878;FALSE;"Your Place" +"urban";"impervious";110.087203755917;FALSE;"Your Place" +"impervious";"impervious";502.259445562959;TRUE;"Your Place" +"urban";"impervious";24.8424904653803;FALSE;"Your Place" +"urban";"impervious";0.134906937229971;FALSE;"Your Place" +"urban";"impervious";34.5624872073531;FALSE;"Your Place" +"impervious";"impervious";3.56929958314868;TRUE;"Your Place" +"impervious";"impervious";252.943395543844;TRUE;"Your Place" +"impervious";"vegetation";6360.40797002788;FALSE;"Your Place" +"impervious";"vegetation";0.122592459054431;FALSE;"Your Place" +"impervious";"vegetation";0.167046913265949;FALSE;"Your Place" +"impervious";"vegetation";4130.82979825167;FALSE;"Your Place" +"urban";"vegetation";17.6453217880626;FALSE;"Your Place" +"vegetation";"vegetation";8757.45866071526;TRUE;"Your Place" +"vegetation";"vegetation";31690.4891729254;TRUE;"Your Place" +"impervious";"vegetation";0.961565403034911;FALSE;"Your Place" +"vegetation";"vegetation";54.2020365179051;TRUE;"Your Place" +"impervious";"vegetation";26.5947156610782;FALSE;"Your Place" +"vegetation";"vegetation";13.6499601943651;TRUE;"Your Place" +"impervious";"vegetation";217.831601209153;FALSE;"Your Place" +"impervious";"vegetation";0.109356239554472;FALSE;"Your Place" +"urban";"impervious";1305.10776526597;FALSE;"Your Place" +"urban";"impervious";132.418099521077;FALSE;"Your Place" +"urban";"impervious";5.26558659167495;FALSE;"Your Place" +"impervious";"vegetation";193.251922728028;FALSE;"Your Place" +"impervious";"vegetation";0.376923617441207;FALSE;"Your Place" +"urban";"vegetation";25133.8465008829;FALSE;"Your Place" +"vegetation";"vegetation";3214.5387236774;TRUE;"Your Place" +"impervious";"impervious";21.9122864443052;TRUE;"Your Place" +"impervious";"vegetation";9.69293971126899;FALSE;"Your Place" +"impervious";"vegetation";1643.87875538264;FALSE;"Your Place" +"impervious";"vegetation";4.80549200993119;FALSE;"Your Place" +"impervious";"impervious";0.364490190229844;TRUE;"Your Place" +"impervious";"impervious";6.40105984872207;TRUE;"Your Place" +"urban";"impervious";4.10288127465174;FALSE;"Your Place" +"urban";"impervious";1673.8980841866;FALSE;"Your Place" +"urban";"impervious";64.4102118499577;FALSE;"Your Place" +"urban";"impervious";6.49032061605249;FALSE;"Your Place" +"impervious";"impervious";223.547445337754;TRUE;"Your Place" +"urban";"vegetation";94.2036498803645;FALSE;"Your Place" +"urban";"vegetation";141.373234132305;FALSE;"Your Place" +"impervious";"vegetation";646.674220544286;FALSE;"Your Place" +"urban";"impervious";99.6004598797299;FALSE;"Your Place" +"urban";"impervious";125.566311602481;FALSE;"Your Place" +"impervious";"impervious";185.828768588603;TRUE;"Your Place" +"urban";"impervious";10.1859832014889;FALSE;"Your Place" +"urban";"impervious";9.05300022481242;FALSE;"Your Place" +"urban";"impervious";105.209795596311;FALSE;"Your Place" +"urban";"impervious";86.4940237952396;FALSE;"Your Place" +"impervious";"impervious";15.1434093815042;TRUE;"Your Place" +"vegetation";"vegetation";107.478311713086;TRUE;"Your Place" +"water";"vegetation";0.355640297173522;FALSE;"Your Place" +"vegetation";"vegetation";2654.77669975383;TRUE;"Your Place" +"impervious";"vegetation";1031.98970965081;FALSE;"Your Place" +"impervious";"impervious";19.7150345581449;TRUE;"Your Place" +"vegetation";"impervious";216.329708116129;FALSE;"Your Place" +"vegetation";"impervious";3.92161603743443;FALSE;"Your Place" +"urban";"impervious";300.669285777491;FALSE;"Your Place" +"impervious";"impervious";4.24815371166915;TRUE;"Your Place" +"vegetation";"vegetation";254.332910441328;TRUE;"Your Place" +"impervious";"vegetation";1157.79952226426;FALSE;"Your Place" +"urban";"impervious";244.891190438299;FALSE;"Your Place" +"vegetation";"vegetation";1832.41000878226;TRUE;"Your Place" +"vegetation";"vegetation";370.224724723259;TRUE;"Your Place" +"water";"vegetation";0.718892225064337;FALSE;"Your Place" +"urban";"impervious";7.4387691284137;FALSE;"Your Place" +"urban";"impervious";2.66375786549179;FALSE;"Your Place" +"vegetation";"impervious";20.7877126559615;FALSE;"Your Place" +"impervious";"impervious";468.765433186782;TRUE;"Your Place" +"vegetation";"impervious";10.2930136101786;FALSE;"Your Place" +"urban";"vegetation";23284.5030724281;FALSE;"Your Place" +"vegetation";"vegetation";16.7742292660987;TRUE;"Your Place" +"water";"vegetation";48.6980605088174;FALSE;"Your Place" +"impervious";"impervious";763.015198253095;TRUE;"Your Place" +"urban";"impervious";5.55649423858995e-05;FALSE;"Your Place" +"urban";"impervious";1.25138384962884;FALSE;"Your Place" +"vegetation";"impervious";1.32762216101401;FALSE;"Your Place" +"vegetation";"impervious";3611.84208463483;FALSE;"Your Place" +"impervious";"impervious";0.582738908880856;TRUE;"Your Place" +"impervious";"impervious";7.76837934565378;TRUE;"Your Place" +"impervious";"impervious";3.0936549400667;TRUE;"Your Place" +"vegetation";"vegetation";191.132360436721;TRUE;"Your Place" +"vegetation";"vegetation";6883.46340667806;TRUE;"Your Place" +"vegetation";"vegetation";9.04949751845561;TRUE;"Your Place" +"vegetation";"vegetation";1362.29938489292;TRUE;"Your Place" +"impervious";"vegetation";6.5529854731285;FALSE;"Your Place" +"vegetation";"vegetation";171.351634908468;TRUE;"Your Place" +"vegetation";"vegetation";1348.48919821158;TRUE;"Your Place" +"water";"vegetation";53.1200841050595;FALSE;"Your Place" +"vegetation";"impervious";359.728623880539;FALSE;"Your Place" +"vegetation";"impervious";62.6627753082939;FALSE;"Your Place" +"urban";"vegetation";2976.51809331053;FALSE;"Your Place" +"vegetation";"vegetation";161.570165257202;TRUE;"Your Place" +"vegetation";"water";2635.39860888571;FALSE;"Your Place" +"urban";"impervious";0.636634609894827;FALSE;"Your Place" +"impervious";"impervious";160.379009041237;TRUE;"Your Place" +"vegetation";"impervious";32.0430354233831;FALSE;"Your Place" +"vegetation";"impervious";28.6402378351631;FALSE;"Your Place" +"impervious";"impervious";497.656895050779;TRUE;"Your Place" +"impervious";"impervious";49.1364022642374;TRUE;"Your Place" +"impervious";"impervious";168.65774282068;TRUE;"Your Place" +"urban";"impervious";0.427089551812969;FALSE;"Your Place" +"urban";"impervious";1476.7738783235;FALSE;"Your Place" +"urban";"impervious";6.6221393160522;FALSE;"Your Place" +"urban";"impervious";226.126875842921;FALSE;"Your Place" +"urban";"impervious";12144.440119721;FALSE;"Your Place" +"urban";"impervious";10.5874732022639;FALSE;"Your Place" +"urban";"impervious";38.6777926395062;FALSE;"Your Place" +"impervious";"impervious";446.547378890915;TRUE;"Your Place" +"vegetation";"vegetation";20.7323563280515;TRUE;"Your Place" +"vegetation";"vegetation";95.440620974754;TRUE;"Your Place" +"impervious";"vegetation";27.6295834099874;FALSE;"Your Place" +"vegetation";"vegetation";1237.12110719255;TRUE;"Your Place" +"urban";"vegetation";137.474348463118;FALSE;"Your Place" +"vegetation";"vegetation";1094.40462129004;TRUE;"Your Place" +"vegetation";"vegetation";117.589925858774;TRUE;"Your Place" +"vegetation";"vegetation";20.8785920968221;TRUE;"Your Place" +"vegetation";"vegetation";214.499846601859;TRUE;"Your Place" +"vegetation";"vegetation";7.5836380533874;TRUE;"Your Place" +"vegetation";"impervious";40.7282372128684;FALSE;"Your Place" +"vegetation";"impervious";147.285888954997;FALSE;"Your Place" +"vegetation";"impervious";2931.92670089845;FALSE;"Your Place" +"vegetation";"impervious";9.31454190984368;FALSE;"Your Place" +"impervious";"impervious";109.072059878556;TRUE;"Your Place" +"vegetation";"impervious";8.60273700021207;FALSE;"Your Place" +"impervious";"impervious";0.48698953143321;TRUE;"Your Place" +"vegetation";"vegetation";255.802120643901;TRUE;"Your Place" +"vegetation";"vegetation";10.4599458808079;TRUE;"Your Place" +"urban";"impervious";955.585606489331;FALSE;"Your Place" +"vegetation";"impervious";60.3737225416116;FALSE;"Your Place" +"vegetation";"impervious";1357.98711442016;FALSE;"Your Place" +"vegetation";"impervious";54.2953229695559;FALSE;"Your Place" +"urban";"vegetation";10.2426927835913;FALSE;"Your Place" +"urban";"vegetation";184.655380597924;FALSE;"Your Place" +"urban";"vegetation";10.4708309215494;FALSE;"Your Place" +"vegetation";"vegetation";512.417158837634;TRUE;"Your Place" +"impervious";"vegetation";153.158037066183;FALSE;"Your Place" +"vegetation";"vegetation";27.5353950826102;TRUE;"Your Place" +"vegetation";"vegetation";948.90150621155;TRUE;"Your Place" +"impervious";"vegetation";10.4043941530799;FALSE;"Your Place" +"vegetation";"impervious";6271.64059755448;FALSE;"Your Place" +"vegetation";"impervious";43.5165792073822;FALSE;"Your Place" +"vegetation";"impervious";39.2396600497887;FALSE;"Your Place" +"vegetation";"impervious";6.73701710940804;FALSE;"Your Place" +"vegetation";"impervious";7.30633336451137;FALSE;"Your Place" +"vegetation";"vegetation";2.45165732223541;TRUE;"Your Place" +"vegetation";"vegetation";91.1043248036876;TRUE;"Your Place" +"vegetation";"vegetation";2999.34284383361;TRUE;"Your Place" +"vegetation";"vegetation";1189.35865808604;TRUE;"Your Place" +"vegetation";"vegetation";3300.21384658141;TRUE;"Your Place" +"vegetation";"vegetation";6504.81309196647;TRUE;"Your Place" +"vegetation";"vegetation";1.35996263074776;TRUE;"Your Place" +"impervious";"vegetation";1.16569510172121;FALSE;"Your Place" +"vegetation";"impervious";2.66521674252726;FALSE;"Your Place" +"vegetation";"impervious";2.52511920535471;FALSE;"Your Place" +"vegetation";"vegetation";874.479636800475;TRUE;"Your Place" +"vegetation";"vegetation";21.4482116528088;TRUE;"Your Place" +"vegetation";"vegetation";2718.34104350286;TRUE;"Your Place" +"vegetation";"vegetation";0.00156100795470593;TRUE;"Your Place" +"vegetation";"impervious";44.0962728955783;FALSE;"Your Place" +"vegetation";"impervious";1703.22855307045;FALSE;"Your Place" +"vegetation";"impervious";19.9619955318922;FALSE;"Your Place" +"impervious";"impervious";22.7641705385176;TRUE;"Your Place" +"vegetation";"impervious";16.4202399196583;FALSE;"Your Place" +"impervious";"impervious";4.73573725720053;TRUE;"Your Place" +"vegetation";"impervious";110.994486054522;FALSE;"Your Place" +"vegetation";"vegetation";23.5177046965109;TRUE;"Your Place" +"vegetation";"vegetation";1.75900749961875;TRUE;"Your Place" +"vegetation";"vegetation";903.750985870778;TRUE;"Your Place" +"vegetation";"vegetation";2012.30082376301;TRUE;"Your Place" +"impervious";"vegetation";0.324030592106283;FALSE;"Your Place" +"vegetation";"vegetation";36.0737915518694;TRUE;"Your Place" +"vegetation";"vegetation";1760.85773385107;TRUE;"Your Place" +"vegetation";"vegetation";545.108571725897;TRUE;"Your Place" +"impervious";"vegetation";320.995395057253;FALSE;"Your Place" +"urban";"impervious";169.719525320455;FALSE;"Your Place" +"urban";"vegetation";608.322256009735;FALSE;"Your Place" +"vegetation";"vegetation";1233.80153153046;TRUE;"Your Place" +"vegetation";"vegetation";3140.40516222538;TRUE;"Your Place" +"vegetation";"vegetation";2717.21685278555;TRUE;"Your Place" +"vegetation";"vegetation";27350.6878104026;TRUE;"Your Place" +"vegetation";"vegetation";37.9188328215969;TRUE;"Your Place" +"impervious";"vegetation";7.73464491032064;FALSE;"Your Place" +"urban";"impervious";32.8617202327587;FALSE;"Your Place" +"vegetation";"impervious";5.25572206178913;FALSE;"Your Place" +"vegetation";"impervious";0.179946296673734;FALSE;"Your Place" +"vegetation";"impervious";52.8780518099666;FALSE;"Your Place" +"vegetation";"impervious";1120.89974430995;FALSE;"Your Place" +"vegetation";"impervious";9.33657920587575;FALSE;"Your Place" +"impervious";"impervious";2558.58319107955;TRUE;"Your Place" +"impervious";"impervious";1.34224519366398;TRUE;"Your Place" +"impervious";"impervious";155.366181872785;TRUE;"Your Place" +"impervious";"impervious";267.99728901498;TRUE;"Your Place" +"urban";"impervious";112.844814765864;FALSE;"Your Place" +"vegetation";"vegetation";9118.37141767703;TRUE;"Your Place" +"vegetation";"vegetation";13.2612314808648;TRUE;"Your Place" +"vegetation";"vegetation";6852.63848164314;TRUE;"Your Place" +"vegetation";"vegetation";457.407301671687;TRUE;"Your Place" +"vegetation";"vegetation";5.51261470350437;TRUE;"Your Place" +"vegetation";"impervious";9.32358675124124;FALSE;"Your Place" +"vegetation";"impervious";116.805150551721;FALSE;"Your Place" +"vegetation";"impervious";5358.0117892772;FALSE;"Your Place" +"vegetation";"impervious";36.3463968620636;FALSE;"Your Place" +"vegetation";"impervious";1.02055073072552;FALSE;"Your Place" +"impervious";"impervious";10.7793682652409;TRUE;"Your Place" +"impervious";"impervious";121.102407327387;TRUE;"Your Place" +"vegetation";"impervious";5.02580325549934;FALSE;"Your Place" +"vegetation";"impervious";174.05212092679;FALSE;"Your Place" +"vegetation";"impervious";99.8372863340192;FALSE;"Your Place" +"vegetation";"vegetation";26.8874510800233;TRUE;"Your Place" +"vegetation";"vegetation";9.69288728758693;TRUE;"Your Place" +"vegetation";"impervious";14.8298815188464;FALSE;"Your Place" +"vegetation";"impervious";9.40128844435094;FALSE;"Your Place" +"vegetation";"impervious";215.968067882578;FALSE;"Your Place" +"vegetation";"impervious";0.000332343910798727;FALSE;"Your Place" +"impervious";"impervious";1034.48464352917;TRUE;"Your Place" +"vegetation";"vegetation";0.906632077283575;TRUE;"Your Place" +"vegetation";"vegetation";0.437726028270845;TRUE;"Your Place" +"vegetation";"vegetation";7.68544619984459;TRUE;"Your Place" +"vegetation";"vegetation";1007.91178476951;TRUE;"Your Place" +"vegetation";"impervious";0.613798619015142;FALSE;"Your Place" +"vegetation";"impervious";66.4735753391869;FALSE;"Your Place" +"urban";"vegetation";3.45061854337109;FALSE;"Your Place" +"impervious";"vegetation";1038.32989760814;FALSE;"Your Place" +"vegetation";"impervious";16.7313943481422;FALSE;"Your Place" +"vegetation";"impervious";109.543728722841;FALSE;"Your Place" +"impervious";"impervious";5.72862478526076;TRUE;"Your Place" +"vegetation";"vegetation";264.49467564642;TRUE;"Your Place" +"water";"vegetation";1.79785766452551;FALSE;"Your Place" +"vegetation";"vegetation";2586.74496518608;TRUE;"Your Place" +"vegetation";"vegetation";21675.0705821449;TRUE;"Your Place" +"vegetation";"vegetation";625.08315312519;TRUE;"Your Place" +"vegetation";"vegetation";581.666683817544;TRUE;"Your Place" +"vegetation";"vegetation";53.2499308045954;TRUE;"Your Place" +"vegetation";"vegetation";1297.97348313313;TRUE;"Your Place" +"vegetation";"impervious";8.34143402869813;FALSE;"Your Place" +"vegetation";"impervious";56.7407653704286;FALSE;"Your Place" +"vegetation";"impervious";9.19734120275825;FALSE;"Your Place" +"vegetation";"impervious";4.58369939832482;FALSE;"Your Place" +"vegetation";"vegetation";211.325744802204;TRUE;"Your Place" +"vegetation";"water";18.9745265250094;FALSE;"Your Place" +"water";"water";18.9948477268917;TRUE;"Your Place" +"vegetation";"impervious";2.17147320881486;FALSE;"Your Place" +"impervious";"impervious";23.4198605883867;TRUE;"Your Place" +"vegetation";"impervious";74.3071970721358;FALSE;"Your Place" +"impervious";"vegetation";1439.75106547709;FALSE;"Your Place" +"urban";"vegetation";2.41612395329867;FALSE;"Your Place" +"vegetation";"vegetation";3773.57206771392;TRUE;"Your Place" +"vegetation";"vegetation";34.6092386057135;TRUE;"Your Place" +"vegetation";"vegetation";585.999078236418;TRUE;"Your Place" +"vegetation";"vegetation";0.0409036406417727;TRUE;"Your Place" +"vegetation";"vegetation";334.9261961109;TRUE;"Your Place" +"vegetation";"vegetation";58.8878520315047;TRUE;"Your Place" +"impervious";"vegetation";59.7117727464065;FALSE;"Your Place" +"vegetation";"vegetation";47.400746608153;TRUE;"Your Place" +"vegetation";"vegetation";3182.3679884983;TRUE;"Your Place" +"vegetation";"impervious";139.625427849824;FALSE;"Your Place" +"vegetation";"impervious";18.815836118767;FALSE;"Your Place" +"impervious";"impervious";68.3251788452617;TRUE;"Your Place" +"urban";"impervious";5466.36853247881;FALSE;"Your Place" +"impervious";"impervious";21.3861207780428;TRUE;"Your Place" +"impervious";"impervious";150.100008471869;TRUE;"Your Place" +"impervious";"impervious";73.8617121896241;TRUE;"Your Place" +"vegetation";"vegetation";3645.07607113651;TRUE;"Your Place" +"impervious";"vegetation";5.62578988459427;FALSE;"Your Place" +"impervious";"vegetation";11.5313526787795;FALSE;"Your Place" +"vegetation";"vegetation";718.051770006772;TRUE;"Your Place" +"vegetation";"vegetation";81.8273784350604;TRUE;"Your Place" +"urban";"vegetation";1686.90044541325;FALSE;"Your Place" +"vegetation";"vegetation";58.569591239444;TRUE;"Your Place" +"impervious";"vegetation";88.0338250063942;FALSE;"Your Place" +"impervious";"vegetation";36.6706898678094;FALSE;"Your Place" +"impervious";"vegetation";4188.51880065911;FALSE;"Your Place" +"impervious";"vegetation";25.8004419598728;FALSE;"Your Place" +"vegetation";"vegetation";881.755533308722;TRUE;"Your Place" +"vegetation";"vegetation";109.074829524674;TRUE;"Your Place" +"vegetation";"vegetation";282.661321884982;TRUE;"Your Place" +"vegetation";"impervious";5.26185441756388;FALSE;"Your Place" +"vegetation";"impervious";45.954349398613;FALSE;"Your Place" +"urban";"vegetation";257.745618156623;FALSE;"Your Place" +"vegetation";"vegetation";210.044237253838;TRUE;"Your Place" +"vegetation";"vegetation";334.413331370801;TRUE;"Your Place" +"vegetation";"vegetation";14206.3164131315;TRUE;"Your Place" +"vegetation";"vegetation";999.799363429629;TRUE;"Your Place" +"vegetation";"vegetation";1031.88252027333;TRUE;"Your Place" +"vegetation";"vegetation";49.3583783155773;TRUE;"Your Place" +"impervious";"vegetation";113.827817271231;FALSE;"Your Place" +"vegetation";"vegetation";8.54802201176062;TRUE;"Your Place" +"impervious";"impervious";1.94623150353436;TRUE;"Your Place" +"impervious";"vegetation";2.24951955326833;FALSE;"Your Place" +"vegetation";"impervious";3.28756252489984;FALSE;"Your Place" +"vegetation";"impervious";94.9260838702321;FALSE;"Your Place" +"vegetation";"impervious";27.1366037654225;FALSE;"Your Place" +"water";"vegetation";1549.38122494332;FALSE;"Your Place" +"vegetation";"vegetation";3151.34599930793;TRUE;"Your Place" +"vegetation";"vegetation";0.691775753628463;TRUE;"Your Place" +"vegetation";"vegetation";0.0449427128842217;TRUE;"Your Place" +"vegetation";"vegetation";8974.72971242847;TRUE;"Your Place" +"vegetation";"vegetation";1.30412600043928;TRUE;"Your Place" +"vegetation";"vegetation";54.7113264126529;TRUE;"Your Place" +"vegetation";"vegetation";6.33745080325025;TRUE;"Your Place" +"vegetation";"vegetation";120.855070575257;TRUE;"Your Place" +"impervious";"vegetation";36.4489741967991;FALSE;"Your Place" +"vegetation";"vegetation";4543.77358165476;TRUE;"Your Place" +"vegetation";"vegetation";228.082723848886;TRUE;"Your Place" +"vegetation";"vegetation";951.626928034646;TRUE;"Your Place" +"vegetation";"vegetation";432.97486233282;TRUE;"Your Place" +"vegetation";"vegetation";4212.98070733249;TRUE;"Your Place" +"vegetation";"vegetation";106.394915506244;TRUE;"Your Place" +"impervious";"vegetation";31.7650953093544;FALSE;"Your Place" +"vegetation";"vegetation";59.2035723558511;TRUE;"Your Place" +"vegetation";"vegetation";2.79735607351176;TRUE;"Your Place" +"vegetation";"vegetation";6.78638550336473;TRUE;"Your Place" +"vegetation";"vegetation";48.2596216537058;TRUE;"Your Place" +"vegetation";"vegetation";62.528032528935;TRUE;"Your Place" +"impervious";"vegetation";382.968797004782;FALSE;"Your Place" +"vegetation";"vegetation";36631.6336271936;TRUE;"Your Place" +"vegetation";"vegetation";21.4425703454763;TRUE;"Your Place" +"vegetation";"vegetation";18.8354383115657;TRUE;"Your Place" +"impervious";"impervious";2.75710053602234;TRUE;"Your Place" +"impervious";"impervious";1200.67317864858;TRUE;"Your Place" +"vegetation";"impervious";1892.90148451272;FALSE;"Your Place" +"vegetation";"impervious";15.0115591436625;FALSE;"Your Place" +"vegetation";"impervious";110.109755540063;FALSE;"Your Place" +"vegetation";"vegetation";74.4968348395778;TRUE;"Your Place" +"vegetation";"vegetation";18.1415441625286;TRUE;"Your Place" +"water";"vegetation";3.31998355966061;FALSE;"Your Place" +"urban";"vegetation";532.075987192336;FALSE;"Your Place" +"vegetation";"vegetation";0.0217485252724146;TRUE;"Your Place" +"vegetation";"vegetation";2198.48391405581;TRUE;"Your Place" +"vegetation";"vegetation";288.311846722383;TRUE;"Your Place" +"vegetation";"impervious";88.0781324665877;FALSE;"Your Place" +"vegetation";"impervious";0.257013392401859;FALSE;"Your Place" +"vegetation";"impervious";12.6050314906752;FALSE;"Your Place" +"vegetation";"impervious";28.6150452048751;FALSE;"Your Place" +"vegetation";"impervious";6.4018882936216;FALSE;"Your Place" +"vegetation";"impervious";28.7569421380758;FALSE;"Your Place" +"vegetation";"impervious";23.8851340869442;FALSE;"Your Place" +"vegetation";"impervious";13.3145477406215;FALSE;"Your Place" +"vegetation";"vegetation";33.1146290227771;TRUE;"Your Place" +"vegetation";"vegetation";14567.7975195535;TRUE;"Your Place" +"vegetation";"vegetation";5431.53385648463;TRUE;"Your Place" +"vegetation";"vegetation";103.610943495762;TRUE;"Your Place" +"vegetation";"vegetation";44.1026095026173;TRUE;"Your Place" +"water";"vegetation";30.3694229274988;FALSE;"Your Place" +"vegetation";"vegetation";6489.56993046415;TRUE;"Your Place" +"impervious";"vegetation";824.610713010945;FALSE;"Your Place" +"vegetation";"vegetation";719.546941684093;TRUE;"Your Place" +"vegetation";"vegetation";42.9448596036527;TRUE;"Your Place" +"vegetation";"vegetation";20489.9346434977;TRUE;"Your Place" +"vegetation";"vegetation";1337.79347239435;TRUE;"Your Place" +"water";"vegetation";13.2049381695688;FALSE;"Your Place" +"vegetation";"impervious";133.267066726927;FALSE;"Your Place" +"urban";"vegetation";2551.62015064241;FALSE;"Your Place" +"vegetation";"vegetation";401.030371516012;TRUE;"Your Place" +"vegetation";"vegetation";1152.24467278205;TRUE;"Your Place" +"vegetation";"vegetation";11741.2729319975;TRUE;"Your Place" +"urban";"vegetation";687.346132645616;FALSE;"Your Place" +"vegetation";"vegetation";21.207237362396;TRUE;"Your Place" +"vegetation";"vegetation";18.2043593483395;TRUE;"Your Place" +"vegetation";"vegetation";6715.98395638354;TRUE;"Your Place" +"vegetation";"vegetation";1928.44616792887;TRUE;"Your Place" +"vegetation";"vegetation";987.115378894829;TRUE;"Your Place" +"vegetation";"vegetation";1900.2145610603;TRUE;"Your Place" +"vegetation";"vegetation";871.996216132597;TRUE;"Your Place" +"vegetation";"vegetation";2.94046120380517;TRUE;"Your Place" +"vegetation";"vegetation";6.69266599885304;TRUE;"Your Place" +"vegetation";"vegetation";6488.74267101008;TRUE;"Your Place" +"urban";"vegetation";459.740053172223;FALSE;"Your Place" +"vegetation";"vegetation";103.779413734097;TRUE;"Your Place" +"vegetation";"vegetation";2527.54555008778;TRUE;"Your Place" +"water";"vegetation";36.044340899447;FALSE;"Your Place" +"vegetation";"impervious";10.0056647191523;FALSE;"Your Place" +"vegetation";"impervious";15.8730783929932;FALSE;"Your Place" +"water";"vegetation";9.91490870551206;FALSE;"Your Place" +"urban";"vegetation";7987.65765304118;FALSE;"Your Place" +"vegetation";"vegetation";2730.21474330314;TRUE;"Your Place" +"urban";"impervious";0.840662587666884;FALSE;"Your Place" +"impervious";"impervious";728.429701595567;TRUE;"Your Place" +"impervious";"impervious";17.9574746801518;TRUE;"Your Place" +"impervious";"impervious";230.615391487954;TRUE;"Your Place" +"impervious";"impervious";274.538430314511;TRUE;"Your Place" +"water";"vegetation";15.1022526149172;FALSE;"Your Place" +"impervious";"vegetation";4482.82662224863;FALSE;"Your Place" +"vegetation";"vegetation";28.6050184252963;TRUE;"Your Place" +"vegetation";"vegetation";56699.6127224276;TRUE;"Your Place" +"impervious";"vegetation";133.593888144009;FALSE;"Your Place" +"impervious";"vegetation";83.9771783042233;FALSE;"Your Place" +"vegetation";"vegetation";38.0720532813575;TRUE;"Your Place" +"vegetation";"vegetation";439.442955651903;TRUE;"Your Place" +"vegetation";"impervious";44.2296817332681;FALSE;"Your Place" +"impervious";"vegetation";260.534531414785;FALSE;"Your Place" +"water";"vegetation";361.865857869387;FALSE;"Your Place" +"vegetation";"vegetation";113.705469463952;TRUE;"Your Place" +"vegetation";"vegetation";60755.2133582132;TRUE;"Your Place" +"vegetation";"vegetation";0.372043563053012;TRUE;"Your Place" +"impervious";"vegetation";0.00583410066610668;FALSE;"Your Place" +"vegetation";"vegetation";16.2288560008164;TRUE;"Your Place" +"vegetation";"vegetation";197.543855894488;TRUE;"Your Place" +"impervious";"vegetation";188.502987438813;FALSE;"Your Place" +"vegetation";"vegetation";152.141228902037;TRUE;"Your Place" +"vegetation";"vegetation";31.8680661479593;TRUE;"Your Place" +"impervious";"vegetation";190.236625180114;FALSE;"Your Place" +"vegetation";"vegetation";17481.6928734705;TRUE;"Your Place" +"vegetation";"vegetation";186.968367148773;TRUE;"Your Place" +"vegetation";"vegetation";8.71083719050512;TRUE;"Your Place" +"vegetation";"vegetation";378.610951973693;TRUE;"Your Place" +"urban";"vegetation";2.94752535664884;FALSE;"Your Place" +"impervious";"vegetation";0.208914096816443;FALSE;"Your Place" +"impervious";"vegetation";4025.2475326081;FALSE;"Your Place" +"impervious";"vegetation";3.29566760582384;FALSE;"Your Place" +"impervious";"vegetation";2.72198240982834;FALSE;"Your Place" +"vegetation";"impervious";1.11689728999045;FALSE;"Your Place" +"vegetation";"impervious";222.529408044356;FALSE;"Your Place" +"vegetation";"vegetation";252.689108657447;TRUE;"Your Place" +"impervious";"impervious";12.3679101439193;TRUE;"Your Place" +"impervious";"impervious";8.81519509261125;TRUE;"Your Place" +"impervious";"impervious";3649.7346896872;TRUE;"Your Place" +"impervious";"impervious";6.90245767682791;TRUE;"Your Place" +"impervious";"impervious";40.1897776566911;TRUE;"Your Place" +"impervious";"impervious";2.85585121985059;TRUE;"Your Place" +"urban";"impervious";96.374736537924;FALSE;"Your Place" +"impervious";"impervious";8.36602633682196;TRUE;"Your Place" +"urban";"impervious";15.7964317577425;FALSE;"Your Place" +"impervious";"impervious";34.7183927837759;TRUE;"Your Place" +"urban";"vegetation";21.6656782133359;FALSE;"Your Place" +"vegetation";"vegetation";22780.2533057661;TRUE;"Your Place" +"vegetation";"vegetation";1090.3202787143;TRUE;"Your Place" +"impervious";"vegetation";699.541403748502;FALSE;"Your Place" +"vegetation";"vegetation";18.2435064247111;TRUE;"Your Place" +"urban";"vegetation";339.520382589484;FALSE;"Your Place" +"vegetation";"vegetation";121.337686709035;TRUE;"Your Place" +"vegetation";"vegetation";57.2923754756339;TRUE;"Your Place" +"vegetation";"vegetation";289.572772365995;TRUE;"Your Place" +"vegetation";"vegetation";403.05734858918;TRUE;"Your Place" +"vegetation";"vegetation";12955.4986322187;TRUE;"Your Place" +"vegetation";"vegetation";86.2832730822265;TRUE;"Your Place" +"vegetation";"vegetation";69.6509746087831;TRUE;"Your Place" +"impervious";"vegetation";552.279943139287;FALSE;"Your Place" +"impervious";"vegetation";25.1243776320771;FALSE;"Your Place" +"vegetation";"vegetation";747.016875241825;TRUE;"Your Place" +"vegetation";"water";19.928908739239;FALSE;"Your Place" +"water";"water";69.8304739971645;TRUE;"Your Place" +"vegetation";"vegetation";90.1871392632893;TRUE;"Your Place" +"vegetation";"vegetation";63.111266494263;TRUE;"Your Place" +"vegetation";"vegetation";10237.9873615266;TRUE;"Your Place" +"impervious";"vegetation";87.5921868232545;FALSE;"Your Place" +"vegetation";"vegetation";4702.61328162812;TRUE;"Your Place" +"vegetation";"vegetation";1653.88190007443;TRUE;"Your Place" +"vegetation";"vegetation";11.9942488579836;TRUE;"Your Place" +"vegetation";"vegetation";0.12714966625208;TRUE;"Your Place" +"vegetation";"vegetation";1.47092494252138;TRUE;"Your Place" +"water";"vegetation";1077.04136933689;FALSE;"Your Place" +"vegetation";"vegetation";5746.43279706687;TRUE;"Your Place" +"vegetation";"vegetation";39.125389497196;TRUE;"Your Place" +"urban";"impervious";67.2452794241253;FALSE;"Your Place" +"vegetation";"impervious";9.29823953000596;FALSE;"Your Place" +"vegetation";"vegetation";673.74304771208;TRUE;"Your Place" +"vegetation";"vegetation";0.613929767394438;TRUE;"Your Place" +"urban";"vegetation";126.310909513384;FALSE;"Your Place" +"vegetation";"vegetation";240.03672481002;TRUE;"Your Place" +"vegetation";"vegetation";8331.84611655335;TRUE;"Your Place" +"vegetation";"vegetation";1032.96495317761;TRUE;"Your Place" +"vegetation";"vegetation";321.570935314987;TRUE;"Your Place" +"vegetation";"vegetation";737.284614770906;TRUE;"Your Place" +"water";"vegetation";6.44933205167763;FALSE;"Your Place" +"vegetation";"vegetation";35.3248055727454;TRUE;"Your Place" +"vegetation";"vegetation";159.975900648627;TRUE;"Your Place" +"vegetation";"vegetation";201.99911362282;TRUE;"Your Place" +"urban";"impervious";1.91314006788889;FALSE;"Your Place" +"impervious";"impervious";66.7347308924654;TRUE;"Your Place" +"impervious";"impervious";21.7619844404981;TRUE;"Your Place" +"impervious";"impervious";332.833443733631;TRUE;"Your Place" +"impervious";"impervious";15.4398551554186;TRUE;"Your Place" +"vegetation";"impervious";17.2052031336352;FALSE;"Your Place" +"vegetation";"impervious";22.9233235437423;FALSE;"Your Place" +"vegetation";"impervious";4.66299120834447;FALSE;"Your Place" +"impervious";"impervious";31.6479282591899;TRUE;"Your Place" +"impervious";"impervious";353.931810185546;TRUE;"Your Place" +"vegetation";"impervious";98.7792618212989;FALSE;"Your Place" +"vegetation";"impervious";80.6727758592751;FALSE;"Your Place" +"vegetation";"vegetation";195.04603432602;TRUE;"Your Place" +"vegetation";"vegetation";21.2113941664575;TRUE;"Your Place" +"vegetation";"vegetation";289.343218242517;TRUE;"Your Place" +"vegetation";"vegetation";1526.8237582118;TRUE;"Your Place" +"vegetation";"vegetation";12.8236005844083;TRUE;"Your Place" +"vegetation";"vegetation";396.221472302626;TRUE;"Your Place" +"impervious";"vegetation";66.2855803169659;FALSE;"Your Place" +"vegetation";"vegetation";247.733895057681;TRUE;"Your Place" +"vegetation";"vegetation";88152.7810091437;TRUE;"Your Place" +"vegetation";"vegetation";136.273663128726;TRUE;"Your Place" +"vegetation";"vegetation";0.0926489496378053;TRUE;"Your Place" +"vegetation";"vegetation";0.232450074050575;TRUE;"Your Place" +"vegetation";"vegetation";298.328301464979;TRUE;"Your Place" +"impervious";"vegetation";58.7627319809981;FALSE;"Your Place" +"vegetation";"vegetation";0.887492263194872;TRUE;"Your Place" +"vegetation";"vegetation";1066.81333498168;TRUE;"Your Place" +"impervious";"vegetation";5.21925709990319;FALSE;"Your Place" +"vegetation";"vegetation";688.345888367243;TRUE;"Your Place" +"vegetation";"vegetation";75.5394926192239;TRUE;"Your Place" +"vegetation";"vegetation";462.828485941747;TRUE;"Your Place" +"vegetation";"vegetation";0.0929984231479466;TRUE;"Your Place" +"vegetation";"vegetation";492.157465035329;TRUE;"Your Place" +"vegetation";"vegetation";15.1295173736289;TRUE;"Your Place" +"impervious";"vegetation";4.8788461862132;FALSE;"Your Place" +"impervious";"vegetation";115.314153102227;FALSE;"Your Place" +"impervious";"vegetation";0.467001776010875;FALSE;"Your Place" +"impervious";"vegetation";61.6539527588175;FALSE;"Your Place" +"impervious";"vegetation";4083.55429403996;FALSE;"Your Place" +"impervious";"vegetation";58.5051965074381;FALSE;"Your Place" +"vegetation";"vegetation";600.630917040166;TRUE;"Your Place" +"vegetation";"vegetation";44.7503297971562;TRUE;"Your Place" +"vegetation";"vegetation";22.5032202038565;TRUE;"Your Place" +"vegetation";"vegetation";0.78958314913325;TRUE;"Your Place" +"vegetation";"vegetation";1.92551657111289;TRUE;"Your Place" +"vegetation";"vegetation";6.83049486228174;TRUE;"Your Place" +"impervious";"vegetation";32.6101098998915;FALSE;"Your Place" +"impervious";"vegetation";193.753724095761;FALSE;"Your Place" +"vegetation";"vegetation";737.355586143327;TRUE;"Your Place" +"vegetation";"vegetation";2706.36872005626;TRUE;"Your Place" +"vegetation";"vegetation";95081.2544830471;TRUE;"Your Place" +"vegetation";"vegetation";1139.73046345066;TRUE;"Your Place" +"vegetation";"vegetation";231.673222627415;TRUE;"Your Place" +"vegetation";"vegetation";112.264980960069;TRUE;"Your Place" +"vegetation";"vegetation";116.453335404396;TRUE;"Your Place" +"vegetation";"vegetation";1427.88371153595;TRUE;"Your Place" +"vegetation";"vegetation";20.8603866283083;TRUE;"Your Place" +"impervious";"impervious";1.89731689555629;TRUE;"Your Place" +"vegetation";"vegetation";615.394430858927;TRUE;"Your Place" +"vegetation";"vegetation";4563.20028833637;TRUE;"Your Place" +"vegetation";"vegetation";5.24820301984437;TRUE;"Your Place" +"vegetation";"vegetation";0.406547375197988;TRUE;"Your Place" +"vegetation";"vegetation";1027.41294411011;TRUE;"Your Place" +"urban";"vegetation";94.9372597836191;FALSE;"Your Place" +"impervious";"vegetation";19.1957114571996;FALSE;"Your Place" +"vegetation";"vegetation";896.89616668591;TRUE;"Your Place" +"vegetation";"vegetation";1888.40188308293;TRUE;"Your Place" +"urban";"vegetation";0.176825502538122;FALSE;"Your Place" +"vegetation";"vegetation";2246.92357296403;TRUE;"Your Place" +"impervious";"vegetation";55.2964388933033;FALSE;"Your Place" +"vegetation";"vegetation";10.3276903769874;TRUE;"Your Place" +"vegetation";"vegetation";74.2166816901881;TRUE;"Your Place" +"impervious";"vegetation";645.867558024358;FALSE;"Your Place" +"vegetation";"vegetation";156.353244401864;TRUE;"Your Place" +"vegetation";"vegetation";38.8954204109032;TRUE;"Your Place" +"vegetation";"vegetation";2698.75045358947;TRUE;"Your Place" +"vegetation";"vegetation";7455.42049739126;TRUE;"Your Place" +"vegetation";"vegetation";1684.44852160523;TRUE;"Your Place" +"vegetation";"vegetation";266.386378498049;TRUE;"Your Place" +"vegetation";"vegetation";358.30860597943;TRUE;"Your Place" +"vegetation";"vegetation";2089.9482913817;TRUE;"Your Place" +"vegetation";"vegetation";7.54256719665136;TRUE;"Your Place" +"vegetation";"vegetation";13829.9267359034;TRUE;"Your Place" +"vegetation";"vegetation";2198.64911007945;TRUE;"Your Place" +"vegetation";"vegetation";1096.17680100817;TRUE;"Your Place" +"vegetation";"impervious";1.81029138714075;FALSE;"Your Place" +"vegetation";"impervious";310.141395543702;FALSE;"Your Place" +"vegetation";"impervious";139.044488174841;FALSE;"Your Place" +"vegetation";"impervious";3.21547125838697;FALSE;"Your Place" +"vegetation";"vegetation";0.0283460532664321;TRUE;"Your Place" +"vegetation";"vegetation";6.41153247456532;TRUE;"Your Place" +"vegetation";"impervious";6.84079166688025;FALSE;"Your Place" +"vegetation";"impervious";7.47409534547478;FALSE;"Your Place" +"vegetation";"impervious";3.70024087890488;FALSE;"Your Place" +"vegetation";"impervious";7.7244411255233;FALSE;"Your Place" +"vegetation";"impervious";0.140957462204824;FALSE;"Your Place" +"vegetation";"impervious";26.0657259429354;FALSE;"Your Place" +"vegetation";"impervious";1.45523263432551;FALSE;"Your Place" +"vegetation";"impervious";51.9318377390737;FALSE;"Your Place" +"impervious";"vegetation";0.0450438542575284;FALSE;"Your Place" +"impervious";"vegetation";0.232704478316009;FALSE;"Your Place" +"impervious";"vegetation";33.7211597131245;FALSE;"Your Place" +"impervious";"vegetation";3228.45144447574;FALSE;"Your Place" +"impervious";"vegetation";10.6624981732675;FALSE;"Your Place" +"vegetation";"vegetation";100.741686498746;TRUE;"Your Place" +"impervious";"vegetation";17.3289647590718;FALSE;"Your Place" +"impervious";"vegetation";11.6665575020015;FALSE;"Your Place" +"vegetation";"vegetation";2.44053990696557;TRUE;"Your Place" +"vegetation";"vegetation";43.1854538720509;TRUE;"Your Place" +"urban";"vegetation";1.41818639019039;FALSE;"Your Place" +"vegetation";"vegetation";301.106035461322;TRUE;"Your Place" +"impervious";"vegetation";4223.57650379694;FALSE;"Your Place" +"water";"vegetation";8.90031745936722;FALSE;"Your Place" +"vegetation";"vegetation";75.3963733260753;TRUE;"Your Place" +"water";"vegetation";14.2069713771925;FALSE;"Your Place" +"vegetation";"vegetation";300.72432482522;TRUE;"Your Place" +"impervious";"vegetation";382.463637361769;FALSE;"Your Place" +"vegetation";"vegetation";795.960294742137;TRUE;"Your Place" +"water";"vegetation";25.470208148472;FALSE;"Your Place" +"vegetation";"impervious";6.79467522469349;FALSE;"Your Place" +"vegetation";"impervious";16.5444867727347;FALSE;"Your Place" +"vegetation";"vegetation";12051.0115680608;TRUE;"Your Place" +"vegetation";"vegetation";140.560238840802;TRUE;"Your Place" +"vegetation";"vegetation";1193.7218413474;TRUE;"Your Place" +"vegetation";"vegetation";0.516754871183366;TRUE;"Your Place" +"vegetation";"vegetation";23128.5858532861;TRUE;"Your Place" +"vegetation";"vegetation";1120.10004733177;TRUE;"Your Place" +"vegetation";"vegetation";246.91483932361;TRUE;"Your Place" +"vegetation";"vegetation";780.320541981375;TRUE;"Your Place" +"vegetation";"vegetation";397.277786530554;TRUE;"Your Place" +"vegetation";"vegetation";25.6246901491832;TRUE;"Your Place" +"vegetation";"vegetation";126.23940135166;TRUE;"Your Place" +"vegetation";"impervious";10.7680348679423;FALSE;"Your Place" +"vegetation";"impervious";18.0288515026368;FALSE;"Your Place" +"vegetation";"impervious";4.03680004226044;FALSE;"Your Place" +"vegetation";"vegetation";51.6928060362116;TRUE;"Your Place" +"vegetation";"vegetation";9780.36329952753;TRUE;"Your Place" +"vegetation";"vegetation";535.899776479229;TRUE;"Your Place" +"vegetation";"impervious";13.7113342812518;FALSE;"Your Place" +"vegetation";"impervious";29.4403964158846;FALSE;"Your Place" +"vegetation";"impervious";4.84003350452986;FALSE;"Your Place" +"vegetation";"vegetation";15.6704168876749;TRUE;"Your Place" +"impervious";"impervious";0.019580768130254;TRUE;"Your Place" +"impervious";"impervious";459.352658283897;TRUE;"Your Place" +"impervious";"impervious";5.72736728470773;TRUE;"Your Place" +"vegetation";"vegetation";373.614421341583;TRUE;"Your Place" +"vegetation";"vegetation";1.6546548033366;TRUE;"Your Place" +"vegetation";"vegetation";19223.0741065489;TRUE;"Your Place" +"vegetation";"vegetation";2985.57250966915;TRUE;"Your Place" +"vegetation";"vegetation";1585.72835711273;TRUE;"Your Place" +"vegetation";"vegetation";431.607592185588;TRUE;"Your Place" +"vegetation";"vegetation";36.638228056021;TRUE;"Your Place" +"impervious";"impervious";18.8733681299491;TRUE;"Your Place" +"impervious";"impervious";5.98636852577329;TRUE;"Your Place" +"impervious";"impervious";499.999942051247;TRUE;"Your Place" +"impervious";"impervious";9.62663559149951;TRUE;"Your Place" +"vegetation";"vegetation";23.7387428974034;TRUE;"Your Place" +"vegetation";"vegetation";46041.2586480221;TRUE;"Your Place" +"vegetation";"vegetation";41.9955889778212;TRUE;"Your Place" +"vegetation";"vegetation";9.45000085001811;TRUE;"Your Place" +"vegetation";"vegetation";1303.30889631831;TRUE;"Your Place" +"vegetation";"vegetation";11.416876431671;TRUE;"Your Place" +"vegetation";"vegetation";2035.53793078684;TRUE;"Your Place" +"impervious";"vegetation";30.0706340097822;FALSE;"Your Place" +"vegetation";"impervious";37.3927040791023;FALSE;"Your Place" +"vegetation";"impervious";0.70792177983094;FALSE;"Your Place" +"vegetation";"vegetation";366.216225270618;TRUE;"Your Place" +"vegetation";"vegetation";18861.5530090448;TRUE;"Your Place" +"vegetation";"vegetation";18699.9337501731;TRUE;"Your Place" +"vegetation";"vegetation";499.18718551239;TRUE;"Your Place" +"impervious";"vegetation";27.0463313595392;FALSE;"Your Place" +"vegetation";"vegetation";195.853165098466;TRUE;"Your Place" +"vegetation";"impervious";281.60517952044;FALSE;"Your Place" +"vegetation";"vegetation";219.003692261568;TRUE;"Your Place" +"vegetation";"vegetation";32.7280167154968;TRUE;"Your Place" +"vegetation";"vegetation";71840.1347670875;TRUE;"Your Place" +"vegetation";"vegetation";73.2674965988845;TRUE;"Your Place" +"impervious";"vegetation";508.048225924373;FALSE;"Your Place" +"vegetation";"impervious";163.927963061916;FALSE;"Your Place" +"vegetation";"vegetation";1505.93207103873;TRUE;"Your Place" +"vegetation";"impervious";12.9809439577948;FALSE;"Your Place" +"vegetation";"impervious";247.995904239826;FALSE;"Your Place" +"vegetation";"vegetation";17.7598022534512;TRUE;"Your Place" +"water";"vegetation";85.7921914821491;FALSE;"Your Place" +"vegetation";"vegetation";41.2263727802783;TRUE;"Your Place" +"impervious";"vegetation";225.102694698842;FALSE;"Your Place" +"vegetation";"vegetation";7737.23056744784;TRUE;"Your Place" +"water";"vegetation";158.618687759154;FALSE;"Your Place" +"vegetation";"vegetation";134.021971776499;TRUE;"Your Place" +"vegetation";"vegetation";12.8631736263633;TRUE;"Your Place" +"vegetation";"vegetation";20.3260845074255;TRUE;"Your Place" +"impervious";"vegetation";0.246424485056195;FALSE;"Your Place" +"vegetation";"impervious";68.7811840760987;FALSE;"Your Place" +"vegetation";"impervious";6.06479466240853;FALSE;"Your Place" +"vegetation";"impervious";606.707615456769;FALSE;"Your Place" +"vegetation";"impervious";757.056250786409;FALSE;"Your Place" +"vegetation";"impervious";14134.7693062471;FALSE;"Your Place" +"vegetation";"impervious";4464.13286331983;FALSE;"Your Place" +"vegetation";"impervious";19.0556840130594;FALSE;"Your Place" +"vegetation";"vegetation";4941.30070848831;TRUE;"Your Place" +"vegetation";"vegetation";61.7186389928684;TRUE;"Your Place" +"vegetation";"impervious";283.771964472486;FALSE;"Your Place" +"vegetation";"vegetation";329.417240510695;TRUE;"Your Place" +"impervious";"vegetation";173.867061821744;FALSE;"Your Place" +"vegetation";"vegetation";323.619115788257;TRUE;"Your Place" +"impervious";"vegetation";64.9265231643803;FALSE;"Your Place" +"impervious";"vegetation";8.24134196224622;FALSE;"Your Place" +"vegetation";"impervious";30.9650480228011;FALSE;"Your Place" +"impervious";"impervious";523.71048818808;TRUE;"Your Place" +"vegetation";"vegetation";1478.29808539407;TRUE;"Your Place" +"vegetation";"vegetation";32954.5188494726;TRUE;"Your Place" +"vegetation";"vegetation";552.836762680789;TRUE;"Your Place" +"vegetation";"vegetation";1032.84437206388;TRUE;"Your Place" +"vegetation";"impervious";214.049652400776;FALSE;"Your Place" +"vegetation";"impervious";586.570935322903;FALSE;"Your Place" +"impervious";"impervious";91.5750392870978;TRUE;"Your Place" +"vegetation";"vegetation";3.50703584519215;TRUE;"Your Place" +"vegetation";"vegetation";16.9444697042891;TRUE;"Your Place" +"vegetation";"vegetation";8378.4674894663;TRUE;"Your Place" +"vegetation";"vegetation";34252.1662177687;TRUE;"Your Place" +"vegetation";"vegetation";12.6021276591928;TRUE;"Your Place" +"vegetation";"impervious";86.8075692462735;FALSE;"Your Place" +"impervious";"impervious";101.349845880177;TRUE;"Your Place" +"vegetation";"impervious";821.64140812424;FALSE;"Your Place" +"vegetation";"impervious";16.5682122998405;FALSE;"Your Place" +"vegetation";"impervious";29.9605521257035;FALSE;"Your Place" +"vegetation";"impervious";389.014758848818;FALSE;"Your Place" +"vegetation";"vegetation";10.9392389879795;TRUE;"Your Place" +"vegetation";"vegetation";728.762971537188;TRUE;"Your Place" +"vegetation";"vegetation";0.173545153113082;TRUE;"Your Place" +"vegetation";"vegetation";18.4465601592819;TRUE;"Your Place" +"vegetation";"vegetation";867.517817196669;TRUE;"Your Place" +"vegetation";"impervious";1.45369558030507;FALSE;"Your Place" +"vegetation";"impervious";4.7231396274874;FALSE;"Your Place" +"vegetation";"impervious";25.8635514969938;FALSE;"Your Place" +"vegetation";"impervious";0.869665314501617;FALSE;"Your Place" +"vegetation";"vegetation";134.561290475776;TRUE;"Your Place" +"vegetation";"vegetation";235.970880746434;TRUE;"Your Place" +"vegetation";"vegetation";322.881431390066;TRUE;"Your Place" +"vegetation";"vegetation";392.193021248095;TRUE;"Your Place" +"vegetation";"vegetation";5052.16443564929;TRUE;"Your Place" +"vegetation";"vegetation";1250.72202628445;TRUE;"Your Place" +"vegetation";"vegetation";57.3620132354554;TRUE;"Your Place" +"vegetation";"vegetation";17.1277993828116;TRUE;"Your Place" +"impervious";"vegetation";55.8678651144728;FALSE;"Your Place" +"vegetation";"vegetation";6019.3048246149;TRUE;"Your Place" +"vegetation";"vegetation";459.926016962156;TRUE;"Your Place" +"vegetation";"vegetation";9925.61606379831;TRUE;"Your Place" +"vegetation";"impervious";328.156757771503;FALSE;"Your Place" +"vegetation";"impervious";348.806998841465;FALSE;"Your Place" +"vegetation";"vegetation";6161.26252102619;TRUE;"Your Place" +"vegetation";"vegetation";69.4628232733812;TRUE;"Your Place" +"vegetation";"vegetation";21.1053200857714;TRUE;"Your Place" +"vegetation";"vegetation";20581.6840826286;TRUE;"Your Place" +"vegetation";"vegetation";42.3618878233247;TRUE;"Your Place" +"vegetation";"vegetation";191.670798565232;TRUE;"Your Place" +"vegetation";"vegetation";408.209908075052;TRUE;"Your Place" +"vegetation";"vegetation";14.5249924033415;TRUE;"Your Place" +"vegetation";"vegetation";8260.48354148178;TRUE;"Your Place" +"vegetation";"vegetation";0.144887657195795;TRUE;"Your Place" +"vegetation";"vegetation";893.31273719389;TRUE;"Your Place" +"vegetation";"vegetation";519.455536811613;TRUE;"Your Place" +"vegetation";"vegetation";3010.54318537319;TRUE;"Your Place" +"vegetation";"vegetation";1101.50597633154;TRUE;"Your Place" +"vegetation";"vegetation";29.3626165972091;TRUE;"Your Place" +"vegetation";"vegetation";1771.67592688533;TRUE;"Your Place" +"vegetation";"vegetation";8.55217587633524;TRUE;"Your Place" +"vegetation";"vegetation";385.866859291214;TRUE;"Your Place" +"vegetation";"vegetation";405.172532251596;TRUE;"Your Place" +"vegetation";"impervious";23.4410665234318;FALSE;"Your Place" +"vegetation";"impervious";10.3969037736533;FALSE;"Your Place" +"vegetation";"impervious";1394.86710248701;FALSE;"Your Place" +"vegetation";"impervious";4.75920337019488;FALSE;"Your Place" +"vegetation";"impervious";971.97223341465;FALSE;"Your Place" +"vegetation";"impervious";22.6389826152008;FALSE;"Your Place" +"vegetation";"impervious";209.740070641041;FALSE;"Your Place" +"vegetation";"vegetation";6.19914292544127;TRUE;"Your Place" +"vegetation";"vegetation";257.743314898224;TRUE;"Your Place" +"vegetation";"vegetation";17.2343337569619;TRUE;"Your Place" +"vegetation";"vegetation";2781.45119951514;TRUE;"Your Place" +"vegetation";"vegetation";190.994500411442;TRUE;"Your Place" +"water";"vegetation";185.345358922525;FALSE;"Your Place" +"vegetation";"vegetation";8546.93460198829;TRUE;"Your Place" +"vegetation";"vegetation";390.895062458003;TRUE;"Your Place" +"water";"water";0.00318592498661019;TRUE;"Your Place" +"water";"water";10027.8864377812;TRUE;"Your Place" +"vegetation";"water";1887.69323254778;FALSE;"Your Place" +"vegetation";"vegetation";324.232293058187;TRUE;"Your Place" +"vegetation";"vegetation";26.0728046111763;TRUE;"Your Place" +"vegetation";"vegetation";139.193047767039;TRUE;"Your Place" +"vegetation";"vegetation";32.2100924971746;TRUE;"Your Place" +"vegetation";"impervious";13.44829701446;FALSE;"Your Place" +"vegetation";"impervious";91.6952275955118;FALSE;"Your Place" +"vegetation";"impervious";46.6021109614521;FALSE;"Your Place" +"vegetation";"impervious";9.9691845595371;FALSE;"Your Place" +"vegetation";"impervious";6.66641371347941;FALSE;"Your Place" +"vegetation";"vegetation";16.5478910293896;TRUE;"Your Place" +"vegetation";"vegetation";83.0593347477261;TRUE;"Your Place" +"vegetation";"vegetation";344.260806871578;TRUE;"Your Place" +"vegetation";"vegetation";170.513689784566;TRUE;"Your Place" +"vegetation";"impervious";173.251146098832;FALSE;"Your Place" +"vegetation";"vegetation";76.2348560604732;TRUE;"Your Place" +"vegetation";"vegetation";1.54425304092001;TRUE;"Your Place" +"vegetation";"vegetation";113.386659149488;TRUE;"Your Place" +"vegetation";"vegetation";706.077382654184;TRUE;"Your Place" +"vegetation";"vegetation";2.65468942560256;TRUE;"Your Place" +"vegetation";"impervious";21.4913742260542;FALSE;"Your Place" +"vegetation";"impervious";4.22395333671011;FALSE;"Your Place" +"vegetation";"impervious";180.26724947663;FALSE;"Your Place" +"vegetation";"impervious";62.0578061233973;FALSE;"Your Place" +"vegetation";"impervious";225.9911806155;FALSE;"Your Place" +"vegetation";"impervious";148.669655545615;FALSE;"Your Place" +"vegetation";"vegetation";2.80806937860325;TRUE;"Your Place" +"vegetation";"vegetation";0.164352052845061;TRUE;"Your Place" +"vegetation";"vegetation";19431.5371325303;TRUE;"Your Place" +"vegetation";"impervious";5.95067102671601;FALSE;"Your Place" +"vegetation";"impervious";617.183537082397;FALSE;"Your Place" +"vegetation";"impervious";397.471179657849;FALSE;"Your Place" +"vegetation";"impervious";155.629325764894;FALSE;"Your Place" +"vegetation";"vegetation";851.044056634128;TRUE;"Your Place" +"urban";"water";4498.36960365392;FALSE;"Your Place" +"water";"water";20.3282732646912;TRUE;"Your Place" +"water";"water";7820.95208830317;TRUE;"Your Place" +"vegetation";"water";813.127913670731;FALSE;"Your Place" +"water";"water";38023.964768358;TRUE;"Your Place" +"water";"water";35981.61849733;TRUE;"Your Place" +"vegetation";"water";851.07243134384;FALSE;"Your Place" +"water";"water";19284.398103195;TRUE;"Your Place" +"water";"water";794.568598844809;TRUE;"Your Place" +"impervious";"water";0.767410228814697;FALSE;"Your Place" +"water";"water";16.8226778302342;TRUE;"Your Place" +"impervious";"water";2.0858551885467;FALSE;"Your Place" +"impervious";"water";235.651069161569;FALSE;"Your Place" +"water";"vegetation";2248.20004376862;FALSE;"Your Place" +"vegetation";"vegetation";205826.001142025;TRUE;"Your Place" +"impervious";"vegetation";34.1391762515996;FALSE;"Your Place" +"vegetation";"vegetation";13229.0518174907;TRUE;"Your Place" +"vegetation";"vegetation";114.514566423837;TRUE;"Your Place" +"vegetation";"vegetation";100361.198845984;TRUE;"Your Place" +"vegetation";"vegetation";24.6007479949621;TRUE;"Your Place" +"vegetation";"vegetation";414.762595361448;TRUE;"Your Place" +"vegetation";"vegetation";188.803555626422;TRUE;"Your Place" +"vegetation";"vegetation";64.4606475215405;TRUE;"Your Place" +"vegetation";"vegetation";536177.082239276;TRUE;"Your Place" +"vegetation";"vegetation";157.716666438093;TRUE;"Your Place" +"vegetation";"vegetation";130245.100436793;TRUE;"Your Place" +"impervious";"vegetation";9.67631941614673;FALSE;"Your Place" +"vegetation";"vegetation";113.305380788632;TRUE;"Your Place" +"vegetation";"vegetation";23190.4332409579;TRUE;"Your Place" +"vegetation";"vegetation";21679.3849743743;TRUE;"Your Place" +"urban";"vegetation";31.2032105181079;FALSE;"Your Place" +"vegetation";"vegetation";52.9320506417571;TRUE;"Your Place" +"impervious";"vegetation";3.55966286361217;FALSE;"Your Place" +"impervious";"vegetation";968.668334966293;FALSE;"Your Place" +"vegetation";"vegetation";2.16010253406148;TRUE;"Your Place" +"vegetation";"vegetation";37.7795832008123;TRUE;"Your Place" +"vegetation";"vegetation";31192.2949175183;TRUE;"Your Place" +"vegetation";"vegetation";1.24615529905714;TRUE;"Your Place" +"vegetation";"vegetation";11.117055144161;TRUE;"Your Place" +"vegetation";"vegetation";16586.9762656402;TRUE;"Your Place" +"urban";"vegetation";5845.91441061166;FALSE;"Your Place" +"vegetation";"vegetation";226.575521381106;TRUE;"Your Place" +"vegetation";"vegetation";4559.26567044039;TRUE;"Your Place" +"vegetation";"vegetation";275.151728279505;TRUE;"Your Place" +"vegetation";"vegetation";115.157652132213;TRUE;"Your Place" +"vegetation";"vegetation";24625.0632195725;TRUE;"Your Place" +"urban";"vegetation";65.138764668256;FALSE;"Your Place" +"urban";"vegetation";67.6132196472026;FALSE;"Your Place" +"urban";"vegetation";7.23902807134436;FALSE;"Your Place" +"urban";"vegetation";39.366777901756;FALSE;"Your Place" +"urban";"vegetation";3.66354427672923;FALSE;"Your Place" +"urban";"vegetation";1.8066318212077;FALSE;"Your Place" +"urban";"vegetation";9540.72801192774;FALSE;"Your Place" +"water";"vegetation";777.867944886773;FALSE;"Your Place" +"vegetation";"vegetation";9616.18007963669;TRUE;"Your Place" +"water";"vegetation";7.68393977238156;FALSE;"Your Place" +"impervious";"vegetation";15.1429946251155;FALSE;"Your Place" +"impervious";"vegetation";1.51892560387932;FALSE;"Your Place" +"impervious";"vegetation";6.81807231873972;FALSE;"Your Place" +"impervious";"vegetation";10.5150561113551;FALSE;"Your Place" +"impervious";"vegetation";2145.9561449273;FALSE;"Your Place" +"urban";"vegetation";23682.1621011682;FALSE;"Your Place" +"urban";"vegetation";36106.4797013358;FALSE;"Your Place" +"urban";"vegetation";14.0929107362172;FALSE;"Your Place" +"vegetation";"vegetation";2654.42367635199;TRUE;"Your Place" +"vegetation";"vegetation";1127.94567484781;TRUE;"Your Place" +"vegetation";"vegetation";35579.4604635507;TRUE;"Your Place" +"vegetation";"vegetation";5.76504703093087;TRUE;"Your Place" +"vegetation";"vegetation";8.89304877718678;TRUE;"Your Place" +"vegetation";"vegetation";75221.5976918426;TRUE;"Your Place" +"urban";"vegetation";844.511906752363;FALSE;"Your Place" +"vegetation";"vegetation";13793.905934989;TRUE;"Your Place" +"vegetation";"vegetation";7224.23017736309;TRUE;"Your Place" +"vegetation";"vegetation";7222.13877003224;TRUE;"Your Place" +"vegetation";"vegetation";1495.33354420666;TRUE;"Your Place" +"impervious";"vegetation";33.6984070942272;FALSE;"Your Place" +"vegetation";"vegetation";13031.0315155829;TRUE;"Your Place" +"vegetation";"vegetation";4469.53819679222;TRUE;"Your Place" +"vegetation";"vegetation";14.2648887213436;TRUE;"Your Place" +"vegetation";"vegetation";352.891431109631;TRUE;"Your Place" +"vegetation";"vegetation";16207.131643788;TRUE;"Your Place" +"impervious";"vegetation";4812.38207943743;FALSE;"Your Place" +"urban";"vegetation";2896.46141745159;FALSE;"Your Place" +"vegetation";"vegetation";14404.8688524216;TRUE;"Your Place" +"vegetation";"vegetation";6.87981193582527;TRUE;"Your Place" +"vegetation";"vegetation";14058.6523930561;TRUE;"Your Place" +"vegetation";"vegetation";1877.43182349787;TRUE;"Your Place" +"vegetation";"vegetation";8.00424603122519;TRUE;"Your Place" +"urban";"vegetation";951.981283882271;FALSE;"Your Place" +"vegetation";"vegetation";939.013669182619;TRUE;"Your Place" +"vegetation";"vegetation";55546.6108822712;TRUE;"Your Place" +"vegetation";"vegetation";489.008439475903;TRUE;"Your Place" +"vegetation";"vegetation";3043.34497137158;TRUE;"Your Place" +"vegetation";"vegetation";327.911963291583;TRUE;"Your Place" +"urban";"vegetation";3384.07129906505;FALSE;"Your Place" +"vegetation";"vegetation";16.5378483466375;TRUE;"Your Place" +"impervious";"vegetation";0.100750931364018;FALSE;"Your Place" +"vegetation";"vegetation";348.936964029679;TRUE;"Your Place" +"vegetation";"vegetation";17.4106411542743;TRUE;"Your Place" +"vegetation";"vegetation";3.15795312216505;TRUE;"Your Place" +"vegetation";"vegetation";332.793715333151;TRUE;"Your Place" +"vegetation";"vegetation";40294.1212977199;TRUE;"Your Place" +"impervious";"vegetation";158.636098593852;FALSE;"Your Place" +"urban";"vegetation";1037.79931392777;FALSE;"Your Place" +"impervious";"vegetation";52.6322737745941;FALSE;"Your Place" +"vegetation";"vegetation";88226.1484824912;TRUE;"Your Place" +"vegetation";"vegetation";89.2479019669263;TRUE;"Your Place" +"vegetation";"vegetation";1103.83738132007;TRUE;"Your Place" +"vegetation";"vegetation";5187.54276427957;TRUE;"Your Place" +"urban";"vegetation";3229.25547227217;FALSE;"Your Place" +"vegetation";"vegetation";47.5443186601624;TRUE;"Your Place" +"vegetation";"vegetation";7340.43585611181;TRUE;"Your Place" +"vegetation";"vegetation";687.704071854241;TRUE;"Your Place" +"vegetation";"vegetation";10528.7370662866;TRUE;"Your Place" +"vegetation";"vegetation";39.2406776979915;TRUE;"Your Place" +"impervious";"vegetation";2798.11488876271;FALSE;"Your Place" +"vegetation";"vegetation";23454.4974939878;TRUE;"Your Place" +"impervious";"vegetation";0.113354489207268;FALSE;"Your Place" +"impervious";"vegetation";1.433196987462;FALSE;"Your Place" +"vegetation";"vegetation";33.0699586227056;TRUE;"Your Place" +"impervious";"vegetation";4.12552319280803;FALSE;"Your Place" +"impervious";"vegetation";6.87368721887469;FALSE;"Your Place" +"impervious";"vegetation";54.2927282792516;FALSE;"Your Place" +"impervious";"vegetation";314.990122649819;FALSE;"Your Place" +"vegetation";"vegetation";138.452860902995;TRUE;"Your Place" +"vegetation";"vegetation";239.444774296135;TRUE;"Your Place" +"vegetation";"vegetation";61.7385193170048;TRUE;"Your Place" +"vegetation";"vegetation";0.281465126667172;TRUE;"Your Place" +"vegetation";"vegetation";16.3893857565126;TRUE;"Your Place" +"impervious";"vegetation";47.9473960370524;FALSE;"Your Place" +"vegetation";"vegetation";1.72073705145158;TRUE;"Your Place" +"vegetation";"vegetation";501405.946547656;TRUE;"Your Place" +"vegetation";"vegetation";52.5676924310392;TRUE;"Your Place" +"vegetation";"vegetation";155.510032634251;TRUE;"Your Place" +"vegetation";"vegetation";58.8146962883184;TRUE;"Your Place" +"vegetation";"vegetation";17015.7974048739;TRUE;"Your Place" +"vegetation";"vegetation";245.48980410058;TRUE;"Your Place" +"urban";"vegetation";6643.18441242575;FALSE;"Your Place" +"urban";"vegetation";4202.227168791;FALSE;"Your Place" +"water";"vegetation";369.77318969171;FALSE;"Your Place" +"vegetation";"vegetation";9603.72298859991;TRUE;"Your Place" +"vegetation";"vegetation";27528.3425820149;TRUE;"Your Place" +"water";"vegetation";295.048205292318;FALSE;"Your Place" +"vegetation";"vegetation";9523.9311302198;TRUE;"Your Place" +"vegetation";"vegetation";25704.0306980253;TRUE;"Your Place" +"vegetation";"vegetation";11001.8452667683;TRUE;"Your Place" +"urban";"impervious";61.1876999464585;FALSE;"Your Place" +"urban";"impervious";42.8280403846875;FALSE;"Your Place" +"urban";"impervious";2.8380749700118;FALSE;"Your Place" +"impervious";"impervious";4942.12846117548;TRUE;"Your Place" +"urban";"vegetation";61.692780379788;FALSE;"Your Place" +"urban";"vegetation";12.6038336539641;FALSE;"Your Place" +"urban";"vegetation";52.2466080613958;FALSE;"Your Place" +"impervious";"vegetation";53.8573996911291;FALSE;"Your Place" +"impervious";"vegetation";0.696437158607296;FALSE;"Your Place" +"impervious";"vegetation";383.079707595345;FALSE;"Your Place" +"vegetation";"vegetation";5763.77057602676;TRUE;"Your Place" +"urban";"vegetation";7.31919554370143;FALSE;"Your Place" +"urban";"vegetation";0.186794218607247;FALSE;"Your Place" +"vegetation";"vegetation";8082.06349016854;TRUE;"Your Place" +"vegetation";"vegetation";0.130991078331135;TRUE;"Your Place" +"vegetation";"vegetation";74.8947541695088;TRUE;"Your Place" +"water";"vegetation";0.00224353142766631;FALSE;"Your Place" +"vegetation";"vegetation";1138.406874854;TRUE;"Your Place" +"vegetation";"vegetation";25185.0035032034;TRUE;"Your Place" +"impervious";"vegetation";7.64533163176384;FALSE;"Your Place" +"vegetation";"vegetation";2560.25552841864;TRUE;"Your Place" +"urban";"vegetation";18.7675973186269;FALSE;"Your Place" +"urban";"vegetation";67.0641057787434;FALSE;"Your Place" +"urban";"vegetation";6303.08305350505;FALSE;"Your Place" +"impervious";"vegetation";1.82766257086769;FALSE;"Your Place" +"vegetation";"vegetation";0.226482839585515;TRUE;"Your Place" +"vegetation";"vegetation";9638.60351642981;TRUE;"Your Place" +"impervious";"vegetation";787.56776623195;FALSE;"Your Place" +"vegetation";"vegetation";32280.5052472176;TRUE;"Your Place" +"vegetation";"vegetation";5.84401248861104;TRUE;"Your Place" +"vegetation";"vegetation";16.1973904930055;TRUE;"Your Place" +"urban";"impervious";7488.11789480713;FALSE;"Your Place" +"vegetation";"vegetation";3640.211229451;TRUE;"Your Place" +"vegetation";"vegetation";15221.228871083;TRUE;"Your Place" +"urban";"vegetation";5055.87974467716;FALSE;"Your Place" +"impervious";"vegetation";45.3209639033303;FALSE;"Your Place" +"impervious";"vegetation";0.103688277769834;FALSE;"Your Place" +"vegetation";"vegetation";1426.69560533867;TRUE;"Your Place" +"vegetation";"vegetation";17571.5534649394;TRUE;"Your Place" +"vegetation";"vegetation";3945.76274148325;TRUE;"Your Place" +"vegetation";"vegetation";96.3422831948847;TRUE;"Your Place" +"urban";"vegetation";5155.09033380751;FALSE;"Your Place" +"vegetation";"vegetation";3569.70958694071;TRUE;"Your Place" +"vegetation";"vegetation";335.28584412788;TRUE;"Your Place" +"vegetation";"vegetation";93713.5125915899;TRUE;"Your Place" +"vegetation";"vegetation";5.10727417899761;TRUE;"Your Place" +"vegetation";"vegetation";1046.2692629149;TRUE;"Your Place" +"vegetation";"vegetation";53.9325047284365;TRUE;"Your Place" +"vegetation";"vegetation";7101.32791402936;TRUE;"Your Place" +"impervious";"vegetation";24.5391963758739;FALSE;"Your Place" +"impervious";"vegetation";965.264596276917;FALSE;"Your Place" +"vegetation";"vegetation";42424.3613449298;TRUE;"Your Place" +"vegetation";"vegetation";28.4985495167784;TRUE;"Your Place" +"vegetation";"vegetation";638.657787192147;TRUE;"Your Place" +"vegetation";"vegetation";2651.49496870348;TRUE;"Your Place" +"urban";"vegetation";9975.22386840149;FALSE;"Your Place" +"urban";"vegetation";10.2372378166765;FALSE;"Your Place" +"impervious";"vegetation";155.036633336465;FALSE;"Your Place" +"vegetation";"vegetation";101.241823273827;TRUE;"Your Place" +"vegetation";"vegetation";5160.92594791949;TRUE;"Your Place" +"vegetation";"vegetation";55.6705193510279;TRUE;"Your Place" +"vegetation";"vegetation";32332.127321108;TRUE;"Your Place" +"urban";"vegetation";8299.21706497923;FALSE;"Your Place" +"vegetation";"vegetation";24.2080036858097;TRUE;"Your Place" +"vegetation";"vegetation";0.117349457519595;TRUE;"Your Place" +"vegetation";"vegetation";3684.76982445018;TRUE;"Your Place" +"vegetation";"vegetation";63377.0469261853;TRUE;"Your Place" +"vegetation";"vegetation";596.577669921215;TRUE;"Your Place" +"vegetation";"vegetation";0.397069867118262;TRUE;"Your Place" +"vegetation";"vegetation";40.4349314584397;TRUE;"Your Place" +"vegetation";"vegetation";7457.90905160923;TRUE;"Your Place" +"urban";"vegetation";2141.58136395313;FALSE;"Your Place" +"urban";"vegetation";1.41028917301446;FALSE;"Your Place" +"vegetation";"vegetation";0.0339450522587867;TRUE;"Your Place" +"vegetation";"vegetation";159.723880279344;TRUE;"Your Place" +"vegetation";"vegetation";10.989678799393;TRUE;"Your Place" +"vegetation";"vegetation";3.7959118791623;TRUE;"Your Place" +"vegetation";"vegetation";39112.4308276064;TRUE;"Your Place" +"impervious";"vegetation";193.75303049176;FALSE;"Your Place" +"vegetation";"vegetation";1.53399659882416;TRUE;"Your Place" +"vegetation";"vegetation";106.934562972223;TRUE;"Your Place" +"impervious";"vegetation";1761.78880866426;FALSE;"Your Place" +"vegetation";"vegetation";11.3775564655662;TRUE;"Your Place" +"vegetation";"vegetation";53.2528514188598;TRUE;"Your Place" +"urban";"vegetation";18.7365998225287;FALSE;"Your Place" +"impervious";"vegetation";12.1467917556874;FALSE;"Your Place" +"impervious";"vegetation";5205.80489854258;FALSE;"Your Place" +"vegetation";"vegetation";115.637656240477;TRUE;"Your Place" +"impervious";"vegetation";1.22656057309359;FALSE;"Your Place" +"vegetation";"vegetation";3.41960631147958;TRUE;"Your Place" +"vegetation";"vegetation";304.906655014027;TRUE;"Your Place" +"vegetation";"vegetation";0.110888386843726;TRUE;"Your Place" +"vegetation";"vegetation";35.0452699314046;TRUE;"Your Place" +"vegetation";"vegetation";47752.2297510556;TRUE;"Your Place" +"vegetation";"vegetation";1.48552032094449;TRUE;"Your Place" +"vegetation";"vegetation";132.305213399231;TRUE;"Your Place" +"vegetation";"vegetation";4642.35294547887;TRUE;"Your Place" +"urban";"vegetation";6766.87802652284;FALSE;"Your Place" +"impervious";"vegetation";969.992528832081;FALSE;"Your Place" +"vegetation";"vegetation";30419.904046537;TRUE;"Your Place" +"vegetation";"vegetation";18.265964174585;TRUE;"Your Place" +"urban";"impervious";1750.29313975433;FALSE;"Your Place" +"urban";"vegetation";19.7803133472335;FALSE;"Your Place" +"urban";"vegetation";25925.6858013466;FALSE;"Your Place" +"urban";"vegetation";7.65254946115601;FALSE;"Your Place" +"urban";"vegetation";11.8955170123663;FALSE;"Your Place" +"urban";"vegetation";42.8915722559323;FALSE;"Your Place" +"urban";"vegetation";22.4285519840931;FALSE;"Your Place" +"vegetation";"vegetation";14.7659244964307;TRUE;"Your Place" +"impervious";"vegetation";0.312293383991346;FALSE;"Your Place" +"vegetation";"vegetation";8.45008361993678;TRUE;"Your Place" +"vegetation";"vegetation";0.00964652298716828;TRUE;"Your Place" +"impervious";"vegetation";2.33001764885012;FALSE;"Your Place" +"vegetation";"vegetation";2715.98180317855;TRUE;"Your Place" +"vegetation";"vegetation";0.00429114373400807;TRUE;"Your Place" +"impervious";"vegetation";21891.7361403853;FALSE;"Your Place" +"impervious";"vegetation";4262.69073885959;FALSE;"Your Place" +"urban";"vegetation";0.273144583698013;FALSE;"Your Place" +"urban";"vegetation";1528.10272889212;FALSE;"Your Place" +"vegetation";"vegetation";351.40904362197;TRUE;"Your Place" +"vegetation";"vegetation";4319.40730468839;TRUE;"Your Place" +"vegetation";"vegetation";35.7351313224062;TRUE;"Your Place" +"vegetation";"vegetation";24962.3171220529;TRUE;"Your Place" +"impervious";"vegetation";85.3761591305956;FALSE;"Your Place" +"impervious";"vegetation";0.503943678413634;FALSE;"Your Place" +"vegetation";"vegetation";13.9117769525619;TRUE;"Your Place" +"vegetation";"vegetation";53.8282740480499;TRUE;"Your Place" +"vegetation";"vegetation";2.44633882248309;TRUE;"Your Place" +"impervious";"vegetation";43.3252821628121;FALSE;"Your Place" +"vegetation";"vegetation";223.664151127887;TRUE;"Your Place" +"impervious";"vegetation";2536.33686625212;FALSE;"Your Place" +"urban";"vegetation";13.8513740971684;FALSE;"Your Place" +"urban";"vegetation";32392.2799672215;FALSE;"Your Place" +"urban";"vegetation";0.429870934109204;FALSE;"Your Place" +"impervious";"vegetation";0.861426542513072;FALSE;"Your Place" +"urban";"vegetation";5145.92694514035;FALSE;"Your Place" +"urban";"vegetation";3535.73215656402;FALSE;"Your Place" +"urban";"vegetation";84.9055709544336;FALSE;"Your Place" +"vegetation";"vegetation";404.658616384957;TRUE;"Your Place" +"vegetation";"vegetation";38.6721964663593;TRUE;"Your Place" +"vegetation";"vegetation";76.5883723187508;TRUE;"Your Place" +"vegetation";"vegetation";554.533227573382;TRUE;"Your Place" +"urban";"vegetation";10.3473892528564;FALSE;"Your Place" +"vegetation";"vegetation";190.969929220271;TRUE;"Your Place" +"vegetation";"vegetation";41819.1288405739;TRUE;"Your Place" +"vegetation";"vegetation";63.5879740198179;TRUE;"Your Place" +"impervious";"impervious";171.74549822323;TRUE;"Your Place" +"vegetation";"impervious";40.0157652578782;FALSE;"Your Place" +"vegetation";"impervious";7523.00875451602;FALSE;"Your Place" +"vegetation";"impervious";20.416450917488;FALSE;"Your Place" +"urban";"vegetation";22.6194565084297;FALSE;"Your Place" +"vegetation";"vegetation";18.8280805465765;TRUE;"Your Place" +"vegetation";"vegetation";290.431279836863;TRUE;"Your Place" +"vegetation";"vegetation";53.3949549994431;TRUE;"Your Place" +"vegetation";"vegetation";964.146105389693;TRUE;"Your Place" +"vegetation";"vegetation";22535.8647335861;TRUE;"Your Place" +"vegetation";"vegetation";1678.17335453071;TRUE;"Your Place" +"vegetation";"vegetation";24.0779208848253;TRUE;"Your Place" +"impervious";"vegetation";0.449070907197893;FALSE;"Your Place" +"impervious";"vegetation";29853.5400352796;FALSE;"Your Place" +"vegetation";"vegetation";0.7974623744376;TRUE;"Your Place" +"urban";"vegetation";1.32772346632555;FALSE;"Your Place" +"urban";"vegetation";2.38968491647393;FALSE;"Your Place" +"vegetation";"vegetation";320.048757458106;TRUE;"Your Place" +"vegetation";"vegetation";6091.07598117646;TRUE;"Your Place" +"impervious";"vegetation";6152.3356403457;FALSE;"Your Place" +"urban";"vegetation";20604.0344139356;FALSE;"Your Place" +"urban";"vegetation";65.5934941875748;FALSE;"Your Place" +"urban";"vegetation";0.0215976261824835;FALSE;"Your Place" +"urban";"vegetation";3.30853409483097;FALSE;"Your Place" +"vegetation";"vegetation";419.458175730193;TRUE;"Your Place" +"vegetation";"vegetation";8.95259944128338;TRUE;"Your Place" +"vegetation";"vegetation";37262.9525665843;TRUE;"Your Place" +"vegetation";"vegetation";14033.5612269407;TRUE;"Your Place" +"vegetation";"vegetation";3607.00880996697;TRUE;"Your Place" +"vegetation";"vegetation";5.15122155938298;TRUE;"Your Place" +"urban";"vegetation";67599.7568155862;FALSE;"Your Place" +"urban";"vegetation";239.031454369891;FALSE;"Your Place" +"vegetation";"vegetation";26.4912845043;TRUE;"Your Place" +"water";"vegetation";265.644795223692;FALSE;"Your Place" +"water";"vegetation";22.6341382919345;FALSE;"Your Place" +"water";"vegetation";6.137510583736;FALSE;"Your Place" +"vegetation";"vegetation";26203.3068702468;TRUE;"Your Place" +"impervious";"vegetation";4.13602083659498;FALSE;"Your Place" +"vegetation";"vegetation";25.4741017766064;TRUE;"Your Place" +"impervious";"vegetation";43.8774544494227;FALSE;"Your Place" +"vegetation";"vegetation";263.506428025663;TRUE;"Your Place" +"vegetation";"vegetation";581.484947523277;TRUE;"Your Place" +"vegetation";"vegetation";2.44972015125677;TRUE;"Your Place" +"vegetation";"vegetation";47.2007468780503;TRUE;"Your Place" +"vegetation";"vegetation";6295.96783110569;TRUE;"Your Place" +"urban";"vegetation";5976.68456709385;FALSE;"Your Place" +"vegetation";"vegetation";878.337930241985;TRUE;"Your Place" +"vegetation";"vegetation";0.000292169828753686;TRUE;"Your Place" +"vegetation";"vegetation";53668.6491258647;TRUE;"Your Place" +"impervious";"vegetation";83.9687295816839;FALSE;"Your Place" +"vegetation";"vegetation";58.6083659380674;TRUE;"Your Place" +"urban";"impervious";7.15212680300465;FALSE;"Your Place" +"impervious";"impervious";0.102766431286;TRUE;"Your Place" +"water";"impervious";15.793408928701;FALSE;"Your Place" +"impervious";"impervious";807.778994217748;TRUE;"Your Place" +"impervious";"vegetation";35.4915862176567;FALSE;"Your Place" +"impervious";"vegetation";6.43891997722676;FALSE;"Your Place" +"vegetation";"vegetation";17896.4770317767;TRUE;"Your Place" +"vegetation";"vegetation";54.292854281608;TRUE;"Your Place" +"impervious";"vegetation";26.1843513920903;FALSE;"Your Place" +"impervious";"vegetation";0.0382259068719577;FALSE;"Your Place" +"vegetation";"vegetation";141.173206867417;TRUE;"Your Place" +"impervious";"vegetation";83.3726673730416;FALSE;"Your Place" +"vegetation";"vegetation";21504.3064871684;TRUE;"Your Place" +"vegetation";"vegetation";50.1478337685112;TRUE;"Your Place" +"urban";"vegetation";202.255514859222;FALSE;"Your Place" +"urban";"vegetation";6.81646415166324;FALSE;"Your Place" +"urban";"vegetation";50.7148402519524;FALSE;"Your Place" +"vegetation";"vegetation";68625.1159594357;TRUE;"Your Place" +"urban";"vegetation";4.9744432233274;FALSE;"Your Place" +"urban";"vegetation";475.256828477839;FALSE;"Your Place" +"vegetation";"vegetation";248.398118982019;TRUE;"Your Place" +"vegetation";"vegetation";19953.4185379469;TRUE;"Your Place" +"vegetation";"vegetation";4307.09633732597;TRUE;"Your Place" +"vegetation";"vegetation";18041.291094514;TRUE;"Your Place" +"vegetation";"vegetation";4450.20742845163;TRUE;"Your Place" +"impervious";"vegetation";3651.56226262543;FALSE;"Your Place" +"vegetation";"vegetation";85.2909284111811;TRUE;"Your Place" +"urban";"vegetation";10.5292959001381;FALSE;"Your Place" +"vegetation";"vegetation";912.800214208222;TRUE;"Your Place" +"vegetation";"vegetation";15937.5441582569;TRUE;"Your Place" +"urban";"impervious";1795.70788365952;FALSE;"Your Place" +"urban";"impervious";17.47449373774;FALSE;"Your Place" +"impervious";"vegetation";0.0770088279969059;FALSE;"Your Place" +"impervious";"vegetation";7.88633815832873;FALSE;"Your Place" +"impervious";"vegetation";8650.13075413633;FALSE;"Your Place" +"urban";"vegetation";2078.75450112531;FALSE;"Your Place" +"vegetation";"vegetation";4.29948121588677;TRUE;"Your Place" +"vegetation";"vegetation";26636.6271314299;TRUE;"Your Place" +"vegetation";"vegetation";37.2028881374863;TRUE;"Your Place" +"impervious";"vegetation";8.08195786306533;FALSE;"Your Place" +"impervious";"vegetation";6411.99844189291;FALSE;"Your Place" +"urban";"vegetation";31.1345580350608;FALSE;"Your Place" +"urban";"vegetation";8320.77943322295;FALSE;"Your Place" +"vegetation";"vegetation";0.361091835482512;TRUE;"Your Place" +"vegetation";"vegetation";10.3614823895041;TRUE;"Your Place" +"vegetation";"vegetation";135.215339453891;TRUE;"Your Place" +"vegetation";"vegetation";4519.31194408634;TRUE;"Your Place" +"vegetation";"vegetation";59.9878795974946;TRUE;"Your Place" +"vegetation";"vegetation";23.2760429106274;TRUE;"Your Place" +"vegetation";"vegetation";6630.62177447928;TRUE;"Your Place" +"vegetation";"vegetation";430.984733185265;TRUE;"Your Place" +"vegetation";"vegetation";368.856943737017;TRUE;"Your Place" +"vegetation";"vegetation";14854.4852367512;TRUE;"Your Place" +"impervious";"impervious";31590.0276834262;TRUE;"Your Place" +"impervious";"impervious";43.8560304599814;TRUE;"Your Place" +"vegetation";"vegetation";2509.93818337098;TRUE;"Your Place" +"vegetation";"vegetation";41.4122596904635;TRUE;"Your Place" +"vegetation";"vegetation";3.8023356392514;TRUE;"Your Place" +"vegetation";"vegetation";110.54082508594;TRUE;"Your Place" +"vegetation";"vegetation";3.55986974731786;TRUE;"Your Place" +"impervious";"vegetation";28.6863104370423;FALSE;"Your Place" +"impervious";"vegetation";253.885499478318;FALSE;"Your Place" +"vegetation";"vegetation";11.7310670470688;TRUE;"Your Place" +"impervious";"vegetation";1719.65159010165;FALSE;"Your Place" +"impervious";"vegetation";50.0214672364527;FALSE;"Your Place" +"vegetation";"vegetation";20067.7025426768;TRUE;"Your Place" +"vegetation";"vegetation";34628.9782681488;TRUE;"Your Place" +"impervious";"vegetation";23.8465632841994;FALSE;"Your Place" +"vegetation";"vegetation";8.96343548968434;TRUE;"Your Place" +"vegetation";"vegetation";40.6027944753878;TRUE;"Your Place" +"impervious";"vegetation";79.0971312705002;FALSE;"Your Place" +"vegetation";"vegetation";41784.9670026877;TRUE;"Your Place" +"urban";"vegetation";132.38707295883;FALSE;"Your Place" +"urban";"vegetation";28.2816056694719;FALSE;"Your Place" +"urban";"vegetation";5.59544185943378;FALSE;"Your Place" +"urban";"vegetation";189.190275738132;FALSE;"Your Place" +"urban";"vegetation";94.9746786440955;FALSE;"Your Place" +"urban";"vegetation";23.0485217557289;FALSE;"Your Place" +"vegetation";"vegetation";4.17284766351804;TRUE;"Your Place" +"impervious";"vegetation";59.1636531781405;FALSE;"Your Place" +"vegetation";"vegetation";2370.95040699607;TRUE;"Your Place" +"vegetation";"vegetation";221.752603506669;TRUE;"Your Place" +"vegetation";"vegetation";44294.4512927188;TRUE;"Your Place" +"urban";"vegetation";521.138940291479;FALSE;"Your Place" +"vegetation";"vegetation";10.371402798919;TRUE;"Your Place" +"vegetation";"vegetation";1950.20670083055;TRUE;"Your Place" +"impervious";"vegetation";0.857168554037344;FALSE;"Your Place" +"urban";"vegetation";36.8811882077716;FALSE;"Your Place" +"vegetation";"vegetation";1701.13277339697;TRUE;"Your Place" +"vegetation";"vegetation";646.317711885553;TRUE;"Your Place" +"impervious";"vegetation";87233.1668130087;FALSE;"Your Place" +"impervious";"vegetation";34.7798951470177;FALSE;"Your Place" +"urban";"impervious";66.3273646657472;FALSE;"Your Place" +"urban";"impervious";75.9919973639771;FALSE;"Your Place" +"impervious";"impervious";11.3738220232772;TRUE;"Your Place" +"vegetation";"impervious";68797.0216986621;FALSE;"Your Place" +"urban";"impervious";43.2143340479815;FALSE;"Your Place" +"urban";"impervious";5373.13596189767;FALSE;"Your Place" +"urban";"vegetation";2.16989913184079;FALSE;"Your Place" +"vegetation";"vegetation";28626.8553417446;TRUE;"Your Place" +"impervious";"vegetation";85.7186499696691;FALSE;"Your Place" +"urban";"vegetation";120.308013036614;FALSE;"Your Place" +"urban";"vegetation";65470.5626480252;FALSE;"Your Place" +"vegetation";"vegetation";11.7098597222812;TRUE;"Your Place" +"impervious";"vegetation";10.5494124116376;FALSE;"Your Place" +"vegetation";"vegetation";1.12859084345109;TRUE;"Your Place" +"vegetation";"vegetation";221.254658951395;TRUE;"Your Place" +"impervious";"vegetation";59955.4562214948;FALSE;"Your Place" +"vegetation";"vegetation";97.8328530406579;TRUE;"Your Place" +"impervious";"impervious";2695.98952650011;TRUE;"Your Place" +"urban";"vegetation";8782.04652048659;FALSE;"Your Place" +"vegetation";"vegetation";1766.54159550484;TRUE;"Your Place" +"impervious";"vegetation";107.85338399664;FALSE;"Your Place" +"urban";"vegetation";5920.65261380485;FALSE;"Your Place" +"urban";"vegetation";29.6447186480509;FALSE;"Your Place" +"urban";"vegetation";300.438587922603;FALSE;"Your Place" +"vegetation";"vegetation";213.605702296831;TRUE;"Your Place" +"impervious";"vegetation";15.4670986125711;FALSE;"Your Place" +"impervious";"vegetation";773.479212323204;FALSE;"Your Place" +"vegetation";"vegetation";75.6734004025348;TRUE;"Your Place" +"vegetation";"vegetation";2131.3427353611;TRUE;"Your Place" +"vegetation";"vegetation";5.44258712884039;TRUE;"Your Place" +"vegetation";"vegetation";23860.6098771959;TRUE;"Your Place" +"impervious";"vegetation";274.800192960072;FALSE;"Your Place" +"impervious";"vegetation";0.49427189794369;FALSE;"Your Place" +"vegetation";"impervious";1666.18385669042;FALSE;"Your Place" +"water";"impervious";110.140256173909;FALSE;"Your Place" +"vegetation";"impervious";29.5686420302372;FALSE;"Your Place" +"impervious";"impervious";209.220873989165;TRUE;"Your Place" +"vegetation";"impervious";5309.05264681531;FALSE;"Your Place" +"vegetation";"impervious";24.9836384257069;FALSE;"Your Place" +"urban";"vegetation";8.50812298018718;FALSE;"Your Place" +"urban";"vegetation";52.0372070401063;FALSE;"Your Place" +"impervious";"vegetation";14.8074413351715;FALSE;"Your Place" +"impervious";"vegetation";1.12362454127287;FALSE;"Your Place" +"vegetation";"vegetation";2.81451760069467;TRUE;"Your Place" +"vegetation";"vegetation";1408.19648870215;TRUE;"Your Place" +"vegetation";"vegetation";55.0747363752453;TRUE;"Your Place" +"vegetation";"vegetation";33918.1403019784;TRUE;"Your Place" +"urban";"vegetation";128.002398753073;FALSE;"Your Place" +"vegetation";"vegetation";30527.1666395161;TRUE;"Your Place" +"vegetation";"vegetation";80.9841731791385;TRUE;"Your Place" +"vegetation";"vegetation";38.4936238033697;TRUE;"Your Place" +"urban";"impervious";2304.49605302428;FALSE;"Your Place" +"urban";"impervious";37.4544882310656;FALSE;"Your Place" +"urban";"impervious";24.9752120347694;FALSE;"Your Place" +"impervious";"impervious";55.1436311189318;TRUE;"Your Place" +"vegetation";"vegetation";938.092388395686;TRUE;"Your Place" +"vegetation";"vegetation";634.337367070955;TRUE;"Your Place" +"urban";"vegetation";1.26056871004403;FALSE;"Your Place" +"vegetation";"vegetation";517.481644955755;TRUE;"Your Place" +"vegetation";"vegetation";293.421077002771;TRUE;"Your Place" +"vegetation";"vegetation";70.0722122411862;TRUE;"Your Place" +"impervious";"vegetation";22966.5708791658;FALSE;"Your Place" +"vegetation";"vegetation";53442.7627216005;TRUE;"Your Place" +"vegetation";"vegetation";3.44437559944345;TRUE;"Your Place" +"vegetation";"vegetation";6.37405334739015;TRUE;"Your Place" +"urban";"vegetation";2131.1559777162;FALSE;"Your Place" +"urban";"vegetation";102.329935687827;FALSE;"Your Place" +"urban";"vegetation";3.56292457105155;FALSE;"Your Place" +"urban";"vegetation";26.5496300536761;FALSE;"Your Place" +"urban";"vegetation";20.8154896372434;FALSE;"Your Place" +"urban";"vegetation";0.817461241946148;FALSE;"Your Place" +"urban";"vegetation";12.4212182356277;FALSE;"Your Place" +"urban";"vegetation";21.587670527806;FALSE;"Your Place" +"urban";"vegetation";22.4546359989326;FALSE;"Your Place" +"impervious";"vegetation";154.143033951521;FALSE;"Your Place" +"impervious";"vegetation";222.841844576251;FALSE;"Your Place" +"impervious";"vegetation";73003.1789961106;FALSE;"Your Place" +"urban";"vegetation";91.7671917882544;FALSE;"Your Place" +"urban";"vegetation";382.380317231757;FALSE;"Your Place" +"impervious";"vegetation";98769.1507181856;FALSE;"Your Place" +"impervious";"vegetation";596.268557247357;FALSE;"Your Place" +"vegetation";"vegetation";70.1748835912804;TRUE;"Your Place" +"vegetation";"vegetation";3940.4743363962;TRUE;"Your Place" +"urban";"vegetation";67.2321955544231;FALSE;"Your Place" +"urban";"vegetation";5122.36001658067;FALSE;"Your Place" +"vegetation";"vegetation";12826.6836839084;TRUE;"Your Place" +"urban";"vegetation";42645.0085830139;FALSE;"Your Place" +"urban";"vegetation";434.699629014416;FALSE;"Your Place" +"urban";"vegetation";11.5512822043966;FALSE;"Your Place" +"vegetation";"vegetation";3.02111283768318;TRUE;"Your Place" +"impervious";"vegetation";3127.92227516277;FALSE;"Your Place" +"impervious";"vegetation";39.4575660953997;FALSE;"Your Place" +"vegetation";"vegetation";126.020753748715;TRUE;"Your Place" +"vegetation";"vegetation";39812.316937973;TRUE;"Your Place" +"vegetation";"vegetation";16.0476256407565;TRUE;"Your Place" +"impervious";"vegetation";0.0848821620511444;FALSE;"Your Place" +"vegetation";"vegetation";79.7270650852442;TRUE;"Your Place" +"urban";"impervious";23.6001870047767;FALSE;"Your Place" +"urban";"impervious";697.738037272182;FALSE;"Your Place" +"urban";"impervious";15.3251667916775;FALSE;"Your Place" +"vegetation";"impervious";2523.64737826231;FALSE;"Your Place" +"urban";"vegetation";15.007807304617;FALSE;"Your Place" +"impervious";"vegetation";38.7629556283355;FALSE;"Your Place" +"vegetation";"vegetation";0.142655728384852;TRUE;"Your Place" +"vegetation";"vegetation";644.690647082462;TRUE;"Your Place" +"vegetation";"vegetation";64533.1924256771;TRUE;"Your Place" +"impervious";"vegetation";31.6017633458832;FALSE;"Your Place" +"urban";"vegetation";3.84252091683447;FALSE;"Your Place" +"impervious";"vegetation";6.39449199242517;FALSE;"Your Place" +"vegetation";"vegetation";34.9143065286044;TRUE;"Your Place" +"vegetation";"vegetation";9.23492715763859;TRUE;"Your Place" +"impervious";"vegetation";28.8899951034691;FALSE;"Your Place" +"impervious";"vegetation";94327.4960997751;FALSE;"Your Place" +"vegetation";"vegetation";5.00126595852635e-05;TRUE;"Your Place" +"vegetation";"vegetation";90.3732200141048;TRUE;"Your Place" +"urban";"vegetation";23095.5735664918;FALSE;"Your Place" +"urban";"vegetation";103.049565236688;FALSE;"Your Place" +"urban";"vegetation";17.1114383561071;FALSE;"Your Place" +"vegetation";"vegetation";22355.1739615852;TRUE;"Your Place" +"vegetation";"vegetation";2704.42635692522;TRUE;"Your Place" +"vegetation";"vegetation";763.382857020071;TRUE;"Your Place" +"impervious";"vegetation";6.75331282336265;FALSE;"Your Place" +"vegetation";"vegetation";11264.9552138732;TRUE;"Your Place" +"urban";"vegetation";257.908449155955;FALSE;"Your Place" +"urban";"vegetation";40184.920532934;FALSE;"Your Place" +"urban";"vegetation";29.4492668555977;FALSE;"Your Place" +"vegetation";"vegetation";69.3251113295555;TRUE;"Your Place" +"impervious";"vegetation";0.0671728895758861;FALSE;"Your Place" +"impervious";"vegetation";7.07130233006319;FALSE;"Your Place" +"vegetation";"vegetation";135.861021640245;TRUE;"Your Place" +"vegetation";"vegetation";860.524166658346;TRUE;"Your Place" +"vegetation";"vegetation";37752.4053556677;TRUE;"Your Place" +"urban";"vegetation";2.99857928790152;FALSE;"Your Place" +"urban";"vegetation";86.0731601723237;FALSE;"Your Place" +"urban";"vegetation";28.6972920736298;FALSE;"Your Place" +"vegetation";"vegetation";853.468016341911;TRUE;"Your Place" +"vegetation";"vegetation";41.3382298281649;TRUE;"Your Place" +"impervious";"vegetation";30915.73398988;FALSE;"Your Place" +"urban";"vegetation";58.1415519247967;FALSE;"Your Place" +"vegetation";"vegetation";853.266487454355;TRUE;"Your Place" +"impervious";"vegetation";34.8034771388957;FALSE;"Your Place" +"impervious";"vegetation";0.201193060027435;FALSE;"Your Place" +"vegetation";"vegetation";1.91130596259609;TRUE;"Your Place" +"vegetation";"vegetation";30.6194966351031;TRUE;"Your Place" +"vegetation";"vegetation";62321.3534966647;TRUE;"Your Place" +"vegetation";"vegetation";56.7502196700661;TRUE;"Your Place" +"impervious";"vegetation";3.96281088795513;FALSE;"Your Place" +"impervious";"vegetation";16.6998480867042;FALSE;"Your Place" +"vegetation";"vegetation";76.3871219828725;TRUE;"Your Place" +"impervious";"vegetation";34.7554720111948;FALSE;"Your Place" +"vegetation";"vegetation";48203.0689462707;TRUE;"Your Place" +"vegetation";"vegetation";185.186187292449;TRUE;"Your Place" +"vegetation";"vegetation";53.2856187637663;TRUE;"Your Place" +"urban";"vegetation";1.29003921989352;FALSE;"Your Place" +"vegetation";"vegetation";56.0815291926265;TRUE;"Your Place" +"vegetation";"vegetation";4433.80641076574;TRUE;"Your Place" +"urban";"impervious";4.43132961532683;FALSE;"Your Place" +"urban";"impervious";23.2344878419535;FALSE;"Your Place" +"impervious";"impervious";32.4479842265137;TRUE;"Your Place" +"impervious";"impervious";874.421723455656;TRUE;"Your Place" +"urban";"vegetation";1.42261288757436;FALSE;"Your Place" +"urban";"vegetation";6.35342964489246;FALSE;"Your Place" +"vegetation";"vegetation";5777.92067533836;TRUE;"Your Place" +"vegetation";"vegetation";13.050073325634;TRUE;"Your Place" +"urban";"vegetation";500.042851719481;FALSE;"Your Place" +"vegetation";"vegetation";1454.68570747564;TRUE;"Your Place" +"vegetation";"vegetation";3257.60626145778;TRUE;"Your Place" +"urban";"impervious";38.4994203074311;FALSE;"Your Place" +"urban";"impervious";19.7001287881285;FALSE;"Your Place" +"urban";"impervious";15998.1985230315;FALSE;"Your Place" +"impervious";"impervious";3.0511175384745;TRUE;"Your Place" +"vegetation";"impervious";1704.65384935029;FALSE;"Your Place" +"vegetation";"impervious";21.8459015772678;FALSE;"Your Place" +"vegetation";"impervious";51.8271823634859;FALSE;"Your Place" +"urban";"vegetation";7542.07881641015;FALSE;"Your Place" +"impervious";"vegetation";0.00383284315466881;FALSE;"Your Place" +"vegetation";"vegetation";274.604636630043;TRUE;"Your Place" +"vegetation";"vegetation";10.4351866934812;TRUE;"Your Place" +"vegetation";"vegetation";0.238714609986346;TRUE;"Your Place" +"vegetation";"vegetation";18.435298260767;TRUE;"Your Place" +"urban";"vegetation";3.44920779298991;FALSE;"Your Place" +"urban";"vegetation";50.9049660018645;FALSE;"Your Place" +"impervious";"vegetation";7.93323165737092;FALSE;"Your Place" +"vegetation";"vegetation";78.4456256518606;TRUE;"Your Place" +"vegetation";"vegetation";161.751260933757;TRUE;"Your Place" +"vegetation";"vegetation";69183.2987551984;TRUE;"Your Place" +"vegetation";"vegetation";1.26345944905188;TRUE;"Your Place" +"urban";"vegetation";6.91278819018044;FALSE;"Your Place" +"urban";"vegetation";15.8405275723198;FALSE;"Your Place" +"urban";"vegetation";5779.45760534797;FALSE;"Your Place" +"urban";"vegetation";37.4317409237847;FALSE;"Your Place" +"vegetation";"vegetation";1409.32577102719;TRUE;"Your Place" +"vegetation";"vegetation";2.22317850073159;TRUE;"Your Place" +"vegetation";"vegetation";0.587976254813839;TRUE;"Your Place" +"impervious";"vegetation";15882.1102908892;FALSE;"Your Place" +"impervious";"vegetation";39.8210254644946;FALSE;"Your Place" +"vegetation";"vegetation";923.156037862063;TRUE;"Your Place" +"urban";"vegetation";80.1220616712235;FALSE;"Your Place" +"impervious";"vegetation";26.5970780352782;FALSE;"Your Place" +"impervious";"vegetation";23972.2890410852;FALSE;"Your Place" +"vegetation";"vegetation";0.0133153370115906;TRUE;"Your Place" +"vegetation";"vegetation";525.510747394292;TRUE;"Your Place" +"urban";"impervious";5051.61481775832;FALSE;"Your Place" +"impervious";"impervious";58.1471411380917;TRUE;"Your Place" +"impervious";"impervious";1.42118826392107;TRUE;"Your Place" +"impervious";"impervious";45.4141895892099;TRUE;"Your Place" +"impervious";"impervious";198.739953066222;TRUE;"Your Place" +"vegetation";"impervious";3965.95308141562;FALSE;"Your Place" +"vegetation";"impervious";5.66549079283141;FALSE;"Your Place" +"vegetation";"impervious";1685.93289890606;FALSE;"Your Place" +"urban";"vegetation";55.7420375985093;FALSE;"Your Place" +"urban";"vegetation";4791.54325451999;FALSE;"Your Place" +"urban";"vegetation";12605.5659542821;FALSE;"Your Place" +"urban";"vegetation";3.06305935251294;FALSE;"Your Place" +"urban";"vegetation";175.230435362551;FALSE;"Your Place" +"urban";"vegetation";80.3336123745539;FALSE;"Your Place" +"urban";"vegetation";46906.1681055035;FALSE;"Your Place" +"urban";"vegetation";21.4693149104714;FALSE;"Your Place" +"vegetation";"vegetation";103.989819331677;TRUE;"Your Place" +"vegetation";"vegetation";0.110233516345033;TRUE;"Your Place" +"vegetation";"vegetation";579.243211677676;TRUE;"Your Place" +"urban";"vegetation";35.717472858727;FALSE;"Your Place" +"impervious";"vegetation";0.200277758296579;FALSE;"Your Place" +"impervious";"vegetation";7373.4373470908;FALSE;"Your Place" +"impervious";"vegetation";18.6815495511983;FALSE;"Your Place" +"urban";"vegetation";6495.53835827607;FALSE;"Your Place" +"impervious";"vegetation";0.303211957798339;FALSE;"Your Place" +"impervious";"vegetation";3.1925405904185;FALSE;"Your Place" +"urban";"vegetation";23.1071171382318;FALSE;"Your Place" +"urban";"vegetation";163.863049587002;FALSE;"Your Place" +"impervious";"vegetation";7597.67320405156;FALSE;"Your Place" +"impervious";"vegetation";93.8537850910798;FALSE;"Your Place" +"urban";"impervious";21.2178747844882;FALSE;"Your Place" +"urban";"impervious";3396.71898487723;FALSE;"Your Place" +"urban";"vegetation";2.2949419929646;FALSE;"Your Place" +"urban";"vegetation";8.35906104557216;FALSE;"Your Place" +"urban";"vegetation";99.1670382221346;FALSE;"Your Place" +"urban";"vegetation";38781.1261195072;FALSE;"Your Place" +"urban";"vegetation";26.7379205190227;FALSE;"Your Place" +"urban";"vegetation";58.9256887007505;FALSE;"Your Place" +"urban";"vegetation";3481.04612336593;FALSE;"Your Place" +"urban";"vegetation";44802.902324941;FALSE;"Your Place" +"vegetation";"vegetation";43.9041624749589;TRUE;"Your Place" +"vegetation";"vegetation";239.518566915649;TRUE;"Your Place" +"vegetation";"vegetation";296.85262183717;TRUE;"Your Place" +"impervious";"vegetation";126.547008510097;FALSE;"Your Place" +"vegetation";"impervious";68.403583269348;FALSE;"Your Place" +"impervious";"impervious";1901.69324006326;TRUE;"Your Place" +"vegetation";"impervious";217.127055336096;FALSE;"Your Place" +"vegetation";"impervious";4963.78567695245;FALSE;"Your Place" +"urban";"vegetation";12.46829234506;FALSE;"Your Place" +"urban";"vegetation";5966.69326357462;FALSE;"Your Place" +"urban";"vegetation";1.50907240493689;FALSE;"Your Place" +"vegetation";"vegetation";6497.2537566321;TRUE;"Your Place" +"urban";"vegetation";41.474031587597;FALSE;"Your Place" +"vegetation";"vegetation";0.258380405313801;TRUE;"Your Place" +"vegetation";"vegetation";56.4179964117939;TRUE;"Your Place" +"vegetation";"vegetation";34714.3324075392;TRUE;"Your Place" +"urban";"vegetation";0.70366175394156;FALSE;"Your Place" +"urban";"vegetation";12548.1793672424;FALSE;"Your Place" +"urban";"vegetation";39.0818260280357;FALSE;"Your Place" +"urban";"vegetation";69.4256187602878;FALSE;"Your Place" +"urban";"vegetation";3288.71253251564;FALSE;"Your Place" +"urban";"vegetation";417.825792448944;FALSE;"Your Place" +"urban";"vegetation";4.82218968131201;FALSE;"Your Place" +"urban";"vegetation";47167.47377653;FALSE;"Your Place" +"urban";"vegetation";69.360199132374;FALSE;"Your Place" +"urban";"vegetation";76.0378035803587;FALSE;"Your Place" +"urban";"vegetation";77.7871832919773;FALSE;"Your Place" +"urban";"vegetation";27.7800081710739;FALSE;"Your Place" +"urban";"vegetation";6.29493100067702;FALSE;"Your Place" +"vegetation";"vegetation";0.0794056715531042;TRUE;"Your Place" +"vegetation";"vegetation";808.330420991406;TRUE;"Your Place" +"impervious";"vegetation";4376.643660281;FALSE;"Your Place" +"impervious";"vegetation";71.9281347471988;FALSE;"Your Place" +"impervious";"vegetation";12.2730604272147;FALSE;"Your Place" +"impervious";"vegetation";2060.7730944939;FALSE;"Your Place" +"impervious";"vegetation";1.08473259948369;FALSE;"Your Place" +"impervious";"vegetation";1.11271806887453;FALSE;"Your Place" +"urban";"vegetation";18.3609795193042;FALSE;"Your Place" +"urban";"vegetation";2.48313506576233;FALSE;"Your Place" +"urban";"vegetation";65.1840442565735;FALSE;"Your Place" +"vegetation";"vegetation";16.6239827945828;TRUE;"Your Place" +"vegetation";"vegetation";50072.7509180648;TRUE;"Your Place" +"urban";"vegetation";39853.5057021789;FALSE;"Your Place" +"urban";"vegetation";4.91320739686489;FALSE;"Your Place" +"vegetation";"vegetation";147.771537523819;TRUE;"Your Place" +"vegetation";"vegetation";127.284434688278;TRUE;"Your Place" +"vegetation";"vegetation";133.393686886877;TRUE;"Your Place" +"urban";"vegetation";37936.5603835045;FALSE;"Your Place" +"urban";"vegetation";11.5207636663572;FALSE;"Your Place" +"urban";"vegetation";41.2363731710939;FALSE;"Your Place" +"vegetation";"vegetation";5.42018770315917;TRUE;"Your Place" +"impervious";"vegetation";22.0041586197913;FALSE;"Your Place" +"vegetation";"vegetation";6343.63719843002;TRUE;"Your Place" +"vegetation";"vegetation";435.17850780912;TRUE;"Your Place" +"vegetation";"vegetation";27629.5862427806;TRUE;"Your Place" +"vegetation";"vegetation";17.9996432763583;TRUE;"Your Place" +"impervious";"impervious";13.7798267182079;TRUE;"Your Place" +"impervious";"impervious";3346.50679302192;TRUE;"Your Place" +"impervious";"impervious";80.9003247544752;TRUE;"Your Place" +"urban";"vegetation";48067.7820187887;FALSE;"Your Place" +"urban";"vegetation";9.79427398205735;FALSE;"Your Place" +"urban";"vegetation";360.229619341902;FALSE;"Your Place" +"vegetation";"vegetation";215.783592999098;TRUE;"Your Place" +"vegetation";"vegetation";168.08330620062;TRUE;"Your Place" +"urban";"vegetation";184.907220132882;FALSE;"Your Place" +"vegetation";"vegetation";8.02041516290046;TRUE;"Your Place" +"vegetation";"urban";516.748113688082;FALSE;"Your Place" +"urban";"urban";2887.02026711032;TRUE;"Your Place" +"impervious";"urban";194.496944695245;FALSE;"Your Place" +"urban";"urban";21.0697385626845;TRUE;"Your Place" +"urban";"urban";12705.6721883325;TRUE;"Your Place" +"urban";"urban";8.65652258354328;TRUE;"Your Place" +"impervious";"urban";157.555027339607;FALSE;"Your Place" +"urban";"urban";16.5824842299335;TRUE;"Your Place" +"urban";"urban";13538.6073035182;TRUE;"Your Place" +"impervious";"urban";41.3794306670316;FALSE;"Your Place" +"impervious";"urban";9.4410337600857;FALSE;"Your Place" +"urban";"urban";9245.24174527475;TRUE;"Your Place" +"urban";"urban";21.9955265847821;TRUE;"Your Place" +"urban";"urban";33.6119825978749;TRUE;"Your Place" +"vegetation";"urban";30.8799797396641;FALSE;"Your Place" +"urban";"urban";5967.60089895967;TRUE;"Your Place" +"urban";"urban";70.4788701427169;TRUE;"Your Place" +"urban";"urban";11.9726540641859;TRUE;"Your Place" +"urban";"urban";32.4063871435355;TRUE;"Your Place" +"impervious";"urban";49.3548955657752;FALSE;"Your Place" +"urban";"urban";34227.7595251971;TRUE;"Your Place" +"urban";"urban";10.2692680754117;TRUE;"Your Place" +"urban";"urban";35.6279891292434;TRUE;"Your Place" +"urban";"urban";46.9428847003728;TRUE;"Your Place" +"urban";"urban";74.4558303777012;TRUE;"Your Place" +"impervious";"urban";77.4499183916803;FALSE;"Your Place" +"urban";"urban";3.78341664194159;TRUE;"Your Place" +"urban";"urban";12969.5470229644;TRUE;"Your Place" +"urban";"urban";3.69944573269458;TRUE;"Your Place" +"urban";"urban";20.7353944606148;TRUE;"Your Place" +"impervious";"urban";17.5959090054967;FALSE;"Your Place" +"urban";"urban";43424.9621590493;TRUE;"Your Place" +"urban";"urban";145.663660436883;TRUE;"Your Place" +"urban";"urban";41.603321275441;TRUE;"Your Place" +"vegetation";"urban";0.772880250049639;FALSE;"Your Place" +"impervious";"urban";24.6954233752331;FALSE;"Your Place" +"impervious";"urban";8.43579070270061;FALSE;"Your Place" +"urban";"urban";144.143765673842;TRUE;"Your Place" +"urban";"urban";191.069858580813;TRUE;"Your Place" +"urban";"urban";15572.9826835804;TRUE;"Your Place" +"urban";"urban";13307.2813350041;TRUE;"Your Place" +"urban";"urban";3.9408680194756;TRUE;"Your Place" +"impervious";"urban";16.9202379684612;FALSE;"Your Place" +"urban";"urban";58.1641262962949;TRUE;"Your Place" +"urban";"urban";3.18522450118326;TRUE;"Your Place" +"urban";"urban";71136.4378468277;TRUE;"Your Place" +"urban";"urban";4.05356745491736;TRUE;"Your Place" +"urban";"urban";29.4800377192259;TRUE;"Your Place" +"vegetation";"urban";45.1296132297721;FALSE;"Your Place" +"urban";"urban";10.2091733012348;TRUE;"Your Place" +"urban";"urban";39.6500690425746;TRUE;"Your Place" +"urban";"urban";14362.0473984238;TRUE;"Your Place" +"impervious";"urban";40.4860327609349;FALSE;"Your Place" +"impervious";"urban";77.1970967999659;FALSE;"Your Place" +"urban";"urban";38.8784488961101;TRUE;"Your Place" +"urban";"urban";966.333602298982;TRUE;"Your Place" +"urban";"urban";275.34512547357;TRUE;"Your Place" +"urban";"urban";58.7780442480871;TRUE;"Your Place" +"urban";"urban";36.6232937341956;TRUE;"Your Place" +"urban";"urban";12863.1039703041;TRUE;"Your Place" +"urban";"urban";0.573064914904535;TRUE;"Your Place" +"urban";"urban";102.038383574458;TRUE;"Your Place" +"urban";"urban";9931.47242274042;TRUE;"Your Place" +"urban";"urban";69.5175753700314;TRUE;"Your Place" +"impervious";"urban";2.59707842115313;FALSE;"Your Place" +"vegetation";"urban";72.4439917341806;FALSE;"Your Place" +"urban";"urban";199.719650657731;TRUE;"Your Place" +"urban";"urban";12.6888399887393;TRUE;"Your Place" +"urban";"urban";111.563392260345;TRUE;"Your Place" +"vegetation";"urban";3.3866140852333;FALSE;"Your Place" +"vegetation";"urban";1386.01949010912;FALSE;"Your Place" +"vegetation";"urban";47229.5180875449;FALSE;"Your Place" +"vegetation";"urban";1380.8103287009;FALSE;"Your Place" +"urban";"urban";117.510640329507;TRUE;"Your Place" +"urban";"urban";3.50083907833323;TRUE;"Your Place" +"urban";"urban";71.1708474687184;TRUE;"Your Place" +"urban";"urban";10095.4538394998;TRUE;"Your Place" +"urban";"urban";12.4014467510497;TRUE;"Your Place" +"urban";"urban";11.5170651259832;TRUE;"Your Place" +"urban";"urban";12.0677553843707;TRUE;"Your Place" +"urban";"urban";94980.5600707477;TRUE;"Your Place" +"urban";"urban";107.850643248064;TRUE;"Your Place" +"urban";"urban";86.1065836383495;TRUE;"Your Place" +"impervious";"urban";50.726647144882;FALSE;"Your Place" +"impervious";"urban";13.9862899320724;FALSE;"Your Place" +"vegetation";"urban";18912.5500512244;FALSE;"Your Place" +"urban";"urban";32123.1734533025;TRUE;"Your Place" +"urban";"urban";8.65685889852466;TRUE;"Your Place" +"urban";"urban";1.74827795324381;TRUE;"Your Place" +"urban";"urban";121.773511659349;TRUE;"Your Place" +"urban";"urban";15.9693131721579;TRUE;"Your Place" +"urban";"urban";11170.0646318891;TRUE;"Your Place" +"urban";"urban";20629.8564387094;TRUE;"Your Place" +"urban";"urban";42.4761985505465;TRUE;"Your Place" +"urban";"urban";3.24454048043117;TRUE;"Your Place" +"urban";"urban";3.98296322891838;TRUE;"Your Place" +"vegetation";"urban";62.4163660465274;FALSE;"Your Place" +"impervious";"urban";1010.70907389;FALSE;"Your Place" +"vegetation";"urban";276.840986587456;FALSE;"Your Place" +"urban";"urban";0.898429719731212;TRUE;"Your Place" +"urban";"urban";406.785443298751;TRUE;"Your Place" +"vegetation";"urban";1285.71323459508;FALSE;"Your Place" +"urban";"urban";2236.30832078494;TRUE;"Your Place" +"vegetation";"urban";1140.25440983288;FALSE;"Your Place" +"vegetation";"urban";14.9431693107181;FALSE;"Your Place" +"urban";"urban";74.4710169360042;TRUE;"Your Place" +"urban";"urban";7422.60832357779;TRUE;"Your Place" +"urban";"urban";68.4544391792733;TRUE;"Your Place" +"urban";"urban";4170.68218139058;TRUE;"Your Place" +"urban";"urban";13.348992760526;TRUE;"Your Place" +"vegetation";"urban";0.505519642611034;FALSE;"Your Place" +"urban";"urban";6556.6433742079;TRUE;"Your Place" +"urban";"urban";17.4800230166875;TRUE;"Your Place" +"urban";"urban";18.4048828002997;TRUE;"Your Place" +"urban";"urban";6.0230955431125;TRUE;"Your Place" +"vegetation";"urban";155.444707645569;FALSE;"Your Place" +"vegetation";"urban";524.575833418989;FALSE;"Your Place" +"urban";"urban";57.3926191560749;TRUE;"Your Place" +"urban";"urban";8.29042251396459;TRUE;"Your Place" +"urban";"urban";4255.04243915435;TRUE;"Your Place" +"vegetation";"urban";684.273725847714;FALSE;"Your Place" +"urban";"urban";4637.12414781229;TRUE;"Your Place" +"urban";"urban";17.2507121702074;TRUE;"Your Place" +"urban";"urban";19.2587021482177;TRUE;"Your Place" +"urban";"urban";15.7417921217857;TRUE;"Your Place" +"urban";"urban";15.0864010169171;TRUE;"Your Place" +"vegetation";"urban";162.998356577009;FALSE;"Your Place" +"vegetation";"urban";31742.664257586;FALSE;"Your Place" +"urban";"urban";25.4441669962835;TRUE;"Your Place" +"urban";"urban";16.6750969463901;TRUE;"Your Place" +"urban";"urban";3980.61110797833;TRUE;"Your Place" +"urban";"urban";39.0933252912837;TRUE;"Your Place" +"urban";"urban";34.4899664847762;TRUE;"Your Place" +"urban";"urban";7043.25105124339;TRUE;"Your Place" +"urban";"urban";75.0219500569128;TRUE;"Your Place" +"urban";"urban";12.5119720038492;TRUE;"Your Place" +"urban";"urban";0.475423178606434;TRUE;"Your Place" +"urban";"urban";129.288237553061;TRUE;"Your Place" +"urban";"urban";55619.4306137618;TRUE;"Your Place" +"urban";"urban";3.23798120008723;TRUE;"Your Place" +"urban";"urban";207.186620894819;TRUE;"Your Place" +"urban";"urban";16.8428945579217;TRUE;"Your Place" +"urban";"urban";35576.8631787966;TRUE;"Your Place" +"urban";"urban";29.8077978109941;TRUE;"Your Place" +"urban";"urban";6.92433309834269;TRUE;"Your Place" +"urban";"urban";120.02717618132;TRUE;"Your Place" +"vegetation";"urban";5.52947295689955;FALSE;"Your Place" +"urban";"urban";45.120327482764;TRUE;"Your Place" +"urban";"urban";13336.2688549348;TRUE;"Your Place" +"impervious";"urban";49.8427759333572;FALSE;"Your Place" +"urban";"urban";23401.4071312009;TRUE;"Your Place" +"urban";"urban";34.4299473383435;TRUE;"Your Place" +"urban";"urban";50.0735570122852;TRUE;"Your Place" +"impervious";"urban";1.00731107452884;FALSE;"Your Place" +"impervious";"urban";77.7360735468101;FALSE;"Your Place" +"vegetation";"urban";1036.92444373365;FALSE;"Your Place" +"urban";"urban";106.385752698251;TRUE;"Your Place" +"urban";"urban";34199.3111063153;TRUE;"Your Place" +"vegetation";"urban";4.0333021034894;FALSE;"Your Place" +"impervious";"urban";15.3732394054532;FALSE;"Your Place" +"vegetation";"urban";313.982227488741;FALSE;"Your Place" +"vegetation";"urban";738.546011397615;FALSE;"Your Place" +"vegetation";"urban";33.0946968323551;FALSE;"Your Place" +"urban";"urban";43.7494709787952;TRUE;"Your Place" +"urban";"urban";21628.0750299192;TRUE;"Your Place" +"impervious";"urban";0.534491140876526;FALSE;"Your Place" +"vegetation";"urban";55.1051081820042;FALSE;"Your Place" +"urban";"urban";3047.70116758905;TRUE;"Your Place" +"urban";"urban";40.5096026260871;TRUE;"Your Place" +"urban";"urban";210.146492746542;TRUE;"Your Place" +"urban";"urban";5924.33856800431;TRUE;"Your Place" +"urban";"urban";10.6940167282883;TRUE;"Your Place" +"urban";"urban";9.77079296761076;TRUE;"Your Place" +"urban";"urban";12.4515062822611;TRUE;"Your Place" +"urban";"urban";36.7404920124682;TRUE;"Your Place" +"urban";"urban";11620.4788112653;TRUE;"Your Place" +"urban";"urban";2.52708714798791;TRUE;"Your Place" +"urban";"urban";9.95089245749114;TRUE;"Your Place" +"urban";"urban";53.0629314745311;TRUE;"Your Place" +"urban";"urban";2.8567516529256;TRUE;"Your Place" +"urban";"urban";148.151175957246;TRUE;"Your Place" +"urban";"urban";31808.3566374567;TRUE;"Your Place" +"urban";"urban";0.140269772069587;TRUE;"Your Place" +"urban";"urban";43.2020175917132;TRUE;"Your Place" +"urban";"urban";0.0575888496514381;TRUE;"Your Place" +"urban";"urban";24.2077230308205;TRUE;"Your Place" +"urban";"urban";4.04417279997142;TRUE;"Your Place" +"urban";"urban";8044.85162152955;TRUE;"Your Place" +"vegetation";"urban";4.82121625682339;FALSE;"Your Place" +"urban";"urban";20.3833511158591;TRUE;"Your Place" +"urban";"urban";15.8797494303435;TRUE;"Your Place" +"urban";"urban";1.44755760022963;TRUE;"Your Place" +"urban";"urban";4841.27878351416;TRUE;"Your Place" +"vegetation";"urban";4.92967727603536;FALSE;"Your Place" +"impervious";"urban";9.03877863106027;FALSE;"Your Place" +"urban";"urban";6853.54029370565;TRUE;"Your Place" +"urban";"urban";11.5319645530544;TRUE;"Your Place" +"urban";"urban";16.8254422966857;TRUE;"Your Place" +"urban";"urban";8.61007074266672;TRUE;"Your Place" +"urban";"urban";32.397015853785;TRUE;"Your Place" +"urban";"urban";28.2497391604702;TRUE;"Your Place" +"urban";"urban";36839.5688970509;TRUE;"Your Place" +"urban";"urban";65.3488904589321;TRUE;"Your Place" +"urban";"urban";63.5093412084971;TRUE;"Your Place" +"urban";"urban";9.58525220432784;TRUE;"Your Place" +"urban";"urban";52.622062901035;TRUE;"Your Place" +"urban";"urban";6.17612407775596;TRUE;"Your Place" +"impervious";"urban";5.24205551105479;FALSE;"Your Place" +"urban";"urban";42.53015992156;TRUE;"Your Place" +"urban";"urban";5843.01324641611;TRUE;"Your Place" +"urban";"urban";22.1202990927268;TRUE;"Your Place" +"urban";"urban";4.2628081724979;TRUE;"Your Place" +"impervious";"urban";7.09938287601108;FALSE;"Your Place" +"impervious";"urban";1.74894715938717;FALSE;"Your Place" +"urban";"urban";15.542552619765;TRUE;"Your Place" +"urban";"urban";4046.26735808002;TRUE;"Your Place" +"urban";"urban";45.8001793464646;TRUE;"Your Place" +"urban";"urban";32.0334040673333;TRUE;"Your Place" +"urban";"urban";48.1088153598248;TRUE;"Your Place" +"urban";"urban";15.2431089830693;TRUE;"Your Place" +"urban";"urban";45.9425063383533;TRUE;"Your Place" +"urban";"urban";7303.7453375347;TRUE;"Your Place" +"urban";"urban";110.065738727906;TRUE;"Your Place" +"urban";"urban";0.865248769929167;TRUE;"Your Place" +"urban";"urban";209.5539718566;TRUE;"Your Place" +"urban";"urban";19.241419065278;TRUE;"Your Place" +"urban";"urban";14651.3633101792;TRUE;"Your Place" +"urban";"urban";20.87383766938;TRUE;"Your Place" +"urban";"urban";5502.2668380611;TRUE;"Your Place" +"urban";"urban";0.043450210505398;TRUE;"Your Place" +"urban";"urban";56.9483526535332;TRUE;"Your Place" +"urban";"urban";2315.11891083419;TRUE;"Your Place" +"urban";"urban";31.5016243197024;TRUE;"Your Place" +"urban";"urban";2510.80103072035;TRUE;"Your Place" +"urban";"urban";16.2332832334796;TRUE;"Your Place" +"impervious";"urban";48.8521158742369;FALSE;"Your Place" +"impervious";"urban";9.19001534907147;FALSE;"Your Place" +"urban";"urban";5.62311712947849;TRUE;"Your Place" +"urban";"urban";6539.8573595481;TRUE;"Your Place" +"urban";"urban";19.3678901138774;TRUE;"Your Place" +"urban";"urban";55.7081775596016;TRUE;"Your Place" +"urban";"urban";19.285271409899;TRUE;"Your Place" +"urban";"urban";1.94559042173205;TRUE;"Your Place" +"impervious";"urban";15.126457516395;FALSE;"Your Place" +"urban";"urban";28.8678331172559;TRUE;"Your Place" +"urban";"urban";3529.63556390512;TRUE;"Your Place" +"urban";"urban";30.8999687702162;TRUE;"Your Place" +"urban";"urban";38.3527935501188;TRUE;"Your Place" +"urban";"urban";1.20236442511668;TRUE;"Your Place" +"urban";"urban";7.18268446996808;TRUE;"Your Place" +"urban";"urban";880.548535905371;TRUE;"Your Place" +"urban";"urban";20.433942551259;TRUE;"Your Place" +"impervious";"urban";43.2353810211644;FALSE;"Your Place" +"urban";"urban";1101.29377354824;TRUE;"Your Place" +"urban";"urban";0.313877777341986;TRUE;"Your Place" +"urban";"urban";0.396618513856083;TRUE;"Your Place" +"urban";"urban";2.59564847173169;TRUE;"Your Place" +"urban";"urban";6.73712304273795;TRUE;"Your Place" +"urban";"urban";9085.68214053544;TRUE;"Your Place" +"urban";"urban";54.2793088303297;TRUE;"Your Place" +"urban";"urban";34.5873298108199;TRUE;"Your Place" +"urban";"urban";23.6983387898654;TRUE;"Your Place" +"urban";"urban";0.645167555252556;TRUE;"Your Place" +"urban";"urban";90.9608298493549;TRUE;"Your Place" +"urban";"urban";16836.6927793361;TRUE;"Your Place" +"urban";"urban";634.821022446267;TRUE;"Your Place" +"impervious";"urban";7.75446352735162;FALSE;"Your Place" +"urban";"urban";12.2315044519273;TRUE;"Your Place" +"urban";"urban";76.7777030532598;TRUE;"Your Place" +"urban";"urban";2510.80538929751;TRUE;"Your Place" +"urban";"urban";23.7549714669585;TRUE;"Your Place" +"urban";"urban";0.990934778601513;TRUE;"Your Place" +"vegetation";"urban";384.673532657325;FALSE;"Your Place" +"vegetation";"urban";231.925340004498;FALSE;"Your Place" +"urban";"urban";3.93900457841664;TRUE;"Your Place" +"urban";"urban";0.6904420821229;TRUE;"Your Place" +"urban";"urban";0.416436191553657;TRUE;"Your Place" +"urban";"urban";3542.05692311481;TRUE;"Your Place" +"impervious";"urban";1.62076651526149;FALSE;"Your Place" +"urban";"urban";15.0253921956755;TRUE;"Your Place" +"urban";"urban";2500.98692572722;TRUE;"Your Place" +"urban";"urban";2.25578188456711;TRUE;"Your Place" +"urban";"urban";1.50419640922337;TRUE;"Your Place" +"urban";"urban";49.048181034188;TRUE;"Your Place" +"impervious";"urban";3.88818801601883;FALSE;"Your Place" +"impervious";"urban";7.95858967809181;FALSE;"Your Place" +"urban";"urban";16.4220305262133;TRUE;"Your Place" +"urban";"urban";32.0203056340106;TRUE;"Your Place" +"urban";"urban";9145.97113663773;TRUE;"Your Place" +"urban";"urban";30.7341598487401;TRUE;"Your Place" +"impervious";"urban";48.6956791136327;FALSE;"Your Place" +"urban";"urban";47.3196673644707;TRUE;"Your Place" +"urban";"urban";49.8180920891464;TRUE;"Your Place" +"urban";"urban";2243.01846740581;TRUE;"Your Place" +"urban";"urban";64.735649459064;TRUE;"Your Place" +"urban";"urban";14.0388332009315;TRUE;"Your Place" +"urban";"urban";23.5846592341186;TRUE;"Your Place" +"urban";"urban";2026.69936743658;TRUE;"Your Place" +"urban";"urban";64.3562165569747;TRUE;"Your Place" +"urban";"urban";20.6081171020924;TRUE;"Your Place" +"urban";"urban";42.2633554120548;TRUE;"Your Place" +"urban";"urban";48.7637691560667;TRUE;"Your Place" +"urban";"urban";3827.38040835544;TRUE;"Your Place" +"urban";"urban";65.4170280135004;TRUE;"Your Place" +"impervious";"urban";8.65902640626882;FALSE;"Your Place" +"impervious";"urban";68.2482391574886;FALSE;"Your Place" +"impervious";"urban";252.211794431787;FALSE;"Your Place" +"urban";"urban";2626.95642616972;TRUE;"Your Place" +"urban";"urban";0.567130727933545;TRUE;"Your Place" +"urban";"urban";1301.05373346485;TRUE;"Your Place" +"urban";"urban";4.74189271991781;TRUE;"Your Place" +"urban";"urban";16.23643165455;TRUE;"Your Place" +"urban";"urban";1.76667407236528;TRUE;"Your Place" +"urban";"urban";27.2003648392856;TRUE;"Your Place" +"urban";"urban";27.7883736565709;TRUE;"Your Place" +"urban";"urban";16986.1847705032;TRUE;"Your Place" +"urban";"urban";132.489803861943;TRUE;"Your Place" +"impervious";"urban";38.0446429524745;FALSE;"Your Place" +"impervious";"urban";3.75887814642192;FALSE;"Your Place" +"urban";"urban";0.0507844618987292;TRUE;"Your Place" +"urban";"urban";16.5790743394755;TRUE;"Your Place" +"urban";"urban";105.966513317556;TRUE;"Your Place" +"urban";"urban";8837.20019157603;TRUE;"Your Place" +"urban";"urban";23.4087300780229;TRUE;"Your Place" +"urban";"urban";8.85597928892821;TRUE;"Your Place" +"urban";"urban";16.995388854295;TRUE;"Your Place" +"urban";"urban";42.7637201873586;TRUE;"Your Place" +"urban";"urban";744.253951765131;TRUE;"Your Place" +"impervious";"urban";13.8102467497811;FALSE;"Your Place" +"impervious";"urban";1.59904350677971;FALSE;"Your Place" +"urban";"urban";3.42092867521569;TRUE;"Your Place" +"urban";"urban";22.0386612270959;TRUE;"Your Place" +"urban";"urban";2040.51535901497;TRUE;"Your Place" +"urban";"urban";63.4886035080999;TRUE;"Your Place" +"urban";"urban";1453.4948912054;TRUE;"Your Place" +"urban";"urban";961.568034182535;TRUE;"Your Place" +"urban";"urban";20.2631612451805;TRUE;"Your Place" +"urban";"urban";787.279999357997;TRUE;"Your Place" +"urban";"urban";8.97761813522084;TRUE;"Your Place" +"impervious";"urban";1.74194287930732;FALSE;"Your Place" +"impervious";"urban";12.9092298145406;FALSE;"Your Place" +"urban";"urban";0.0522546885767952;TRUE;"Your Place" +"urban";"urban";73.7669494124129;TRUE;"Your Place" +"urban";"urban";3.66552375346873;TRUE;"Your Place" +"urban";"urban";15.2835937352211;TRUE;"Your Place" +"urban";"urban";11.5790369231108;TRUE;"Your Place" +"urban";"urban";14934.5243642051;TRUE;"Your Place" +"urban";"urban";29.2005626801401;TRUE;"Your Place" +"urban";"urban";197.473965244833;TRUE;"Your Place" +"urban";"urban";0.658884856035002;TRUE;"Your Place" +"urban";"urban";374.222870825091;TRUE;"Your Place" +"urban";"urban";2.89702895603841;TRUE;"Your Place" +"urban";"urban";1632.11178976635;TRUE;"Your Place" +"urban";"urban";0.268843503548851;TRUE;"Your Place" +"urban";"urban";2.87235613624216;TRUE;"Your Place" +"urban";"urban";20.0366801390483;TRUE;"Your Place" +"urban";"urban";6122.38010175822;TRUE;"Your Place" +"urban";"urban";0.105248879175633;TRUE;"Your Place" +"urban";"urban";12.1977469890844;TRUE;"Your Place" +"impervious";"urban";51.2518596267328;FALSE;"Your Place" +"urban";"urban";792.879757424875;TRUE;"Your Place" +"urban";"urban";1751.79887121468;TRUE;"Your Place" +"urban";"urban";2.48707415731042;TRUE;"Your Place" +"urban";"urban";28.622357032873;TRUE;"Your Place" +"urban";"urban";1762.70320653333;TRUE;"Your Place" +"urban";"urban";8.01723424484953;TRUE;"Your Place" +"urban";"urban";0.324634477612562;TRUE;"Your Place" +"urban";"urban";3900.22295979279;TRUE;"Your Place" +"urban";"urban";11.3782199345296;TRUE;"Your Place" +"urban";"urban";0.349986336550501;TRUE;"Your Place" +"urban";"urban";11.6100809279887;TRUE;"Your Place" +"urban";"urban";88.4586885087192;TRUE;"Your Place" +"urban";"urban";3004.05905202776;TRUE;"Your Place" +"urban";"urban";14.9682947471738;TRUE;"Your Place" +"impervious";"urban";1344.73622804426;FALSE;"Your Place" +"urban";"urban";8.12776633864269;TRUE;"Your Place" +"urban";"urban";2.51677408092655;TRUE;"Your Place" +"urban";"urban";93.6981395939365;TRUE;"Your Place" +"urban";"urban";528.048446872272;TRUE;"Your Place" +"urban";"urban";0.700074258260429;TRUE;"Your Place" +"urban";"urban";28.7456349237182;TRUE;"Your Place" +"urban";"urban";8771.37979966751;TRUE;"Your Place" +"urban";"urban";65.7183369803242;TRUE;"Your Place" +"urban";"urban";76.387656317791;TRUE;"Your Place" +"impervious";"urban";21.637008741618;FALSE;"Your Place" +"impervious";"urban";4574.89461803949;FALSE;"Your Place" +"vegetation";"urban";2076.97096617165;FALSE;"Your Place" +"urban";"urban";8.5846524660592;TRUE;"Your Place" +"urban";"urban";6.04223450375503;TRUE;"Your Place" +"urban";"urban";37.3743668212555;TRUE;"Your Place" +"urban";"urban";60.3434188007377;TRUE;"Your Place" +"urban";"urban";13780.480592099;TRUE;"Your Place" +"impervious";"urban";8.90585607104003;FALSE;"Your Place" +"vegetation";"urban";32.9438484425773;FALSE;"Your Place" +"vegetation";"urban";547.070619271435;FALSE;"Your Place" +"urban";"urban";1154.53568375016;TRUE;"Your Place" +"urban";"urban";0.00611510703674867;TRUE;"Your Place" +"impervious";"urban";0.112227551289834;FALSE;"Your Place" +"urban";"urban";23.113079207018;TRUE;"Your Place" +"urban";"urban";2.21277597884182;TRUE;"Your Place" +"urban";"urban";1508.95328441449;TRUE;"Your Place" +"urban";"urban";85.5411394723924;TRUE;"Your Place" +"urban";"urban";32.715872092318;TRUE;"Your Place" +"vegetation";"urban";1.59558401192771;FALSE;"Your Place" +"urban";"urban";18.822747872211;TRUE;"Your Place" +"vegetation";"urban";18.6964403041929;FALSE;"Your Place" +"vegetation";"urban";1570.72807313828;FALSE;"Your Place" +"urban";"urban";19.1585776570428;TRUE;"Your Place" +"urban";"urban";15.2944215418975;TRUE;"Your Place" +"urban";"urban";3544.07460958697;TRUE;"Your Place" +"urban";"urban";2.91894430245156;TRUE;"Your Place" +"urban";"urban";5.31952725915471;TRUE;"Your Place" +"urban";"urban";57.3179716426821;TRUE;"Your Place" +"urban";"urban";37.1376960371854;TRUE;"Your Place" +"urban";"urban";5.64061667583883;TRUE;"Your Place" +"urban";"urban";8.99242871324532;TRUE;"Your Place" +"urban";"urban";2172.46255006315;TRUE;"Your Place" +"urban";"urban";10.2570787188597;TRUE;"Your Place" +"urban";"urban";36.713161133317;TRUE;"Your Place" +"vegetation";"urban";419.11065546982;FALSE;"Your Place" +"vegetation";"urban";5746.67968478985;FALSE;"Your Place" +"urban";"urban";6.08118477988069;TRUE;"Your Place" +"urban";"urban";21071.1093838674;TRUE;"Your Place" +"urban";"urban";21.7678684667626;TRUE;"Your Place" +"urban";"urban";89.8709032068728;TRUE;"Your Place" +"urban";"urban";98.403063162601;TRUE;"Your Place" +"impervious";"urban";0.0954976902576163;FALSE;"Your Place" +"impervious";"urban";3.04243997583399;FALSE;"Your Place" +"urban";"urban";4766.5741862529;TRUE;"Your Place" +"urban";"urban";5.41201213060413;TRUE;"Your Place" +"urban";"urban";54.6433551975933;TRUE;"Your Place" +"urban";"urban";0.121691117645241;TRUE;"Your Place" +"urban";"urban";52.831854281947;TRUE;"Your Place" +"urban";"urban";2969.15795674187;TRUE;"Your Place" +"urban";"urban";2.17371357117372;TRUE;"Your Place" +"urban";"urban";84.8001376590692;TRUE;"Your Place" +"urban";"urban";0.105226817511721;TRUE;"Your Place" +"urban";"urban";0.548818622482941;TRUE;"Your Place" +"urban";"urban";5451.93666925386;TRUE;"Your Place" +"urban";"urban";45.4767120674951;TRUE;"Your Place" +"urban";"urban";43.1673742346466;TRUE;"Your Place" +"urban";"urban";1463.83767090115;TRUE;"Your Place" +"urban";"urban";0.871028418623609;TRUE;"Your Place" +"urban";"urban";3.14211011352018;TRUE;"Your Place" +"urban";"urban";56.9961379631131;TRUE;"Your Place" +"impervious";"urban";7.54117631739064;FALSE;"Your Place" +"urban";"urban";12138.26198924;TRUE;"Your Place" +"urban";"urban";3.81481970055029;TRUE;"Your Place" +"impervious";"urban";81.8484067020472;FALSE;"Your Place" +"impervious";"urban";21.1915620788932;FALSE;"Your Place" +"impervious";"urban";29.5902830409177;FALSE;"Your Place" +"urban";"urban";8.18531384854577;TRUE;"Your Place" +"urban";"urban";15.179106948548;TRUE;"Your Place" +"urban";"urban";992.625630612485;TRUE;"Your Place" +"urban";"urban";32.7015334540301;TRUE;"Your Place" +"impervious";"urban";0.0176992786655319;FALSE;"Your Place" +"impervious";"urban";18.4584553876193;FALSE;"Your Place" +"vegetation";"urban";369.83847743663;FALSE;"Your Place" +"urban";"urban";13.1683413071733;TRUE;"Your Place" +"urban";"urban";17531.9416658198;TRUE;"Your Place" +"urban";"urban";22.5329972814652;TRUE;"Your Place" +"urban";"urban";61.4028081954457;TRUE;"Your Place" +"urban";"urban";4.85503174504265;TRUE;"Your Place" +"impervious";"urban";50.8569179261976;FALSE;"Your Place" +"urban";"urban";116.520225724962;TRUE;"Your Place" +"urban";"urban";5530.80264244555;TRUE;"Your Place" +"urban";"urban";5.43453828804195;TRUE;"Your Place" +"impervious";"urban";19.2576517917914;FALSE;"Your Place" +"urban";"urban";29.6891571171873;TRUE;"Your Place" +"urban";"urban";59.8704412613297;TRUE;"Your Place" +"urban";"urban";726.653657296381;TRUE;"Your Place" +"impervious";"urban";45.4953861789154;FALSE;"Your Place" +"urban";"urban";28.9887150754512;TRUE;"Your Place" +"urban";"urban";95.0313996771001;TRUE;"Your Place" +"urban";"urban";6333.27298010699;TRUE;"Your Place" +"urban";"urban";0.527331231918652;TRUE;"Your Place" +"urban";"urban";2.00966208055615;TRUE;"Your Place" +"urban";"urban";16215.801317906;TRUE;"Your Place" +"urban";"urban";16.8318951358087;TRUE;"Your Place" +"vegetation";"urban";0.367312547110487;FALSE;"Your Place" +"vegetation";"urban";2553.22370990663;FALSE;"Your Place" +"urban";"urban";7630.17655061779;TRUE;"Your Place" +"urban";"urban";12.552055296881;TRUE;"Your Place" +"urban";"urban";88.4252673108131;TRUE;"Your Place" +"impervious";"urban";0.158175682707224;FALSE;"Your Place" +"urban";"urban";5.92543760176704;TRUE;"Your Place" +"urban";"urban";33.2414750289172;TRUE;"Your Place" +"urban";"urban";2786.22800282389;TRUE;"Your Place" +"impervious";"urban";20.0917143991101;FALSE;"Your Place" +"urban";"urban";10.7631974779069;TRUE;"Your Place" +"urban";"urban";45044.4738784931;TRUE;"Your Place" +"urban";"urban";7.53757811751711;TRUE;"Your Place" +"urban";"urban";58.2130880141631;TRUE;"Your Place" +"impervious";"urban";11.9693032853538;FALSE;"Your Place" +"urban";"urban";3.5433819051832;TRUE;"Your Place" +"urban";"urban";12107.8510194933;TRUE;"Your Place" +"vegetation";"urban";17.5260921753943;FALSE;"Your Place" +"vegetation";"urban";36.7932294388302;FALSE;"Your Place" +"vegetation";"urban";169.970081971958;FALSE;"Your Place" +"urban";"urban";35.4703352356446;TRUE;"Your Place" +"urban";"urban";48191.4962288393;TRUE;"Your Place" +"vegetation";"urban";1985.39410402614;FALSE;"Your Place" +"impervious";"urban";197.713764068671;FALSE;"Your Place" +"impervious";"urban";84.7650865509349;FALSE;"Your Place" +"vegetation";"urban";22.2930534440093;FALSE;"Your Place" +"urban";"urban";75.1830630026816;TRUE;"Your Place" +"urban";"urban";20759.8309610915;TRUE;"Your Place" +"urban";"urban";149.100040915306;TRUE;"Your Place" +"urban";"urban";274.811921006883;TRUE;"Your Place" +"vegetation";"urban";651.223433085222;FALSE;"Your Place" +"vegetation";"urban";1242.26848833574;FALSE;"Your Place" +"urban";"urban";5877.38755059242;TRUE;"Your Place" +"urban";"urban";8.23322805872886;TRUE;"Your Place" +"urban";"urban";21.5767496885674;TRUE;"Your Place" +"urban";"urban";43.8916053352877;TRUE;"Your Place" +"vegetation";"urban";195.933581671969;FALSE;"Your Place" +"urban";"urban";0.348581753523831;TRUE;"Your Place" +"urban";"urban";17.8691167646029;TRUE;"Your Place" +"urban";"urban";0.0868198498355923;TRUE;"Your Place" +"urban";"urban";6134.86501620454;TRUE;"Your Place" +"urban";"urban";5.1550121725877;TRUE;"Your Place" +"vegetation";"urban";6318.21309804078;FALSE;"Your Place" +"urban";"urban";40.5131000194233;TRUE;"Your Place" +"urban";"urban";3901.77540139086;TRUE;"Your Place" +"urban";"urban";105.084334365209;TRUE;"Your Place" +"vegetation";"urban";571.727752460865;FALSE;"Your Place" +"vegetation";"urban";985.003184783971;FALSE;"Your Place" +"urban";"urban";32.3288025270776;TRUE;"Your Place" +"urban";"urban";29.6385658353975;TRUE;"Your Place" +"urban";"urban";100315.131174038;TRUE;"Your Place" +"urban";"urban";67.3350977451773;TRUE;"Your Place" +"urban";"urban";34.2704739547335;TRUE;"Your Place" +"impervious";"urban";8.65000235073967;FALSE;"Your Place" +"impervious";"urban";1.07933084084652;FALSE;"Your Place" +"impervious";"urban";6.82521892641671;FALSE;"Your Place" +"impervious";"urban";1.00644577317871;FALSE;"Your Place" +"impervious";"urban";3.20567420982115;FALSE;"Your Place" +"urban";"urban";11810.6919563645;TRUE;"Your Place" +"urban";"urban";0.288277916202787;TRUE;"Your Place" +"impervious";"urban";57.3032942385762;FALSE;"Your Place" +"urban";"urban";2808.36290407134;TRUE;"Your Place" +"vegetation";"urban";581.304669783101;FALSE;"Your Place" +"urban";"urban";8639.96514024027;TRUE;"Your Place" +"urban";"urban";59.0473183058202;TRUE;"Your Place" +"impervious";"urban";17.7666252215276;FALSE;"Your Place" +"urban";"urban";53.5404887955847;TRUE;"Your Place" +"urban";"urban";97.5003165292583;TRUE;"Your Place" +"urban";"urban";12195.826153794;TRUE;"Your Place" +"vegetation";"urban";54.3281910507358;FALSE;"Your Place" +"urban";"urban";1544.44927007507;TRUE;"Your Place" +"urban";"urban";31.1687767556868;TRUE;"Your Place" +"urban";"urban";1371.46946174488;TRUE;"Your Place" +"urban";"urban";32619.6943957417;TRUE;"Your Place" +"urban";"urban";28.2894578856649;TRUE;"Your Place" +"urban";"urban";77.4233337207115;TRUE;"Your Place" +"impervious";"urban";10.8337248101016;FALSE;"Your Place" +"impervious";"urban";0.147188339440618;FALSE;"Your Place" +"impervious";"urban";74.4184443994891;FALSE;"Your Place" +"impervious";"urban";0.343353786418447;FALSE;"Your Place" +"urban";"urban";2.54556405061157;TRUE;"Your Place" +"vegetation";"urban";4079.07717693364;FALSE;"Your Place" +"urban";"urban";3845.29411164962;TRUE;"Your Place" +"urban";"urban";57.3010747075314;TRUE;"Your Place" +"urban";"urban";35551.8316278429;TRUE;"Your Place" +"urban";"urban";14.8340341247385;TRUE;"Your Place" +"urban";"urban";7.85905110166641;TRUE;"Your Place" +"urban";"urban";2.00571502777166;TRUE;"Your Place" +"urban";"urban";5.29488257248886;TRUE;"Your Place" +"impervious";"urban";8.59952427098324;FALSE;"Your Place" +"impervious";"urban";7.02644591825083;FALSE;"Your Place" +"urban";"urban";6771.60163845366;TRUE;"Your Place" +"vegetation";"urban";269.84242266533;FALSE;"Your Place" +"urban";"urban";11.2361878908123;TRUE;"Your Place" +"urban";"urban";36389.0927163257;TRUE;"Your Place" +"urban";"urban";16.2974053928629;TRUE;"Your Place" +"urban";"urban";22.0334456492856;TRUE;"Your Place" +"urban";"urban";105.906654574613;TRUE;"Your Place" +"impervious";"urban";1.55491961538792;FALSE;"Your Place" +"impervious";"urban";12.9566698630515;FALSE;"Your Place" +"impervious";"urban";59.7982042424701;FALSE;"Your Place" +"urban";"urban";19.2932776608795;TRUE;"Your Place" +"urban";"urban";8073.79561111378;TRUE;"Your Place" +"urban";"urban";30.6316361776553;TRUE;"Your Place" +"urban";"urban";59.3969706422649;TRUE;"Your Place" +"impervious";"urban";9.49314745218726;FALSE;"Your Place" +"impervious";"urban";49.764134684141;FALSE;"Your Place" +"impervious";"urban";33.0144894880941;FALSE;"Your Place" +"impervious";"urban";16.8922774736766;FALSE;"Your Place" +"urban";"urban";14545.2068549625;TRUE;"Your Place" +"urban";"urban";45.8366634231061;TRUE;"Your Place" +"urban";"urban";62.0815799762349;TRUE;"Your Place" +"impervious";"urban";25.7936980426311;FALSE;"Your Place" +"impervious";"urban";0.806962485206896;FALSE;"Your Place" +"vegetation";"urban";18042.6180473797;FALSE;"Your Place" +"urban";"urban";39.0004449784756;TRUE;"Your Place" +"urban";"urban";1.39007668878185;TRUE;"Your Place" +"vegetation";"urban";3164.75032279274;FALSE;"Your Place" +"urban";"urban";23.6725542621571;TRUE;"Your Place" +"urban";"urban";7969.56395886792;TRUE;"Your Place" +"urban";"urban";5.03567412192933;TRUE;"Your Place" +"impervious";"urban";0.810229601509491;FALSE;"Your Place" +"urban";"urban";2409.86081290711;TRUE;"Your Place" +"urban";"urban";18.1365201789886;TRUE;"Your Place" +"urban";"urban";46.0603238170988;TRUE;"Your Place" +"urban";"urban";4731.8620356943;TRUE;"Your Place" +"urban";"urban";3067.48630573065;TRUE;"Your Place" +"urban";"urban";121.723601728212;TRUE;"Your Place" +"urban";"urban";23081.335339624;TRUE;"Your Place" +"urban";"urban";10.806864469545;TRUE;"Your Place" +"urban";"urban";28.7335278536193;TRUE;"Your Place" +"urban";"urban";138.365373735782;TRUE;"Your Place" +"urban";"urban";36.7808912321925;TRUE;"Your Place" +"urban";"urban";15711.8298352361;TRUE;"Your Place" +"urban";"urban";59.3298660286528;TRUE;"Your Place" +"urban";"urban";64.7557967221364;TRUE;"Your Place" +"urban";"urban";22.958100233227;TRUE;"Your Place" +"urban";"urban";8.97637414048586;TRUE;"Your Place" +"urban";"urban";22.0922152242929;TRUE;"Your Place" +"urban";"urban";13.669122880252;TRUE;"Your Place" +"urban";"urban";36724.3856862424;TRUE;"Your Place" +"urban";"urban";23.9064670545631;TRUE;"Your Place" +"urban";"urban";0.113357854716014;TRUE;"Your Place" +"impervious";"urban";0.0378878871997586;FALSE;"Your Place" +"urban";"urban";5713.58538862225;TRUE;"Your Place" +"urban";"urban";29.8128352799686;TRUE;"Your Place" +"urban";"urban";2.08029530663043;TRUE;"Your Place" +"urban";"urban";7.05930109327892;TRUE;"Your Place" +"urban";"urban";27.4930722214194;TRUE;"Your Place" +"urban";"urban";6967.03561659576;TRUE;"Your Place" +"urban";"urban";143.219967855373;TRUE;"Your Place" +"impervious";"urban";3.64133815824607;FALSE;"Your Place" +"urban";"urban";8.43820112466346;TRUE;"Your Place" +"urban";"urban";9.37256019527558;TRUE;"Your Place" +"urban";"urban";9575.13832145231;TRUE;"Your Place" +"urban";"urban";8.9329765225084;TRUE;"Your Place" +"urban";"urban";17.0206386055797;TRUE;"Your Place" +"urban";"urban";2515.95249740011;TRUE;"Your Place" +"urban";"urban";90.2011799232569;TRUE;"Your Place" +"urban";"urban";10.6226220710378;TRUE;"Your Place" +"urban";"urban";147.125846037023;TRUE;"Your Place" +"urban";"urban";12.06390717873;TRUE;"Your Place" +"urban";"urban";3.8517761999683;TRUE;"Your Place" +"urban";"urban";44094.4767540069;TRUE;"Your Place" +"urban";"urban";2.59125294133082;TRUE;"Your Place" +"urban";"urban";59.9550997299375;TRUE;"Your Place" +"urban";"urban";0.00225564841093728;TRUE;"Your Place" +"urban";"urban";0.310422217007726;TRUE;"Your Place" +"urban";"urban";356.510229685868;TRUE;"Your Place" +"urban";"urban";1.08325602067634;TRUE;"Your Place" +"urban";"urban";1456.42242382676;TRUE;"Your Place" +"vegetation";"urban";5857.30455174882;FALSE;"Your Place" +"impervious";"urban";1.47525784399477;FALSE;"Your Place" +"vegetation";"urban";87.4710314781387;FALSE;"Your Place" +"urban";"urban";8.7905661976547;TRUE;"Your Place" +"urban";"urban";9.77874935082218;TRUE;"Your Place" +"urban";"urban";41.7763921667865;TRUE;"Your Place" +"urban";"urban";8739.54335290927;TRUE;"Your Place" +"urban";"urban";0.619963649660349;TRUE;"Your Place" +"urban";"urban";13.2932443112077;TRUE;"Your Place" +"urban";"urban";36.6165842118644;TRUE;"Your Place" +"urban";"urban";37507.6421828307;TRUE;"Your Place" +"urban";"urban";15.5509039072786;TRUE;"Your Place" +"impervious";"urban";111.122450242459;FALSE;"Your Place" +"urban";"urban";3051.07285193726;TRUE;"Your Place" +"urban";"urban";10.7047495925799;TRUE;"Your Place" +"urban";"urban";1.28026446979493;TRUE;"Your Place" +"urban";"urban";30923.5046486937;TRUE;"Your Place" +"urban";"urban";38.3907957117772;TRUE;"Your Place" +"urban";"urban";120.043026316911;TRUE;"Your Place" +"urban";"urban";41.3729733490036;TRUE;"Your Place" +"urban";"urban";51.3156765811145;TRUE;"Your Place" +"urban";"urban";3634.83925554901;TRUE;"Your Place" +"urban";"urban";44.0828747681808;TRUE;"Your Place" +"urban";"urban";5627.25335029792;TRUE;"Your Place" +"urban";"urban";3.29000612022355;TRUE;"Your Place" +"impervious";"urban";854.723526924849;FALSE;"Your Place" +"urban";"urban";67.5804998346139;TRUE;"Your Place" +"urban";"urban";46.442364104063;TRUE;"Your Place" +"urban";"urban";36.8607179257087;TRUE;"Your Place" +"urban";"urban";21.8490721195994;TRUE;"Your Place" +"urban";"urban";30758.8164069671;TRUE;"Your Place" +"urban";"urban";77.5926526435069;TRUE;"Your Place" +"urban";"urban";8.60445967217674;TRUE;"Your Place" +"urban";"urban";4.36371749336831;TRUE;"Your Place" +"urban";"urban";26.7438474902883;TRUE;"Your Place" +"impervious";"urban";20.5827443762901;FALSE;"Your Place" +"impervious";"urban";6240.60857354011;FALSE;"Your Place" +"urban";"urban";0.00484717069275575;TRUE;"Your Place" +"urban";"urban";118.077729241769;TRUE;"Your Place" +"urban";"urban";0.0974875145802372;TRUE;"Your Place" +"urban";"urban";49.6398375772405;TRUE;"Your Place" +"urban";"urban";23063.3182312362;TRUE;"Your Place" +"urban";"urban";0.288514758365636;TRUE;"Your Place" +"urban";"urban";25.8841148628853;TRUE;"Your Place" +"urban";"urban";73.5018273405731;TRUE;"Your Place" +"urban";"urban";13.0529935851137;TRUE;"Your Place" +"urban";"urban";165.9213939209;TRUE;"Your Place" +"urban";"urban";26122.4265251551;TRUE;"Your Place" +"urban";"urban";5.03602400294767;TRUE;"Your Place" +"urban";"urban";54.0815894687548;TRUE;"Your Place" +"urban";"urban";124.423148025482;TRUE;"Your Place" +"urban";"urban";79960.6331027695;TRUE;"Your Place" +"urban";"urban";12.0935333575253;TRUE;"Your Place" +"urban";"urban";74.543361367716;TRUE;"Your Place" +"urban";"urban";4.02965548017528;TRUE;"Your Place" +"impervious";"urban";5.71328629236814;FALSE;"Your Place" +"impervious";"urban";30.2961510208916;FALSE;"Your Place" +"impervious";"urban";55.6058580689132;FALSE;"Your Place" +"impervious";"urban";812.34921063669;FALSE;"Your Place" +"urban";"urban";868.6814394549;TRUE;"Your Place" +"urban";"urban";42.4871683195233;TRUE;"Your Place" +"urban";"urban";0.18201442649297;TRUE;"Your Place" +"urban";"urban";14405.5224970421;TRUE;"Your Place" +"urban";"urban";12.7558749122545;TRUE;"Your Place" +"urban";"urban";93.4561712947907;TRUE;"Your Place" +"urban";"urban";84.8364934700076;TRUE;"Your Place" +"urban";"urban";5094.59261990921;TRUE;"Your Place" +"urban";"urban";0.0679371989390347;TRUE;"Your Place" +"urban";"urban";4505.51352316913;TRUE;"Your Place" +"urban";"urban";7.96990078064846;TRUE;"Your Place" +"urban";"urban";60.6586335590109;TRUE;"Your Place" +"urban";"urban";0.108388588228991;TRUE;"Your Place" +"urban";"urban";0.86531084406306;TRUE;"Your Place" +"urban";"urban";3.98198481230065;TRUE;"Your Place" +"urban";"urban";30204.3160272674;TRUE;"Your Place" +"urban";"urban";38.2630297178403;TRUE;"Your Place" +"urban";"urban";13.5117662275443;TRUE;"Your Place" +"impervious";"urban";135.406137997838;FALSE;"Your Place" +"urban";"urban";3.16482759383507;TRUE;"Your Place" +"vegetation";"urban";22.4844716596999;FALSE;"Your Place" +"impervious";"urban";37.7903973780431;FALSE;"Your Place" +"impervious";"urban";12.6156992877368;FALSE;"Your Place" +"impervious";"urban";26224.949512967;FALSE;"Your Place" +"urban";"urban";1.5863482405839;TRUE;"Your Place" +"urban";"urban";3958.84627189231;TRUE;"Your Place" +"urban";"urban";827.097484602127;TRUE;"Your Place" +"urban";"urban";979.492954826506;TRUE;"Your Place" +"urban";"urban";1733.63378775993;TRUE;"Your Place" +"urban";"urban";25.8068393545691;TRUE;"Your Place" +"urban";"urban";28.9335882118903;TRUE;"Your Place" +"urban";"urban";4810.70918846875;TRUE;"Your Place" +"urban";"urban";0.747535275819246;TRUE;"Your Place" +"urban";"urban";12.0284995157563;TRUE;"Your Place" +"urban";"urban";24.0059094390017;TRUE;"Your Place" +"urban";"urban";5.20711097016465;TRUE;"Your Place" +"urban";"urban";6.78812003601342;TRUE;"Your Place" +"urban";"urban";63.6258239731396;TRUE;"Your Place" +"impervious";"urban";1.08689811034128;FALSE;"Your Place" +"impervious";"urban";54244.5910075507;FALSE;"Your Place" +"urban";"urban";331.193323003477;TRUE;"Your Place" +"urban";"urban";5564.0983988964;TRUE;"Your Place" +"urban";"urban";27.7237478550524;TRUE;"Your Place" +"urban";"urban";5433.10106110666;TRUE;"Your Place" +"urban";"urban";1.77793494379148;TRUE;"Your Place" +"urban";"urban";12484.3203836123;TRUE;"Your Place" +"urban";"urban";415.567735919496;TRUE;"Your Place" +"urban";"urban";1415.82814258581;TRUE;"Your Place" +"urban";"urban";3624.38253190834;TRUE;"Your Place" +"urban";"urban";3.55235394446936;TRUE;"Your Place" +"urban";"urban";0.563368964241818;TRUE;"Your Place" +"urban";"urban";2260.44753045565;TRUE;"Your Place" +"urban";"urban";3814.1001034595;TRUE;"Your Place" +"urban";"urban";438.388784113107;TRUE;"Your Place" +"urban";"urban";251.027198442956;TRUE;"Your Place" +"impervious";"urban";3615.5070753363;FALSE;"Your Place" +"urban";"urban";43.8829494856327;TRUE;"Your Place" +"urban";"urban";72.8455548649654;TRUE;"Your Place" +"urban";"urban";10976.0726246217;TRUE;"Your Place" +"impervious";"urban";7276.23679893557;FALSE;"Your Place" +"urban";"urban";13474.0561487982;TRUE;"Your Place" +"urban";"urban";31.464758717455;TRUE;"Your Place" +"impervious";"urban";112.118329397752;FALSE;"Your Place" +"urban";"urban";4.16865917295218;TRUE;"Your Place" +"urban";"urban";32610.7183199055;TRUE;"Your Place" +"urban";"urban";159.033766359091;TRUE;"Your Place" +"urban";"urban";65.3459630709331;TRUE;"Your Place" +"impervious";"urban";7.30294314352795;FALSE;"Your Place" +"vegetation";"urban";2952.49521571957;FALSE;"Your Place" +"urban";"urban";1833.11807020206;TRUE;"Your Place" +"urban";"urban";2.72289653337793;TRUE;"Your Place" +"urban";"urban";75.6771249540034;TRUE;"Your Place" +"impervious";"urban";16740.2494325718;FALSE;"Your Place" +"urban";"urban";8049.09235753492;TRUE;"Your Place" +"urban";"urban";99.328357771039;TRUE;"Your Place" +"urban";"urban";14613.9694372774;TRUE;"Your Place" +"urban";"urban";24.7315896825603;TRUE;"Your Place" +"impervious";"urban";0.0386563604115508;FALSE;"Your Place" +"impervious";"urban";6.98428641573992;FALSE;"Your Place" +"impervious";"urban";24.0675395727158;FALSE;"Your Place" +"urban";"urban";53.8985592864701;TRUE;"Your Place" +"urban";"urban";20.0134472693426;TRUE;"Your Place" +"urban";"urban";15732.9351316964;TRUE;"Your Place" +"impervious";"urban";4.16295275065931;FALSE;"Your Place" +"vegetation";"urban";207.540524613345;FALSE;"Your Place" +"impervious";"urban";15.574475053756;FALSE;"Your Place" +"urban";"urban";6403.03060621955;TRUE;"Your Place" +"urban";"urban";75.5555128194392;TRUE;"Your Place" +"impervious";"urban";47.0194812333357;FALSE;"Your Place" +"urban";"urban";18.6406365679577;TRUE;"Your Place" +"urban";"urban";4840.77206634916;TRUE;"Your Place" +"urban";"urban";1400.9557880396;TRUE;"Your Place" +"urban";"urban";17.5560262238887;TRUE;"Your Place" +"impervious";"urban";19.3148651598021;FALSE;"Your Place" +"impervious";"urban";16012.4507091597;FALSE;"Your Place" +"impervious";"urban";1460.47627452645;FALSE;"Your Place" +"urban";"urban";5028.93482526421;TRUE;"Your Place" +"urban";"urban";15.8625563840906;TRUE;"Your Place" +"vegetation";"urban";138.406799868681;FALSE;"Your Place" +"impervious";"urban";3.51326759961376;FALSE;"Your Place" +"impervious";"urban";16750.4809779073;FALSE;"Your Place" +"urban";"urban";3.06703580946487;TRUE;"Your Place" +"urban";"urban";39.2923936998704;TRUE;"Your Place" +"urban";"urban";56423.173320137;TRUE;"Your Place" +"vegetation";"urban";0.00349401187850162;FALSE;"Your Place" +"impervious";"urban";29.5664526037872;FALSE;"Your Place" +"impervious";"urban";51.876616246067;FALSE;"Your Place" +"impervious";"urban";251.076342012966;FALSE;"Your Place" +"urban";"urban";3165.34295877138;TRUE;"Your Place" +"urban";"urban";6.06613331370136;TRUE;"Your Place" +"impervious";"urban";71.0042065619491;FALSE;"Your Place" +"urban";"urban";318.116762768295;TRUE;"Your Place" +"urban";"urban";65.1507981086907;TRUE;"Your Place" +"urban";"urban";1236.64896828029;TRUE;"Your Place" +"urban";"urban";84.3766411068646;TRUE;"Your Place" +"vegetation";"urban";124.583925176878;FALSE;"Your Place" +"impervious";"urban";64.4800720416242;FALSE;"Your Place" +"vegetation";"urban";25797.2019919492;FALSE;"Your Place" +"urban";"urban";29.3986011845991;TRUE;"Your Place" +"urban";"urban";2835.42528358451;TRUE;"Your Place" +"urban";"urban";0.0239725573046599;TRUE;"Your Place" +"vegetation";"urban";1111.23907450236;FALSE;"Your Place" +"urban";"urban";13.1127306143753;TRUE;"Your Place" +"urban";"urban";39.8522033300251;TRUE;"Your Place" +"urban";"urban";1314.47823366523;TRUE;"Your Place" +"vegetation";"urban";0.529374056728557;FALSE;"Your Place" +"vegetation";"urban";3315.69378073313;FALSE;"Your Place" +"impervious";"urban";6219.59146442707;FALSE;"Your Place" +"impervious";"urban";0.00424298627604003;FALSE;"Your Place" +"urban";"urban";8808.64273882035;TRUE;"Your Place" +"vegetation";"urban";1599.80370042042;FALSE;"Your Place" +"impervious";"urban";402.013741374321;FALSE;"Your Place" +"urban";"urban";471.839593943674;TRUE;"Your Place" +"vegetation";"urban";345.391413834452;FALSE;"Your Place" +"vegetation";"urban";101.097572270781;FALSE;"Your Place" +"vegetation";"urban";6378.55703877285;FALSE;"Your Place" +"vegetation";"urban";10746.5774441101;FALSE;"Your Place" +"vegetation";"urban";90.0387813569978;FALSE;"Your Place" +"vegetation";"urban";8.3331225598231;FALSE;"Your Place" +"vegetation";"urban";1656.22725866048;FALSE;"Your Place" +"vegetation";"urban";5319.61997721414;FALSE;"Your Place" +"urban";"urban";1.36095466604456;TRUE;"Your Place" +"urban";"urban";26024.401143021;TRUE;"Your Place" +"impervious";"urban";6.61006409162655;FALSE;"Your Place" +"vegetation";"urban";316.369614521624;FALSE;"Your Place" +"vegetation";"urban";28.1655815502163;FALSE;"Your Place" +"urban";"urban";15336.8191453187;TRUE;"Your Place" +"urban";"urban";200.929723978043;TRUE;"Your Place" +"urban";"urban";20987.2124809964;TRUE;"Your Place" +"urban";"urban";57.7524155587307;TRUE;"Your Place" +"urban";"urban";12675.6550971232;TRUE;"Your Place" +"vegetation";"urban";8.45235743382364;FALSE;"Your Place" +"urban";"urban";274.630914292276;TRUE;"Your Place" +"urban";"urban";40.4154393692588;TRUE;"Your Place" +"urban";"urban";11.4612361451946;TRUE;"Your Place" +"urban";"urban";74106.1651898003;TRUE;"Your Place" +"urban";"urban";17.774040607037;TRUE;"Your Place" +"vegetation";"urban";7.68630968070647;FALSE;"Your Place" +"urban";"urban";0.00136348968953826;TRUE;"Your Place" +"urban";"urban";15780.9771644123;TRUE;"Your Place" +"urban";"urban";12.6023141407059;TRUE;"Your Place" +"urban";"urban";7.82883468293585;TRUE;"Your Place" +"urban";"urban";79.7099468240049;TRUE;"Your Place" +"urban";"urban";55.8281658398628;TRUE;"Your Place" +"urban";"urban";39146.1382817243;TRUE;"Your Place" +"vegetation";"urban";87.4366340558918;FALSE;"Your Place" +"urban";"urban";6.73770144554146;TRUE;"Your Place" +"urban";"urban";17.6424328139983;TRUE;"Your Place" +"urban";"urban";2.37825945205986;TRUE;"Your Place" +"impervious";"urban";6073.91036246426;FALSE;"Your Place" +"urban";"urban";2.46062193624675;TRUE;"Your Place" +"urban";"urban";40388.2437050442;TRUE;"Your Place" +"urban";"urban";424.406029876322;TRUE;"Your Place" +"urban";"urban";27.8622097331972;TRUE;"Your Place" +"vegetation";"urban";0.690630231809337;FALSE;"Your Place" +"urban";"urban";116.750495543471;TRUE;"Your Place" +"urban";"urban";36416.2994215399;TRUE;"Your Place" +"urban";"urban";126.830809128354;TRUE;"Your Place" +"impervious";"urban";107.056195682613;FALSE;"Your Place" +"impervious";"urban";61.336690710159;FALSE;"Your Place" +"urban";"urban";228.452977045206;TRUE;"Your Place" +"urban";"urban";0.083206744864583;TRUE;"Your Place" +"urban";"urban";21802.20515737;TRUE;"Your Place" +"urban";"urban";50.1827649229381;TRUE;"Your Place" +"urban";"urban";28.3749669721583;TRUE;"Your Place" +"urban";"urban";13.8499724768044;TRUE;"Your Place" +"urban";"urban";3.8443847107992;TRUE;"Your Place" +"urban";"urban";34501.1295675372;TRUE;"Your Place" +"vegetation";"urban";1852.35281412292;FALSE;"Your Place" +"urban";"urban";4.46219156106235;TRUE;"Your Place" +"urban";"urban";2.23038960620761;TRUE;"Your Place" +"urban";"urban";17923.2647121393;TRUE;"Your Place" +"vegetation";"urban";228.844989650708;FALSE;"Your Place" +"impervious";"urban";8.18538765970152;FALSE;"Your Place" +"urban";"urban";15120.5501626571;TRUE;"Your Place" +"impervious";"urban";27.4463276192546;FALSE;"Your Place" +"urban";"urban";346.276066637656;TRUE;"Your Place" +"impervious";"urban";26.8333522240282;FALSE;"Your Place" +"urban";"urban";39628.1976604266;TRUE;"Your Place" +"urban";"urban";38239.2357240852;TRUE;"Your Place" +"urban";"urban";35.3890259694308;TRUE;"Your Place" +"vegetation";"urban";7092.55499634473;FALSE;"Your Place" +"urban";"urban";4032.44049253315;TRUE;"Your Place" +"urban";"urban";10082.3159281455;TRUE;"Your Place" +"urban";"urban";26700.8545007184;TRUE;"Your Place" +"urban";"urban";7948.62756848114;TRUE;"Your Place" +"impervious";"urban";2819.99216496665;FALSE;"Your Place" +"vegetation";"urban";3.80849124898668;FALSE;"Your Place" +"vegetation";"urban";7752.91198073997;FALSE;"Your Place" +"urban";"urban";59.591323594097;TRUE;"Your Place" +"urban";"urban";28679.2462970344;TRUE;"Your Place" +"urban";"urban";212.231459364411;TRUE;"Your Place" +"urban";"urban";27.7243614192703;TRUE;"Your Place" +"urban";"urban";4.12323373208346;TRUE;"Your Place" +"urban";"urban";0.177396130282432;TRUE;"Your Place" +"urban";"urban";6.00435012986418;TRUE;"Your Place" +"urban";"urban";85455.6757736364;TRUE;"Your Place" +"urban";"urban";0.220341260548594;TRUE;"Your Place" +"urban";"urban";117.673867633304;TRUE;"Your Place" +"impervious";"urban";0.138362545236305;FALSE;"Your Place" +"impervious";"urban";12.5620466526598;FALSE;"Your Place" +"vegetation";"urban";245.860731023946;FALSE;"Your Place" +"urban";"urban";15.6288393106079;TRUE;"Your Place" +"urban";"urban";74.4075596865732;TRUE;"Your Place" +"urban";"urban";47908.4558751741;TRUE;"Your Place" +"urban";"urban";39.916179972508;TRUE;"Your Place" +"urban";"urban";8.68519177247072;TRUE;"Your Place" +"urban";"urban";42.3508595242165;TRUE;"Your Place" +"urban";"urban";4.09881721786223;TRUE;"Your Place" +"impervious";"urban";14.5431075391825;FALSE;"Your Place" +"urban";"urban";5.51430334278848;TRUE;"Your Place" +"urban";"urban";80900.5124730966;TRUE;"Your Place" +"urban";"urban";46.0811867153534;TRUE;"Your Place" +"urban";"urban";5.52753765170928;TRUE;"Your Place" +"urban";"urban";289.935637601389;TRUE;"Your Place" +"impervious";"urban";128.781213804381;FALSE;"Your Place" +"impervious";"urban";17.7643223380437;FALSE;"Your Place" +"urban";"urban";7.50524402689189;TRUE;"Your Place" +"urban";"urban";15574.3772709979;TRUE;"Your Place" +"urban";"urban";0.423837915353943;TRUE;"Your Place" +"urban";"urban";69.6637206306332;TRUE;"Your Place" +"impervious";"urban";37.574744845042;FALSE;"Your Place" +"impervious";"urban";76.0996045595966;FALSE;"Your Place" +"vegetation";"urban";36.9085547944997;FALSE;"Your Place" +"urban";"urban";29.2878477070481;TRUE;"Your Place" +"impervious";"urban";6464.57718317304;FALSE;"Your Place" +"urban";"urban";85.2835379981116;TRUE;"Your Place" +"urban";"urban";5.1179866772145;TRUE;"Your Place" +"urban";"urban";10396.7267923784;TRUE;"Your Place" +"impervious";"urban";4.55367255944293;FALSE;"Your Place" +"impervious";"urban";23.7061643363559;FALSE;"Your Place" +"vegetation";"urban";4.66874184622429;FALSE;"Your Place" +"impervious";"urban";22.9603496959317;FALSE;"Your Place" +"impervious";"urban";0.541669033817016;FALSE;"Your Place" +"impervious";"urban";51.7334544379264;FALSE;"Your Place" +"urban";"urban";59.1008035093546;TRUE;"Your Place" +"urban";"urban";0.908068448312406;TRUE;"Your Place" +"urban";"urban";64995.253831849;TRUE;"Your Place" +"impervious";"urban";0.480302841868252;FALSE;"Your Place" +"vegetation";"urban";3.11277173774579;FALSE;"Your Place" +"impervious";"urban";17.4459543318953;FALSE;"Your Place" +"impervious";"urban";0.830033770762384;FALSE;"Your Place" +"urban";"urban";40.708004671862;TRUE;"Your Place" +"urban";"urban";93875.3134607703;TRUE;"Your Place" +"urban";"urban";77.6186153945746;TRUE;"Your Place" +"impervious";"urban";0.388294415664859;FALSE;"Your Place" +"vegetation";"urban";9.14618734805845;FALSE;"Your Place" +"urban";"urban";0.933269259054214;TRUE;"Your Place" +"impervious";"urban";17.4820277008694;FALSE;"Your Place" +"vegetation";"urban";152.062198454165;FALSE;"Your Place" +"impervious";"urban";2.37270645933313;FALSE;"Your Place" +"vegetation";"urban";6.208169666701;FALSE;"Your Place" +"impervious";"urban";11.4769403982209;FALSE;"Your Place" +"impervious";"urban";8.5694639035728;FALSE;"Your Place" +"impervious";"urban";13229.9894919879;FALSE;"Your Place" +"urban";"urban";167.278344249353;TRUE;"Your Place" +"urban";"urban";54031.2473520092;TRUE;"Your Place" +"urban";"urban";5.1302089903038;TRUE;"Your Place" +"impervious";"urban";3.70226663674111;FALSE;"Your Place" +"urban";"urban";492.071909422521;TRUE;"Your Place" +"urban";"urban";11.3874343061761;TRUE;"Your Place" +"urban";"urban";30060.2605151922;TRUE;"Your Place" +"vegetation";"urban";0.179938241868513;FALSE;"Your Place" +"vegetation";"urban";1107.04639515944;FALSE;"Your Place" +"impervious";"urban";116.19231168495;FALSE;"Your Place" +"urban";"urban";118.646063104272;TRUE;"Your Place" +"urban";"urban";40617.2529876035;TRUE;"Your Place" +"urban";"urban";43.1390995599213;TRUE;"Your Place" +"urban";"urban";4.44633498042822;TRUE;"Your Place" +"impervious";"urban";1.4103342409885;FALSE;"Your Place" +"impervious";"urban";13.6584503087215;FALSE;"Your Place" +"impervious";"urban";434.956404989236;FALSE;"Your Place" +"urban";"urban";54.5274608996697;TRUE;"Your Place" +"urban";"urban";20.7853439413302;TRUE;"Your Place" +"urban";"urban";12775.7028168035;TRUE;"Your Place" +"urban";"urban";0.00151040331820695;TRUE;"Your Place" +"urban";"urban";12.953897504136;TRUE;"Your Place" +"impervious";"urban";11.8751593958586;FALSE;"Your Place" +"urban";"urban";2097.09683190193;TRUE;"Your Place" +"urban";"urban";0.952972587314434;TRUE;"Your Place" +"urban";"urban";106.406310465361;TRUE;"Your Place" +"urban";"urban";105.630882708356;TRUE;"Your Place" +"urban";"urban";40399.1235529324;TRUE;"Your Place" +"urban";"urban";24.0406426712871;TRUE;"Your Place" +"urban";"urban";18.9023369810056;TRUE;"Your Place" +"urban";"urban";194.287444426795;TRUE;"Your Place" +"impervious";"urban";0.575001384160714;FALSE;"Your Place" +"impervious";"urban";16.7126730193559;FALSE;"Your Place" +"urban";"urban";32.8337609707378;TRUE;"Your Place" +"urban";"urban";17.5522520374216;TRUE;"Your Place" +"urban";"urban";19946.3497935291;TRUE;"Your Place" +"urban";"urban";650.899949567858;TRUE;"Your Place" +"impervious";"urban";4.57826170854969;FALSE;"Your Place" +"urban";"urban";34.1945239205379;TRUE;"Your Place" +"urban";"urban";45.7198158245883;TRUE;"Your Place" +"urban";"urban";71.0260616986488;TRUE;"Your Place" +"urban";"urban";157.245792394053;TRUE;"Your Place" +"urban";"urban";107602.030205652;TRUE;"Your Place" +"urban";"urban";0.635904685535934;TRUE;"Your Place" +"urban";"urban";135.417271441132;TRUE;"Your Place" +"impervious";"urban";20.5933131491765;FALSE;"Your Place" +"impervious";"urban";71.865091647931;FALSE;"Your Place" +"urban";"urban";79.2668596992735;TRUE;"Your Place" +"urban";"urban";17765.4006134002;TRUE;"Your Place" +"urban";"urban";0.680060841143131;TRUE;"Your Place" +"impervious";"urban";31.1594216992962;FALSE;"Your Place" +"vegetation";"urban";4.99916039510572;FALSE;"Your Place" +"impervious";"urban";24.4069355018437;FALSE;"Your Place" +"water";"water";34550.2716789737;TRUE;"Your Place" +"vegetation";"water";11.8418534600642;FALSE;"Your Place" +"water";"water";26.2445321986452;TRUE;"Your Place" +"vegetation";"water";0.119834381795954;FALSE;"Your Place" +"water";"vegetation";20.7607933883919;FALSE;"Your Place" +"water";"vegetation";1066.38671318955;FALSE;"Your Place" +"vegetation";"vegetation";1663.40222616974;TRUE;"Your Place" +"water";"vegetation";18.1159109920263;FALSE;"Your Place" +"impervious";"vegetation";274.130804255605;FALSE;"Your Place" +"vegetation";"vegetation";150989.045489993;TRUE;"Your Place" +"vegetation";"vegetation";35291.8206465123;TRUE;"Your Place" +"vegetation";"vegetation";243.155681002885;TRUE;"Your Place" +"vegetation";"vegetation";18697.1394907762;TRUE;"Your Place" +"water";"vegetation";0.919610718847252;FALSE;"Your Place" +"water";"vegetation";394.174586085981;FALSE;"Your Place" +"vegetation";"vegetation";22782.5650695963;TRUE;"Your Place" +"vegetation";"vegetation";889.499172564334;TRUE;"Your Place" +"vegetation";"vegetation";0.928150412568357;TRUE;"Your Place" +"vegetation";"vegetation";42.1599814780056;TRUE;"Your Place" +"vegetation";"vegetation";4316.77672980953;TRUE;"Your Place" +"water";"vegetation";16.2568760556169;FALSE;"Your Place" +"water";"vegetation";46.2124415063881;FALSE;"Your Place" +"water";"vegetation";2.80202914521215;FALSE;"Your Place" +"water";"vegetation";554.340516842669;FALSE;"Your Place" +"water";"vegetation";3.46563923032954;FALSE;"Your Place" +"water";"vegetation";251.700041647069;FALSE;"Your Place" +"water";"vegetation";5.08888307074085;FALSE;"Your Place" +"water";"vegetation";688.719291575952;FALSE;"Your Place" +"vegetation";"vegetation";228.954457026324;TRUE;"Your Place" +"vegetation";"vegetation";9.22743713634554;TRUE;"Your Place" +"water";"vegetation";3.82282045821194;FALSE;"Your Place" +"vegetation";"vegetation";1.68845119432081;TRUE;"Your Place" +"water";"vegetation";4.1986081043724;FALSE;"Your Place" +"vegetation";"vegetation";5.60029232734814;TRUE;"Your Place" +"water";"vegetation";72.8164760228246;FALSE;"Your Place" +"water";"water";43.2179592974717;TRUE;"Your Place" +"water";"water";11894.2926113475;TRUE;"Your Place" +"vegetation";"water";0.0137111027725041;FALSE;"Your Place" +"water";"water";19.0572368819267;TRUE;"Your Place" +"water";"vegetation";15.9447084344574;FALSE;"Your Place" +"vegetation";"vegetation";1172.89691659188;TRUE;"Your Place" +"water";"vegetation";3.14993577869609;FALSE;"Your Place" +"vegetation";"vegetation";469.412351776613;TRUE;"Your Place" +"water";"vegetation";6.50512671511387;FALSE;"Your Place" +"water";"vegetation";11.2503670079168;FALSE;"Your Place" +"vegetation";"vegetation";571.83206888038;TRUE;"Your Place" +"vegetation";"vegetation";1122.30885574582;TRUE;"Your Place" +"vegetation";"vegetation";6.77158848103136;TRUE;"Your Place" +"water";"vegetation";117.436259633396;FALSE;"Your Place" +"water";"vegetation";345.636188490316;FALSE;"Your Place" +"vegetation";"vegetation";1648.68177246954;TRUE;"Your Place" +"vegetation";"vegetation";15129.0184549727;TRUE;"Your Place" +"vegetation";"vegetation";2077.43989791721;TRUE;"Your Place" +"vegetation";"vegetation";618.520654864609;TRUE;"Your Place" +"vegetation";"water";24050.1996158545;FALSE;"Your Place" +"water";"water";597.578374012603;TRUE;"Your Place" +"water";"vegetation";2.01689692703076;FALSE;"Your Place" +"water";"water";7847.42249595653;TRUE;"Your Place" +"vegetation";"water";178.679361133632;FALSE;"Your Place" +"impervious";"water";32.2650392902724;FALSE;"Your Place" +"water";"vegetation";30.7967268582433;FALSE;"Your Place" +"water";"vegetation";1420.19791999774;FALSE;"Your Place" +"vegetation";"vegetation";18.8929013255984;TRUE;"Your Place" +"vegetation";"vegetation";266.486843784456;TRUE;"Your Place" +"vegetation";"vegetation";159901.180690089;TRUE;"Your Place" +"water";"vegetation";10.1237747508567;FALSE;"Your Place" +"water";"vegetation";0.395249400753528;FALSE;"Your Place" +"impervious";"vegetation";1162.6529439725;FALSE;"Your Place" +"impervious";"vegetation";77.4096132852137;FALSE;"Your Place" +"impervious";"vegetation";2181.5480853375;FALSE;"Your Place" +"impervious";"vegetation";56.0889880442992;FALSE;"Your Place" +"impervious";"vegetation";1.3391781047394;FALSE;"Your Place" +"vegetation";"water";596.703295320971;FALSE;"Your Place" +"water";"water";11561.9700098936;TRUE;"Your Place" +"water";"vegetation";27.7957400789019;FALSE;"Your Place" +"vegetation";"vegetation";28.3868517344818;TRUE;"Your Place" +"water";"vegetation";236.153622945887;FALSE;"Your Place" +"vegetation";"vegetation";62721.7478049232;TRUE;"Your Place" +"impervious";"vegetation";494.261449997779;FALSE;"Your Place" +"vegetation";"vegetation";99.776203352958;TRUE;"Your Place" +"vegetation";"vegetation";230.703351824894;TRUE;"Your Place" +"water";"vegetation";28.62767833611;FALSE;"Your Place" +"vegetation";"vegetation";3.3032661343459;TRUE;"Your Place" +"water";"vegetation";0.412946153082885;FALSE;"Your Place" +"vegetation";"vegetation";41.4395176090766;TRUE;"Your Place" +"vegetation";"water";2.0727818289306;FALSE;"Your Place" +"water";"water";13.6682214522734;TRUE;"Your Place" +"vegetation";"water";24.579618494492;FALSE;"Your Place" +"vegetation";"vegetation";1.62554459855892;TRUE;"Your Place" +"vegetation";"vegetation";48.8295046567218;TRUE;"Your Place" +"water";"water";3.42372864461504;TRUE;"Your Place" +"vegetation";"water";1.34957188740373;FALSE;"Your Place" +"vegetation";"water";713.983214200241;FALSE;"Your Place" +"water";"vegetation";4.42674671672285;FALSE;"Your Place" +"vegetation";"vegetation";15.1095241941512;TRUE;"Your Place" +"vegetation";"water";402.469321936835;FALSE;"Your Place" +"water";"water";134.366380355379;TRUE;"Your Place" +"vegetation";"vegetation";1169.54020060599;TRUE;"Your Place" +"water";"vegetation";16.4861440507811;FALSE;"Your Place" +"water";"vegetation";47.6216678616474;FALSE;"Your Place" +"water";"vegetation";39.2428008653224;FALSE;"Your Place" +"vegetation";"water";318.071189366048;FALSE;"Your Place" +"water";"water";3200.63157628721;TRUE;"Your Place" +"water";"vegetation";11.4869217425585;FALSE;"Your Place" +"vegetation";"vegetation";38.5744748972356;TRUE;"Your Place" +"water";"water";27.0481514555868;TRUE;"Your Place" +"water";"vegetation";9.81623046658933;FALSE;"Your Place" +"water";"water";101.735955303186;TRUE;"Your Place" +"vegetation";"water";7.86432380235055;FALSE;"Your Place" +"water";"vegetation";558.02177041804;FALSE;"Your Place" +"vegetation";"vegetation";11290.8601072254;TRUE;"Your Place" +"water";"vegetation";0.720539249014109;FALSE;"Your Place" +"water";"water";26.2087197871879;TRUE;"Your Place" +"water";"vegetation";41.6228175548022;FALSE;"Your Place" +"vegetation";"vegetation";0.051001198386075;TRUE;"Your Place" +"water";"water";3374.60919973627;TRUE;"Your Place" +"impervious";"water";149.108785132878;FALSE;"Your Place" +"water";"vegetation";4.18827167991549;FALSE;"Your Place" +"water";"water";30.8734388004523;TRUE;"Your Place" +"vegetation";"water";1.1638209882658;FALSE;"Your Place" +"water";"water";1.43881579971639;TRUE;"Your Place" +"vegetation";"vegetation";4.22049930985668;TRUE;"Your Place" +"water";"water";55.4698354983702;TRUE;"Your Place" +"water";"water";0.192288483784068;TRUE;"Your Place" +"vegetation";"water";4.77718202222604;FALSE;"Your Place" +"vegetation";"vegetation";1.95053490722785;TRUE;"Your Place" +"vegetation";"water";3.91069946443895;FALSE;"Your Place" +"vegetation";"impervious";334.565102457913;FALSE;"Your Place" +"impervious";"impervious";2220.72367450933;TRUE;"Your Place" +"vegetation";"impervious";833.425389869604;FALSE;"Your Place" +"vegetation";"impervious";1.33869104727637;FALSE;"Your Place" +"vegetation";"vegetation";684.464767226949;TRUE;"Your Place" +"vegetation";"vegetation";5683.4321194971;TRUE;"Your Place" +"water";"vegetation";87.4426288381219;FALSE;"Your Place" +"impervious";"vegetation";1202.70717406785;FALSE;"Your Place" +"vegetation";"vegetation";38.2690308715682;TRUE;"Your Place" +"vegetation";"vegetation";2364.75124851987;TRUE;"Your Place" +"vegetation";"vegetation";629.07275491301;TRUE;"Your Place" +"vegetation";"vegetation";142.217759368941;TRUE;"Your Place" +"vegetation";"vegetation";118.212918920442;TRUE;"Your Place" +"water";"vegetation";2.1387825156562;FALSE;"Your Place" +"vegetation";"water";16.3225972864893;FALSE;"Your Place" +"water";"water";135.362719732759;TRUE;"Your Place" +"water";"water";38.4286749450839;TRUE;"Your Place" +"vegetation";"water";46.7035815527197;FALSE;"Your Place" +"water";"water";13526.6543345819;TRUE;"Your Place" +"vegetation";"water";2253.79618951585;FALSE;"Your Place" +"impervious";"impervious";2977.06342008896;TRUE;"Your Place" +"vegetation";"vegetation";566.500425402075;TRUE;"Your Place" +"vegetation";"vegetation";1305.41688446328;TRUE;"Your Place" +"vegetation";"vegetation";90.3815177497454;TRUE;"Your Place" +"vegetation";"vegetation";4233.06027479132;TRUE;"Your Place" +"vegetation";"vegetation";74773.9251304455;TRUE;"Your Place" +"vegetation";"vegetation";22597.6610464485;TRUE;"Your Place" +"vegetation";"vegetation";1.54002918908373;TRUE;"Your Place" +"water";"vegetation";23.08975923853;FALSE;"Your Place" +"vegetation";"vegetation";521.94493320107;TRUE;"Your Place" +"urban";"vegetation";167.224683190696;FALSE;"Your Place" +"water";"vegetation";1.94427023886237;FALSE;"Your Place" +"impervious";"vegetation";10.0715220682323;FALSE;"Your Place" +"water";"vegetation";29.5888234232552;FALSE;"Your Place" +"urban";"impervious";3068.87278973078;FALSE;"Your Place" +"impervious";"impervious";157.353424106259;TRUE;"Your Place" +"impervious";"impervious";66.7775709179114;TRUE;"Your Place" +"vegetation";"impervious";5.61007077095564;FALSE;"Your Place" +"vegetation";"water";34.905070915469;FALSE;"Your Place" +"water";"water";100.097624580238;TRUE;"Your Place" +"vegetation";"vegetation";4513.21403972304;TRUE;"Your Place" +"impervious";"impervious";11.4747889038408;TRUE;"Your Place" +"impervious";"impervious";152.13512859185;TRUE;"Your Place" +"vegetation";"impervious";12.7613425109885;FALSE;"Your Place" +"vegetation";"vegetation";39.9046005108903;TRUE;"Your Place" +"water";"vegetation";10.2616676956823;FALSE;"Your Place" +"urban";"impervious";21.4950586628402;FALSE;"Your Place" +"urban";"impervious";1.48546046478441;FALSE;"Your Place" +"impervious";"impervious";5.0693824980408;TRUE;"Your Place" +"impervious";"impervious";10.3451979842794;TRUE;"Your Place" +"vegetation";"impervious";594.039393107058;FALSE;"Your Place" +"water";"water";1.18148405142711;TRUE;"Your Place" +"water";"vegetation";9.58776156441309;FALSE;"Your Place" +"urban";"vegetation";732.265121825971;FALSE;"Your Place" +"water";"water";8.14601481868885;TRUE;"Your Place" +"water";"vegetation";18.9628977294778;FALSE;"Your Place" +"vegetation";"vegetation";0.176887545210775;TRUE;"Your Place" +"vegetation";"vegetation";428.549841686559;TRUE;"Your Place" +"vegetation";"vegetation";0.0819156741999905;TRUE;"Your Place" +"vegetation";"vegetation";22482.1713880859;TRUE;"Your Place" +"vegetation";"vegetation";27.7044774894603;TRUE;"Your Place" +"vegetation";"vegetation";30.2438244922087;TRUE;"Your Place" +"vegetation";"vegetation";2990.29521062877;TRUE;"Your Place" +"urban";"vegetation";6609.99198755808;FALSE;"Your Place" +"urban";"vegetation";520.269109353423;FALSE;"Your Place" +"vegetation";"vegetation";872.824622233631;TRUE;"Your Place" +"vegetation";"vegetation";9312.81015702224;TRUE;"Your Place" +"vegetation";"vegetation";2258.24007654935;TRUE;"Your Place" +"vegetation";"vegetation";16355.6122075701;TRUE;"Your Place" +"vegetation";"vegetation";27.5347243561409;TRUE;"Your Place" +"water";"water";10.3397385123244;TRUE;"Your Place" +"water";"vegetation";19.8525358615443;FALSE;"Your Place" +"vegetation";"vegetation";5.16895008587744;TRUE;"Your Place" +"water";"water";3.39024146273732;TRUE;"Your Place" +"water";"water";1.07905500606284;TRUE;"Your Place" +"vegetation";"water";10.3020270192064;FALSE;"Your Place" +"water";"water";32.876069014892;TRUE;"Your Place" +"water";"vegetation";22.2598266399;FALSE;"Your Place" +"vegetation";"vegetation";0.527609470533207;TRUE;"Your Place" +"vegetation";"water";0.551523089176044;FALSE;"Your Place" +"water";"water";27.6843291711994;TRUE;"Your Place" +"vegetation";"vegetation";0.184383116429672;TRUE;"Your Place" +"water";"vegetation";12.7923917495064;FALSE;"Your Place" +"water";"water";0.299557372683921;TRUE;"Your Place" +"water";"water";22639.6372696334;TRUE;"Your Place" +"vegetation";"water";0.313444243976846;FALSE;"Your Place" +"water";"water";2277.21912470087;TRUE;"Your Place" +"vegetation";"water";20.0655473131774;FALSE;"Your Place" +"vegetation";"water";63.8419123459607;FALSE;"Your Place" +"vegetation";"water";159.402151368442;FALSE;"Your Place" +"urban";"impervious";1.82207639732951;FALSE;"Your Place" +"vegetation";"impervious";852.80174849902;FALSE;"Your Place" +"water";"vegetation";53.3691464504227;FALSE;"Your Place" +"water";"vegetation";116.164278889104;FALSE;"Your Place" +"vegetation";"vegetation";65795.1713870979;TRUE;"Your Place" +"impervious";"vegetation";1749.17368268967;FALSE;"Your Place" +"impervious";"vegetation";0.513374051777646;FALSE;"Your Place" +"impervious";"vegetation";3010.39864651376;FALSE;"Your Place" +"vegetation";"vegetation";90566.2561381031;TRUE;"Your Place" +"vegetation";"vegetation";16.376427031355;TRUE;"Your Place" +"urban";"impervious";9.37747700698674;FALSE;"Your Place" +"vegetation";"impervious";171.197299375664;FALSE;"Your Place" +"water";"vegetation";9.08008162979968;FALSE;"Your Place" +"vegetation";"vegetation";3.72491191863082;TRUE;"Your Place" +"water";"water";110.090582189325;TRUE;"Your Place" +"vegetation";"vegetation";0.085502560822988;TRUE;"Your Place" +"vegetation";"vegetation";449.378269047709;TRUE;"Your Place" +"vegetation";"vegetation";3685.49524530477;TRUE;"Your Place" +"vegetation";"vegetation";2.68026471417397;TRUE;"Your Place" +"vegetation";"vegetation";23.9663244916592;TRUE;"Your Place" +"water";"water";37.8409588877112;TRUE;"Your Place" +"vegetation";"impervious";3467.5036822753;FALSE;"Your Place" +"water";"vegetation";2873.58117953059;FALSE;"Your Place" +"vegetation";"vegetation";29.0061382006388;TRUE;"Your Place" +"vegetation";"vegetation";388.059922681656;TRUE;"Your Place" +"vegetation";"vegetation";239.786002657609;TRUE;"Your Place" +"vegetation";"vegetation";123359.683448075;TRUE;"Your Place" +"impervious";"vegetation";602.859045331832;FALSE;"Your Place" +"impervious";"vegetation";79.4555802480318;FALSE;"Your Place" +"vegetation";"vegetation";119.923954974412;TRUE;"Your Place" +"vegetation";"vegetation";28.9434589929879;TRUE;"Your Place" +"vegetation";"vegetation";56.0846225610003;TRUE;"Your Place" +"vegetation";"vegetation";256.160382757429;TRUE;"Your Place" +"vegetation";"vegetation";2.70925010490464;TRUE;"Your Place" +"vegetation";"vegetation";17.714127806481;TRUE;"Your Place" +"vegetation";"impervious";27.9153817743063;FALSE;"Your Place" +"vegetation";"impervious";108.148858237313;FALSE;"Your Place" +"vegetation";"impervious";16.0919979023747;FALSE;"Your Place" +"vegetation";"impervious";126.379264536314;FALSE;"Your Place" +"vegetation";"vegetation";1.23273811256513;TRUE;"Your Place" +"vegetation";"vegetation";301.777883264032;TRUE;"Your Place" +"vegetation";"vegetation";200.805171819404;TRUE;"Your Place" +"vegetation";"vegetation";0.222558405999735;TRUE;"Your Place" +"vegetation";"vegetation";314.889173366944;TRUE;"Your Place" +"vegetation";"impervious";3001.74377917312;FALSE;"Your Place" +"water";"water";2.19726528778847;TRUE;"Your Place" +"water";"water";0.587353905139025;TRUE;"Your Place" +"vegetation";"water";0.864701266225893;FALSE;"Your Place" +"vegetation";"impervious";1907.31588867703;FALSE;"Your Place" +"water";"water";1.31215991795034;TRUE;"Your Place" +"vegetation";"impervious";579.600063513324;FALSE;"Your Place" +"vegetation";"impervious";2.34929770609597;FALSE;"Your Place" +"water";"impervious";0.520896510221064;FALSE;"Your Place" +"water";"vegetation";305.052846225677;FALSE;"Your Place" +"vegetation";"vegetation";15871.8288039416;TRUE;"Your Place" +"water";"vegetation";9.06602155067958;FALSE;"Your Place" +"vegetation";"water";130.823708925163;FALSE;"Your Place" +"vegetation";"water";3.40316503809299;FALSE;"Your Place" +"water";"water";2674.56101862574;TRUE;"Your Place" +"water";"water";18.3448234377429;TRUE;"Your Place" +"vegetation";"impervious";1.86432481519296;FALSE;"Your Place" +"vegetation";"impervious";82.3296754936455;FALSE;"Your Place" +"vegetation";"vegetation";2170.47477048496;TRUE;"Your Place" +"vegetation";"vegetation";186.066716960515;TRUE;"Your Place" +"vegetation";"vegetation";76.1158522050828;TRUE;"Your Place" +"vegetation";"vegetation";1400.08063070104;TRUE;"Your Place" +"vegetation";"vegetation";45.9977826660033;TRUE;"Your Place" +"water";"water";3.82563954009674;TRUE;"Your Place" +"vegetation";"impervious";12.0220213857829;FALSE;"Your Place" +"vegetation";"water";3.67605142341927;FALSE;"Your Place" +"vegetation";"water";312.554206792265;FALSE;"Your Place" +"vegetation";"water";351.099115472607;FALSE;"Your Place" +"water";"water";15356.3837254113;TRUE;"Your Place" +"water";"water";23.4365681586787;TRUE;"Your Place" +"impervious";"water";105.374060322996;FALSE;"Your Place" +"vegetation";"water";2.51702879462391;FALSE;"Your Place" +"impervious";"water";12.7411395767704;FALSE;"Your Place" +"impervious";"water";12.4898646702932;FALSE;"Your Place" +"impervious";"water";0.105392416075119;FALSE;"Your Place" +"water";"water";0.0648558366228826;TRUE;"Your Place" +"vegetation";"vegetation";876.199454269605;TRUE;"Your Place" +"water";"vegetation";116.002308603376;FALSE;"Your Place" +"vegetation";"impervious";8.83848898554425;FALSE;"Your Place" +"vegetation";"impervious";0.00238069401530083;FALSE;"Your Place" +"vegetation";"vegetation";76.5159657672048;TRUE;"Your Place" +"water";"vegetation";102.943354714662;FALSE;"Your Place" +"water";"vegetation";2.31414154311642;FALSE;"Your Place" +"vegetation";"vegetation";372.753023643971;TRUE;"Your Place" +"vegetation";"vegetation";16.5189590165392;TRUE;"Your Place" +"vegetation";"vegetation";311.436752418522;TRUE;"Your Place" +"vegetation";"vegetation";305.098913296082;TRUE;"Your Place" +"vegetation";"vegetation";0.468948842753889;TRUE;"Your Place" +"vegetation";"vegetation";6.84624674916267;TRUE;"Your Place" +"vegetation";"vegetation";12.8130422740942;TRUE;"Your Place" +"water";"vegetation";5.88620744063519;FALSE;"Your Place" +"vegetation";"vegetation";0.542684129439294;TRUE;"Your Place" +"water";"water";1.7614582432434;TRUE;"Your Place" +"vegetation";"water";0.691622669342905;FALSE;"Your Place" +"vegetation";"vegetation";4.11954119883012;TRUE;"Your Place" +"urban";"vegetation";552.313496172079;FALSE;"Your Place" +"water";"vegetation";205.444345051481;FALSE;"Your Place" +"water";"vegetation";2.02122377045453;FALSE;"Your Place" +"impervious";"vegetation";371.095427418128;FALSE;"Your Place" +"impervious";"vegetation";3.79225004895125;FALSE;"Your Place" +"vegetation";"vegetation";0.732845658276347;TRUE;"Your Place" +"water";"water";9.87822498450987;TRUE;"Your Place" +"water";"vegetation";22.1665906655835;FALSE;"Your Place" +"water";"vegetation";2.44172412057378;FALSE;"Your Place" +"vegetation";"vegetation";1.2469041490549;TRUE;"Your Place" +"water";"impervious";275.418222830864;FALSE;"Your Place" +"water";"impervious";1.68528912676265;FALSE;"Your Place" +"impervious";"impervious";4.51595945016015;TRUE;"Your Place" +"impervious";"impervious";1752.52315503964;TRUE;"Your Place" +"vegetation";"impervious";2.14404936810024;FALSE;"Your Place" +"vegetation";"impervious";413.123019691324;FALSE;"Your Place" +"vegetation";"impervious";0.0335242457545064;FALSE;"Your Place" +"vegetation";"impervious";72.723270310089;FALSE;"Your Place" +"impervious";"impervious";76.3587933462113;TRUE;"Your Place" +"vegetation";"impervious";5.55923884670483;FALSE;"Your Place" +"vegetation";"impervious";1062.2136028033;FALSE;"Your Place" +"vegetation";"impervious";23.5779655927327;FALSE;"Your Place" +"vegetation";"vegetation";16.4079942051321;TRUE;"Your Place" +"urban";"vegetation";31.4997175143799;FALSE;"Your Place" +"vegetation";"vegetation";66.2746845278889;TRUE;"Your Place" +"vegetation";"vegetation";47.8233585241251;TRUE;"Your Place" +"vegetation";"vegetation";0.776112183986697;TRUE;"Your Place" +"vegetation";"vegetation";648.388290623669;TRUE;"Your Place" +"vegetation";"vegetation";483.775643380806;TRUE;"Your Place" +"vegetation";"vegetation";14.7045670631342;TRUE;"Your Place" +"vegetation";"vegetation";29.9103321775328;TRUE;"Your Place" +"vegetation";"vegetation";60.1869580114144;TRUE;"Your Place" +"vegetation";"vegetation";844.770288308617;TRUE;"Your Place" +"water";"vegetation";104.398929230636;FALSE;"Your Place" +"vegetation";"impervious";15.7461328972131;FALSE;"Your Place" +"vegetation";"impervious";6.79702938906848;FALSE;"Your Place" +"water";"water";29.8394880369306;TRUE;"Your Place" +"vegetation";"water";198.961645720992;FALSE;"Your Place" +"water";"water";4636.5848290734;TRUE;"Your Place" +"impervious";"water";295.927031683037;FALSE;"Your Place" +"vegetation";"impervious";2.34127123333747;FALSE;"Your Place" +"vegetation";"impervious";0.535833921108861;FALSE;"Your Place" +"water";"water";23.4541164781549;TRUE;"Your Place" +"water";"water";17.113004348008;TRUE;"Your Place" +"water";"vegetation";60.3599374461919;FALSE;"Your Place" +"urban";"vegetation";196.237287274103;FALSE;"Your Place" +"vegetation";"vegetation";51.4922035938362;TRUE;"Your Place" +"vegetation";"vegetation";34.6227393266745;TRUE;"Your Place" +"vegetation";"vegetation";1928.83700631346;TRUE;"Your Place" +"vegetation";"vegetation";24.198071377934;TRUE;"Your Place" +"water";"vegetation";2.9839572191413;FALSE;"Your Place" +"water";"vegetation";4.86282162065618;FALSE;"Your Place" +"water";"water";5.84451287367847;TRUE;"Your Place" +"vegetation";"vegetation";15.9501388366334;TRUE;"Your Place" +"vegetation";"vegetation";2576.96475750796;TRUE;"Your Place" +"urban";"impervious";26.5730122374371;FALSE;"Your Place" +"vegetation";"impervious";304.867161898583;FALSE;"Your Place" +"vegetation";"impervious";5.95117581007071;FALSE;"Your Place" +"water";"vegetation";2.83253642939962;FALSE;"Your Place" +"vegetation";"vegetation";2554.20017090882;TRUE;"Your Place" +"vegetation";"vegetation";83.7561739488738;TRUE;"Your Place" +"vegetation";"vegetation";14316.8013752183;TRUE;"Your Place" +"vegetation";"vegetation";36.1862297939369;TRUE;"Your Place" +"urban";"vegetation";986.584044924821;FALSE;"Your Place" +"water";"vegetation";2.65716958043049;FALSE;"Your Place" +"impervious";"vegetation";1404.52102284972;FALSE;"Your Place" +"vegetation";"vegetation";5775.22530848818;TRUE;"Your Place" +"vegetation";"vegetation";37.9943486824632;TRUE;"Your Place" +"vegetation";"vegetation";3.28394230460981;TRUE;"Your Place" +"vegetation";"vegetation";3190.54687263584;TRUE;"Your Place" +"vegetation";"vegetation";12812.2270435474;TRUE;"Your Place" +"vegetation";"vegetation";2.67816018871963;TRUE;"Your Place" +"vegetation";"impervious";2.1587898331295;FALSE;"Your Place" +"water";"water";1.37035776782432;TRUE;"Your Place" +"water";"water";14.4910983526788;TRUE;"Your Place" +"water";"vegetation";13.5899659806455;FALSE;"Your Place" +"water";"water";1.96133329014992;TRUE;"Your Place" +"vegetation";"impervious";388.926685774408;FALSE;"Your Place" +"water";"vegetation";14.994337836717;FALSE;"Your Place" +"vegetation";"vegetation";6.30951011925936;TRUE;"Your Place" +"impervious";"vegetation";0.36436573183164;FALSE;"Your Place" +"vegetation";"vegetation";13581.7851796141;TRUE;"Your Place" +"vegetation";"vegetation";4967.98535588756;TRUE;"Your Place" +"vegetation";"vegetation";1466.79037847248;TRUE;"Your Place" +"water";"water";144.18579186028;TRUE;"Your Place" +"vegetation";"impervious";6.01225495222025;FALSE;"Your Place" +"vegetation";"vegetation";48.3879379436839;TRUE;"Your Place" +"vegetation";"vegetation";752.242254234559;TRUE;"Your Place" +"impervious";"vegetation";18.4987966424378;FALSE;"Your Place" +"impervious";"vegetation";106.930907098114;FALSE;"Your Place" +"impervious";"vegetation";3753.68871715281;FALSE;"Your Place" +"vegetation";"vegetation";193365.085972415;TRUE;"Your Place" +"vegetation";"vegetation";153730.166920246;TRUE;"Your Place" +"vegetation";"vegetation";179351.115342979;TRUE;"Your Place" +"vegetation";"vegetation";3.76047678280156;TRUE;"Your Place" +"vegetation";"vegetation";1191.4612308614;TRUE;"Your Place" +"impervious";"vegetation";29.5537641451228;FALSE;"Your Place" +"water";"vegetation";28.8229997856542;FALSE;"Your Place" +"vegetation";"vegetation";155.05596497748;TRUE;"Your Place" +"vegetation";"vegetation";315.109130194411;TRUE;"Your Place" +"vegetation";"vegetation";554.058781532571;TRUE;"Your Place" +"vegetation";"vegetation";111.127202682197;TRUE;"Your Place" +"vegetation";"vegetation";22.2655111849308;TRUE;"Your Place" +"water";"vegetation";10.5859270337969;FALSE;"Your Place" +"vegetation";"impervious";10.2561195939779;FALSE;"Your Place" +"vegetation";"impervious";230.835962362587;FALSE;"Your Place" +"vegetation";"vegetation";54.111514078686;TRUE;"Your Place" +"vegetation";"vegetation";6373.11519156425;TRUE;"Your Place" +"vegetation";"vegetation";35998.799106617;TRUE;"Your Place" +"water";"vegetation";17.0056329602376;FALSE;"Your Place" +"water";"vegetation";1.60230221878737;FALSE;"Your Place" +"vegetation";"vegetation";53.6082452055998;TRUE;"Your Place" +"water";"impervious";286.650544338132;FALSE;"Your Place" +"vegetation";"impervious";221.385302376002;FALSE;"Your Place" +"impervious";"impervious";706.376514509553;TRUE;"Your Place" +"vegetation";"impervious";6.45818896684796;FALSE;"Your Place" +"vegetation";"impervious";39.0958061573328;FALSE;"Your Place" +"vegetation";"impervious";2.48153500877379;FALSE;"Your Place" +"impervious";"impervious";23.8857914267574;TRUE;"Your Place" +"impervious";"impervious";0.0156918322318234;TRUE;"Your Place" +"impervious";"impervious";7.29701340312022;TRUE;"Your Place" +"vegetation";"impervious";1443.53559710944;FALSE;"Your Place" +"vegetation";"impervious";4320.94521084893;FALSE;"Your Place" +"vegetation";"impervious";32.2258633109741;FALSE;"Your Place" +"vegetation";"vegetation";166.916195986734;TRUE;"Your Place" +"vegetation";"vegetation";143.145993114449;TRUE;"Your Place" +"water";"vegetation";374.391017151996;FALSE;"Your Place" +"vegetation";"vegetation";63.4725536890328;TRUE;"Your Place" +"vegetation";"vegetation";2268.43599207327;TRUE;"Your Place" +"urban";"impervious";0.301774902734905;FALSE;"Your Place" +"vegetation";"impervious";2354.62149524409;FALSE;"Your Place" +"vegetation";"vegetation";30.3868895416381;TRUE;"Your Place" +"vegetation";"impervious";35.7899764943868;FALSE;"Your Place" +"vegetation";"impervious";66.5127880000509;FALSE;"Your Place" +"vegetation";"impervious";65.2761626869324;FALSE;"Your Place" +"impervious";"impervious";57.8662537601776;TRUE;"Your Place" +"vegetation";"vegetation";611.689788343501;TRUE;"Your Place" +"impervious";"vegetation";47.4085297704441;FALSE;"Your Place" +"impervious";"vegetation";0.582003162940964;FALSE;"Your Place" +"urban";"impervious";1960.56589194349;FALSE;"Your Place" +"impervious";"impervious";41.2504182001576;TRUE;"Your Place" +"impervious";"impervious";8.42458051219;TRUE;"Your Place" +"urban";"impervious";67.608596804901;FALSE;"Your Place" +"vegetation";"impervious";121.537533491864;FALSE;"Your Place" +"impervious";"impervious";91.1512624488678;TRUE;"Your Place" +"impervious";"impervious";432.960625497159;TRUE;"Your Place" +"impervious";"impervious";50.3049585138797;TRUE;"Your Place" +"vegetation";"impervious";25.2199890171178;FALSE;"Your Place" +"urban";"impervious";290.899163669441;FALSE;"Your Place" +"vegetation";"impervious";2.80918355006725;FALSE;"Your Place" +"urban";"impervious";113.347556838766;FALSE;"Your Place" +"impervious";"impervious";145.329891329631;TRUE;"Your Place" +"vegetation";"water";14.4904846223071;FALSE;"Your Place" +"water";"water";6.12168743181974;TRUE;"Your Place" +"urban";"impervious";108.551593501121;FALSE;"Your Place" +"vegetation";"impervious";80.6227535014041;FALSE;"Your Place" +"impervious";"impervious";105.671335410094;TRUE;"Your Place" +"vegetation";"impervious";194.332421147497;FALSE;"Your Place" +"impervious";"impervious";9.16843766072998;TRUE;"Your Place" +"impervious";"impervious";0.25924238884636;TRUE;"Your Place" +"impervious";"impervious";123.43929499248;TRUE;"Your Place" +"impervious";"impervious";0.395794655953068;TRUE;"Your Place" +"urban";"vegetation";1103.35104334634;FALSE;"Your Place" +"urban";"vegetation";53.7928981743753;FALSE;"Your Place" +"urban";"impervious";151.534388708184;FALSE;"Your Place" +"vegetation";"impervious";0.958469805293134;FALSE;"Your Place" +"water";"impervious";0.134802112355828;FALSE;"Your Place" +"water";"impervious";6.68898960156366;FALSE;"Your Place" +"urban";"water";119.937984966702;FALSE;"Your Place" +"water";"water";3.92805202985983;TRUE;"Your Place" +"impervious";"water";0.243360983018647;FALSE;"Your Place" +"water";"water";6297.3078596571;TRUE;"Your Place" +"impervious";"water";185.393815331423;FALSE;"Your Place" +"water";"water";1.4453587308526;TRUE;"Your Place" +"impervious";"water";0.159879092418123;FALSE;"Your Place" +"vegetation";"impervious";123.379968881607;FALSE;"Your Place" +"vegetation";"impervious";75.6735825026408;FALSE;"Your Place" +"vegetation";"impervious";113.291868352444;FALSE;"Your Place" +"impervious";"vegetation";0.845375289442018;FALSE;"Your Place" +"water";"vegetation";48.2849055496044;FALSE;"Your Place" +"impervious";"vegetation";1818.22425125772;FALSE;"Your Place" +"impervious";"vegetation";90.6798501519952;FALSE;"Your Place" +"impervious";"vegetation";1.97753820824437;FALSE;"Your Place" +"urban";"vegetation";2.75766459813167;FALSE;"Your Place" +"urban";"vegetation";158.80147752729;FALSE;"Your Place" +"urban";"vegetation";0.366185192659032;FALSE;"Your Place" +"urban";"vegetation";1.28602513601072;FALSE;"Your Place" +"impervious";"vegetation";0.316103472869145;FALSE;"Your Place" +"impervious";"vegetation";294.194099434084;FALSE;"Your Place" +"impervious";"vegetation";4836.38154852414;FALSE;"Your Place" +"impervious";"vegetation";64.4715866278129;FALSE;"Your Place" +"impervious";"vegetation";0.0659556690807221;FALSE;"Your Place" +"impervious";"vegetation";12.3112614317797;FALSE;"Your Place" +"vegetation";"vegetation";14.0965325962752;TRUE;"Your Place" +"water";"vegetation";4.63545872364193;FALSE;"Your Place" +"impervious";"impervious";17.9321930691367;TRUE;"Your Place" +"vegetation";"impervious";212.197214212036;FALSE;"Your Place" +"impervious";"impervious";0.106192468694644;TRUE;"Your Place" +"impervious";"impervious";229.849873240571;TRUE;"Your Place" +"urban";"vegetation";3.56784359668382;FALSE;"Your Place" +"urban";"vegetation";4259.02480168373;FALSE;"Your Place" +"vegetation";"vegetation";55.9844577359036;TRUE;"Your Place" +"vegetation";"vegetation";1954.05225042999;TRUE;"Your Place" +"urban";"impervious";8.66456384651246;FALSE;"Your Place" +"impervious";"impervious";208.097880543959;TRUE;"Your Place" +"vegetation";"impervious";8.96300109231379;FALSE;"Your Place" +"urban";"impervious";52.2052105018302;FALSE;"Your Place" +"urban";"impervious";35.533494976582;FALSE;"Your Place" +"impervious";"impervious";129.752043501008;TRUE;"Your Place" +"impervious";"impervious";54.201096862671;TRUE;"Your Place" +"impervious";"vegetation";58.2234137816704;FALSE;"Your Place" +"impervious";"vegetation";14.8074567089207;FALSE;"Your Place" +"vegetation";"vegetation";498.569007700309;TRUE;"Your Place" +"vegetation";"vegetation";373.44163607806;TRUE;"Your Place" +"vegetation";"impervious";3688.48380911164;FALSE;"Your Place" +"impervious";"impervious";86.2159471351188;TRUE;"Your Place" +"water";"impervious";842.568719531409;FALSE;"Your Place" +"water";"impervious";413.782534494996;FALSE;"Your Place" +"vegetation";"water";23.6893730699085;FALSE;"Your Place" +"water";"water";20.2521333689801;TRUE;"Your Place" +"urban";"impervious";152.064678964263;FALSE;"Your Place" +"impervious";"impervious";197.065489164554;TRUE;"Your Place" +"vegetation";"water";646.968875775754;FALSE;"Your Place" +"water";"water";2.78126466320828;TRUE;"Your Place" +"impervious";"water";0.528431960236048;FALSE;"Your Place" +"impervious";"water";40.4933668924496;FALSE;"Your Place" +"water";"water";3568.48087841365;TRUE;"Your Place" +"impervious";"water";418.15551226039;FALSE;"Your Place" +"water";"water";35984.2023894973;TRUE;"Your Place" +"water";"water";6.64625351825089;TRUE;"Your Place" +"impervious";"water";0.589929410227342;FALSE;"Your Place" +"vegetation";"water";0.023092248942703;FALSE;"Your Place" +"urban";"vegetation";292.849596873581;FALSE;"Your Place" +"urban";"vegetation";32.7239854382351;FALSE;"Your Place" +"water";"vegetation";121.716628015973;FALSE;"Your Place" +"urban";"impervious";39.3154960291868;FALSE;"Your Place" +"urban";"impervious";56.7229268568917;FALSE;"Your Place" +"impervious";"vegetation";1.40429029957158;FALSE;"Your Place" +"water";"vegetation";467.864568267018;FALSE;"Your Place" +"impervious";"vegetation";5651.14131204132;FALSE;"Your Place" +"impervious";"vegetation";106.801001172353;FALSE;"Your Place" +"water";"vegetation";773.430647518602;FALSE;"Your Place" +"impervious";"vegetation";336.201814310625;FALSE;"Your Place" +"vegetation";"vegetation";0.374874169618124;TRUE;"Your Place" +"urban";"impervious";636.39519923937;FALSE;"Your Place" +"impervious";"impervious";1288.55073112482;TRUE;"Your Place" +"impervious";"impervious";3082.19854458072;TRUE;"Your Place" +"impervious";"impervious";22.9879301658948;TRUE;"Your Place" +"impervious";"impervious";0.363207724705717;TRUE;"Your Place" +"impervious";"impervious";27.7746305403998;TRUE;"Your Place" +"impervious";"impervious";4721.91755609401;TRUE;"Your Place" +"vegetation";"impervious";758.261247677729;FALSE;"Your Place" +"vegetation";"impervious";197.845115976874;FALSE;"Your Place" +"vegetation";"impervious";7.59119284036569;FALSE;"Your Place" +"vegetation";"vegetation";16.8420632826164;TRUE;"Your Place" +"urban";"impervious";2.69059935258701;FALSE;"Your Place" +"impervious";"impervious";0.372683121437149;TRUE;"Your Place" +"impervious";"impervious";3.331340551842;TRUE;"Your Place" +"impervious";"impervious";1053.76581339887;TRUE;"Your Place" +"impervious";"impervious";9.42968916508835;TRUE;"Your Place" +"impervious";"impervious";1.45312737079803;TRUE;"Your Place" +"impervious";"impervious";5.6513580956962;TRUE;"Your Place" +"vegetation";"impervious";4.77422237524297;FALSE;"Your Place" +"vegetation";"impervious";6.29385121719679;FALSE;"Your Place" +"vegetation";"water";4505.53540635575;FALSE;"Your Place" +"vegetation";"water";106.09861143236;FALSE;"Your Place" +"vegetation";"water";30.1122188139707;FALSE;"Your Place" +"water";"water";5040.85086694453;TRUE;"Your Place" +"impervious";"water";32.5634722020477;FALSE;"Your Place" +"vegetation";"vegetation";87.4965466251597;TRUE;"Your Place" +"vegetation";"vegetation";1188.41505671287;TRUE;"Your Place" +"vegetation";"vegetation";1306.11586280074;TRUE;"Your Place" +"vegetation";"vegetation";135.222261497052;TRUE;"Your Place" +"vegetation";"vegetation";5159.61081042947;TRUE;"Your Place" +"impervious";"vegetation";22.5563762247621;FALSE;"Your Place" +"vegetation";"water";14.3501133145764;FALSE;"Your Place" +"urban";"impervious";791.612718429882;FALSE;"Your Place" +"impervious";"impervious";148.86836910015;TRUE;"Your Place" +"vegetation";"impervious";10.9063091888092;FALSE;"Your Place" +"vegetation";"vegetation";5158.0222773283;TRUE;"Your Place" +"impervious";"vegetation";732.52228453476;FALSE;"Your Place" +"vegetation";"vegetation";6.72949859919026;TRUE;"Your Place" +"impervious";"impervious";773.137740418693;TRUE;"Your Place" +"impervious";"impervious";0.0484212007140741;TRUE;"Your Place" +"vegetation";"vegetation";84.2484563728794;TRUE;"Your Place" +"urban";"vegetation";165.936443528917;FALSE;"Your Place" +"vegetation";"water";4.0428629796952;FALSE;"Your Place" +"urban";"impervious";35.5143979118438;FALSE;"Your Place" +"urban";"impervious";35.1233336334117;FALSE;"Your Place" +"impervious";"impervious";0.062356058289879;TRUE;"Your Place" +"impervious";"impervious";98.9146133553004;TRUE;"Your Place" +"vegetation";"impervious";10.1167402126594;FALSE;"Your Place" +"vegetation";"impervious";7.28118182392791;FALSE;"Your Place" +"vegetation";"impervious";2.25213742483174;FALSE;"Your Place" +"vegetation";"vegetation";31.0505220975028;TRUE;"Your Place" +"urban";"vegetation";4.72306906222366;FALSE;"Your Place" +"vegetation";"vegetation";0.402948722243309;TRUE;"Your Place" +"vegetation";"vegetation";1171.25312550133;TRUE;"Your Place" +"vegetation";"vegetation";1.19938320107758;TRUE;"Your Place" +"water";"vegetation";4.83930688491091;FALSE;"Your Place" +"impervious";"vegetation";144.964312879834;FALSE;"Your Place" +"vegetation";"vegetation";204.968147490523;TRUE;"Your Place" +"vegetation";"vegetation";120.698982625734;TRUE;"Your Place" +"water";"vegetation";35.1019781941432;FALSE;"Your Place" +"urban";"impervious";34.1065926780575;FALSE;"Your Place" +"urban";"vegetation";1056.68486620532;FALSE;"Your Place" +"vegetation";"water";255.542451022193;FALSE;"Your Place" +"urban";"vegetation";149.636455975007;FALSE;"Your Place" +"water";"vegetation";81.3228077234235;FALSE;"Your Place" +"vegetation";"vegetation";612.441547133029;TRUE;"Your Place" +"vegetation";"vegetation";510.485919948667;TRUE;"Your Place" +"vegetation";"vegetation";114.798456364806;TRUE;"Your Place" +"vegetation";"vegetation";91.791036187904;TRUE;"Your Place" +"vegetation";"vegetation";16637.3442604165;TRUE;"Your Place" +"vegetation";"impervious";38.1210607879329;FALSE;"Your Place" +"urban";"vegetation";675.354689529864;FALSE;"Your Place" +"vegetation";"vegetation";40.8138150461018;TRUE;"Your Place" +"vegetation";"vegetation";504.928068293317;TRUE;"Your Place" +"vegetation";"vegetation";6236.96815411095;TRUE;"Your Place" +"vegetation";"impervious";37.4999182448387;FALSE;"Your Place" +"urban";"impervious";3.94136377586983;FALSE;"Your Place" +"vegetation";"vegetation";179584.921320579;TRUE;"Your Place" +"vegetation";"vegetation";11.2120437696576;TRUE;"Your Place" +"vegetation";"vegetation";23462.5872632966;TRUE;"Your Place" +"vegetation";"vegetation";12.5678396950316;TRUE;"Your Place" +"urban";"vegetation";7324.50003299816;FALSE;"Your Place" +"vegetation";"impervious";5.35594429646153;FALSE;"Your Place" +"urban";"vegetation";6593.07113085754;FALSE;"Your Place" +"impervious";"vegetation";146.329768845695;FALSE;"Your Place" +"impervious";"vegetation";2281.81085420819;FALSE;"Your Place" +"impervious";"vegetation";3.04822806851007;FALSE;"Your Place" +"impervious";"vegetation";0.787420991196996;FALSE;"Your Place" +"urban";"vegetation";43.8592238209822;FALSE;"Your Place" +"urban";"impervious";1257.11976511673;FALSE;"Your Place" +"vegetation";"impervious";38.210055479547;FALSE;"Your Place" +"urban";"impervious";35.7219273149967;FALSE;"Your Place" +"vegetation";"impervious";323.870758032892;FALSE;"Your Place" +"vegetation";"vegetation";194.584094005637;TRUE;"Your Place" +"vegetation";"vegetation";119.919852687977;TRUE;"Your Place" +"vegetation";"vegetation";843.511977792252;TRUE;"Your Place" +"water";"vegetation";83.8833645507693;FALSE;"Your Place" +"vegetation";"impervious";60.6157270456315;FALSE;"Your Place" +"impervious";"impervious";143.720365266861;TRUE;"Your Place" +"vegetation";"impervious";36.4235800341703;FALSE;"Your Place" +"urban";"water";29.3093870702432;FALSE;"Your Place" +"water";"water";2.2462748317048;TRUE;"Your Place" +"impervious";"vegetation";412.803823508322;FALSE;"Your Place" +"vegetation";"vegetation";77.505992549191;TRUE;"Your Place" +"vegetation";"vegetation";0.238393059989903;TRUE;"Your Place" +"impervious";"vegetation";53.5258446747212;FALSE;"Your Place" +"vegetation";"impervious";33.7398562375165;FALSE;"Your Place" +"vegetation";"impervious";315.795035447605;FALSE;"Your Place" +"impervious";"impervious";0.897832320828456;TRUE;"Your Place" +"urban";"vegetation";27.2218932115939;FALSE;"Your Place" +"vegetation";"impervious";302.006138461089;FALSE;"Your Place" +"vegetation";"impervious";44.6870945514529;FALSE;"Your Place" +"vegetation";"vegetation";1266.90865091141;TRUE;"Your Place" +"vegetation";"vegetation";289949.688919157;TRUE;"Your Place" +"vegetation";"vegetation";102.732746108435;TRUE;"Your Place" +"vegetation";"vegetation";4798.63383354252;TRUE;"Your Place" +"vegetation";"vegetation";5347.10905674845;TRUE;"Your Place" +"impervious";"vegetation";420.131210045365;FALSE;"Your Place" +"vegetation";"impervious";5.54529449320398;FALSE;"Your Place" +"impervious";"impervious";70.5066438540816;TRUE;"Your Place" +"urban";"vegetation";52.0849398495629;FALSE;"Your Place" +"water";"vegetation";29.4138209950179;FALSE;"Your Place" +"urban";"impervious";282.209969554517;FALSE;"Your Place" +"vegetation";"vegetation";654.395424200455;TRUE;"Your Place" +"impervious";"vegetation";1.85798314050771;FALSE;"Your Place" +"vegetation";"vegetation";46.9694865039783;TRUE;"Your Place" +"vegetation";"impervious";23.5888688529376;FALSE;"Your Place" +"vegetation";"impervious";25.8986134783481;FALSE;"Your Place" +"urban";"impervious";55.3530958208721;FALSE;"Your Place" +"vegetation";"impervious";2796.66321692918;FALSE;"Your Place" +"water";"vegetation";171.619241159409;FALSE;"Your Place" +"impervious";"vegetation";1612.67786384188;FALSE;"Your Place" +"vegetation";"vegetation";96.6946536251344;TRUE;"Your Place" +"urban";"vegetation";8.94759561214596;FALSE;"Your Place" +"urban";"vegetation";125.932271439931;FALSE;"Your Place" +"impervious";"vegetation";5995.30904496275;FALSE;"Your Place" +"vegetation";"impervious";3.02269761520438;FALSE;"Your Place" +"impervious";"impervious";4.33545700763352;TRUE;"Your Place" +"vegetation";"impervious";242.352004840854;FALSE;"Your Place" +"urban";"vegetation";1.4154374509817;FALSE;"Your Place" +"urban";"vegetation";19.2693654183531;FALSE;"Your Place" +"impervious";"vegetation";2053.12380982004;FALSE;"Your Place" +"water";"vegetation";437.336665838375;FALSE;"Your Place" +"water";"vegetation";384.068558253697;FALSE;"Your Place" +"water";"vegetation";2.01547923195176;FALSE;"Your Place" +"impervious";"vegetation";12.6063533700071;FALSE;"Your Place" +"urban";"water";0.223385207907995;FALSE;"Your Place" +"water";"water";0.744324027957191;TRUE;"Your Place" +"impervious";"water";59.9281381222827;FALSE;"Your Place" +"water";"water";5424.4607595359;TRUE;"Your Place" +"impervious";"water";236.782519058848;FALSE;"Your Place" +"water";"water";2746.20235645957;TRUE;"Your Place" +"water";"water";8.31084325211123;TRUE;"Your Place" +"impervious";"water";0.353005776461941;FALSE;"Your Place" +"urban";"vegetation";12.7245024555596;FALSE;"Your Place" +"urban";"vegetation";22.4769189358194;FALSE;"Your Place" +"water";"vegetation";61.6198163451627;FALSE;"Your Place" +"impervious";"vegetation";3096.84192043357;FALSE;"Your Place" +"impervious";"vegetation";88.9549557148712;FALSE;"Your Place" +"water";"vegetation";64.9698448243435;FALSE;"Your Place" +"impervious";"vegetation";0.418027148291003;FALSE;"Your Place" +"impervious";"vegetation";3.46470036020037;FALSE;"Your Place" +"urban";"impervious";143.624465534231;FALSE;"Your Place" +"urban";"impervious";149.465879242867;FALSE;"Your Place" +"urban";"impervious";5.66651197196916;FALSE;"Your Place" +"urban";"vegetation";291.573008889332;FALSE;"Your Place" +"urban";"vegetation";7.79551152139902;FALSE;"Your Place" +"impervious";"vegetation";111.664739193046;FALSE;"Your Place" +"impervious";"vegetation";6154.74556341558;FALSE;"Your Place" +"urban";"impervious";470.696920703165;FALSE;"Your Place" +"urban";"impervious";97.6380391763523;FALSE;"Your Place" +"vegetation";"vegetation";1906.01259901012;TRUE;"Your Place" +"vegetation";"vegetation";3929.8973252438;TRUE;"Your Place" +"vegetation";"vegetation";107.555193142034;TRUE;"Your Place" +"vegetation";"vegetation";916.982718666084;TRUE;"Your Place" +"vegetation";"impervious";1505.72267279495;FALSE;"Your Place" +"urban";"impervious";191.105614231899;FALSE;"Your Place" +"vegetation";"impervious";6.34186083974782;FALSE;"Your Place" +"vegetation";"vegetation";24598.8602954829;TRUE;"Your Place" +"vegetation";"vegetation";3399.70166103868;TRUE;"Your Place" +"impervious";"vegetation";4.58976810914464;FALSE;"Your Place" +"vegetation";"impervious";111.076937272097;FALSE;"Your Place" +"vegetation";"impervious";1.54233280866174;FALSE;"Your Place" +"vegetation";"impervious";19.8353964352864;FALSE;"Your Place" +"vegetation";"vegetation";95.247572981054;TRUE;"Your Place" +"water";"vegetation";28.2099377568811;FALSE;"Your Place" +"vegetation";"impervious";0.671907781681512;FALSE;"Your Place" +"vegetation";"impervious";30.9797549585346;FALSE;"Your Place" +"vegetation";"impervious";8.48327826033346;FALSE;"Your Place" +"impervious";"impervious";112.278011703165;TRUE;"Your Place" +"vegetation";"impervious";275.163895404199;FALSE;"Your Place" +"impervious";"impervious";4.48528352752328;TRUE;"Your Place" +"water";"vegetation";19.2034011405194;FALSE;"Your Place" +"urban";"impervious";322.4287246475;FALSE;"Your Place" +"vegetation";"impervious";2.97618647720083;FALSE;"Your Place" +"urban";"impervious";608.779106120413;FALSE;"Your Place" +"urban";"impervious";229.157546057366;FALSE;"Your Place" +"vegetation";"vegetation";0.259731646307046;TRUE;"Your Place" +"water";"vegetation";5.49293636053335;FALSE;"Your Place" +"urban";"vegetation";228.05302404896;FALSE;"Your Place" +"vegetation";"impervious";1.5879114017298;FALSE;"Your Place" +"vegetation";"impervious";82.6148682459607;FALSE;"Your Place" +"water";"vegetation";5.57532891293522;FALSE;"Your Place" +"urban";"impervious";354.249802047387;FALSE;"Your Place" +"urban";"impervious";16.4280293394113;FALSE;"Your Place" +"vegetation";"vegetation";350.357554667629;TRUE;"Your Place" +"water";"vegetation";103.205226237187;FALSE;"Your Place" +"vegetation";"impervious";72.9995157075027;FALSE;"Your Place" +"urban";"impervious";17.2866330196266;FALSE;"Your Place" +"urban";"vegetation";2.5355381310801;FALSE;"Your Place" +"vegetation";"vegetation";1322.53777959081;TRUE;"Your Place" +"vegetation";"vegetation";3.71163932560012;TRUE;"Your Place" +"vegetation";"impervious";80.8355935418513;FALSE;"Your Place" +"vegetation";"impervious";0.420871013775468;FALSE;"Your Place" +"vegetation";"impervious";3.51269759383285;FALSE;"Your Place" +"vegetation";"impervious";34.0438903049799;FALSE;"Your Place" +"impervious";"impervious";46.0025830614613;TRUE;"Your Place" +"vegetation";"impervious";44.098295593576;FALSE;"Your Place" +"vegetation";"vegetation";2.60068686085287;TRUE;"Your Place" +"vegetation";"impervious";0.26763430966821;FALSE;"Your Place" +"vegetation";"impervious";30.0967345382378;FALSE;"Your Place" +"vegetation";"impervious";71.6330742002465;FALSE;"Your Place" +"vegetation";"impervious";43.2495893668383;FALSE;"Your Place" +"urban";"impervious";27.0692501618178;FALSE;"Your Place" +"vegetation";"impervious";5.3624711621087;FALSE;"Your Place" +"vegetation";"vegetation";10.1826024633483;TRUE;"Your Place" +"vegetation";"impervious";38.2396853531827;FALSE;"Your Place" +"vegetation";"impervious";157.623847699142;FALSE;"Your Place" +"vegetation";"impervious";11.877669224923;FALSE;"Your Place" +"vegetation";"impervious";23.0644002052431;FALSE;"Your Place" +"vegetation";"impervious";72.6517983264712;FALSE;"Your Place" +"impervious";"impervious";164.034165578196;TRUE;"Your Place" +"vegetation";"impervious";126.002565863309;FALSE;"Your Place" +"vegetation";"impervious";273.022589506349;FALSE;"Your Place" +"urban";"impervious";44.2543839863501;FALSE;"Your Place" +"urban";"impervious";25.0678659923142;FALSE;"Your Place" +"vegetation";"vegetation";114.954636397772;TRUE;"Your Place" +"water";"vegetation";2.17378163011745;FALSE;"Your Place" +"vegetation";"impervious";1.61623031098861;FALSE;"Your Place" +"urban";"impervious";37.0052576439921;FALSE;"Your Place" +"urban";"impervious";53.5844360277988;FALSE;"Your Place" +"urban";"impervious";41.6395006547682;FALSE;"Your Place" +"urban";"vegetation";2.01378354104236;FALSE;"Your Place" +"vegetation";"impervious";28.3526187771931;FALSE;"Your Place" +"impervious";"impervious";1.22797603346407;TRUE;"Your Place" +"vegetation";"impervious";42.3152985398192;FALSE;"Your Place" +"vegetation";"vegetation";17971.9384662397;TRUE;"Your Place" +"vegetation";"vegetation";67.9517333549447;TRUE;"Your Place" +"vegetation";"vegetation";1019.18704987579;TRUE;"Your Place" +"vegetation";"vegetation";1.94111527130008;TRUE;"Your Place" +"water";"vegetation";0.706309789267834;FALSE;"Your Place" +"urban";"impervious";40.7142816944979;FALSE;"Your Place" +"urban";"impervious";67.3649674592889;FALSE;"Your Place" +"impervious";"vegetation";41.3346245578359;FALSE;"Your Place" +"vegetation";"impervious";89.3621898682395;FALSE;"Your Place" +"water";"impervious";10.5145048740378;FALSE;"Your Place" +"vegetation";"impervious";209.130611006112;FALSE;"Your Place" +"vegetation";"impervious";6.55193281793618;FALSE;"Your Place" +"impervious";"impervious";89.7582758842036;TRUE;"Your Place" +"vegetation";"impervious";106.439744711082;FALSE;"Your Place" +"impervious";"impervious";14.4778731893748;TRUE;"Your Place" +"vegetation";"impervious";345.157685173675;FALSE;"Your Place" +"vegetation";"impervious";1008.34815006255;FALSE;"Your Place" +"water";"impervious";17.2548417467624;FALSE;"Your Place" +"vegetation";"impervious";2.9682573817845;FALSE;"Your Place" +"water";"impervious";0.321821083671239;FALSE;"Your Place" +"impervious";"impervious";60.3978605090815;TRUE;"Your Place" +"vegetation";"impervious";2.92802946383017;FALSE;"Your Place" +"vegetation";"vegetation";8.5264251655899;TRUE;"Your Place" +"vegetation";"vegetation";6.65179908135906;TRUE;"Your Place" +"vegetation";"vegetation";17.5855827139458;TRUE;"Your Place" +"vegetation";"impervious";2.15735265263356;FALSE;"Your Place" +"vegetation";"vegetation";108.023532119114;TRUE;"Your Place" +"vegetation";"impervious";99.179755252786;FALSE;"Your Place" +"urban";"impervious";160.37808409147;FALSE;"Your Place" +"urban";"impervious";3800.26849143277;FALSE;"Your Place" +"vegetation";"vegetation";1.346866897773;TRUE;"Your Place" +"vegetation";"impervious";12.8588857150171;FALSE;"Your Place" +"vegetation";"impervious";2.06767501216382;FALSE;"Your Place" +"vegetation";"vegetation";99.4535234547802;TRUE;"Your Place" +"vegetation";"vegetation";26.6789554121206;TRUE;"Your Place" +"vegetation";"vegetation";23.4419587185694;TRUE;"Your Place" +"impervious";"vegetation";3992.81618312001;FALSE;"Your Place" +"water";"vegetation";880.09972176468;FALSE;"Your Place" +"impervious";"vegetation";1.10376842253754;FALSE;"Your Place" +"impervious";"vegetation";730.520478410268;FALSE;"Your Place" +"vegetation";"vegetation";0.190145890730491;TRUE;"Your Place" +"vegetation";"impervious";49.7047600003425;FALSE;"Your Place" +"vegetation";"impervious";7.69965480966493;FALSE;"Your Place" +"urban";"vegetation";922.652442999184;FALSE;"Your Place" +"urban";"impervious";332.21283293888;FALSE;"Your Place" +"urban";"impervious";16.9551456539662;FALSE;"Your Place" +"vegetation";"vegetation";1.03385489608627;TRUE;"Your Place" +"impervious";"vegetation";48.2577209649608;FALSE;"Your Place" +"impervious";"vegetation";2717.0299285209;FALSE;"Your Place" +"vegetation";"vegetation";1.38614799961215;TRUE;"Your Place" +"vegetation";"vegetation";3.38259079371346;TRUE;"Your Place" +"vegetation";"vegetation";4.08967133855913;TRUE;"Your Place" +"impervious";"vegetation";126.46142027725;FALSE;"Your Place" +"vegetation";"vegetation";44614.1304254317;TRUE;"Your Place" +"vegetation";"vegetation";9.71704748738557;TRUE;"Your Place" +"vegetation";"impervious";146.028671070933;FALSE;"Your Place" +"vegetation";"impervious";208.280182374641;FALSE;"Your Place" +"vegetation";"vegetation";55.1860487421509;TRUE;"Your Place" +"vegetation";"vegetation";4.08337763039162;TRUE;"Your Place" +"water";"vegetation";0.795120609516744;FALSE;"Your Place" +"vegetation";"impervious";521.098342258483;FALSE;"Your Place" +"water";"impervious";0.441434771288186;FALSE;"Your Place" +"urban";"impervious";7.82275168877095;FALSE;"Your Place" +"urban";"impervious";481.395446899347;FALSE;"Your Place" +"vegetation";"impervious";0.55750618071761;FALSE;"Your Place" +"vegetation";"impervious";81.7237310572527;FALSE;"Your Place" +"vegetation";"vegetation";1877.05133241601;TRUE;"Your Place" +"water";"vegetation";1.38501716044266;FALSE;"Your Place" +"vegetation";"vegetation";0.194990905118175;TRUE;"Your Place" +"vegetation";"vegetation";1397.15878887183;TRUE;"Your Place" +"vegetation";"vegetation";2578.35944211663;TRUE;"Your Place" +"vegetation";"impervious";24.9583192482824;FALSE;"Your Place" +"vegetation";"impervious";1.11472271673847;FALSE;"Your Place" +"vegetation";"vegetation";52.1244169259444;TRUE;"Your Place" +"vegetation";"impervious";73.8885820386931;FALSE;"Your Place" +"vegetation";"impervious";877.463808207773;FALSE;"Your Place" +"impervious";"vegetation";43.3489069245406;FALSE;"Your Place" +"impervious";"vegetation";4756.84413697245;FALSE;"Your Place" +"impervious";"vegetation";229.095248159487;FALSE;"Your Place" +"vegetation";"vegetation";13.5540364347398;TRUE;"Your Place" +"water";"vegetation";115.291793121025;FALSE;"Your Place" +"urban";"impervious";7.91705550689312;FALSE;"Your Place" +"urban";"impervious";0.257513861855841;FALSE;"Your Place" +"urban";"impervious";1630.98027054709;FALSE;"Your Place" +"impervious";"impervious";5.26209709676914;TRUE;"Your Place" +"vegetation";"vegetation";4370.71199146379;TRUE;"Your Place" +"vegetation";"vegetation";2982.40051777288;TRUE;"Your Place" +"vegetation";"impervious";30.0300986125076;FALSE;"Your Place" +"urban";"impervious";170.750757690985;FALSE;"Your Place" +"urban";"impervious";110.197134467091;FALSE;"Your Place" +"urban";"impervious";2.99119467753917;FALSE;"Your Place" +"vegetation";"vegetation";113.297158027533;TRUE;"Your Place" +"water";"vegetation";255.474870555685;FALSE;"Your Place" +"urban";"impervious";17.9529791176319;FALSE;"Your Place" +"impervious";"impervious";208.852032303112;TRUE;"Your Place" +"vegetation";"vegetation";1997.49285165407;TRUE;"Your Place" +"water";"vegetation";68.8070171034196;FALSE;"Your Place" +"water";"vegetation";19.7897143936716;FALSE;"Your Place" +"urban";"impervious";572.733319800347;FALSE;"Your Place" +"urban";"impervious";1311.60072726023;FALSE;"Your Place" +"vegetation";"vegetation";34.2199139641598;TRUE;"Your Place" +"water";"vegetation";366.75342815998;FALSE;"Your Place" +"water";"vegetation";1.94790316838771;FALSE;"Your Place" +"urban";"impervious";774.049170263112;FALSE;"Your Place" +"vegetation";"impervious";294.296163124032;FALSE;"Your Place" +"urban";"vegetation";1033.224638924;FALSE;"Your Place" +"urban";"vegetation";73.9661882416112;FALSE;"Your Place" +"vegetation";"vegetation";2335.46166045318;TRUE;"Your Place" +"vegetation";"vegetation";3.68436752865091;TRUE;"Your Place" +"vegetation";"water";1.72986230906099;FALSE;"Your Place" +"water";"water";89.0032547013834;TRUE;"Your Place" +"vegetation";"vegetation";4.6056730330456;TRUE;"Your Place" +"water";"vegetation";0.193026315653697;FALSE;"Your Place" +"vegetation";"vegetation";6.62021940015256;TRUE;"Your Place" +"water";"vegetation";110.630638619885;FALSE;"Your Place" +"vegetation";"vegetation";1.44739573003608;TRUE;"Your Place" +"urban";"impervious";891.06202236563;FALSE;"Your Place" +"water";"water";3375.60648248822;TRUE;"Your Place" +"impervious";"water";3.28693869221024;FALSE;"Your Place" +"impervious";"water";122.520079100941;FALSE;"Your Place" +"vegetation";"impervious";2336.89240168128;FALSE;"Your Place" +"water";"impervious";48.8628552609589;FALSE;"Your Place" +"vegetation";"impervious";0.0579701361712068;FALSE;"Your Place" +"impervious";"vegetation";50.6148112351075;FALSE;"Your Place" +"water";"vegetation";357.611663202406;FALSE;"Your Place" +"impervious";"vegetation";1658.74992464157;FALSE;"Your Place" +"water";"vegetation";14.9518466582522;FALSE;"Your Place" +"impervious";"vegetation";245.566156557412;FALSE;"Your Place" +"urban";"impervious";20.7920011032838;FALSE;"Your Place" +"urban";"impervious";0.218688090761134;FALSE;"Your Place" +"water";"impervious";75.0934813626227;FALSE;"Your Place" +"impervious";"impervious";19.2055768375285;TRUE;"Your Place" +"impervious";"impervious";9.68966958881356;TRUE;"Your Place" +"impervious";"impervious";1938.48976523301;TRUE;"Your Place" +"impervious";"impervious";20.0126773597221;TRUE;"Your Place" +"urban";"impervious";42.8011985820485;FALSE;"Your Place" +"urban";"impervious";0.362537426204653;FALSE;"Your Place" +"water";"impervious";22.6720407426474;FALSE;"Your Place" +"impervious";"impervious";69.8812509964919;TRUE;"Your Place" +"impervious";"impervious";7.47206534443831;TRUE;"Your Place" +"impervious";"impervious";1327.31752572954;TRUE;"Your Place" +"urban";"impervious";13.7913423599675;FALSE;"Your Place" +"urban";"impervious";37.4795709550381;FALSE;"Your Place" +"impervious";"impervious";297.266195860459;TRUE;"Your Place" +"vegetation";"water";17.9927632529289;FALSE;"Your Place" +"water";"water";53.8090145243332;TRUE;"Your Place" +"water";"water";0.435135445324704;TRUE;"Your Place" +"impervious";"vegetation";58.5567878102884;FALSE;"Your Place" +"water";"vegetation";29.6275895622093;FALSE;"Your Place" +"water";"vegetation";2.9332257801434;FALSE;"Your Place" +"impervious";"vegetation";38.0962037642021;FALSE;"Your Place" +"water";"vegetation";0.875311546726152;FALSE;"Your Place" +"impervious";"impervious";26.9562982899661;TRUE;"Your Place" +"impervious";"impervious";25.0142868552357;TRUE;"Your Place" +"impervious";"vegetation";121.011912043206;FALSE;"Your Place" +"impervious";"vegetation";1.72345526376739;FALSE;"Your Place" +"impervious";"water";35.823594879359;FALSE;"Your Place" +"water";"water";45.1250941483304;TRUE;"Your Place" +"impervious";"vegetation";35.5208231469151;FALSE;"Your Place" +"impervious";"vegetation";1236.06571820462;FALSE;"Your Place" +"impervious";"impervious";69.2126704684924;TRUE;"Your Place" +"impervious";"impervious";119.941534286831;TRUE;"Your Place" +"impervious";"impervious";408.020820172969;TRUE;"Your Place" +"impervious";"impervious";2.07197009539232;TRUE;"Your Place" +"impervious";"vegetation";2.7365588597022;FALSE;"Your Place" +"water";"vegetation";144.933593502734;FALSE;"Your Place" +"impervious";"vegetation";566.209806933999;FALSE;"Your Place" +"water";"vegetation";96.362588478718;FALSE;"Your Place" +"impervious";"vegetation";3.78239952214062;FALSE;"Your Place" +"impervious";"vegetation";2.80557979736477;FALSE;"Your Place" +"vegetation";"vegetation";555.541047632229;TRUE;"Your Place" +"impervious";"impervious";26.4306689503719;TRUE;"Your Place" +"impervious";"vegetation";14.3223281861283;FALSE;"Your Place" +"impervious";"impervious";22.3734717840562;TRUE;"Your Place" +"impervious";"impervious";1036.19436457753;TRUE;"Your Place" +"urban";"impervious";813.896992920636;FALSE;"Your Place" +"urban";"impervious";0.392875398116303;FALSE;"Your Place" +"impervious";"impervious";156.752648605383;TRUE;"Your Place" +"impervious";"impervious";2.35542910150252;TRUE;"Your Place" +"urban";"impervious";167.903309177578;FALSE;"Your Place" +"urban";"impervious";5.55945065902779;FALSE;"Your Place" +"impervious";"impervious";14.7698478863749;TRUE;"Your Place" +"vegetation";"impervious";391.617047026753;FALSE;"Your Place" +"impervious";"impervious";1.80786305019865;TRUE;"Your Place" +"impervious";"impervious";24.2649077153183;TRUE;"Your Place" +"impervious";"impervious";15.2947231165599;TRUE;"Your Place" +"impervious";"impervious";2575.86951850832;TRUE;"Your Place" +"urban";"vegetation";768.445096580312;FALSE;"Your Place" +"urban";"impervious";14.6767446289887;FALSE;"Your Place" +"urban";"impervious";16.5681131760357;FALSE;"Your Place" +"impervious";"impervious";181.062384999823;TRUE;"Your Place" +"impervious";"impervious";15.3399165585288;TRUE;"Your Place" +"urban";"impervious";1.82461087801494;FALSE;"Your Place" +"impervious";"impervious";345.430186490994;TRUE;"Your Place" +"impervious";"impervious";4.31941416917834;TRUE;"Your Place" +"vegetation";"vegetation";199.441095456306;TRUE;"Your Place" +"impervious";"impervious";452.171846752404;TRUE;"Your Place" +"urban";"impervious";1.02154525701917;FALSE;"Your Place" +"impervious";"impervious";807.723524083762;TRUE;"Your Place" +"impervious";"water";156.012417823542;FALSE;"Your Place" +"impervious";"water";1.00893060374074;FALSE;"Your Place" +"urban";"impervious";16.0314153432846;FALSE;"Your Place" +"impervious";"impervious";361.155390696134;TRUE;"Your Place" +"impervious";"impervious";0.179395734332502;TRUE;"Your Place" +"vegetation";"vegetation";623.157095178496;TRUE;"Your Place" +"vegetation";"impervious";138.841133405745;FALSE;"Your Place" +"vegetation";"impervious";9.05227356497198;FALSE;"Your Place" +"vegetation";"vegetation";3.35298830829561;TRUE;"Your Place" +"vegetation";"vegetation";2184.39860952273;TRUE;"Your Place" +"vegetation";"vegetation";14.4957854608074;TRUE;"Your Place" +"vegetation";"vegetation";1979.92123845499;TRUE;"Your Place" +"urban";"impervious";26.4270367082208;FALSE;"Your Place" +"urban";"impervious";578.72848652862;FALSE;"Your Place" +"urban";"impervious";22.7564009116031;FALSE;"Your Place" +"vegetation";"impervious";32.1365229671937;FALSE;"Your Place" +"impervious";"water";20.787016870454;FALSE;"Your Place" +"vegetation";"vegetation";588.865438310792;TRUE;"Your Place" +"vegetation";"vegetation";86.1194150042284;TRUE;"Your Place" +"vegetation";"vegetation";2590.76745615387;TRUE;"Your Place" +"vegetation";"vegetation";491.421775543509;TRUE;"Your Place" +"vegetation";"impervious";60.4498698549141;FALSE;"Your Place" +"urban";"vegetation";945.25044326717;FALSE;"Your Place" +"urban";"vegetation";0.414856732648332;FALSE;"Your Place" +"urban";"vegetation";99.8738569971756;FALSE;"Your Place" +"urban";"vegetation";41.6579527381546;FALSE;"Your Place" +"impervious";"vegetation";1860.81277215946;FALSE;"Your Place" +"impervious";"vegetation";7.26465550011199;FALSE;"Your Place" +"urban";"impervious";72.2180140197743;FALSE;"Your Place" +"urban";"vegetation";282.661888815463;FALSE;"Your Place" +"urban";"vegetation";1941.89174040314;FALSE;"Your Place" +"urban";"impervious";53.7977678440511;FALSE;"Your Place" +"urban";"impervious";0.00439555308616946;FALSE;"Your Place" +"urban";"impervious";268.816152032574;FALSE;"Your Place" +"urban";"impervious";19.7384954189183;FALSE;"Your Place" +"vegetation";"impervious";150.640643011546;FALSE;"Your Place" +"vegetation";"impervious";148.203441827907;FALSE;"Your Place" +"urban";"impervious";29.1044473273068;FALSE;"Your Place" +"urban";"impervious";14.8214432448149;FALSE;"Your Place" +"impervious";"impervious";2658.85378911719;TRUE;"Your Place" +"water";"impervious";16.5045907849999;FALSE;"Your Place" +"impervious";"impervious";16.9728298468981;TRUE;"Your Place" +"water";"impervious";0.0995497997773782;FALSE;"Your Place" +"urban";"impervious";42.6932209432125;FALSE;"Your Place" +"urban";"impervious";0.127086474269163;FALSE;"Your Place" +"urban";"impervious";389.271002039779;FALSE;"Your Place" +"urban";"impervious";20.465068058882;FALSE;"Your Place" +"urban";"impervious";14.2439256411744;FALSE;"Your Place" +"urban";"vegetation";42.3634423092008;FALSE;"Your Place" +"impervious";"water";211.006396099338;FALSE;"Your Place" +"water";"water";6294.29218320176;TRUE;"Your Place" +"water";"water";28.6130738761276;TRUE;"Your Place" +"urban";"vegetation";753.849487194326;FALSE;"Your Place" +"urban";"vegetation";20.2794618093176;FALSE;"Your Place" +"vegetation";"vegetation";891.491468152813;TRUE;"Your Place" +"vegetation";"vegetation";33.4718638505947;TRUE;"Your Place" +"urban";"impervious";6.21658284406294;FALSE;"Your Place" +"vegetation";"vegetation";14.5801312834956;TRUE;"Your Place" +"vegetation";"vegetation";1652.21218481427;TRUE;"Your Place" +"vegetation";"impervious";3.8567458151374;FALSE;"Your Place" +"vegetation";"impervious";113.882201981032;FALSE;"Your Place" +"urban";"impervious";1946.57311118429;FALSE;"Your Place" +"urban";"impervious";3.19410993422571;FALSE;"Your Place" +"urban";"impervious";0.154928407806437;FALSE;"Your Place" +"impervious";"impervious";58.7414773709606;TRUE;"Your Place" +"impervious";"impervious";15.4163796904031;TRUE;"Your Place" +"urban";"vegetation";1107.24770403432;FALSE;"Your Place" +"vegetation";"vegetation";1514.36445504171;TRUE;"Your Place" +"urban";"impervious";19.5473325994681;FALSE;"Your Place" +"urban";"impervious";19.0325889517553;FALSE;"Your Place" +"urban";"impervious";3.16585864392255;FALSE;"Your Place" +"impervious";"impervious";0.808834497001953;TRUE;"Your Place" +"impervious";"impervious";4139.98970088561;TRUE;"Your Place" +"urban";"impervious";382.285422277637;FALSE;"Your Place" +"vegetation";"impervious";28.5614573461935;FALSE;"Your Place" +"urban";"vegetation";319.490358587354;FALSE;"Your Place" +"vegetation";"vegetation";1777.42011601158;TRUE;"Your Place" +"water";"vegetation";496.718412501468;FALSE;"Your Place" +"vegetation";"impervious";166.402712083422;FALSE;"Your Place" +"vegetation";"impervious";1.62240806547925;FALSE;"Your Place" +"urban";"vegetation";7.2291983832838;FALSE;"Your Place" +"vegetation";"vegetation";379.635906924465;TRUE;"Your Place" +"urban";"vegetation";5521.48760726303;FALSE;"Your Place" +"vegetation";"vegetation";4380.93708841875;TRUE;"Your Place" +"impervious";"vegetation";43.6716510769911;FALSE;"Your Place" +"urban";"impervious";0.341789317200892;FALSE;"Your Place" +"urban";"impervious";18.38029198203;FALSE;"Your Place" +"impervious";"impervious";2115.70973272796;TRUE;"Your Place" +"vegetation";"vegetation";13.4583889939822;TRUE;"Your Place" +"water";"vegetation";7.95065480295807;FALSE;"Your Place" +"urban";"vegetation";1029.31790730357;FALSE;"Your Place" +"vegetation";"vegetation";1112.3984164974;TRUE;"Your Place" +"vegetation";"water";38.3979755218643;FALSE;"Your Place" +"water";"water";5431.75486268988;TRUE;"Your Place" +"vegetation";"water";129.841812498984;FALSE;"Your Place" +"vegetation";"impervious";35.8263651607558;FALSE;"Your Place" +"vegetation";"vegetation";18.5876894746907;TRUE;"Your Place" +"water";"vegetation";155.92898556916;FALSE;"Your Place" +"vegetation";"vegetation";64.6921021206654;TRUE;"Your Place" +"water";"vegetation";401.556958310772;FALSE;"Your Place" +"urban";"impervious";15.984203170985;FALSE;"Your Place" +"urban";"impervious";2.57671336524072;FALSE;"Your Place" +"impervious";"impervious";152.969414100982;TRUE;"Your Place" +"impervious";"impervious";3.51292099404964;TRUE;"Your Place" +"vegetation";"vegetation";155.646098453319;TRUE;"Your Place" +"urban";"impervious";502.860328955576;FALSE;"Your Place" +"vegetation";"impervious";55.6778263538145;FALSE;"Your Place" +"vegetation";"impervious";11.4369759638794;FALSE;"Your Place" +"urban";"vegetation";598.217516264442;FALSE;"Your Place" +"urban";"impervious";7.38824148557615;FALSE;"Your Place" +"urban";"impervious";7.74301826593;FALSE;"Your Place" +"impervious";"impervious";144.742115497298;TRUE;"Your Place" +"impervious";"impervious";7.24761314982607;TRUE;"Your Place" +"impervious";"impervious";9.60441777823871;TRUE;"Your Place" +"impervious";"vegetation";201.763762845416;FALSE;"Your Place" +"urban";"impervious";595.995970181655;FALSE;"Your Place" +"urban";"impervious";259.226078742649;FALSE;"Your Place" +"impervious";"impervious";0.881900237873197;TRUE;"Your Place" +"impervious";"impervious";5134.30566678941;TRUE;"Your Place" +"vegetation";"vegetation";154.535592918284;TRUE;"Your Place" +"vegetation";"vegetation";6666.18914175406;TRUE;"Your Place" +"vegetation";"vegetation";33.6885209372267;TRUE;"Your Place" +"vegetation";"vegetation";12.0896612820798;TRUE;"Your Place" +"urban";"impervious";651.97270520078;FALSE;"Your Place" +"impervious";"impervious";0.398867358686402;TRUE;"Your Place" +"vegetation";"impervious";157.440686587943;FALSE;"Your Place" +"vegetation";"vegetation";29.4184624747286;TRUE;"Your Place" +"water";"vegetation";28.3700441974215;FALSE;"Your Place" +"urban";"vegetation";4227.5348317679;FALSE;"Your Place" +"impervious";"vegetation";21.9033273337409;FALSE;"Your Place" +"urban";"impervious";1370.15014093556;FALSE;"Your Place" +"urban";"impervious";55.1704057335155;FALSE;"Your Place" +"vegetation";"impervious";54.7309501522686;FALSE;"Your Place" +"vegetation";"impervious";4.9662232035771;FALSE;"Your Place" +"vegetation";"impervious";1.5166592116002;FALSE;"Your Place" +"vegetation";"impervious";63.3694515156094;FALSE;"Your Place" +"vegetation";"vegetation";157.048850718886;TRUE;"Your Place" +"vegetation";"vegetation";12.6195873031393;TRUE;"Your Place" +"urban";"impervious";0.808365869801491;FALSE;"Your Place" +"urban";"impervious";1.27421663200948;FALSE;"Your Place" +"urban";"impervious";107.693316648714;FALSE;"Your Place" +"urban";"impervious";67.3944237052929;FALSE;"Your Place" +"urban";"impervious";9.68561846003286;FALSE;"Your Place" +"impervious";"impervious";136.034234352366;TRUE;"Your Place" +"water";"vegetation";37.1849715532735;FALSE;"Your Place" +"vegetation";"impervious";94.4504414037801;FALSE;"Your Place" +"vegetation";"impervious";100.989574392792;FALSE;"Your Place" +"urban";"vegetation";3970.41113217408;FALSE;"Your Place" +"vegetation";"vegetation";9.08080992568284;TRUE;"Your Place" +"vegetation";"impervious";89.6091942065686;FALSE;"Your Place" +"vegetation";"impervious";0.101102209679084;FALSE;"Your Place" +"vegetation";"impervious";3.39290394156706;FALSE;"Your Place" +"vegetation";"impervious";30.0396430996479;FALSE;"Your Place" +"vegetation";"vegetation";8.11965303251054;TRUE;"Your Place" +"vegetation";"vegetation";327.392450032057;TRUE;"Your Place" +"vegetation";"vegetation";44.3698408296332;TRUE;"Your Place" +"vegetation";"vegetation";1544.34122955799;TRUE;"Your Place" +"vegetation";"vegetation";1488.34598218044;TRUE;"Your Place" +"urban";"impervious";92.7992867836729;FALSE;"Your Place" +"impervious";"impervious";3.69162031053565;TRUE;"Your Place" +"water";"water";76.1811671119649;TRUE;"Your Place" +"vegetation";"impervious";198.994352037087;FALSE;"Your Place" +"urban";"vegetation";7598.92791063385;FALSE;"Your Place" +"vegetation";"vegetation";4374.31133042206;TRUE;"Your Place" +"impervious";"vegetation";256.346537290141;FALSE;"Your Place" +"vegetation";"impervious";0.992460240842775;FALSE;"Your Place" +"vegetation";"impervious";1.52567323565017;FALSE;"Your Place" +"urban";"impervious";112.749787121546;FALSE;"Your Place" +"vegetation";"impervious";17.668183773756;FALSE;"Your Place" +"impervious";"impervious";7.71018413006095;TRUE;"Your Place" +"urban";"vegetation";472.369064828847;FALSE;"Your Place" +"vegetation";"vegetation";4978.04134485999;TRUE;"Your Place" +"water";"vegetation";336.471984647564;FALSE;"Your Place" +"water";"water";23.1849459700752;TRUE;"Your Place" +"urban";"vegetation";0.162601370160701;FALSE;"Your Place" +"vegetation";"vegetation";13.0210159680282;TRUE;"Your Place" +"water";"vegetation";4.85041824448854;FALSE;"Your Place" +"impervious";"impervious";10.9624839994358;TRUE;"Your Place" +"vegetation";"vegetation";1082.06742127657;TRUE;"Your Place" +"urban";"impervious";98.2208400539821;FALSE;"Your Place" +"vegetation";"vegetation";64.0964781777002;TRUE;"Your Place" +"vegetation";"vegetation";54.3622746872716;TRUE;"Your Place" +"vegetation";"vegetation";1091.15222688299;TRUE;"Your Place" +"vegetation";"vegetation";5366.00066791824;TRUE;"Your Place" +"vegetation";"vegetation";1.98951027123258;TRUE;"Your Place" +"urban";"vegetation";41.2030368157139;FALSE;"Your Place" +"urban";"vegetation";3177.61753654107;FALSE;"Your Place" +"impervious";"vegetation";21.3917750955006;FALSE;"Your Place" +"water";"vegetation";0.0125064451713115;FALSE;"Your Place" +"water";"vegetation";17.4247517576441;FALSE;"Your Place" +"water";"vegetation";3.64871712910826;FALSE;"Your Place" +"vegetation";"vegetation";9359.98337660637;TRUE;"Your Place" +"water";"vegetation";209.84871713549;FALSE;"Your Place" +"urban";"impervious";663.299774355575;FALSE;"Your Place" +"vegetation";"impervious";14.3985837586224;FALSE;"Your Place" +"vegetation";"impervious";43.7573316665948;FALSE;"Your Place" +"urban";"water";701.310066086124;FALSE;"Your Place" +"impervious";"water";0.0717034014814999;FALSE;"Your Place" +"water";"water";37.1842067640682;TRUE;"Your Place" +"water";"water";5877.46117013693;TRUE;"Your Place" +"water";"water";1602.21477135224;TRUE;"Your Place" +"vegetation";"water";1929.59095348945;FALSE;"Your Place" +"water";"water";89929.1457398661;TRUE;"Your Place" +"vegetation";"water";567.081101716962;FALSE;"Your Place" +"water";"water";3.30623284514877;TRUE;"Your Place" +"vegetation";"water";0.686335121921729;FALSE;"Your Place" +"vegetation";"impervious";60.9456230215897;FALSE;"Your Place" +"vegetation";"impervious";136.409450009232;FALSE;"Your Place" +"urban";"impervious";106.937847742181;FALSE;"Your Place" +"vegetation";"impervious";842.679014899419;FALSE;"Your Place" +"vegetation";"vegetation";381.987140913494;TRUE;"Your Place" +"urban";"vegetation";791.564804057125;FALSE;"Your Place" +"vegetation";"vegetation";4.48185540083796;TRUE;"Your Place" +"vegetation";"impervious";15.5121067507425;FALSE;"Your Place" +"vegetation";"impervious";8.68088324624114;FALSE;"Your Place" +"urban";"impervious";6.55753039661795;FALSE;"Your Place" +"vegetation";"impervious";217.873159380397;FALSE;"Your Place" +"urban";"vegetation";259.337052172981;FALSE;"Your Place" +"vegetation";"vegetation";1229.35488531739;TRUE;"Your Place" +"vegetation";"vegetation";1511.58986387268;TRUE;"Your Place" +"vegetation";"impervious";28.1478375792503;FALSE;"Your Place" +"vegetation";"impervious";727.914016324678;FALSE;"Your Place" +"vegetation";"impervious";45.2194112504949;FALSE;"Your Place" +"urban";"impervious";192.805773822591;FALSE;"Your Place" +"vegetation";"impervious";15.7189646254992;FALSE;"Your Place" +"vegetation";"impervious";0.00413540296722203;FALSE;"Your Place" +"vegetation";"impervious";91.9491351717152;FALSE;"Your Place" +"vegetation";"impervious";248.909467311809;FALSE;"Your Place" +"urban";"vegetation";1.75299300765619;FALSE;"Your Place" +"vegetation";"impervious";64.7650661715306;FALSE;"Your Place" +"vegetation";"impervious";24.9455063827336;FALSE;"Your Place" +"vegetation";"vegetation";30.3913559099892;TRUE;"Your Place" +"vegetation";"vegetation";690.772869453591;TRUE;"Your Place" +"vegetation";"vegetation";44100.6433206113;TRUE;"Your Place" +"water";"vegetation";1952.85351797834;FALSE;"Your Place" +"impervious";"vegetation";11.3550127802882;FALSE;"Your Place" +"vegetation";"vegetation";65.8336030799692;TRUE;"Your Place" +"vegetation";"vegetation";350.028975953348;TRUE;"Your Place" +"vegetation";"vegetation";24189.0465919501;TRUE;"Your Place" +"vegetation";"vegetation";116.339375095093;TRUE;"Your Place" +"vegetation";"vegetation";2.23751820337202;TRUE;"Your Place" +"vegetation";"water";280.80335297385;FALSE;"Your Place" +"water";"water";37614.4530074759;TRUE;"Your Place" +"vegetation";"impervious";45.4200784993009;FALSE;"Your Place" +"urban";"impervious";618.908882941887;FALSE;"Your Place" +"urban";"impervious";25.0451547364355;FALSE;"Your Place" +"impervious";"impervious";622.127252458129;TRUE;"Your Place" +"urban";"impervious";262.96113885846;FALSE;"Your Place" +"urban";"impervious";1200.24586860128;FALSE;"Your Place" +"water";"vegetation";13.5962339011139;FALSE;"Your Place" +"vegetation";"vegetation";179.298082515714;TRUE;"Your Place" +"urban";"impervious";36.0378927062848;FALSE;"Your Place" +"water";"vegetation";1.66073560678342;FALSE;"Your Place" +"water";"vegetation";204.161267280811;FALSE;"Your Place" +"urban";"water";1756.88371380698;FALSE;"Your Place" +"vegetation";"impervious";34.27137613995;FALSE;"Your Place" +"urban";"impervious";601.980177899939;FALSE;"Your Place" +"vegetation";"impervious";122.679330120242;FALSE;"Your Place" +"urban";"impervious";78.9172611869872;FALSE;"Your Place" +"vegetation";"impervious";507.215731476084;FALSE;"Your Place" +"impervious";"vegetation";17.6592871164903;FALSE;"Your Place" +"vegetation";"vegetation";2033.0008926373;TRUE;"Your Place" +"impervious";"impervious";295.509047912434;TRUE;"Your Place" +"vegetation";"impervious";105.235888290532;FALSE;"Your Place" +"vegetation";"impervious";24.6852837409388;FALSE;"Your Place" +"urban";"vegetation";46.2127490912098;FALSE;"Your Place" +"impervious";"vegetation";337.679727105424;FALSE;"Your Place" +"vegetation";"vegetation";100.527734864503;TRUE;"Your Place" +"impervious";"impervious";6.86061471817084;TRUE;"Your Place" +"vegetation";"impervious";165.285543130711;FALSE;"Your Place" +"urban";"impervious";105.716833882791;FALSE;"Your Place" +"vegetation";"vegetation";10.7628933042288;TRUE;"Your Place" +"vegetation";"vegetation";274.786749548279;TRUE;"Your Place" +"impervious";"impervious";3.40282877208665;TRUE;"Your Place" +"vegetation";"impervious";58.5575824151747;FALSE;"Your Place" +"impervious";"impervious";6817.1595031945;TRUE;"Your Place" +"impervious";"impervious";81.0610602423292;TRUE;"Your Place" +"impervious";"impervious";7.23198697100452;TRUE;"Your Place" +"impervious";"impervious";150.048817504161;TRUE;"Your Place" +"impervious";"vegetation";210.364515606314;FALSE;"Your Place" +"vegetation";"vegetation";29.3575017312542;TRUE;"Your Place" +"urban";"impervious";526.26795075438;FALSE;"Your Place" +"vegetation";"water";185.841762380187;FALSE;"Your Place" +"water";"water";49.7867336809286;TRUE;"Your Place" +"impervious";"impervious";0.0453184312063968;TRUE;"Your Place" +"vegetation";"impervious";117.727380797267;FALSE;"Your Place" +"vegetation";"impervious";26.452818850521;FALSE;"Your Place" +"urban";"vegetation";1334.44571673125;FALSE;"Your Place" +"vegetation";"vegetation";5024.62972753239;TRUE;"Your Place" +"vegetation";"impervious";28.8694977681153;FALSE;"Your Place" +"water";"vegetation";34.1194995868718;FALSE;"Your Place" +"vegetation";"vegetation";209.353087123483;TRUE;"Your Place" +"vegetation";"vegetation";11452.4235291835;TRUE;"Your Place" +"vegetation";"impervious";50.7045600810088;FALSE;"Your Place" +"vegetation";"impervious";2.31016983184963;FALSE;"Your Place" +"vegetation";"impervious";26.0586174437776;FALSE;"Your Place" +"vegetation";"vegetation";1395.39256711164;TRUE;"Your Place" +"vegetation";"vegetation";6.43471325305291;TRUE;"Your Place" +"vegetation";"vegetation";65.5896190074272;TRUE;"Your Place" +"vegetation";"vegetation";1203.87214217521;TRUE;"Your Place" +"vegetation";"vegetation";13702.9243170405;TRUE;"Your Place" +"water";"vegetation";86.6293668774233;FALSE;"Your Place" +"impervious";"impervious";2.84534079988953;TRUE;"Your Place" +"vegetation";"impervious";676.703413242649;FALSE;"Your Place" +"vegetation";"impervious";0.133489154744893;FALSE;"Your Place" +"impervious";"impervious";6.49374020751566;TRUE;"Your Place" +"vegetation";"impervious";44.8733720486052;FALSE;"Your Place" +"impervious";"vegetation";1.40891355328495;FALSE;"Your Place" +"vegetation";"vegetation";20.9115343136946;TRUE;"Your Place" +"impervious";"vegetation";4.95469817053527;FALSE;"Your Place" +"vegetation";"vegetation";23620.5294430964;TRUE;"Your Place" +"water";"vegetation";20.8392665603897;FALSE;"Your Place" +"urban";"impervious";95.4785901894793;FALSE;"Your Place" +"urban";"impervious";8.60327477799729;FALSE;"Your Place" +"impervious";"impervious";102.642334808363;TRUE;"Your Place" +"vegetation";"vegetation";6980.87769773381;TRUE;"Your Place" +"water";"vegetation";25.3024593823197;FALSE;"Your Place" +"vegetation";"vegetation";289.957125123125;TRUE;"Your Place" +"impervious";"vegetation";11.9775590284553;FALSE;"Your Place" +"impervious";"vegetation";1.98283995944075;FALSE;"Your Place" +"impervious";"vegetation";3385.86082131759;FALSE;"Your Place" +"vegetation";"impervious";22.3989610755816;FALSE;"Your Place" +"vegetation";"impervious";70.3232022505254;FALSE;"Your Place" +"vegetation";"vegetation";2084.93089336123;TRUE;"Your Place" +"impervious";"impervious";112.106148593593;TRUE;"Your Place" +"impervious";"impervious";3.71346390494728;TRUE;"Your Place" +"vegetation";"impervious";103.087297362741;FALSE;"Your Place" +"vegetation";"impervious";7.00568917265628;FALSE;"Your Place" +"impervious";"impervious";200.578840806033;TRUE;"Your Place" +"vegetation";"impervious";33.9757312221918;FALSE;"Your Place" +"water";"vegetation";3.60329955258931;FALSE;"Your Place" +"water";"vegetation";8.49128326875598;FALSE;"Your Place" +"impervious";"impervious";0.987064312910661;TRUE;"Your Place" +"impervious";"impervious";1110.73440922704;TRUE;"Your Place" +"vegetation";"impervious";16.4744834597223;FALSE;"Your Place" +"impervious";"impervious";17.1800334099389;TRUE;"Your Place" +"urban";"impervious";326.326026468072;FALSE;"Your Place" +"vegetation";"water";243.050629298057;FALSE;"Your Place" +"water";"water";2920.04993261781;TRUE;"Your Place" +"urban";"vegetation";11082.9449182439;FALSE;"Your Place" +"vegetation";"vegetation";10.1862481395947;TRUE;"Your Place" +"water";"vegetation";156.788009595242;FALSE;"Your Place" +"impervious";"impervious";126.288279881468;TRUE;"Your Place" +"impervious";"impervious";8.53471576634911;TRUE;"Your Place" +"vegetation";"impervious";49.5717373816296;FALSE;"Your Place" +"vegetation";"impervious";208.50281118913;FALSE;"Your Place" +"vegetation";"impervious";93.6474183211103;FALSE;"Your Place" +"impervious";"impervious";76.3900800775737;TRUE;"Your Place" +"vegetation";"vegetation";151.743439929898;TRUE;"Your Place" +"water";"vegetation";151.071897843067;FALSE;"Your Place" +"vegetation";"vegetation";139.333499289118;TRUE;"Your Place" +"vegetation";"vegetation";15.2796270420658;TRUE;"Your Place" +"impervious";"vegetation";1742.71718314476;FALSE;"Your Place" +"impervious";"impervious";4.32899551023729;TRUE;"Your Place" +"impervious";"impervious";78.6467049235653;TRUE;"Your Place" +"vegetation";"impervious";88.362840835005;FALSE;"Your Place" +"vegetation";"impervious";1.76168893184513;FALSE;"Your Place" +"impervious";"impervious";392.225014513358;TRUE;"Your Place" +"impervious";"vegetation";18.1778029669076;FALSE;"Your Place" +"vegetation";"vegetation";3164.30432263948;TRUE;"Your Place" +"impervious";"impervious";328.533364971576;TRUE;"Your Place" +"impervious";"impervious";2.36344463890418;TRUE;"Your Place" +"vegetation";"impervious";8.8733922992833;FALSE;"Your Place" +"impervious";"impervious";167.787619327428;TRUE;"Your Place" +"impervious";"impervious";0.839061238279101;TRUE;"Your Place" +"impervious";"impervious";56.1193449627608;TRUE;"Your Place" +"impervious";"vegetation";1.55085914256051;FALSE;"Your Place" +"impervious";"vegetation";3969.34186442662;FALSE;"Your Place" +"urban";"vegetation";0.54087630011054;FALSE;"Your Place" +"impervious";"vegetation";29.3864537405898;FALSE;"Your Place" +"impervious";"vegetation";8.68993978625804;FALSE;"Your Place" +"impervious";"vegetation";14663.0223683572;FALSE;"Your Place" +"impervious";"vegetation";27.336997310631;FALSE;"Your Place" +"impervious";"impervious";5.71388971823035;TRUE;"Your Place" +"impervious";"impervious";208.731570600125;TRUE;"Your Place" +"vegetation";"impervious";0.304064473602921;FALSE;"Your Place" +"vegetation";"impervious";20.3509299252764;FALSE;"Your Place" +"vegetation";"vegetation";82.1194646147196;TRUE;"Your Place" +"impervious";"impervious";0.162949530524202;TRUE;"Your Place" +"impervious";"impervious";35.5762674814323;TRUE;"Your Place" +"impervious";"impervious";8.6458688454004;TRUE;"Your Place" +"vegetation";"impervious";5.32018043589778;FALSE;"Your Place" +"urban";"impervious";3.16268490266521;FALSE;"Your Place" +"urban";"impervious";3.27391345206706;FALSE;"Your Place" +"impervious";"impervious";218.354451742931;TRUE;"Your Place" +"impervious";"impervious";1.24959744357329;TRUE;"Your Place" +"vegetation";"water";0.0434330176649382;FALSE;"Your Place" +"water";"water";42.6783696535567;TRUE;"Your Place" +"impervious";"impervious";2.42840813362272;TRUE;"Your Place" +"vegetation";"impervious";173.772813194257;FALSE;"Your Place" +"vegetation";"impervious";0.0475245140405605;FALSE;"Your Place" +"vegetation";"impervious";53.9105226086685;FALSE;"Your Place" +"urban";"impervious";27.7039110988717;FALSE;"Your Place" +"impervious";"impervious";38.0883520709613;TRUE;"Your Place" +"impervious";"impervious";1510.32985306892;TRUE;"Your Place" +"impervious";"impervious";0.264998928159912;TRUE;"Your Place" +"vegetation";"vegetation";2.10932368726935;TRUE;"Your Place" +"impervious";"vegetation";44.3522004419938;FALSE;"Your Place" +"vegetation";"vegetation";116.433521227911;TRUE;"Your Place" +"vegetation";"vegetation";8543.15748083917;TRUE;"Your Place" +"vegetation";"vegetation";250.975239093881;TRUE;"Your Place" +"vegetation";"vegetation";56.2695691820118;TRUE;"Your Place" +"vegetation";"vegetation";48.4759785444476;TRUE;"Your Place" +"vegetation";"vegetation";3769.19363598563;TRUE;"Your Place" +"water";"vegetation";3.25298800214659;FALSE;"Your Place" +"impervious";"impervious";1491.48834518692;TRUE;"Your Place" +"water";"vegetation";34.4832235053473;FALSE;"Your Place" +"vegetation";"vegetation";8.25138824887108;TRUE;"Your Place" +"water";"vegetation";13.5631555913715;FALSE;"Your Place" +"vegetation";"vegetation";261.312553310403;TRUE;"Your Place" +"water";"vegetation";415.269228146266;FALSE;"Your Place" +"vegetation";"impervious";11.2014255097602;FALSE;"Your Place" +"impervious";"impervious";15.8740443699062;TRUE;"Your Place" +"vegetation";"impervious";16.1888043065555;FALSE;"Your Place" +"water";"vegetation";18.2534537562169;FALSE;"Your Place" +"urban";"impervious";139.24826246954;FALSE;"Your Place" +"impervious";"impervious";3145.69903069142;TRUE;"Your Place" +"vegetation";"vegetation";2.21020554525603;TRUE;"Your Place" +"water";"vegetation";64.1000675969408;FALSE;"Your Place" +"impervious";"vegetation";12.2533692857251;FALSE;"Your Place" +"impervious";"vegetation";2100.4792673043;FALSE;"Your Place" +"vegetation";"vegetation";9.1710518989712;TRUE;"Your Place" +"urban";"impervious";4.92946355842287;FALSE;"Your Place" +"urban";"impervious";58.4334279932082;FALSE;"Your Place" +"impervious";"impervious";21.93738210015;TRUE;"Your Place" +"impervious";"impervious";2706.579755789;TRUE;"Your Place" +"vegetation";"vegetation";76.8524407779332;TRUE;"Your Place" +"water";"vegetation";39.9779995598365;FALSE;"Your Place" +"vegetation";"vegetation";148.261584901717;TRUE;"Your Place" +"vegetation";"vegetation";10073.7522776541;TRUE;"Your Place" +"water";"vegetation";238.7966889292;FALSE;"Your Place" +"vegetation";"vegetation";7.83941020967904;TRUE;"Your Place" +"water";"vegetation";0.208323825907428;FALSE;"Your Place" +"vegetation";"vegetation";14799.4849022175;TRUE;"Your Place" +"impervious";"impervious";30.2610524739139;TRUE;"Your Place" +"urban";"vegetation";722.010507025858;FALSE;"Your Place" +"urban";"vegetation";51.1705477735959;FALSE;"Your Place" +"vegetation";"vegetation";3918.0930052558;TRUE;"Your Place" +"vegetation";"vegetation";42.060390442668;TRUE;"Your Place" +"impervious";"impervious";3473.89973649476;TRUE;"Your Place" +"impervious";"impervious";28.8348139480222;TRUE;"Your Place" +"vegetation";"impervious";30.9756252029911;FALSE;"Your Place" +"vegetation";"impervious";10.5669025853276;FALSE;"Your Place" +"vegetation";"vegetation";3.49679545173422;TRUE;"Your Place" +"vegetation";"impervious";13.7023638268001;FALSE;"Your Place" +"urban";"impervious";227.601705364883;FALSE;"Your Place" +"vegetation";"impervious";285.978180760401;FALSE;"Your Place" +"urban";"impervious";127.955481198383;FALSE;"Your Place" +"urban";"impervious";8.31620137230493;FALSE;"Your Place" +"urban";"vegetation";1573.75165494252;FALSE;"Your Place" +"urban";"impervious";289.387439812999;FALSE;"Your Place" +"urban";"vegetation";715.742456047563;FALSE;"Your Place" +"impervious";"impervious";0.0387731106420688;TRUE;"Your Place" +"impervious";"impervious";9.18871193461746;TRUE;"Your Place" +"urban";"impervious";70.402687355876;FALSE;"Your Place" +"urban";"impervious";90.6343048838899;FALSE;"Your Place" +"urban";"impervious";96.0237012228463;FALSE;"Your Place" +"vegetation";"vegetation";2.09168586810119;TRUE;"Your Place" +"impervious";"impervious";0.334777455544099;TRUE;"Your Place" +"impervious";"impervious";21.1186234169872;TRUE;"Your Place" +"impervious";"vegetation";2699.48827139754;FALSE;"Your Place" +"impervious";"vegetation";12.8561815721914;FALSE;"Your Place" +"vegetation";"vegetation";7.09571341099218;TRUE;"Your Place" +"vegetation";"impervious";22.8787278062664;FALSE;"Your Place" +"vegetation";"impervious";22.7190184877254;FALSE;"Your Place" +"vegetation";"vegetation";2.73144335177494;TRUE;"Your Place" +"water";"vegetation";1.3996334207477;FALSE;"Your Place" +"vegetation";"vegetation";25.9219547212124;TRUE;"Your Place" +"vegetation";"vegetation";396.092836569063;TRUE;"Your Place" +"urban";"impervious";1.8516809376888;FALSE;"Your Place" +"impervious";"impervious";73.634996897541;TRUE;"Your Place" +"impervious";"impervious";10.424056340913;TRUE;"Your Place" +"vegetation";"vegetation";3.44527892861515;TRUE;"Your Place" +"vegetation";"vegetation";16054.0167448493;TRUE;"Your Place" +"vegetation";"vegetation";13799.0217963643;TRUE;"Your Place" +"vegetation";"vegetation";955.095587370917;TRUE;"Your Place" +"vegetation";"vegetation";5020.86094280146;TRUE;"Your Place" +"vegetation";"vegetation";162.399487011135;TRUE;"Your Place" +"vegetation";"vegetation";8.44563150242902;TRUE;"Your Place" +"vegetation";"vegetation";5.54842300061136;TRUE;"Your Place" +"vegetation";"vegetation";15.0870722180698;TRUE;"Your Place" +"vegetation";"vegetation";110603.507507084;TRUE;"Your Place" +"water";"vegetation";102.205958512961;FALSE;"Your Place" +"vegetation";"vegetation";51.2184689878486;TRUE;"Your Place" +"water";"vegetation";8.19440313236555;FALSE;"Your Place" +"urban";"impervious";4.91285653458908;FALSE;"Your Place" +"impervious";"impervious";0.148138527962146;TRUE;"Your Place" +"impervious";"impervious";9.86744886101224;TRUE;"Your Place" +"impervious";"impervious";27.1091811017832;TRUE;"Your Place" +"impervious";"impervious";154.870681901521;TRUE;"Your Place" +"impervious";"impervious";17.9436070495285;TRUE;"Your Place" +"urban";"impervious";0.035826228413498;FALSE;"Your Place" +"impervious";"impervious";0.422821421758272;TRUE;"Your Place" +"impervious";"impervious";129.122544909209;TRUE;"Your Place" +"impervious";"impervious";16.3433089177124;TRUE;"Your Place" +"impervious";"impervious";1.40180016728118;TRUE;"Your Place" +"urban";"impervious";0.15218478164752;FALSE;"Your Place" +"urban";"impervious";14.8390911987517;FALSE;"Your Place" +"impervious";"impervious";34.7696921218158;TRUE;"Your Place" +"urban";"impervious";70.8942363994283;FALSE;"Your Place" +"urban";"impervious";57.9316990083316;FALSE;"Your Place" +"urban";"impervious";6.45269321650267;FALSE;"Your Place" +"urban";"impervious";15.0574290482327;FALSE;"Your Place" +"impervious";"impervious";296.531748575275;TRUE;"Your Place" +"vegetation";"vegetation";235.760284635791;TRUE;"Your Place" +"water";"vegetation";30.2687820544525;FALSE;"Your Place" +"urban";"vegetation";2804.88182624476;FALSE;"Your Place" +"impervious";"impervious";6.70251993951388;TRUE;"Your Place" +"vegetation";"impervious";15.0313112039003;FALSE;"Your Place" +"vegetation";"impervious";0.127811114361975;FALSE;"Your Place" +"impervious";"vegetation";26.2094817981124;FALSE;"Your Place" +"impervious";"vegetation";303.482460531639;FALSE;"Your Place" +"vegetation";"vegetation";934.57235628739;TRUE;"Your Place" +"vegetation";"vegetation";148.332101909444;TRUE;"Your Place" +"urban";"impervious";129.905076326861;FALSE;"Your Place" +"urban";"impervious";144.975922751473;FALSE;"Your Place" +"impervious";"vegetation";336.593461441342;FALSE;"Your Place" +"impervious";"impervious";19.4425191869959;TRUE;"Your Place" +"vegetation";"vegetation";177.034024531022;TRUE;"Your Place" +"water";"vegetation";23.7643073038198;FALSE;"Your Place" +"impervious";"impervious";141.182364369626;TRUE;"Your Place" +"impervious";"impervious";0.164776134886779;TRUE;"Your Place" +"urban";"impervious";0.0466206076671369;FALSE;"Your Place" +"urban";"impervious";0.253150244490826;FALSE;"Your Place" +"urban";"impervious";0.438241023861337;FALSE;"Your Place" +"impervious";"impervious";251.574170337059;TRUE;"Your Place" +"impervious";"vegetation";3649.46511205146;FALSE;"Your Place" +"impervious";"vegetation";9.49719891836867;FALSE;"Your Place" +"vegetation";"impervious";1911.40678567882;FALSE;"Your Place" +"vegetation";"vegetation";157.920266981237;TRUE;"Your Place" +"water";"vegetation";67.0106738470495;FALSE;"Your Place" +"vegetation";"vegetation";32.7897862960235;TRUE;"Your Place" +"water";"vegetation";627.84412136022;FALSE;"Your Place" +"vegetation";"water";9.58510299602807;FALSE;"Your Place" +"water";"water";3529.62410104705;TRUE;"Your Place" +"vegetation";"vegetation";6660.32433265587;TRUE;"Your Place" +"water";"vegetation";847.492207650561;FALSE;"Your Place" +"vegetation";"vegetation";342.650426482782;TRUE;"Your Place" +"vegetation";"vegetation";71.7159595852718;TRUE;"Your Place" +"water";"vegetation";42.6496823774514;FALSE;"Your Place" +"impervious";"impervious";22.8994819932268;TRUE;"Your Place" +"urban";"vegetation";3366.67259928863;FALSE;"Your Place" +"urban";"impervious";129.462182811461;FALSE;"Your Place" +"urban";"impervious";155.781749089714;FALSE;"Your Place" +"vegetation";"vegetation";54.4046351611614;TRUE;"Your Place" +"vegetation";"vegetation";30.8433694983833;TRUE;"Your Place" +"vegetation";"vegetation";394.931205870609;TRUE;"Your Place" +"water";"vegetation";122.814572746051;FALSE;"Your Place" +"urban";"impervious";165.525752749993;FALSE;"Your Place" +"urban";"impervious";460.911291421391;FALSE;"Your Place" +"urban";"impervious";25.6459802873433;FALSE;"Your Place" +"urban";"impervious";80.7096288464963;FALSE;"Your Place" +"urban";"impervious";5.38149916758994;FALSE;"Your Place" +"urban";"impervious";80.9608894072771;FALSE;"Your Place" +"impervious";"impervious";564.953256731853;TRUE;"Your Place" +"urban";"impervious";1354.85503509175;FALSE;"Your Place" +"vegetation";"vegetation";10707.2322710436;TRUE;"Your Place" +"vegetation";"vegetation";304.636887903791;TRUE;"Your Place" +"vegetation";"vegetation";7.59486467321403;TRUE;"Your Place" +"urban";"impervious";90.7097737882286;FALSE;"Your Place" +"urban";"impervious";821.871920358739;FALSE;"Your Place" +"vegetation";"vegetation";20.6585647471366;TRUE;"Your Place" +"water";"vegetation";23.4474573323969;FALSE;"Your Place" +"vegetation";"impervious";199.379113518051;FALSE;"Your Place" +"vegetation";"impervious";76.7213093948958;FALSE;"Your Place" +"water";"water";107.730749046896;TRUE;"Your Place" +"water";"vegetation";1.43545578904013;FALSE;"Your Place" +"vegetation";"impervious";10.951684404863;FALSE;"Your Place" +"vegetation";"impervious";21.5655723265372;FALSE;"Your Place" +"vegetation";"vegetation";4.28942031281986;TRUE;"Your Place" +"vegetation";"vegetation";88.9663112235721;TRUE;"Your Place" +"vegetation";"vegetation";6.13689349638298;TRUE;"Your Place" +"vegetation";"vegetation";1739.7421934614;TRUE;"Your Place" +"vegetation";"impervious";0.0127492528408766;FALSE;"Your Place" +"vegetation";"impervious";18.784163942968;FALSE;"Your Place" +"vegetation";"vegetation";0.577690021018498;TRUE;"Your Place" +"vegetation";"vegetation";0.424273454409558;TRUE;"Your Place" +"vegetation";"vegetation";23.9520332919346;TRUE;"Your Place" +"vegetation";"vegetation";116.118673623045;TRUE;"Your Place" +"vegetation";"vegetation";39.2824272385333;TRUE;"Your Place" +"urban";"impervious";660.763752169791;FALSE;"Your Place" +"urban";"impervious";55.9880915999529;FALSE;"Your Place" +"vegetation";"impervious";45.8291378680151;FALSE;"Your Place" +"vegetation";"impervious";12.4258047128096;FALSE;"Your Place" +"vegetation";"vegetation";1563.69789367469;TRUE;"Your Place" +"impervious";"vegetation";1751.40068067936;FALSE;"Your Place" +"vegetation";"vegetation";21070.5111630737;TRUE;"Your Place" +"vegetation";"vegetation";9.94315956355422;TRUE;"Your Place" +"vegetation";"impervious";57.5392316954676;FALSE;"Your Place" +"vegetation";"impervious";11.006670329487;FALSE;"Your Place" +"urban";"impervious";421.90042622434;FALSE;"Your Place" +"urban";"impervious";2.78948774607852;FALSE;"Your Place" +"urban";"impervious";801.996430815198;FALSE;"Your Place" +"impervious";"impervious";1215.10125354328;TRUE;"Your Place" +"urban";"impervious";76.1987056097278;FALSE;"Your Place" +"urban";"impervious";33.341210218503;FALSE;"Your Place" +"vegetation";"vegetation";3694.54554690694;TRUE;"Your Place" +"vegetation";"vegetation";82.3701335554942;TRUE;"Your Place" +"vegetation";"vegetation";10720.9127937856;TRUE;"Your Place" +"urban";"vegetation";28.9694601241499;FALSE;"Your Place" +"impervious";"vegetation";1647.50248044357;FALSE;"Your Place" +"impervious";"vegetation";3101.8719761729;FALSE;"Your Place" +"vegetation";"impervious";819.244854549062;FALSE;"Your Place" +"vegetation";"impervious";261.524878440992;FALSE;"Your Place" +"urban";"vegetation";33.9376352408435;FALSE;"Your Place" +"impervious";"vegetation";770.049030062743;FALSE;"Your Place" +"impervious";"vegetation";259.921731984592;FALSE;"Your Place" +"urban";"impervious";0.000343627750410747;FALSE;"Your Place" +"urban";"impervious";26.0704630948603;FALSE;"Your Place" +"urban";"impervious";2587.23911439127;FALSE;"Your Place" +"urban";"vegetation";2945.65099495649;FALSE;"Your Place" +"impervious";"vegetation";84.380169586977;FALSE;"Your Place" +"urban";"impervious";509.303314247169;FALSE;"Your Place" +"urban";"impervious";23.8213235071744;FALSE;"Your Place" +"impervious";"vegetation";108.091760643059;FALSE;"Your Place" +"impervious";"vegetation";202.759736846667;FALSE;"Your Place" +"urban";"impervious";6.55830117466394e-05;FALSE;"Your Place" +"impervious";"impervious";4.37093602543791;TRUE;"Your Place" +"urban";"impervious";591.544506831095;FALSE;"Your Place" +"urban";"impervious";0.509174233418889;FALSE;"Your Place" +"impervious";"impervious";1.7397500644438;TRUE;"Your Place" +"urban";"impervious";4.31920274766162;FALSE;"Your Place" +"impervious";"impervious";53.2442790908972;TRUE;"Your Place" +"impervious";"impervious";3.04651570378337;TRUE;"Your Place" +"urban";"impervious";23.7223339967527;FALSE;"Your Place" +"impervious";"impervious";11.3385788789019;TRUE;"Your Place" +"impervious";"impervious";18.7680757608032;TRUE;"Your Place" +"vegetation";"vegetation";11943.6580576058;TRUE;"Your Place" +"impervious";"impervious";444.092943624826;TRUE;"Your Place" +"urban";"impervious";23.3969292989932;FALSE;"Your Place" +"impervious";"impervious";17.3773431503987;TRUE;"Your Place" +"impervious";"impervious";18.6342842115555;TRUE;"Your Place" +"urban";"impervious";37.8071936941706;FALSE;"Your Place" +"impervious";"impervious";25.7382257231075;TRUE;"Your Place" +"impervious";"impervious";76.0886851601535;TRUE;"Your Place" +"urban";"vegetation";10055.6140488796;FALSE;"Your Place" +"vegetation";"vegetation";328.673362310976;TRUE;"Your Place" +"vegetation";"vegetation";350.50416601263;TRUE;"Your Place" +"urban";"impervious";21.6888985395199;FALSE;"Your Place" +"impervious";"impervious";16.8247822913836;TRUE;"Your Place" +"impervious";"impervious";36.0622763733845;TRUE;"Your Place" +"urban";"impervious";11.7533370167366;FALSE;"Your Place" +"impervious";"impervious";123.006574425526;TRUE;"Your Place" +"impervious";"impervious";76.2094425989781;TRUE;"Your Place" +"vegetation";"impervious";22.7212941509206;FALSE;"Your Place" +"vegetation";"vegetation";116.856606677873;TRUE;"Your Place" +"urban";"impervious";5.69061627844349;FALSE;"Your Place" +"vegetation";"impervious";36.9548801930505;FALSE;"Your Place" +"impervious";"impervious";124.099382840854;TRUE;"Your Place" +"impervious";"impervious";39.0831328872591;TRUE;"Your Place" +"urban";"impervious";1.87391402188223;FALSE;"Your Place" +"impervious";"impervious";0.710916633252054;TRUE;"Your Place" +"vegetation";"impervious";1277.8618641427;FALSE;"Your Place" +"vegetation";"impervious";2.13486603557681;FALSE;"Your Place" +"urban";"vegetation";225.701833782834;FALSE;"Your Place" +"vegetation";"vegetation";267.159821751476;TRUE;"Your Place" +"water";"vegetation";2200.44382857229;FALSE;"Your Place" +"vegetation";"vegetation";9561.42613650626;TRUE;"Your Place" +"vegetation";"vegetation";521.097478320822;TRUE;"Your Place" +"urban";"impervious";2.00138197082561;FALSE;"Your Place" +"impervious";"impervious";12.949637754431;TRUE;"Your Place" +"vegetation";"impervious";7.85875442092947;FALSE;"Your Place" +"vegetation";"impervious";1470.48832075334;FALSE;"Your Place" +"urban";"vegetation";3.87658077853848;FALSE;"Your Place" +"vegetation";"vegetation";2756.16671790535;TRUE;"Your Place" +"vegetation";"vegetation";110837.468755608;TRUE;"Your Place" +"urban";"vegetation";11.0189666920924;FALSE;"Your Place" +"urban";"impervious";3.83589258068241;FALSE;"Your Place" +"vegetation";"impervious";10.8514456017801;FALSE;"Your Place" +"impervious";"impervious";147.32979778666;TRUE;"Your Place" +"urban";"impervious";42.0854720770149;FALSE;"Your Place" +"urban";"impervious";117.305540533736;FALSE;"Your Place" +"urban";"impervious";81.6873202641727;FALSE;"Your Place" +"impervious";"impervious";46.6422451572726;TRUE;"Your Place" +"vegetation";"impervious";26.4742515564431;FALSE;"Your Place" +"impervious";"impervious";104.849740485544;TRUE;"Your Place" +"impervious";"impervious";15.710968013067;TRUE;"Your Place" +"impervious";"impervious";763.433285092004;TRUE;"Your Place" +"urban";"impervious";71.2459857990343;FALSE;"Your Place" +"urban";"impervious";9.82964392157737;FALSE;"Your Place" +"vegetation";"vegetation";1865.31670544024;TRUE;"Your Place" +"impervious";"vegetation";303.799395614304;FALSE;"Your Place" +"vegetation";"vegetation";5218.54768624855;TRUE;"Your Place" +"urban";"impervious";8.12081849318929;FALSE;"Your Place" +"urban";"impervious";34.9231760805269;FALSE;"Your Place" +"impervious";"impervious";56.8724657362327;TRUE;"Your Place" +"urban";"impervious";62.1098201684654;FALSE;"Your Place" +"urban";"impervious";23.3445073644398;FALSE;"Your Place" +"urban";"impervious";27.6875946065411;FALSE;"Your Place" +"vegetation";"impervious";29.7545625586063;FALSE;"Your Place" +"urban";"vegetation";128.325571229914;FALSE;"Your Place" +"vegetation";"vegetation";752.618760890677;TRUE;"Your Place" +"vegetation";"vegetation";155492.904519363;TRUE;"Your Place" +"vegetation";"vegetation";1534.32999558514;TRUE;"Your Place" +"vegetation";"vegetation";4.3498332654126;TRUE;"Your Place" +"impervious";"impervious";1124.44295734499;TRUE;"Your Place" +"impervious";"vegetation";6.8321531351321;FALSE;"Your Place" +"impervious";"vegetation";5106.06463873509;FALSE;"Your Place" +"urban";"vegetation";54.5409979266115;FALSE;"Your Place" +"vegetation";"vegetation";7510.84856471443;TRUE;"Your Place" +"vegetation";"vegetation";20328.5358483984;TRUE;"Your Place" +"vegetation";"vegetation";12.7022943124175;TRUE;"Your Place" +"vegetation";"vegetation";213.486289100509;TRUE;"Your Place" +"urban";"impervious";1.92477189317287;FALSE;"Your Place" +"urban";"impervious";16.4570380321238;FALSE;"Your Place" +"urban";"impervious";123.823596155038;FALSE;"Your Place" +"vegetation";"vegetation";4940.52925981022;TRUE;"Your Place" +"vegetation";"vegetation";15949.0863541942;TRUE;"Your Place" +"urban";"vegetation";1395.49536183459;FALSE;"Your Place" +"urban";"vegetation";66.9485071199015;FALSE;"Your Place" +"urban";"vegetation";3.79898264868825;FALSE;"Your Place" +"urban";"impervious";120.606508584227;FALSE;"Your Place" +"urban";"impervious";77.7798901414499;FALSE;"Your Place" +"impervious";"impervious";163.84382044035;TRUE;"Your Place" +"urban";"impervious";28.1365541004343;FALSE;"Your Place" +"urban";"impervious";33.4972188054235;FALSE;"Your Place" +"urban";"impervious";3.79118387046037;FALSE;"Your Place" +"impervious";"impervious";1072.87601075368;TRUE;"Your Place" +"vegetation";"vegetation";3.15068269619951;TRUE;"Your Place" +"vegetation";"vegetation";6142.67276474216;TRUE;"Your Place" +"urban";"impervious";269.281637371168;FALSE;"Your Place" +"urban";"impervious";20.9838993905578;FALSE;"Your Place" +"urban";"impervious";110.588352492079;FALSE;"Your Place" +"urban";"impervious";128.694007475657;FALSE;"Your Place" +"impervious";"impervious";12.4023290335026;TRUE;"Your Place" +"urban";"vegetation";0.154932833524072;FALSE;"Your Place" +"urban";"vegetation";287.877048010814;FALSE;"Your Place" +"urban";"impervious";47.1951694875024;FALSE;"Your Place" +"urban";"impervious";62.4418265682907;FALSE;"Your Place" +"impervious";"impervious";1.80366568407044;TRUE;"Your Place" +"urban";"impervious";43.0831234703073;FALSE;"Your Place" +"vegetation";"vegetation";5.18709330642014;TRUE;"Your Place" +"impervious";"impervious";822.739395118784;TRUE;"Your Place" +"vegetation";"impervious";65.4507719243411;FALSE;"Your Place" +"vegetation";"vegetation";92.7473803907633;TRUE;"Your Place" +"vegetation";"vegetation";29190.6495101536;TRUE;"Your Place" +"vegetation";"vegetation";12.9652557065128;TRUE;"Your Place" +"urban";"impervious";1015.95001892559;FALSE;"Your Place" +"urban";"impervious";117.834271169268;FALSE;"Your Place" +"urban";"impervious";105.846538404468;FALSE;"Your Place" +"urban";"impervious";42.5809020778979;FALSE;"Your Place" +"urban";"impervious";4.45273275440559;FALSE;"Your Place" +"urban";"impervious";1755.67590231902;FALSE;"Your Place" +"vegetation";"vegetation";20.6137117784237;TRUE;"Your Place" +"urban";"impervious";137.951921172251;FALSE;"Your Place" +"urban";"impervious";0.0793803698325064;FALSE;"Your Place" +"urban";"vegetation";12.9585100831464;FALSE;"Your Place" +"urban";"vegetation";960.492445524666;FALSE;"Your Place" +"urban";"impervious";29.1552530120825;FALSE;"Your Place" +"urban";"impervious";174.313947411254;FALSE;"Your Place" +"vegetation";"impervious";172.092532435432;FALSE;"Your Place" +"urban";"impervious";12.1524984342977;FALSE;"Your Place" +"urban";"impervious";25.3134661987424;FALSE;"Your Place" +"urban";"impervious";17.3925761030987;FALSE;"Your Place" +"urban";"impervious";30.2983354451135;FALSE;"Your Place" +"impervious";"impervious";298.541092222556;TRUE;"Your Place" +"urban";"impervious";4.53172209602053;FALSE;"Your Place" +"urban";"impervious";0.640091974870302;FALSE;"Your Place" +"urban";"impervious";13.2502870485187;FALSE;"Your Place" +"impervious";"impervious";14.6771481757751;TRUE;"Your Place" +"impervious";"impervious";278.064269177616;TRUE;"Your Place" +"urban";"impervious";65.8840310511878;FALSE;"Your Place" +"urban";"impervious";110.087203755917;FALSE;"Your Place" +"impervious";"impervious";502.259445562959;TRUE;"Your Place" +"urban";"impervious";24.8424904653803;FALSE;"Your Place" +"urban";"impervious";0.134906937229971;FALSE;"Your Place" +"urban";"impervious";34.5624872073531;FALSE;"Your Place" +"impervious";"impervious";3.56929958314868;TRUE;"Your Place" +"impervious";"impervious";252.943395543844;TRUE;"Your Place" +"impervious";"vegetation";6360.40797002788;FALSE;"Your Place" +"impervious";"vegetation";0.122592459054431;FALSE;"Your Place" +"impervious";"vegetation";0.167046913265949;FALSE;"Your Place" +"impervious";"vegetation";4130.82979825167;FALSE;"Your Place" +"urban";"vegetation";17.6453217880626;FALSE;"Your Place" +"vegetation";"vegetation";8757.45866071526;TRUE;"Your Place" +"vegetation";"vegetation";31690.4891729254;TRUE;"Your Place" +"impervious";"vegetation";0.961565403034911;FALSE;"Your Place" +"vegetation";"vegetation";54.2020365179051;TRUE;"Your Place" +"impervious";"vegetation";26.5947156610782;FALSE;"Your Place" +"vegetation";"vegetation";13.6499601943651;TRUE;"Your Place" +"impervious";"vegetation";217.831601209153;FALSE;"Your Place" +"impervious";"vegetation";0.109356239554472;FALSE;"Your Place" +"urban";"impervious";1305.10776526597;FALSE;"Your Place" +"urban";"impervious";132.418099521077;FALSE;"Your Place" +"urban";"impervious";5.26558659167495;FALSE;"Your Place" +"impervious";"vegetation";193.251922728028;FALSE;"Your Place" +"impervious";"vegetation";0.376923617441207;FALSE;"Your Place" +"urban";"vegetation";25133.8465008829;FALSE;"Your Place" +"vegetation";"vegetation";3214.5387236774;TRUE;"Your Place" +"impervious";"impervious";21.9122864443052;TRUE;"Your Place" +"impervious";"vegetation";9.69293971126899;FALSE;"Your Place" +"impervious";"vegetation";1643.87875538264;FALSE;"Your Place" +"impervious";"vegetation";4.80549200993119;FALSE;"Your Place" +"impervious";"impervious";0.364490190229844;TRUE;"Your Place" +"impervious";"impervious";6.40105984872207;TRUE;"Your Place" +"urban";"impervious";4.10288127465174;FALSE;"Your Place" +"urban";"impervious";1673.8980841866;FALSE;"Your Place" +"urban";"impervious";64.4102118499577;FALSE;"Your Place" +"urban";"impervious";6.49032061605249;FALSE;"Your Place" +"impervious";"impervious";223.547445337754;TRUE;"Your Place" +"urban";"vegetation";94.2036498803645;FALSE;"Your Place" +"urban";"vegetation";141.373234132305;FALSE;"Your Place" +"impervious";"vegetation";646.674220544286;FALSE;"Your Place" +"urban";"impervious";99.6004598797299;FALSE;"Your Place" +"urban";"impervious";125.566311602481;FALSE;"Your Place" +"impervious";"impervious";185.828768588603;TRUE;"Your Place" +"urban";"impervious";10.1859832014889;FALSE;"Your Place" +"urban";"impervious";9.05300022481242;FALSE;"Your Place" +"urban";"impervious";105.209795596311;FALSE;"Your Place" +"urban";"impervious";86.4940237952396;FALSE;"Your Place" +"impervious";"impervious";15.1434093815042;TRUE;"Your Place" +"vegetation";"vegetation";107.478311713086;TRUE;"Your Place" +"water";"vegetation";0.355640297173522;FALSE;"Your Place" +"vegetation";"vegetation";2654.77669975383;TRUE;"Your Place" +"impervious";"vegetation";1031.98970965081;FALSE;"Your Place" +"impervious";"impervious";19.7150345581449;TRUE;"Your Place" +"vegetation";"impervious";216.329708116129;FALSE;"Your Place" +"vegetation";"impervious";3.92161603743443;FALSE;"Your Place" +"urban";"impervious";300.669285777491;FALSE;"Your Place" +"impervious";"impervious";4.24815371166915;TRUE;"Your Place" +"vegetation";"vegetation";254.332910441328;TRUE;"Your Place" +"impervious";"vegetation";1157.79952226426;FALSE;"Your Place" +"urban";"impervious";244.891190438299;FALSE;"Your Place" +"vegetation";"vegetation";1832.41000878226;TRUE;"Your Place" +"vegetation";"vegetation";370.224724723259;TRUE;"Your Place" +"water";"vegetation";0.718892225064337;FALSE;"Your Place" +"urban";"impervious";7.4387691284137;FALSE;"Your Place" +"urban";"impervious";2.66375786549179;FALSE;"Your Place" +"vegetation";"impervious";20.7877126559615;FALSE;"Your Place" +"impervious";"impervious";468.765433186782;TRUE;"Your Place" +"vegetation";"impervious";10.2930136101786;FALSE;"Your Place" +"urban";"vegetation";23284.5030724281;FALSE;"Your Place" +"vegetation";"vegetation";16.7742292660987;TRUE;"Your Place" +"water";"vegetation";48.6980605088174;FALSE;"Your Place" +"impervious";"impervious";763.015198253095;TRUE;"Your Place" +"urban";"impervious";5.55649423858995e-05;FALSE;"Your Place" +"urban";"impervious";1.25138384962884;FALSE;"Your Place" +"vegetation";"impervious";1.32762216101401;FALSE;"Your Place" +"vegetation";"impervious";3611.84208463483;FALSE;"Your Place" +"impervious";"impervious";0.582738908880856;TRUE;"Your Place" +"impervious";"impervious";7.76837934565378;TRUE;"Your Place" +"impervious";"impervious";3.0936549400667;TRUE;"Your Place" +"vegetation";"vegetation";191.132360436721;TRUE;"Your Place" +"vegetation";"vegetation";6883.46340667806;TRUE;"Your Place" +"vegetation";"vegetation";9.04949751845561;TRUE;"Your Place" +"vegetation";"vegetation";1362.29938489292;TRUE;"Your Place" +"impervious";"vegetation";6.5529854731285;FALSE;"Your Place" +"vegetation";"vegetation";171.351634908468;TRUE;"Your Place" +"vegetation";"vegetation";1348.48919821158;TRUE;"Your Place" +"water";"vegetation";53.1200841050595;FALSE;"Your Place" +"vegetation";"impervious";359.728623880539;FALSE;"Your Place" +"vegetation";"impervious";62.6627753082939;FALSE;"Your Place" +"urban";"vegetation";2976.51809331053;FALSE;"Your Place" +"vegetation";"vegetation";161.570165257202;TRUE;"Your Place" +"vegetation";"water";2635.39860888571;FALSE;"Your Place" +"urban";"impervious";0.636634609894827;FALSE;"Your Place" +"impervious";"impervious";160.379009041237;TRUE;"Your Place" +"vegetation";"impervious";32.0430354233831;FALSE;"Your Place" +"vegetation";"impervious";28.6402378351631;FALSE;"Your Place" +"impervious";"impervious";497.656895050779;TRUE;"Your Place" +"impervious";"impervious";49.1364022642374;TRUE;"Your Place" +"impervious";"impervious";168.65774282068;TRUE;"Your Place" +"urban";"impervious";0.427089551812969;FALSE;"Your Place" +"urban";"impervious";1476.7738783235;FALSE;"Your Place" +"urban";"impervious";6.6221393160522;FALSE;"Your Place" +"urban";"impervious";226.126875842921;FALSE;"Your Place" +"urban";"impervious";12144.440119721;FALSE;"Your Place" +"urban";"impervious";10.5874732022639;FALSE;"Your Place" +"urban";"impervious";38.6777926395062;FALSE;"Your Place" +"impervious";"impervious";446.547378890915;TRUE;"Your Place" +"vegetation";"vegetation";20.7323563280515;TRUE;"Your Place" +"vegetation";"vegetation";95.440620974754;TRUE;"Your Place" +"impervious";"vegetation";27.6295834099874;FALSE;"Your Place" +"vegetation";"vegetation";1237.12110719255;TRUE;"Your Place" +"urban";"vegetation";137.474348463118;FALSE;"Your Place" +"vegetation";"vegetation";1094.40462129004;TRUE;"Your Place" +"vegetation";"vegetation";117.589925858774;TRUE;"Your Place" +"vegetation";"vegetation";20.8785920968221;TRUE;"Your Place" +"vegetation";"vegetation";214.499846601859;TRUE;"Your Place" +"vegetation";"vegetation";7.5836380533874;TRUE;"Your Place" +"vegetation";"impervious";40.7282372128684;FALSE;"Your Place" +"vegetation";"impervious";147.285888954997;FALSE;"Your Place" +"vegetation";"impervious";2931.92670089845;FALSE;"Your Place" +"vegetation";"impervious";9.31454190984368;FALSE;"Your Place" +"impervious";"impervious";109.072059878556;TRUE;"Your Place" +"vegetation";"impervious";8.60273700021207;FALSE;"Your Place" +"impervious";"impervious";0.48698953143321;TRUE;"Your Place" +"vegetation";"vegetation";255.802120643901;TRUE;"Your Place" +"vegetation";"vegetation";10.4599458808079;TRUE;"Your Place" +"urban";"impervious";955.585606489331;FALSE;"Your Place" +"vegetation";"impervious";60.3737225416116;FALSE;"Your Place" +"vegetation";"impervious";1357.98711442016;FALSE;"Your Place" +"vegetation";"impervious";54.2953229695559;FALSE;"Your Place" +"urban";"vegetation";10.2426927835913;FALSE;"Your Place" +"urban";"vegetation";184.655380597924;FALSE;"Your Place" +"urban";"vegetation";10.4708309215494;FALSE;"Your Place" +"vegetation";"vegetation";512.417158837634;TRUE;"Your Place" +"impervious";"vegetation";153.158037066183;FALSE;"Your Place" +"vegetation";"vegetation";27.5353950826102;TRUE;"Your Place" +"vegetation";"vegetation";948.90150621155;TRUE;"Your Place" +"impervious";"vegetation";10.4043941530799;FALSE;"Your Place" +"vegetation";"impervious";6271.64059755448;FALSE;"Your Place" +"vegetation";"impervious";43.5165792073822;FALSE;"Your Place" +"vegetation";"impervious";39.2396600497887;FALSE;"Your Place" +"vegetation";"impervious";6.73701710940804;FALSE;"Your Place" +"vegetation";"impervious";7.30633336451137;FALSE;"Your Place" +"vegetation";"vegetation";2.45165732223541;TRUE;"Your Place" +"vegetation";"vegetation";91.1043248036876;TRUE;"Your Place" +"vegetation";"vegetation";2999.34284383361;TRUE;"Your Place" +"vegetation";"vegetation";1189.35865808604;TRUE;"Your Place" +"vegetation";"vegetation";3300.21384658141;TRUE;"Your Place" +"vegetation";"vegetation";6504.81309196647;TRUE;"Your Place" +"vegetation";"vegetation";1.35996263074776;TRUE;"Your Place" +"impervious";"vegetation";1.16569510172121;FALSE;"Your Place" +"vegetation";"impervious";2.66521674252726;FALSE;"Your Place" +"vegetation";"impervious";2.52511920535471;FALSE;"Your Place" +"vegetation";"vegetation";874.479636800475;TRUE;"Your Place" +"vegetation";"vegetation";21.4482116528088;TRUE;"Your Place" +"vegetation";"vegetation";2718.34104350286;TRUE;"Your Place" +"vegetation";"vegetation";0.00156100795470593;TRUE;"Your Place" +"vegetation";"impervious";44.0962728955783;FALSE;"Your Place" +"vegetation";"impervious";1703.22855307045;FALSE;"Your Place" +"vegetation";"impervious";19.9619955318922;FALSE;"Your Place" +"impervious";"impervious";22.7641705385176;TRUE;"Your Place" +"vegetation";"impervious";16.4202399196583;FALSE;"Your Place" +"impervious";"impervious";4.73573725720053;TRUE;"Your Place" +"vegetation";"impervious";110.994486054522;FALSE;"Your Place" +"vegetation";"vegetation";23.5177046965109;TRUE;"Your Place" +"vegetation";"vegetation";1.75900749961875;TRUE;"Your Place" +"vegetation";"vegetation";903.750985870778;TRUE;"Your Place" +"vegetation";"vegetation";2012.30082376301;TRUE;"Your Place" +"impervious";"vegetation";0.324030592106283;FALSE;"Your Place" +"vegetation";"vegetation";36.0737915518694;TRUE;"Your Place" +"vegetation";"vegetation";1760.85773385107;TRUE;"Your Place" +"vegetation";"vegetation";545.108571725897;TRUE;"Your Place" +"impervious";"vegetation";320.995395057253;FALSE;"Your Place" +"urban";"impervious";169.719525320455;FALSE;"Your Place" +"urban";"vegetation";608.322256009735;FALSE;"Your Place" +"vegetation";"vegetation";1233.80153153046;TRUE;"Your Place" +"vegetation";"vegetation";3140.40516222538;TRUE;"Your Place" +"vegetation";"vegetation";2717.21685278555;TRUE;"Your Place" +"vegetation";"vegetation";27350.6878104026;TRUE;"Your Place" +"vegetation";"vegetation";37.9188328215969;TRUE;"Your Place" +"impervious";"vegetation";7.73464491032064;FALSE;"Your Place" +"urban";"impervious";32.8617202327587;FALSE;"Your Place" +"vegetation";"impervious";5.25572206178913;FALSE;"Your Place" +"vegetation";"impervious";0.179946296673734;FALSE;"Your Place" +"vegetation";"impervious";52.8780518099666;FALSE;"Your Place" +"vegetation";"impervious";1120.89974430995;FALSE;"Your Place" +"vegetation";"impervious";9.33657920587575;FALSE;"Your Place" +"impervious";"impervious";2558.58319107955;TRUE;"Your Place" +"impervious";"impervious";1.34224519366398;TRUE;"Your Place" +"impervious";"impervious";155.366181872785;TRUE;"Your Place" +"impervious";"impervious";267.99728901498;TRUE;"Your Place" +"urban";"impervious";112.844814765864;FALSE;"Your Place" +"vegetation";"vegetation";9118.37141767703;TRUE;"Your Place" +"vegetation";"vegetation";13.2612314808648;TRUE;"Your Place" +"vegetation";"vegetation";6852.63848164314;TRUE;"Your Place" +"vegetation";"vegetation";457.407301671687;TRUE;"Your Place" +"vegetation";"vegetation";5.51261470350437;TRUE;"Your Place" +"vegetation";"impervious";9.32358675124124;FALSE;"Your Place" +"vegetation";"impervious";116.805150551721;FALSE;"Your Place" +"vegetation";"impervious";5358.0117892772;FALSE;"Your Place" +"vegetation";"impervious";36.3463968620636;FALSE;"Your Place" +"vegetation";"impervious";1.02055073072552;FALSE;"Your Place" +"impervious";"impervious";10.7793682652409;TRUE;"Your Place" +"impervious";"impervious";121.102407327387;TRUE;"Your Place" +"vegetation";"impervious";5.02580325549934;FALSE;"Your Place" +"vegetation";"impervious";174.05212092679;FALSE;"Your Place" +"vegetation";"impervious";99.8372863340192;FALSE;"Your Place" +"vegetation";"vegetation";26.8874510800233;TRUE;"Your Place" +"vegetation";"vegetation";9.69288728758693;TRUE;"Your Place" +"vegetation";"impervious";14.8298815188464;FALSE;"Your Place" +"vegetation";"impervious";9.40128844435094;FALSE;"Your Place" +"vegetation";"impervious";215.968067882578;FALSE;"Your Place" +"vegetation";"impervious";0.000332343910798727;FALSE;"Your Place" +"impervious";"impervious";1034.48464352917;TRUE;"Your Place" +"vegetation";"vegetation";0.906632077283575;TRUE;"Your Place" +"vegetation";"vegetation";0.437726028270845;TRUE;"Your Place" +"vegetation";"vegetation";7.68544619984459;TRUE;"Your Place" +"vegetation";"vegetation";1007.91178476951;TRUE;"Your Place" +"vegetation";"impervious";0.613798619015142;FALSE;"Your Place" +"vegetation";"impervious";66.4735753391869;FALSE;"Your Place" +"urban";"vegetation";3.45061854337109;FALSE;"Your Place" +"impervious";"vegetation";1038.32989760814;FALSE;"Your Place" +"vegetation";"impervious";16.7313943481422;FALSE;"Your Place" +"vegetation";"impervious";109.543728722841;FALSE;"Your Place" +"impervious";"impervious";5.72862478526076;TRUE;"Your Place" +"vegetation";"vegetation";264.49467564642;TRUE;"Your Place" +"water";"vegetation";1.79785766452551;FALSE;"Your Place" +"vegetation";"vegetation";2586.74496518608;TRUE;"Your Place" +"vegetation";"vegetation";21675.0705821449;TRUE;"Your Place" +"vegetation";"vegetation";625.08315312519;TRUE;"Your Place" +"vegetation";"vegetation";581.666683817544;TRUE;"Your Place" +"vegetation";"vegetation";53.2499308045954;TRUE;"Your Place" +"vegetation";"vegetation";1297.97348313313;TRUE;"Your Place" +"vegetation";"impervious";8.34143402869813;FALSE;"Your Place" +"vegetation";"impervious";56.7407653704286;FALSE;"Your Place" +"vegetation";"impervious";9.19734120275825;FALSE;"Your Place" +"vegetation";"impervious";4.58369939832482;FALSE;"Your Place" +"vegetation";"vegetation";211.325744802204;TRUE;"Your Place" +"vegetation";"water";18.9745265250094;FALSE;"Your Place" +"water";"water";18.9948477268917;TRUE;"Your Place" +"vegetation";"impervious";2.17147320881486;FALSE;"Your Place" +"impervious";"impervious";23.4198605883867;TRUE;"Your Place" +"vegetation";"impervious";74.3071970721358;FALSE;"Your Place" +"impervious";"vegetation";1439.75106547709;FALSE;"Your Place" +"urban";"vegetation";2.41612395329867;FALSE;"Your Place" +"vegetation";"vegetation";3773.57206771392;TRUE;"Your Place" +"vegetation";"vegetation";34.6092386057135;TRUE;"Your Place" +"vegetation";"vegetation";585.999078236418;TRUE;"Your Place" +"vegetation";"vegetation";0.0409036406417727;TRUE;"Your Place" +"vegetation";"vegetation";334.9261961109;TRUE;"Your Place" +"vegetation";"vegetation";58.8878520315047;TRUE;"Your Place" +"impervious";"vegetation";59.7117727464065;FALSE;"Your Place" +"vegetation";"vegetation";47.400746608153;TRUE;"Your Place" +"vegetation";"vegetation";3182.3679884983;TRUE;"Your Place" +"vegetation";"impervious";139.625427849824;FALSE;"Your Place" +"vegetation";"impervious";18.815836118767;FALSE;"Your Place" +"impervious";"impervious";68.3251788452617;TRUE;"Your Place" +"urban";"impervious";5466.36853247881;FALSE;"Your Place" +"impervious";"impervious";21.3861207780428;TRUE;"Your Place" +"impervious";"impervious";150.100008471869;TRUE;"Your Place" +"impervious";"impervious";73.8617121896241;TRUE;"Your Place" +"vegetation";"vegetation";3645.07607113651;TRUE;"Your Place" +"impervious";"vegetation";5.62578988459427;FALSE;"Your Place" +"impervious";"vegetation";11.5313526787795;FALSE;"Your Place" +"vegetation";"vegetation";718.051770006772;TRUE;"Your Place" +"vegetation";"vegetation";81.8273784350604;TRUE;"Your Place" +"urban";"vegetation";1686.90044541325;FALSE;"Your Place" +"vegetation";"vegetation";58.569591239444;TRUE;"Your Place" +"impervious";"vegetation";88.0338250063942;FALSE;"Your Place" +"impervious";"vegetation";36.6706898678094;FALSE;"Your Place" +"impervious";"vegetation";4188.51880065911;FALSE;"Your Place" +"impervious";"vegetation";25.8004419598728;FALSE;"Your Place" +"vegetation";"vegetation";881.755533308722;TRUE;"Your Place" +"vegetation";"vegetation";109.074829524674;TRUE;"Your Place" +"vegetation";"vegetation";282.661321884982;TRUE;"Your Place" +"vegetation";"impervious";5.26185441756388;FALSE;"Your Place" +"vegetation";"impervious";45.954349398613;FALSE;"Your Place" +"urban";"vegetation";257.745618156623;FALSE;"Your Place" +"vegetation";"vegetation";210.044237253838;TRUE;"Your Place" +"vegetation";"vegetation";334.413331370801;TRUE;"Your Place" +"vegetation";"vegetation";14206.3164131315;TRUE;"Your Place" +"vegetation";"vegetation";999.799363429629;TRUE;"Your Place" +"vegetation";"vegetation";1031.88252027333;TRUE;"Your Place" +"vegetation";"vegetation";49.3583783155773;TRUE;"Your Place" +"impervious";"vegetation";113.827817271231;FALSE;"Your Place" +"vegetation";"vegetation";8.54802201176062;TRUE;"Your Place" +"impervious";"impervious";1.94623150353436;TRUE;"Your Place" +"impervious";"vegetation";2.24951955326833;FALSE;"Your Place" +"vegetation";"impervious";3.28756252489984;FALSE;"Your Place" +"vegetation";"impervious";94.9260838702321;FALSE;"Your Place" +"vegetation";"impervious";27.1366037654225;FALSE;"Your Place" +"water";"vegetation";1549.38122494332;FALSE;"Your Place" +"vegetation";"vegetation";3151.34599930793;TRUE;"Your Place" +"vegetation";"vegetation";0.691775753628463;TRUE;"Your Place" +"vegetation";"vegetation";0.0449427128842217;TRUE;"Your Place" +"vegetation";"vegetation";8974.72971242847;TRUE;"Your Place" +"vegetation";"vegetation";1.30412600043928;TRUE;"Your Place" +"vegetation";"vegetation";54.7113264126529;TRUE;"Your Place" +"vegetation";"vegetation";6.33745080325025;TRUE;"Your Place" +"vegetation";"vegetation";120.855070575257;TRUE;"Your Place" +"impervious";"vegetation";36.4489741967991;FALSE;"Your Place" +"vegetation";"vegetation";4543.77358165476;TRUE;"Your Place" +"vegetation";"vegetation";228.082723848886;TRUE;"Your Place" +"vegetation";"vegetation";951.626928034646;TRUE;"Your Place" +"vegetation";"vegetation";432.97486233282;TRUE;"Your Place" +"vegetation";"vegetation";4212.98070733249;TRUE;"Your Place" +"vegetation";"vegetation";106.394915506244;TRUE;"Your Place" +"impervious";"vegetation";31.7650953093544;FALSE;"Your Place" +"vegetation";"vegetation";59.2035723558511;TRUE;"Your Place" +"vegetation";"vegetation";2.79735607351176;TRUE;"Your Place" +"vegetation";"vegetation";6.78638550336473;TRUE;"Your Place" +"vegetation";"vegetation";48.2596216537058;TRUE;"Your Place" +"vegetation";"vegetation";62.528032528935;TRUE;"Your Place" +"impervious";"vegetation";382.968797004782;FALSE;"Your Place" +"vegetation";"vegetation";36631.6336271936;TRUE;"Your Place" +"vegetation";"vegetation";21.4425703454763;TRUE;"Your Place" +"vegetation";"vegetation";18.8354383115657;TRUE;"Your Place" +"impervious";"impervious";2.75710053602234;TRUE;"Your Place" +"impervious";"impervious";1200.67317864858;TRUE;"Your Place" +"vegetation";"impervious";1892.90148451272;FALSE;"Your Place" +"vegetation";"impervious";15.0115591436625;FALSE;"Your Place" +"vegetation";"impervious";110.109755540063;FALSE;"Your Place" +"vegetation";"vegetation";74.4968348395778;TRUE;"Your Place" +"vegetation";"vegetation";18.1415441625286;TRUE;"Your Place" +"water";"vegetation";3.31998355966061;FALSE;"Your Place" +"urban";"vegetation";532.075987192336;FALSE;"Your Place" +"vegetation";"vegetation";0.0217485252724146;TRUE;"Your Place" +"vegetation";"vegetation";2198.48391405581;TRUE;"Your Place" +"vegetation";"vegetation";288.311846722383;TRUE;"Your Place" +"vegetation";"impervious";88.0781324665877;FALSE;"Your Place" +"vegetation";"impervious";0.257013392401859;FALSE;"Your Place" +"vegetation";"impervious";12.6050314906752;FALSE;"Your Place" +"vegetation";"impervious";28.6150452048751;FALSE;"Your Place" +"vegetation";"impervious";6.4018882936216;FALSE;"Your Place" +"vegetation";"impervious";28.7569421380758;FALSE;"Your Place" +"vegetation";"impervious";23.8851340869442;FALSE;"Your Place" +"vegetation";"impervious";13.3145477406215;FALSE;"Your Place" +"vegetation";"vegetation";33.1146290227771;TRUE;"Your Place" +"vegetation";"vegetation";14567.7975195535;TRUE;"Your Place" +"vegetation";"vegetation";5431.53385648463;TRUE;"Your Place" +"vegetation";"vegetation";103.610943495762;TRUE;"Your Place" +"vegetation";"vegetation";44.1026095026173;TRUE;"Your Place" +"water";"vegetation";30.3694229274988;FALSE;"Your Place" +"vegetation";"vegetation";6489.56993046415;TRUE;"Your Place" +"impervious";"vegetation";824.610713010945;FALSE;"Your Place" +"vegetation";"vegetation";719.546941684093;TRUE;"Your Place" +"vegetation";"vegetation";42.9448596036527;TRUE;"Your Place" +"vegetation";"vegetation";20489.9346434977;TRUE;"Your Place" +"vegetation";"vegetation";1337.79347239435;TRUE;"Your Place" +"water";"vegetation";13.2049381695688;FALSE;"Your Place" +"vegetation";"impervious";133.267066726927;FALSE;"Your Place" +"urban";"vegetation";2551.62015064241;FALSE;"Your Place" +"vegetation";"vegetation";401.030371516012;TRUE;"Your Place" +"vegetation";"vegetation";1152.24467278205;TRUE;"Your Place" +"vegetation";"vegetation";11741.2729319975;TRUE;"Your Place" +"urban";"vegetation";687.346132645616;FALSE;"Your Place" +"vegetation";"vegetation";21.207237362396;TRUE;"Your Place" +"vegetation";"vegetation";18.2043593483395;TRUE;"Your Place" +"vegetation";"vegetation";6715.98395638354;TRUE;"Your Place" +"vegetation";"vegetation";1928.44616792887;TRUE;"Your Place" +"vegetation";"vegetation";987.115378894829;TRUE;"Your Place" +"vegetation";"vegetation";1900.2145610603;TRUE;"Your Place" +"vegetation";"vegetation";871.996216132597;TRUE;"Your Place" +"vegetation";"vegetation";2.94046120380517;TRUE;"Your Place" +"vegetation";"vegetation";6.69266599885304;TRUE;"Your Place" +"vegetation";"vegetation";6488.74267101008;TRUE;"Your Place" +"urban";"vegetation";459.740053172223;FALSE;"Your Place" +"vegetation";"vegetation";103.779413734097;TRUE;"Your Place" +"vegetation";"vegetation";2527.54555008778;TRUE;"Your Place" +"water";"vegetation";36.044340899447;FALSE;"Your Place" +"vegetation";"impervious";10.0056647191523;FALSE;"Your Place" +"vegetation";"impervious";15.8730783929932;FALSE;"Your Place" +"water";"vegetation";9.91490870551206;FALSE;"Your Place" +"urban";"vegetation";7987.65765304118;FALSE;"Your Place" +"vegetation";"vegetation";2730.21474330314;TRUE;"Your Place" +"urban";"impervious";0.840662587666884;FALSE;"Your Place" +"impervious";"impervious";728.429701595567;TRUE;"Your Place" +"impervious";"impervious";17.9574746801518;TRUE;"Your Place" +"impervious";"impervious";230.615391487954;TRUE;"Your Place" +"impervious";"impervious";274.538430314511;TRUE;"Your Place" +"water";"vegetation";15.1022526149172;FALSE;"Your Place" +"impervious";"vegetation";4482.82662224863;FALSE;"Your Place" +"vegetation";"vegetation";28.6050184252963;TRUE;"Your Place" +"vegetation";"vegetation";56699.6127224276;TRUE;"Your Place" +"impervious";"vegetation";133.593888144009;FALSE;"Your Place" +"impervious";"vegetation";83.9771783042233;FALSE;"Your Place" +"vegetation";"vegetation";38.0720532813575;TRUE;"Your Place" +"vegetation";"vegetation";439.442955651903;TRUE;"Your Place" +"vegetation";"impervious";44.2296817332681;FALSE;"Your Place" +"impervious";"vegetation";260.534531414785;FALSE;"Your Place" +"water";"vegetation";361.865857869387;FALSE;"Your Place" +"vegetation";"vegetation";113.705469463952;TRUE;"Your Place" +"vegetation";"vegetation";60755.2133582132;TRUE;"Your Place" +"vegetation";"vegetation";0.372043563053012;TRUE;"Your Place" +"impervious";"vegetation";0.00583410066610668;FALSE;"Your Place" +"vegetation";"vegetation";16.2288560008164;TRUE;"Your Place" +"vegetation";"vegetation";197.543855894488;TRUE;"Your Place" +"impervious";"vegetation";188.502987438813;FALSE;"Your Place" +"vegetation";"vegetation";152.141228902037;TRUE;"Your Place" +"vegetation";"vegetation";31.8680661479593;TRUE;"Your Place" +"impervious";"vegetation";190.236625180114;FALSE;"Your Place" +"vegetation";"vegetation";17481.6928734705;TRUE;"Your Place" +"vegetation";"vegetation";186.968367148773;TRUE;"Your Place" +"vegetation";"vegetation";8.71083719050512;TRUE;"Your Place" +"vegetation";"vegetation";378.610951973693;TRUE;"Your Place" +"urban";"vegetation";2.94752535664884;FALSE;"Your Place" +"impervious";"vegetation";0.208914096816443;FALSE;"Your Place" +"impervious";"vegetation";4025.2475326081;FALSE;"Your Place" +"impervious";"vegetation";3.29566760582384;FALSE;"Your Place" +"impervious";"vegetation";2.72198240982834;FALSE;"Your Place" +"vegetation";"impervious";1.11689728999045;FALSE;"Your Place" +"vegetation";"impervious";222.529408044356;FALSE;"Your Place" +"vegetation";"vegetation";252.689108657447;TRUE;"Your Place" +"impervious";"impervious";12.3679101439193;TRUE;"Your Place" +"impervious";"impervious";8.81519509261125;TRUE;"Your Place" +"impervious";"impervious";3649.7346896872;TRUE;"Your Place" +"impervious";"impervious";6.90245767682791;TRUE;"Your Place" +"impervious";"impervious";40.1897776566911;TRUE;"Your Place" +"impervious";"impervious";2.85585121985059;TRUE;"Your Place" +"urban";"impervious";96.374736537924;FALSE;"Your Place" +"impervious";"impervious";8.36602633682196;TRUE;"Your Place" +"urban";"impervious";15.7964317577425;FALSE;"Your Place" +"impervious";"impervious";34.7183927837759;TRUE;"Your Place" +"urban";"vegetation";21.6656782133359;FALSE;"Your Place" +"vegetation";"vegetation";22780.2533057661;TRUE;"Your Place" +"vegetation";"vegetation";1090.3202787143;TRUE;"Your Place" +"impervious";"vegetation";699.541403748502;FALSE;"Your Place" +"vegetation";"vegetation";18.2435064247111;TRUE;"Your Place" +"urban";"vegetation";339.520382589484;FALSE;"Your Place" +"vegetation";"vegetation";121.337686709035;TRUE;"Your Place" +"vegetation";"vegetation";57.2923754756339;TRUE;"Your Place" +"vegetation";"vegetation";289.572772365995;TRUE;"Your Place" +"vegetation";"vegetation";403.05734858918;TRUE;"Your Place" +"vegetation";"vegetation";12955.4986322187;TRUE;"Your Place" +"vegetation";"vegetation";86.2832730822265;TRUE;"Your Place" +"vegetation";"vegetation";69.6509746087831;TRUE;"Your Place" +"impervious";"vegetation";552.279943139287;FALSE;"Your Place" +"impervious";"vegetation";25.1243776320771;FALSE;"Your Place" +"vegetation";"vegetation";747.016875241825;TRUE;"Your Place" +"vegetation";"water";19.928908739239;FALSE;"Your Place" +"water";"water";69.8304739971645;TRUE;"Your Place" +"vegetation";"vegetation";90.1871392632893;TRUE;"Your Place" +"vegetation";"vegetation";63.111266494263;TRUE;"Your Place" +"vegetation";"vegetation";10237.9873615266;TRUE;"Your Place" +"impervious";"vegetation";87.5921868232545;FALSE;"Your Place" +"vegetation";"vegetation";4702.61328162812;TRUE;"Your Place" +"vegetation";"vegetation";1653.88190007443;TRUE;"Your Place" +"vegetation";"vegetation";11.9942488579836;TRUE;"Your Place" +"vegetation";"vegetation";0.12714966625208;TRUE;"Your Place" +"vegetation";"vegetation";1.47092494252138;TRUE;"Your Place" +"water";"vegetation";1077.04136933689;FALSE;"Your Place" +"vegetation";"vegetation";5746.43279706687;TRUE;"Your Place" +"vegetation";"vegetation";39.125389497196;TRUE;"Your Place" +"urban";"impervious";67.2452794241253;FALSE;"Your Place" +"vegetation";"impervious";9.29823953000596;FALSE;"Your Place" +"vegetation";"vegetation";673.74304771208;TRUE;"Your Place" +"vegetation";"vegetation";0.613929767394438;TRUE;"Your Place" +"urban";"vegetation";126.310909513384;FALSE;"Your Place" +"vegetation";"vegetation";240.03672481002;TRUE;"Your Place" +"vegetation";"vegetation";8331.84611655335;TRUE;"Your Place" +"vegetation";"vegetation";1032.96495317761;TRUE;"Your Place" +"vegetation";"vegetation";321.570935314987;TRUE;"Your Place" +"vegetation";"vegetation";737.284614770906;TRUE;"Your Place" +"water";"vegetation";6.44933205167763;FALSE;"Your Place" +"vegetation";"vegetation";35.3248055727454;TRUE;"Your Place" +"vegetation";"vegetation";159.975900648627;TRUE;"Your Place" +"vegetation";"vegetation";201.99911362282;TRUE;"Your Place" +"urban";"impervious";1.91314006788889;FALSE;"Your Place" +"impervious";"impervious";66.7347308924654;TRUE;"Your Place" +"impervious";"impervious";21.7619844404981;TRUE;"Your Place" +"impervious";"impervious";332.833443733631;TRUE;"Your Place" +"impervious";"impervious";15.4398551554186;TRUE;"Your Place" +"vegetation";"impervious";17.2052031336352;FALSE;"Your Place" +"vegetation";"impervious";22.9233235437423;FALSE;"Your Place" +"vegetation";"impervious";4.66299120834447;FALSE;"Your Place" +"impervious";"impervious";31.6479282591899;TRUE;"Your Place" +"impervious";"impervious";353.931810185546;TRUE;"Your Place" +"vegetation";"impervious";98.7792618212989;FALSE;"Your Place" +"vegetation";"impervious";80.6727758592751;FALSE;"Your Place" +"vegetation";"vegetation";195.04603432602;TRUE;"Your Place" +"vegetation";"vegetation";21.2113941664575;TRUE;"Your Place" +"vegetation";"vegetation";289.343218242517;TRUE;"Your Place" +"vegetation";"vegetation";1526.8237582118;TRUE;"Your Place" +"vegetation";"vegetation";12.8236005844083;TRUE;"Your Place" +"vegetation";"vegetation";396.221472302626;TRUE;"Your Place" +"impervious";"vegetation";66.2855803169659;FALSE;"Your Place" +"vegetation";"vegetation";247.733895057681;TRUE;"Your Place" +"vegetation";"vegetation";88152.7810091437;TRUE;"Your Place" +"vegetation";"vegetation";136.273663128726;TRUE;"Your Place" +"vegetation";"vegetation";0.0926489496378053;TRUE;"Your Place" +"vegetation";"vegetation";0.232450074050575;TRUE;"Your Place" +"vegetation";"vegetation";298.328301464979;TRUE;"Your Place" +"impervious";"vegetation";58.7627319809981;FALSE;"Your Place" +"vegetation";"vegetation";0.887492263194872;TRUE;"Your Place" +"vegetation";"vegetation";1066.81333498168;TRUE;"Your Place" +"impervious";"vegetation";5.21925709990319;FALSE;"Your Place" +"vegetation";"vegetation";688.345888367243;TRUE;"Your Place" +"vegetation";"vegetation";75.5394926192239;TRUE;"Your Place" +"vegetation";"vegetation";462.828485941747;TRUE;"Your Place" +"vegetation";"vegetation";0.0929984231479466;TRUE;"Your Place" +"vegetation";"vegetation";492.157465035329;TRUE;"Your Place" +"vegetation";"vegetation";15.1295173736289;TRUE;"Your Place" +"impervious";"vegetation";4.8788461862132;FALSE;"Your Place" +"impervious";"vegetation";115.314153102227;FALSE;"Your Place" +"impervious";"vegetation";0.467001776010875;FALSE;"Your Place" +"impervious";"vegetation";61.6539527588175;FALSE;"Your Place" +"impervious";"vegetation";4083.55429403996;FALSE;"Your Place" +"impervious";"vegetation";58.5051965074381;FALSE;"Your Place" +"vegetation";"vegetation";600.630917040166;TRUE;"Your Place" +"vegetation";"vegetation";44.7503297971562;TRUE;"Your Place" +"vegetation";"vegetation";22.5032202038565;TRUE;"Your Place" +"vegetation";"vegetation";0.78958314913325;TRUE;"Your Place" +"vegetation";"vegetation";1.92551657111289;TRUE;"Your Place" +"vegetation";"vegetation";6.83049486228174;TRUE;"Your Place" +"impervious";"vegetation";32.6101098998915;FALSE;"Your Place" +"impervious";"vegetation";193.753724095761;FALSE;"Your Place" +"vegetation";"vegetation";737.355586143327;TRUE;"Your Place" +"vegetation";"vegetation";2706.36872005626;TRUE;"Your Place" +"vegetation";"vegetation";95081.2544830471;TRUE;"Your Place" +"vegetation";"vegetation";1139.73046345066;TRUE;"Your Place" +"vegetation";"vegetation";231.673222627415;TRUE;"Your Place" +"vegetation";"vegetation";112.264980960069;TRUE;"Your Place" +"vegetation";"vegetation";116.453335404396;TRUE;"Your Place" +"vegetation";"vegetation";1427.88371153595;TRUE;"Your Place" +"vegetation";"vegetation";20.8603866283083;TRUE;"Your Place" +"impervious";"impervious";1.89731689555629;TRUE;"Your Place" +"vegetation";"vegetation";615.394430858927;TRUE;"Your Place" +"vegetation";"vegetation";4563.20028833637;TRUE;"Your Place" +"vegetation";"vegetation";5.24820301984437;TRUE;"Your Place" +"vegetation";"vegetation";0.406547375197988;TRUE;"Your Place" +"vegetation";"vegetation";1027.41294411011;TRUE;"Your Place" +"urban";"vegetation";94.9372597836191;FALSE;"Your Place" +"impervious";"vegetation";19.1957114571996;FALSE;"Your Place" +"vegetation";"vegetation";896.89616668591;TRUE;"Your Place" +"vegetation";"vegetation";1888.40188308293;TRUE;"Your Place" +"urban";"vegetation";0.176825502538122;FALSE;"Your Place" +"vegetation";"vegetation";2246.92357296403;TRUE;"Your Place" +"impervious";"vegetation";55.2964388933033;FALSE;"Your Place" +"vegetation";"vegetation";10.3276903769874;TRUE;"Your Place" +"vegetation";"vegetation";74.2166816901881;TRUE;"Your Place" +"impervious";"vegetation";645.867558024358;FALSE;"Your Place" +"vegetation";"vegetation";156.353244401864;TRUE;"Your Place" +"vegetation";"vegetation";38.8954204109032;TRUE;"Your Place" +"vegetation";"vegetation";2698.75045358947;TRUE;"Your Place" +"vegetation";"vegetation";7455.42049739126;TRUE;"Your Place" +"vegetation";"vegetation";1684.44852160523;TRUE;"Your Place" +"vegetation";"vegetation";266.386378498049;TRUE;"Your Place" +"vegetation";"vegetation";358.30860597943;TRUE;"Your Place" +"vegetation";"vegetation";2089.9482913817;TRUE;"Your Place" +"vegetation";"vegetation";7.54256719665136;TRUE;"Your Place" +"vegetation";"vegetation";13829.9267359034;TRUE;"Your Place" +"vegetation";"vegetation";2198.64911007945;TRUE;"Your Place" +"vegetation";"vegetation";1096.17680100817;TRUE;"Your Place" +"vegetation";"impervious";1.81029138714075;FALSE;"Your Place" +"vegetation";"impervious";310.141395543702;FALSE;"Your Place" +"vegetation";"impervious";139.044488174841;FALSE;"Your Place" +"vegetation";"impervious";3.21547125838697;FALSE;"Your Place" +"vegetation";"vegetation";0.0283460532664321;TRUE;"Your Place" +"vegetation";"vegetation";6.41153247456532;TRUE;"Your Place" +"vegetation";"impervious";6.84079166688025;FALSE;"Your Place" +"vegetation";"impervious";7.47409534547478;FALSE;"Your Place" +"vegetation";"impervious";3.70024087890488;FALSE;"Your Place" +"vegetation";"impervious";7.7244411255233;FALSE;"Your Place" +"vegetation";"impervious";0.140957462204824;FALSE;"Your Place" +"vegetation";"impervious";26.0657259429354;FALSE;"Your Place" +"vegetation";"impervious";1.45523263432551;FALSE;"Your Place" +"vegetation";"impervious";51.9318377390737;FALSE;"Your Place" +"impervious";"vegetation";0.0450438542575284;FALSE;"Your Place" +"impervious";"vegetation";0.232704478316009;FALSE;"Your Place" +"impervious";"vegetation";33.7211597131245;FALSE;"Your Place" +"impervious";"vegetation";3228.45144447574;FALSE;"Your Place" +"impervious";"vegetation";10.6624981732675;FALSE;"Your Place" +"vegetation";"vegetation";100.741686498746;TRUE;"Your Place" +"impervious";"vegetation";17.3289647590718;FALSE;"Your Place" +"impervious";"vegetation";11.6665575020015;FALSE;"Your Place" +"vegetation";"vegetation";2.44053990696557;TRUE;"Your Place" +"vegetation";"vegetation";43.1854538720509;TRUE;"Your Place" +"urban";"vegetation";1.41818639019039;FALSE;"Your Place" +"vegetation";"vegetation";301.106035461322;TRUE;"Your Place" +"impervious";"vegetation";4223.57650379694;FALSE;"Your Place" +"water";"vegetation";8.90031745936722;FALSE;"Your Place" +"vegetation";"vegetation";75.3963733260753;TRUE;"Your Place" +"water";"vegetation";14.2069713771925;FALSE;"Your Place" +"vegetation";"vegetation";300.72432482522;TRUE;"Your Place" +"impervious";"vegetation";382.463637361769;FALSE;"Your Place" +"vegetation";"vegetation";795.960294742137;TRUE;"Your Place" +"water";"vegetation";25.470208148472;FALSE;"Your Place" +"vegetation";"impervious";6.79467522469349;FALSE;"Your Place" +"vegetation";"impervious";16.5444867727347;FALSE;"Your Place" +"vegetation";"vegetation";12051.0115680608;TRUE;"Your Place" +"vegetation";"vegetation";140.560238840802;TRUE;"Your Place" +"vegetation";"vegetation";1193.7218413474;TRUE;"Your Place" +"vegetation";"vegetation";0.516754871183366;TRUE;"Your Place" +"vegetation";"vegetation";23128.5858532861;TRUE;"Your Place" +"vegetation";"vegetation";1120.10004733177;TRUE;"Your Place" +"vegetation";"vegetation";246.91483932361;TRUE;"Your Place" +"vegetation";"vegetation";780.320541981375;TRUE;"Your Place" +"vegetation";"vegetation";397.277786530554;TRUE;"Your Place" +"vegetation";"vegetation";25.6246901491832;TRUE;"Your Place" +"vegetation";"vegetation";126.23940135166;TRUE;"Your Place" +"vegetation";"impervious";10.7680348679423;FALSE;"Your Place" +"vegetation";"impervious";18.0288515026368;FALSE;"Your Place" +"vegetation";"impervious";4.03680004226044;FALSE;"Your Place" +"vegetation";"vegetation";51.6928060362116;TRUE;"Your Place" +"vegetation";"vegetation";9780.36329952753;TRUE;"Your Place" +"vegetation";"vegetation";535.899776479229;TRUE;"Your Place" +"vegetation";"impervious";13.7113342812518;FALSE;"Your Place" +"vegetation";"impervious";29.4403964158846;FALSE;"Your Place" +"vegetation";"impervious";4.84003350452986;FALSE;"Your Place" +"vegetation";"vegetation";15.6704168876749;TRUE;"Your Place" +"impervious";"impervious";0.019580768130254;TRUE;"Your Place" +"impervious";"impervious";459.352658283897;TRUE;"Your Place" +"impervious";"impervious";5.72736728470773;TRUE;"Your Place" +"vegetation";"vegetation";373.614421341583;TRUE;"Your Place" +"vegetation";"vegetation";1.6546548033366;TRUE;"Your Place" +"vegetation";"vegetation";19223.0741065489;TRUE;"Your Place" +"vegetation";"vegetation";2985.57250966915;TRUE;"Your Place" +"vegetation";"vegetation";1585.72835711273;TRUE;"Your Place" +"vegetation";"vegetation";431.607592185588;TRUE;"Your Place" +"vegetation";"vegetation";36.638228056021;TRUE;"Your Place" +"impervious";"impervious";18.8733681299491;TRUE;"Your Place" +"impervious";"impervious";5.98636852577329;TRUE;"Your Place" +"impervious";"impervious";499.999942051247;TRUE;"Your Place" +"impervious";"impervious";9.62663559149951;TRUE;"Your Place" +"vegetation";"vegetation";23.7387428974034;TRUE;"Your Place" +"vegetation";"vegetation";46041.2586480221;TRUE;"Your Place" +"vegetation";"vegetation";41.9955889778212;TRUE;"Your Place" +"vegetation";"vegetation";9.45000085001811;TRUE;"Your Place" +"vegetation";"vegetation";1303.30889631831;TRUE;"Your Place" +"vegetation";"vegetation";11.416876431671;TRUE;"Your Place" +"vegetation";"vegetation";2035.53793078684;TRUE;"Your Place" +"impervious";"vegetation";30.0706340097822;FALSE;"Your Place" +"vegetation";"impervious";37.3927040791023;FALSE;"Your Place" +"vegetation";"impervious";0.70792177983094;FALSE;"Your Place" +"vegetation";"vegetation";366.216225270618;TRUE;"Your Place" +"vegetation";"vegetation";18861.5530090448;TRUE;"Your Place" +"vegetation";"vegetation";18699.9337501731;TRUE;"Your Place" +"vegetation";"vegetation";499.18718551239;TRUE;"Your Place" +"impervious";"vegetation";27.0463313595392;FALSE;"Your Place" +"vegetation";"vegetation";195.853165098466;TRUE;"Your Place" +"vegetation";"impervious";281.60517952044;FALSE;"Your Place" +"vegetation";"vegetation";219.003692261568;TRUE;"Your Place" +"vegetation";"vegetation";32.7280167154968;TRUE;"Your Place" +"vegetation";"vegetation";71840.1347670875;TRUE;"Your Place" +"vegetation";"vegetation";73.2674965988845;TRUE;"Your Place" +"impervious";"vegetation";508.048225924373;FALSE;"Your Place" +"vegetation";"impervious";163.927963061916;FALSE;"Your Place" +"vegetation";"vegetation";1505.93207103873;TRUE;"Your Place" +"vegetation";"impervious";12.9809439577948;FALSE;"Your Place" +"vegetation";"impervious";247.995904239826;FALSE;"Your Place" +"vegetation";"vegetation";17.7598022534512;TRUE;"Your Place" +"water";"vegetation";85.7921914821491;FALSE;"Your Place" +"vegetation";"vegetation";41.2263727802783;TRUE;"Your Place" +"impervious";"vegetation";225.102694698842;FALSE;"Your Place" +"vegetation";"vegetation";7737.23056744784;TRUE;"Your Place" +"water";"vegetation";158.618687759154;FALSE;"Your Place" +"vegetation";"vegetation";134.021971776499;TRUE;"Your Place" +"vegetation";"vegetation";12.8631736263633;TRUE;"Your Place" +"vegetation";"vegetation";20.3260845074255;TRUE;"Your Place" +"impervious";"vegetation";0.246424485056195;FALSE;"Your Place" +"vegetation";"impervious";68.7811840760987;FALSE;"Your Place" +"vegetation";"impervious";6.06479466240853;FALSE;"Your Place" +"vegetation";"impervious";606.707615456769;FALSE;"Your Place" +"vegetation";"impervious";757.056250786409;FALSE;"Your Place" +"vegetation";"impervious";14134.7693062471;FALSE;"Your Place" +"vegetation";"impervious";4464.13286331983;FALSE;"Your Place" +"vegetation";"impervious";19.0556840130594;FALSE;"Your Place" +"vegetation";"vegetation";4941.30070848831;TRUE;"Your Place" +"vegetation";"vegetation";61.7186389928684;TRUE;"Your Place" +"vegetation";"impervious";283.771964472486;FALSE;"Your Place" +"vegetation";"vegetation";329.417240510695;TRUE;"Your Place" +"impervious";"vegetation";173.867061821744;FALSE;"Your Place" +"vegetation";"vegetation";323.619115788257;TRUE;"Your Place" +"impervious";"vegetation";64.9265231643803;FALSE;"Your Place" +"impervious";"vegetation";8.24134196224622;FALSE;"Your Place" +"vegetation";"impervious";30.9650480228011;FALSE;"Your Place" +"impervious";"impervious";523.71048818808;TRUE;"Your Place" +"vegetation";"vegetation";1478.29808539407;TRUE;"Your Place" +"vegetation";"vegetation";32954.5188494726;TRUE;"Your Place" +"vegetation";"vegetation";552.836762680789;TRUE;"Your Place" +"vegetation";"vegetation";1032.84437206388;TRUE;"Your Place" +"vegetation";"impervious";214.049652400776;FALSE;"Your Place" +"vegetation";"impervious";586.570935322903;FALSE;"Your Place" +"impervious";"impervious";91.5750392870978;TRUE;"Your Place" +"vegetation";"vegetation";3.50703584519215;TRUE;"Your Place" +"vegetation";"vegetation";16.9444697042891;TRUE;"Your Place" +"vegetation";"vegetation";8378.4674894663;TRUE;"Your Place" +"vegetation";"vegetation";34252.1662177687;TRUE;"Your Place" +"vegetation";"vegetation";12.6021276591928;TRUE;"Your Place" +"vegetation";"impervious";86.8075692462735;FALSE;"Your Place" +"impervious";"impervious";101.349845880177;TRUE;"Your Place" +"vegetation";"impervious";821.64140812424;FALSE;"Your Place" +"vegetation";"impervious";16.5682122998405;FALSE;"Your Place" +"vegetation";"impervious";29.9605521257035;FALSE;"Your Place" +"vegetation";"impervious";389.014758848818;FALSE;"Your Place" +"vegetation";"vegetation";10.9392389879795;TRUE;"Your Place" +"vegetation";"vegetation";728.762971537188;TRUE;"Your Place" +"vegetation";"vegetation";0.173545153113082;TRUE;"Your Place" +"vegetation";"vegetation";18.4465601592819;TRUE;"Your Place" +"vegetation";"vegetation";867.517817196669;TRUE;"Your Place" +"vegetation";"impervious";1.45369558030507;FALSE;"Your Place" +"vegetation";"impervious";4.7231396274874;FALSE;"Your Place" +"vegetation";"impervious";25.8635514969938;FALSE;"Your Place" +"vegetation";"impervious";0.869665314501617;FALSE;"Your Place" +"vegetation";"vegetation";134.561290475776;TRUE;"Your Place" +"vegetation";"vegetation";235.970880746434;TRUE;"Your Place" +"vegetation";"vegetation";322.881431390066;TRUE;"Your Place" +"vegetation";"vegetation";392.193021248095;TRUE;"Your Place" +"vegetation";"vegetation";5052.16443564929;TRUE;"Your Place" +"vegetation";"vegetation";1250.72202628445;TRUE;"Your Place" +"vegetation";"vegetation";57.3620132354554;TRUE;"Your Place" +"vegetation";"vegetation";17.1277993828116;TRUE;"Your Place" +"impervious";"vegetation";55.8678651144728;FALSE;"Your Place" +"vegetation";"vegetation";6019.3048246149;TRUE;"Your Place" +"vegetation";"vegetation";459.926016962156;TRUE;"Your Place" +"vegetation";"vegetation";9925.61606379831;TRUE;"Your Place" +"vegetation";"impervious";328.156757771503;FALSE;"Your Place" +"vegetation";"impervious";348.806998841465;FALSE;"Your Place" +"vegetation";"vegetation";6161.26252102619;TRUE;"Your Place" +"vegetation";"vegetation";69.4628232733812;TRUE;"Your Place" +"vegetation";"vegetation";21.1053200857714;TRUE;"Your Place" +"vegetation";"vegetation";20581.6840826286;TRUE;"Your Place" +"vegetation";"vegetation";42.3618878233247;TRUE;"Your Place" +"vegetation";"vegetation";191.670798565232;TRUE;"Your Place" +"vegetation";"vegetation";408.209908075052;TRUE;"Your Place" +"vegetation";"vegetation";14.5249924033415;TRUE;"Your Place" +"vegetation";"vegetation";8260.48354148178;TRUE;"Your Place" +"vegetation";"vegetation";0.144887657195795;TRUE;"Your Place" +"vegetation";"vegetation";893.31273719389;TRUE;"Your Place" +"vegetation";"vegetation";519.455536811613;TRUE;"Your Place" +"vegetation";"vegetation";3010.54318537319;TRUE;"Your Place" +"vegetation";"vegetation";1101.50597633154;TRUE;"Your Place" +"vegetation";"vegetation";29.3626165972091;TRUE;"Your Place" +"vegetation";"vegetation";1771.67592688533;TRUE;"Your Place" +"vegetation";"vegetation";8.55217587633524;TRUE;"Your Place" +"vegetation";"vegetation";385.866859291214;TRUE;"Your Place" +"vegetation";"vegetation";405.172532251596;TRUE;"Your Place" +"vegetation";"impervious";23.4410665234318;FALSE;"Your Place" +"vegetation";"impervious";10.3969037736533;FALSE;"Your Place" +"vegetation";"impervious";1394.86710248701;FALSE;"Your Place" +"vegetation";"impervious";4.75920337019488;FALSE;"Your Place" +"vegetation";"impervious";971.97223341465;FALSE;"Your Place" +"vegetation";"impervious";22.6389826152008;FALSE;"Your Place" +"vegetation";"impervious";209.740070641041;FALSE;"Your Place" +"vegetation";"vegetation";6.19914292544127;TRUE;"Your Place" +"vegetation";"vegetation";257.743314898224;TRUE;"Your Place" +"vegetation";"vegetation";17.2343337569619;TRUE;"Your Place" +"vegetation";"vegetation";2781.45119951514;TRUE;"Your Place" +"vegetation";"vegetation";190.994500411442;TRUE;"Your Place" +"water";"vegetation";185.345358922525;FALSE;"Your Place" +"vegetation";"vegetation";8546.93460198829;TRUE;"Your Place" +"vegetation";"vegetation";390.895062458003;TRUE;"Your Place" +"water";"water";0.00318592498661019;TRUE;"Your Place" +"water";"water";10027.8864377812;TRUE;"Your Place" +"vegetation";"water";1887.69323254778;FALSE;"Your Place" +"vegetation";"vegetation";324.232293058187;TRUE;"Your Place" +"vegetation";"vegetation";26.0728046111763;TRUE;"Your Place" +"vegetation";"vegetation";139.193047767039;TRUE;"Your Place" +"vegetation";"vegetation";32.2100924971746;TRUE;"Your Place" +"vegetation";"impervious";13.44829701446;FALSE;"Your Place" +"vegetation";"impervious";91.6952275955118;FALSE;"Your Place" +"vegetation";"impervious";46.6021109614521;FALSE;"Your Place" +"vegetation";"impervious";9.9691845595371;FALSE;"Your Place" +"vegetation";"impervious";6.66641371347941;FALSE;"Your Place" +"vegetation";"vegetation";16.5478910293896;TRUE;"Your Place" +"vegetation";"vegetation";83.0593347477261;TRUE;"Your Place" +"vegetation";"vegetation";344.260806871578;TRUE;"Your Place" +"vegetation";"vegetation";170.513689784566;TRUE;"Your Place" +"vegetation";"impervious";173.251146098832;FALSE;"Your Place" +"vegetation";"vegetation";76.2348560604732;TRUE;"Your Place" +"vegetation";"vegetation";1.54425304092001;TRUE;"Your Place" +"vegetation";"vegetation";113.386659149488;TRUE;"Your Place" +"vegetation";"vegetation";706.077382654184;TRUE;"Your Place" +"vegetation";"vegetation";2.65468942560256;TRUE;"Your Place" +"vegetation";"impervious";21.4913742260542;FALSE;"Your Place" +"vegetation";"impervious";4.22395333671011;FALSE;"Your Place" +"vegetation";"impervious";180.26724947663;FALSE;"Your Place" +"vegetation";"impervious";62.0578061233973;FALSE;"Your Place" +"vegetation";"impervious";225.9911806155;FALSE;"Your Place" +"vegetation";"impervious";148.669655545615;FALSE;"Your Place" +"vegetation";"vegetation";2.80806937860325;TRUE;"Your Place" +"vegetation";"vegetation";0.164352052845061;TRUE;"Your Place" +"vegetation";"vegetation";19431.5371325303;TRUE;"Your Place" +"vegetation";"impervious";5.95067102671601;FALSE;"Your Place" +"vegetation";"impervious";617.183537082397;FALSE;"Your Place" +"vegetation";"impervious";397.471179657849;FALSE;"Your Place" +"vegetation";"impervious";155.629325764894;FALSE;"Your Place" +"vegetation";"vegetation";851.044056634128;TRUE;"Your Place" +"urban";"water";4498.36960365392;FALSE;"Your Place" +"water";"water";20.3282732646912;TRUE;"Your Place" +"water";"water";7820.95208830317;TRUE;"Your Place" +"vegetation";"water";813.127913670731;FALSE;"Your Place" +"water";"water";38023.964768358;TRUE;"Your Place" +"water";"water";35981.61849733;TRUE;"Your Place" +"vegetation";"water";851.07243134384;FALSE;"Your Place" +"water";"water";19284.398103195;TRUE;"Your Place" +"water";"water";794.568598844809;TRUE;"Your Place" +"impervious";"water";0.767410228814697;FALSE;"Your Place" +"water";"water";16.8226778302342;TRUE;"Your Place" +"impervious";"water";2.0858551885467;FALSE;"Your Place" +"impervious";"water";235.651069161569;FALSE;"Your Place" +"water";"vegetation";2248.20004376862;FALSE;"Your Place" +"vegetation";"vegetation";205826.001142025;TRUE;"Your Place" +"impervious";"vegetation";34.1391762515996;FALSE;"Your Place" +"vegetation";"vegetation";13229.0518174907;TRUE;"Your Place" +"vegetation";"vegetation";114.514566423837;TRUE;"Your Place" +"vegetation";"vegetation";100361.198845984;TRUE;"Your Place" +"vegetation";"vegetation";24.6007479949621;TRUE;"Your Place" +"vegetation";"vegetation";414.762595361448;TRUE;"Your Place" +"vegetation";"vegetation";188.803555626422;TRUE;"Your Place" +"vegetation";"vegetation";64.4606475215405;TRUE;"Your Place" +"vegetation";"vegetation";536177.082239276;TRUE;"Your Place" +"vegetation";"vegetation";157.716666438093;TRUE;"Your Place" +"vegetation";"vegetation";130245.100436793;TRUE;"Your Place" +"impervious";"vegetation";9.67631941614673;FALSE;"Your Place" +"vegetation";"vegetation";113.305380788632;TRUE;"Your Place" +"vegetation";"vegetation";23190.4332409579;TRUE;"Your Place" +"vegetation";"vegetation";21679.3849743743;TRUE;"Your Place" +"urban";"vegetation";31.2032105181079;FALSE;"Your Place" +"vegetation";"vegetation";52.9320506417571;TRUE;"Your Place" +"impervious";"vegetation";3.55966286361217;FALSE;"Your Place" +"impervious";"vegetation";968.668334966293;FALSE;"Your Place" +"vegetation";"vegetation";2.16010253406148;TRUE;"Your Place" +"vegetation";"vegetation";37.7795832008123;TRUE;"Your Place" +"vegetation";"vegetation";31192.2949175183;TRUE;"Your Place" +"vegetation";"vegetation";1.24615529905714;TRUE;"Your Place" +"vegetation";"vegetation";11.117055144161;TRUE;"Your Place" +"vegetation";"vegetation";16586.9762656402;TRUE;"Your Place" +"urban";"vegetation";5845.91441061166;FALSE;"Your Place" +"vegetation";"vegetation";226.575521381106;TRUE;"Your Place" +"vegetation";"vegetation";4559.26567044039;TRUE;"Your Place" +"vegetation";"vegetation";275.151728279505;TRUE;"Your Place" +"vegetation";"vegetation";115.157652132213;TRUE;"Your Place" +"vegetation";"vegetation";24625.0632195725;TRUE;"Your Place" +"urban";"vegetation";65.138764668256;FALSE;"Your Place" +"urban";"vegetation";67.6132196472026;FALSE;"Your Place" +"urban";"vegetation";7.23902807134436;FALSE;"Your Place" +"urban";"vegetation";39.366777901756;FALSE;"Your Place" +"urban";"vegetation";3.66354427672923;FALSE;"Your Place" +"urban";"vegetation";1.8066318212077;FALSE;"Your Place" +"urban";"vegetation";9540.72801192774;FALSE;"Your Place" +"water";"vegetation";777.867944886773;FALSE;"Your Place" +"vegetation";"vegetation";9616.18007963669;TRUE;"Your Place" +"water";"vegetation";7.68393977238156;FALSE;"Your Place" +"impervious";"vegetation";15.1429946251155;FALSE;"Your Place" +"impervious";"vegetation";1.51892560387932;FALSE;"Your Place" +"impervious";"vegetation";6.81807231873972;FALSE;"Your Place" +"impervious";"vegetation";10.5150561113551;FALSE;"Your Place" +"impervious";"vegetation";2145.9561449273;FALSE;"Your Place" +"urban";"vegetation";23682.1621011682;FALSE;"Your Place" +"urban";"vegetation";36106.4797013358;FALSE;"Your Place" +"urban";"vegetation";14.0929107362172;FALSE;"Your Place" +"vegetation";"vegetation";2654.42367635199;TRUE;"Your Place" +"vegetation";"vegetation";1127.94567484781;TRUE;"Your Place" +"vegetation";"vegetation";35579.4604635507;TRUE;"Your Place" +"vegetation";"vegetation";5.76504703093087;TRUE;"Your Place" +"vegetation";"vegetation";8.89304877718678;TRUE;"Your Place" +"vegetation";"vegetation";75221.5976918426;TRUE;"Your Place" +"urban";"vegetation";844.511906752363;FALSE;"Your Place" +"vegetation";"vegetation";13793.905934989;TRUE;"Your Place" +"vegetation";"vegetation";7224.23017736309;TRUE;"Your Place" +"vegetation";"vegetation";7222.13877003224;TRUE;"Your Place" +"vegetation";"vegetation";1495.33354420666;TRUE;"Your Place" +"impervious";"vegetation";33.6984070942272;FALSE;"Your Place" +"vegetation";"vegetation";13031.0315155829;TRUE;"Your Place" +"vegetation";"vegetation";4469.53819679222;TRUE;"Your Place" +"vegetation";"vegetation";14.2648887213436;TRUE;"Your Place" +"vegetation";"vegetation";352.891431109631;TRUE;"Your Place" +"vegetation";"vegetation";16207.131643788;TRUE;"Your Place" +"impervious";"vegetation";4812.38207943743;FALSE;"Your Place" +"urban";"vegetation";2896.46141745159;FALSE;"Your Place" +"vegetation";"vegetation";14404.8688524216;TRUE;"Your Place" +"vegetation";"vegetation";6.87981193582527;TRUE;"Your Place" +"vegetation";"vegetation";14058.6523930561;TRUE;"Your Place" +"vegetation";"vegetation";1877.43182349787;TRUE;"Your Place" +"vegetation";"vegetation";8.00424603122519;TRUE;"Your Place" +"urban";"vegetation";951.981283882271;FALSE;"Your Place" +"vegetation";"vegetation";939.013669182619;TRUE;"Your Place" +"vegetation";"vegetation";55546.6108822712;TRUE;"Your Place" +"vegetation";"vegetation";489.008439475903;TRUE;"Your Place" +"vegetation";"vegetation";3043.34497137158;TRUE;"Your Place" +"vegetation";"vegetation";327.911963291583;TRUE;"Your Place" +"urban";"vegetation";3384.07129906505;FALSE;"Your Place" +"vegetation";"vegetation";16.5378483466375;TRUE;"Your Place" +"impervious";"vegetation";0.100750931364018;FALSE;"Your Place" +"vegetation";"vegetation";348.936964029679;TRUE;"Your Place" +"vegetation";"vegetation";17.4106411542743;TRUE;"Your Place" +"vegetation";"vegetation";3.15795312216505;TRUE;"Your Place" +"vegetation";"vegetation";332.793715333151;TRUE;"Your Place" +"vegetation";"vegetation";40294.1212977199;TRUE;"Your Place" +"impervious";"vegetation";158.636098593852;FALSE;"Your Place" +"urban";"vegetation";1037.79931392777;FALSE;"Your Place" +"impervious";"vegetation";52.6322737745941;FALSE;"Your Place" +"vegetation";"vegetation";88226.1484824912;TRUE;"Your Place" +"vegetation";"vegetation";89.2479019669263;TRUE;"Your Place" +"vegetation";"vegetation";1103.83738132007;TRUE;"Your Place" +"vegetation";"vegetation";5187.54276427957;TRUE;"Your Place" +"urban";"vegetation";3229.25547227217;FALSE;"Your Place" +"vegetation";"vegetation";47.5443186601624;TRUE;"Your Place" +"vegetation";"vegetation";7340.43585611181;TRUE;"Your Place" +"vegetation";"vegetation";687.704071854241;TRUE;"Your Place" +"vegetation";"vegetation";10528.7370662866;TRUE;"Your Place" +"vegetation";"vegetation";39.2406776979915;TRUE;"Your Place" +"impervious";"vegetation";2798.11488876271;FALSE;"Your Place" +"vegetation";"vegetation";23454.4974939878;TRUE;"Your Place" +"impervious";"vegetation";0.113354489207268;FALSE;"Your Place" +"impervious";"vegetation";1.433196987462;FALSE;"Your Place" +"vegetation";"vegetation";33.0699586227056;TRUE;"Your Place" +"impervious";"vegetation";4.12552319280803;FALSE;"Your Place" +"impervious";"vegetation";6.87368721887469;FALSE;"Your Place" +"impervious";"vegetation";54.2927282792516;FALSE;"Your Place" +"impervious";"vegetation";314.990122649819;FALSE;"Your Place" +"vegetation";"vegetation";138.452860902995;TRUE;"Your Place" +"vegetation";"vegetation";239.444774296135;TRUE;"Your Place" +"vegetation";"vegetation";61.7385193170048;TRUE;"Your Place" +"vegetation";"vegetation";0.281465126667172;TRUE;"Your Place" +"vegetation";"vegetation";16.3893857565126;TRUE;"Your Place" +"impervious";"vegetation";47.9473960370524;FALSE;"Your Place" +"vegetation";"vegetation";1.72073705145158;TRUE;"Your Place" +"vegetation";"vegetation";501405.946547656;TRUE;"Your Place" +"vegetation";"vegetation";52.5676924310392;TRUE;"Your Place" +"vegetation";"vegetation";155.510032634251;TRUE;"Your Place" +"vegetation";"vegetation";58.8146962883184;TRUE;"Your Place" +"vegetation";"vegetation";17015.7974048739;TRUE;"Your Place" +"vegetation";"vegetation";245.48980410058;TRUE;"Your Place" +"urban";"vegetation";6643.18441242575;FALSE;"Your Place" +"urban";"vegetation";4202.227168791;FALSE;"Your Place" +"water";"vegetation";369.77318969171;FALSE;"Your Place" +"vegetation";"vegetation";9603.72298859991;TRUE;"Your Place" +"vegetation";"vegetation";27528.3425820149;TRUE;"Your Place" +"water";"vegetation";295.048205292318;FALSE;"Your Place" +"vegetation";"vegetation";9523.9311302198;TRUE;"Your Place" +"vegetation";"vegetation";25704.0306980253;TRUE;"Your Place" +"vegetation";"vegetation";11001.8452667683;TRUE;"Your Place" +"urban";"impervious";61.1876999464585;FALSE;"Your Place" +"urban";"impervious";42.8280403846875;FALSE;"Your Place" +"urban";"impervious";2.8380749700118;FALSE;"Your Place" +"impervious";"impervious";4942.12846117548;TRUE;"Your Place" +"urban";"vegetation";61.692780379788;FALSE;"Your Place" +"urban";"vegetation";12.6038336539641;FALSE;"Your Place" +"urban";"vegetation";52.2466080613958;FALSE;"Your Place" +"impervious";"vegetation";53.8573996911291;FALSE;"Your Place" +"impervious";"vegetation";0.696437158607296;FALSE;"Your Place" +"impervious";"vegetation";383.079707595345;FALSE;"Your Place" +"vegetation";"vegetation";5763.77057602676;TRUE;"Your Place" +"urban";"vegetation";7.31919554370143;FALSE;"Your Place" +"urban";"vegetation";0.186794218607247;FALSE;"Your Place" +"vegetation";"vegetation";8082.06349016854;TRUE;"Your Place" +"vegetation";"vegetation";0.130991078331135;TRUE;"Your Place" +"vegetation";"vegetation";74.8947541695088;TRUE;"Your Place" +"water";"vegetation";0.00224353142766631;FALSE;"Your Place" +"vegetation";"vegetation";1138.406874854;TRUE;"Your Place" +"vegetation";"vegetation";25185.0035032034;TRUE;"Your Place" +"impervious";"vegetation";7.64533163176384;FALSE;"Your Place" +"vegetation";"vegetation";2560.25552841864;TRUE;"Your Place" +"urban";"vegetation";18.7675973186269;FALSE;"Your Place" +"urban";"vegetation";67.0641057787434;FALSE;"Your Place" +"urban";"vegetation";6303.08305350505;FALSE;"Your Place" +"impervious";"vegetation";1.82766257086769;FALSE;"Your Place" +"vegetation";"vegetation";0.226482839585515;TRUE;"Your Place" +"vegetation";"vegetation";9638.60351642981;TRUE;"Your Place" +"impervious";"vegetation";787.56776623195;FALSE;"Your Place" +"vegetation";"vegetation";32280.5052472176;TRUE;"Your Place" +"vegetation";"vegetation";5.84401248861104;TRUE;"Your Place" +"vegetation";"vegetation";16.1973904930055;TRUE;"Your Place" +"urban";"impervious";7488.11789480713;FALSE;"Your Place" +"vegetation";"vegetation";3640.211229451;TRUE;"Your Place" +"vegetation";"vegetation";15221.228871083;TRUE;"Your Place" +"urban";"vegetation";5055.87974467716;FALSE;"Your Place" +"impervious";"vegetation";45.3209639033303;FALSE;"Your Place" +"impervious";"vegetation";0.103688277769834;FALSE;"Your Place" +"vegetation";"vegetation";1426.69560533867;TRUE;"Your Place" +"vegetation";"vegetation";17571.5534649394;TRUE;"Your Place" +"vegetation";"vegetation";3945.76274148325;TRUE;"Your Place" +"vegetation";"vegetation";96.3422831948847;TRUE;"Your Place" +"urban";"vegetation";5155.09033380751;FALSE;"Your Place" +"vegetation";"vegetation";3569.70958694071;TRUE;"Your Place" +"vegetation";"vegetation";335.28584412788;TRUE;"Your Place" +"vegetation";"vegetation";93713.5125915899;TRUE;"Your Place" +"vegetation";"vegetation";5.10727417899761;TRUE;"Your Place" +"vegetation";"vegetation";1046.2692629149;TRUE;"Your Place" +"vegetation";"vegetation";53.9325047284365;TRUE;"Your Place" +"vegetation";"vegetation";7101.32791402936;TRUE;"Your Place" +"impervious";"vegetation";24.5391963758739;FALSE;"Your Place" +"impervious";"vegetation";965.264596276917;FALSE;"Your Place" +"vegetation";"vegetation";42424.3613449298;TRUE;"Your Place" +"vegetation";"vegetation";28.4985495167784;TRUE;"Your Place" +"vegetation";"vegetation";638.657787192147;TRUE;"Your Place" +"vegetation";"vegetation";2651.49496870348;TRUE;"Your Place" +"urban";"vegetation";9975.22386840149;FALSE;"Your Place" +"urban";"vegetation";10.2372378166765;FALSE;"Your Place" +"impervious";"vegetation";155.036633336465;FALSE;"Your Place" +"vegetation";"vegetation";101.241823273827;TRUE;"Your Place" +"vegetation";"vegetation";5160.92594791949;TRUE;"Your Place" +"vegetation";"vegetation";55.6705193510279;TRUE;"Your Place" +"vegetation";"vegetation";32332.127321108;TRUE;"Your Place" +"urban";"vegetation";8299.21706497923;FALSE;"Your Place" +"vegetation";"vegetation";24.2080036858097;TRUE;"Your Place" +"vegetation";"vegetation";0.117349457519595;TRUE;"Your Place" +"vegetation";"vegetation";3684.76982445018;TRUE;"Your Place" +"vegetation";"vegetation";63377.0469261853;TRUE;"Your Place" +"vegetation";"vegetation";596.577669921215;TRUE;"Your Place" +"vegetation";"vegetation";0.397069867118262;TRUE;"Your Place" +"vegetation";"vegetation";40.4349314584397;TRUE;"Your Place" +"vegetation";"vegetation";7457.90905160923;TRUE;"Your Place" +"urban";"vegetation";2141.58136395313;FALSE;"Your Place" +"urban";"vegetation";1.41028917301446;FALSE;"Your Place" +"vegetation";"vegetation";0.0339450522587867;TRUE;"Your Place" +"vegetation";"vegetation";159.723880279344;TRUE;"Your Place" +"vegetation";"vegetation";10.989678799393;TRUE;"Your Place" +"vegetation";"vegetation";3.7959118791623;TRUE;"Your Place" +"vegetation";"vegetation";39112.4308276064;TRUE;"Your Place" +"impervious";"vegetation";193.75303049176;FALSE;"Your Place" +"vegetation";"vegetation";1.53399659882416;TRUE;"Your Place" +"vegetation";"vegetation";106.934562972223;TRUE;"Your Place" +"impervious";"vegetation";1761.78880866426;FALSE;"Your Place" +"vegetation";"vegetation";11.3775564655662;TRUE;"Your Place" +"vegetation";"vegetation";53.2528514188598;TRUE;"Your Place" +"urban";"vegetation";18.7365998225287;FALSE;"Your Place" +"impervious";"vegetation";12.1467917556874;FALSE;"Your Place" +"impervious";"vegetation";5205.80489854258;FALSE;"Your Place" +"vegetation";"vegetation";115.637656240477;TRUE;"Your Place" +"impervious";"vegetation";1.22656057309359;FALSE;"Your Place" +"vegetation";"vegetation";3.41960631147958;TRUE;"Your Place" +"vegetation";"vegetation";304.906655014027;TRUE;"Your Place" +"vegetation";"vegetation";0.110888386843726;TRUE;"Your Place" +"vegetation";"vegetation";35.0452699314046;TRUE;"Your Place" +"vegetation";"vegetation";47752.2297510556;TRUE;"Your Place" +"vegetation";"vegetation";1.48552032094449;TRUE;"Your Place" +"vegetation";"vegetation";132.305213399231;TRUE;"Your Place" +"vegetation";"vegetation";4642.35294547887;TRUE;"Your Place" +"urban";"vegetation";6766.87802652284;FALSE;"Your Place" +"impervious";"vegetation";969.992528832081;FALSE;"Your Place" +"vegetation";"vegetation";30419.904046537;TRUE;"Your Place" +"vegetation";"vegetation";18.265964174585;TRUE;"Your Place" +"urban";"impervious";1750.29313975433;FALSE;"Your Place" +"urban";"vegetation";19.7803133472335;FALSE;"Your Place" +"urban";"vegetation";25925.6858013466;FALSE;"Your Place" +"urban";"vegetation";7.65254946115601;FALSE;"Your Place" +"urban";"vegetation";11.8955170123663;FALSE;"Your Place" +"urban";"vegetation";42.8915722559323;FALSE;"Your Place" +"urban";"vegetation";22.4285519840931;FALSE;"Your Place" +"vegetation";"vegetation";14.7659244964307;TRUE;"Your Place" +"impervious";"vegetation";0.312293383991346;FALSE;"Your Place" +"vegetation";"vegetation";8.45008361993678;TRUE;"Your Place" +"vegetation";"vegetation";0.00964652298716828;TRUE;"Your Place" +"impervious";"vegetation";2.33001764885012;FALSE;"Your Place" +"vegetation";"vegetation";2715.98180317855;TRUE;"Your Place" +"vegetation";"vegetation";0.00429114373400807;TRUE;"Your Place" +"impervious";"vegetation";21891.7361403853;FALSE;"Your Place" +"impervious";"vegetation";4262.69073885959;FALSE;"Your Place" +"urban";"vegetation";0.273144583698013;FALSE;"Your Place" +"urban";"vegetation";1528.10272889212;FALSE;"Your Place" +"vegetation";"vegetation";351.40904362197;TRUE;"Your Place" +"vegetation";"vegetation";4319.40730468839;TRUE;"Your Place" +"vegetation";"vegetation";35.7351313224062;TRUE;"Your Place" +"vegetation";"vegetation";24962.3171220529;TRUE;"Your Place" +"impervious";"vegetation";85.3761591305956;FALSE;"Your Place" +"impervious";"vegetation";0.503943678413634;FALSE;"Your Place" +"vegetation";"vegetation";13.9117769525619;TRUE;"Your Place" +"vegetation";"vegetation";53.8282740480499;TRUE;"Your Place" +"vegetation";"vegetation";2.44633882248309;TRUE;"Your Place" +"impervious";"vegetation";43.3252821628121;FALSE;"Your Place" +"vegetation";"vegetation";223.664151127887;TRUE;"Your Place" +"impervious";"vegetation";2536.33686625212;FALSE;"Your Place" +"urban";"vegetation";13.8513740971684;FALSE;"Your Place" +"urban";"vegetation";32392.2799672215;FALSE;"Your Place" +"urban";"vegetation";0.429870934109204;FALSE;"Your Place" +"impervious";"vegetation";0.861426542513072;FALSE;"Your Place" +"urban";"vegetation";5145.92694514035;FALSE;"Your Place" +"urban";"vegetation";3535.73215656402;FALSE;"Your Place" +"urban";"vegetation";84.9055709544336;FALSE;"Your Place" +"vegetation";"vegetation";404.658616384957;TRUE;"Your Place" +"vegetation";"vegetation";38.6721964663593;TRUE;"Your Place" +"vegetation";"vegetation";76.5883723187508;TRUE;"Your Place" +"vegetation";"vegetation";554.533227573382;TRUE;"Your Place" +"urban";"vegetation";10.3473892528564;FALSE;"Your Place" +"vegetation";"vegetation";190.969929220271;TRUE;"Your Place" +"vegetation";"vegetation";41819.1288405739;TRUE;"Your Place" +"vegetation";"vegetation";63.5879740198179;TRUE;"Your Place" +"impervious";"impervious";171.74549822323;TRUE;"Your Place" +"vegetation";"impervious";40.0157652578782;FALSE;"Your Place" +"vegetation";"impervious";7523.00875451602;FALSE;"Your Place" +"vegetation";"impervious";20.416450917488;FALSE;"Your Place" +"urban";"vegetation";22.6194565084297;FALSE;"Your Place" +"vegetation";"vegetation";18.8280805465765;TRUE;"Your Place" +"vegetation";"vegetation";290.431279836863;TRUE;"Your Place" +"vegetation";"vegetation";53.3949549994431;TRUE;"Your Place" +"vegetation";"vegetation";964.146105389693;TRUE;"Your Place" +"vegetation";"vegetation";22535.8647335861;TRUE;"Your Place" +"vegetation";"vegetation";1678.17335453071;TRUE;"Your Place" +"vegetation";"vegetation";24.0779208848253;TRUE;"Your Place" +"impervious";"vegetation";0.449070907197893;FALSE;"Your Place" +"impervious";"vegetation";29853.5400352796;FALSE;"Your Place" +"vegetation";"vegetation";0.7974623744376;TRUE;"Your Place" +"urban";"vegetation";1.32772346632555;FALSE;"Your Place" +"urban";"vegetation";2.38968491647393;FALSE;"Your Place" +"vegetation";"vegetation";320.048757458106;TRUE;"Your Place" +"vegetation";"vegetation";6091.07598117646;TRUE;"Your Place" +"impervious";"vegetation";6152.3356403457;FALSE;"Your Place" +"urban";"vegetation";20604.0344139356;FALSE;"Your Place" +"urban";"vegetation";65.5934941875748;FALSE;"Your Place" +"urban";"vegetation";0.0215976261824835;FALSE;"Your Place" +"urban";"vegetation";3.30853409483097;FALSE;"Your Place" +"vegetation";"vegetation";419.458175730193;TRUE;"Your Place" +"vegetation";"vegetation";8.95259944128338;TRUE;"Your Place" +"vegetation";"vegetation";37262.9525665843;TRUE;"Your Place" +"vegetation";"vegetation";14033.5612269407;TRUE;"Your Place" +"vegetation";"vegetation";3607.00880996697;TRUE;"Your Place" +"vegetation";"vegetation";5.15122155938298;TRUE;"Your Place" +"urban";"vegetation";67599.7568155862;FALSE;"Your Place" +"urban";"vegetation";239.031454369891;FALSE;"Your Place" +"vegetation";"vegetation";26.4912845043;TRUE;"Your Place" +"water";"vegetation";265.644795223692;FALSE;"Your Place" +"water";"vegetation";22.6341382919345;FALSE;"Your Place" +"water";"vegetation";6.137510583736;FALSE;"Your Place" +"vegetation";"vegetation";26203.3068702468;TRUE;"Your Place" +"impervious";"vegetation";4.13602083659498;FALSE;"Your Place" +"vegetation";"vegetation";25.4741017766064;TRUE;"Your Place" +"impervious";"vegetation";43.8774544494227;FALSE;"Your Place" +"vegetation";"vegetation";263.506428025663;TRUE;"Your Place" +"vegetation";"vegetation";581.484947523277;TRUE;"Your Place" +"vegetation";"vegetation";2.44972015125677;TRUE;"Your Place" +"vegetation";"vegetation";47.2007468780503;TRUE;"Your Place" +"vegetation";"vegetation";6295.96783110569;TRUE;"Your Place" +"urban";"vegetation";5976.68456709385;FALSE;"Your Place" +"vegetation";"vegetation";878.337930241985;TRUE;"Your Place" +"vegetation";"vegetation";0.000292169828753686;TRUE;"Your Place" +"vegetation";"vegetation";53668.6491258647;TRUE;"Your Place" +"impervious";"vegetation";83.9687295816839;FALSE;"Your Place" +"vegetation";"vegetation";58.6083659380674;TRUE;"Your Place" +"urban";"impervious";7.15212680300465;FALSE;"Your Place" +"impervious";"impervious";0.102766431286;TRUE;"Your Place" +"water";"impervious";15.793408928701;FALSE;"Your Place" +"impervious";"impervious";807.778994217748;TRUE;"Your Place" +"impervious";"vegetation";35.4915862176567;FALSE;"Your Place" +"impervious";"vegetation";6.43891997722676;FALSE;"Your Place" +"vegetation";"vegetation";17896.4770317767;TRUE;"Your Place" +"vegetation";"vegetation";54.292854281608;TRUE;"Your Place" +"impervious";"vegetation";26.1843513920903;FALSE;"Your Place" +"impervious";"vegetation";0.0382259068719577;FALSE;"Your Place" +"vegetation";"vegetation";141.173206867417;TRUE;"Your Place" +"impervious";"vegetation";83.3726673730416;FALSE;"Your Place" +"vegetation";"vegetation";21504.3064871684;TRUE;"Your Place" +"vegetation";"vegetation";50.1478337685112;TRUE;"Your Place" +"urban";"vegetation";202.255514859222;FALSE;"Your Place" +"urban";"vegetation";6.81646415166324;FALSE;"Your Place" +"urban";"vegetation";50.7148402519524;FALSE;"Your Place" +"vegetation";"vegetation";68625.1159594357;TRUE;"Your Place" +"urban";"vegetation";4.9744432233274;FALSE;"Your Place" +"urban";"vegetation";475.256828477839;FALSE;"Your Place" +"vegetation";"vegetation";248.398118982019;TRUE;"Your Place" +"vegetation";"vegetation";19953.4185379469;TRUE;"Your Place" +"vegetation";"vegetation";4307.09633732597;TRUE;"Your Place" +"vegetation";"vegetation";18041.291094514;TRUE;"Your Place" +"vegetation";"vegetation";4450.20742845163;TRUE;"Your Place" +"impervious";"vegetation";3651.56226262543;FALSE;"Your Place" +"vegetation";"vegetation";85.2909284111811;TRUE;"Your Place" +"urban";"vegetation";10.5292959001381;FALSE;"Your Place" +"vegetation";"vegetation";912.800214208222;TRUE;"Your Place" +"vegetation";"vegetation";15937.5441582569;TRUE;"Your Place" +"urban";"impervious";1795.70788365952;FALSE;"Your Place" +"urban";"impervious";17.47449373774;FALSE;"Your Place" +"impervious";"vegetation";0.0770088279969059;FALSE;"Your Place" +"impervious";"vegetation";7.88633815832873;FALSE;"Your Place" +"impervious";"vegetation";8650.13075413633;FALSE;"Your Place" +"urban";"vegetation";2078.75450112531;FALSE;"Your Place" +"vegetation";"vegetation";4.29948121588677;TRUE;"Your Place" +"vegetation";"vegetation";26636.6271314299;TRUE;"Your Place" +"vegetation";"vegetation";37.2028881374863;TRUE;"Your Place" +"impervious";"vegetation";8.08195786306533;FALSE;"Your Place" +"impervious";"vegetation";6411.99844189291;FALSE;"Your Place" +"urban";"vegetation";31.1345580350608;FALSE;"Your Place" +"urban";"vegetation";8320.77943322295;FALSE;"Your Place" +"vegetation";"vegetation";0.361091835482512;TRUE;"Your Place" +"vegetation";"vegetation";10.3614823895041;TRUE;"Your Place" +"vegetation";"vegetation";135.215339453891;TRUE;"Your Place" +"vegetation";"vegetation";4519.31194408634;TRUE;"Your Place" +"vegetation";"vegetation";59.9878795974946;TRUE;"Your Place" +"vegetation";"vegetation";23.2760429106274;TRUE;"Your Place" +"vegetation";"vegetation";6630.62177447928;TRUE;"Your Place" +"vegetation";"vegetation";430.984733185265;TRUE;"Your Place" +"vegetation";"vegetation";368.856943737017;TRUE;"Your Place" +"vegetation";"vegetation";14854.4852367512;TRUE;"Your Place" +"impervious";"impervious";31590.0276834262;TRUE;"Your Place" +"impervious";"impervious";43.8560304599814;TRUE;"Your Place" +"vegetation";"vegetation";2509.93818337098;TRUE;"Your Place" +"vegetation";"vegetation";41.4122596904635;TRUE;"Your Place" +"vegetation";"vegetation";3.8023356392514;TRUE;"Your Place" +"vegetation";"vegetation";110.54082508594;TRUE;"Your Place" +"vegetation";"vegetation";3.55986974731786;TRUE;"Your Place" +"impervious";"vegetation";28.6863104370423;FALSE;"Your Place" +"impervious";"vegetation";253.885499478318;FALSE;"Your Place" +"vegetation";"vegetation";11.7310670470688;TRUE;"Your Place" +"impervious";"vegetation";1719.65159010165;FALSE;"Your Place" +"impervious";"vegetation";50.0214672364527;FALSE;"Your Place" +"vegetation";"vegetation";20067.7025426768;TRUE;"Your Place" +"vegetation";"vegetation";34628.9782681488;TRUE;"Your Place" +"impervious";"vegetation";23.8465632841994;FALSE;"Your Place" +"vegetation";"vegetation";8.96343548968434;TRUE;"Your Place" +"vegetation";"vegetation";40.6027944753878;TRUE;"Your Place" +"impervious";"vegetation";79.0971312705002;FALSE;"Your Place" +"vegetation";"vegetation";41784.9670026877;TRUE;"Your Place" +"urban";"vegetation";132.38707295883;FALSE;"Your Place" +"urban";"vegetation";28.2816056694719;FALSE;"Your Place" +"urban";"vegetation";5.59544185943378;FALSE;"Your Place" +"urban";"vegetation";189.190275738132;FALSE;"Your Place" +"urban";"vegetation";94.9746786440955;FALSE;"Your Place" +"urban";"vegetation";23.0485217557289;FALSE;"Your Place" +"vegetation";"vegetation";4.17284766351804;TRUE;"Your Place" +"impervious";"vegetation";59.1636531781405;FALSE;"Your Place" +"vegetation";"vegetation";2370.95040699607;TRUE;"Your Place" +"vegetation";"vegetation";221.752603506669;TRUE;"Your Place" +"vegetation";"vegetation";44294.4512927188;TRUE;"Your Place" +"urban";"vegetation";521.138940291479;FALSE;"Your Place" +"vegetation";"vegetation";10.371402798919;TRUE;"Your Place" +"vegetation";"vegetation";1950.20670083055;TRUE;"Your Place" +"impervious";"vegetation";0.857168554037344;FALSE;"Your Place" +"urban";"vegetation";36.8811882077716;FALSE;"Your Place" +"vegetation";"vegetation";1701.13277339697;TRUE;"Your Place" +"vegetation";"vegetation";646.317711885553;TRUE;"Your Place" +"impervious";"vegetation";87233.1668130087;FALSE;"Your Place" +"impervious";"vegetation";34.7798951470177;FALSE;"Your Place" +"urban";"impervious";66.3273646657472;FALSE;"Your Place" +"urban";"impervious";75.9919973639771;FALSE;"Your Place" +"impervious";"impervious";11.3738220232772;TRUE;"Your Place" +"vegetation";"impervious";68797.0216986621;FALSE;"Your Place" +"urban";"impervious";43.2143340479815;FALSE;"Your Place" +"urban";"impervious";5373.13596189767;FALSE;"Your Place" +"urban";"vegetation";2.16989913184079;FALSE;"Your Place" +"vegetation";"vegetation";28626.8553417446;TRUE;"Your Place" +"impervious";"vegetation";85.7186499696691;FALSE;"Your Place" +"urban";"vegetation";120.308013036614;FALSE;"Your Place" +"urban";"vegetation";65470.5626480252;FALSE;"Your Place" +"vegetation";"vegetation";11.7098597222812;TRUE;"Your Place" +"impervious";"vegetation";10.5494124116376;FALSE;"Your Place" +"vegetation";"vegetation";1.12859084345109;TRUE;"Your Place" +"vegetation";"vegetation";221.254658951395;TRUE;"Your Place" +"impervious";"vegetation";59955.4562214948;FALSE;"Your Place" +"vegetation";"vegetation";97.8328530406579;TRUE;"Your Place" +"impervious";"impervious";2695.98952650011;TRUE;"Your Place" +"urban";"vegetation";8782.04652048659;FALSE;"Your Place" +"vegetation";"vegetation";1766.54159550484;TRUE;"Your Place" +"impervious";"vegetation";107.85338399664;FALSE;"Your Place" +"urban";"vegetation";5920.65261380485;FALSE;"Your Place" +"urban";"vegetation";29.6447186480509;FALSE;"Your Place" +"urban";"vegetation";300.438587922603;FALSE;"Your Place" +"vegetation";"vegetation";213.605702296831;TRUE;"Your Place" +"impervious";"vegetation";15.4670986125711;FALSE;"Your Place" +"impervious";"vegetation";773.479212323204;FALSE;"Your Place" +"vegetation";"vegetation";75.6734004025348;TRUE;"Your Place" +"vegetation";"vegetation";2131.3427353611;TRUE;"Your Place" +"vegetation";"vegetation";5.44258712884039;TRUE;"Your Place" +"vegetation";"vegetation";23860.6098771959;TRUE;"Your Place" +"impervious";"vegetation";274.800192960072;FALSE;"Your Place" +"impervious";"vegetation";0.49427189794369;FALSE;"Your Place" +"vegetation";"impervious";1666.18385669042;FALSE;"Your Place" +"water";"impervious";110.140256173909;FALSE;"Your Place" +"vegetation";"impervious";29.5686420302372;FALSE;"Your Place" +"impervious";"impervious";209.220873989165;TRUE;"Your Place" +"vegetation";"impervious";5309.05264681531;FALSE;"Your Place" +"vegetation";"impervious";24.9836384257069;FALSE;"Your Place" +"urban";"vegetation";8.50812298018718;FALSE;"Your Place" +"urban";"vegetation";52.0372070401063;FALSE;"Your Place" +"impervious";"vegetation";14.8074413351715;FALSE;"Your Place" +"impervious";"vegetation";1.12362454127287;FALSE;"Your Place" +"vegetation";"vegetation";2.81451760069467;TRUE;"Your Place" +"vegetation";"vegetation";1408.19648870215;TRUE;"Your Place" +"vegetation";"vegetation";55.0747363752453;TRUE;"Your Place" +"vegetation";"vegetation";33918.1403019784;TRUE;"Your Place" +"urban";"vegetation";128.002398753073;FALSE;"Your Place" +"vegetation";"vegetation";30527.1666395161;TRUE;"Your Place" +"vegetation";"vegetation";80.9841731791385;TRUE;"Your Place" +"vegetation";"vegetation";38.4936238033697;TRUE;"Your Place" +"urban";"impervious";2304.49605302428;FALSE;"Your Place" +"urban";"impervious";37.4544882310656;FALSE;"Your Place" +"urban";"impervious";24.9752120347694;FALSE;"Your Place" +"impervious";"impervious";55.1436311189318;TRUE;"Your Place" +"vegetation";"vegetation";938.092388395686;TRUE;"Your Place" +"vegetation";"vegetation";634.337367070955;TRUE;"Your Place" +"urban";"vegetation";1.26056871004403;FALSE;"Your Place" +"vegetation";"vegetation";517.481644955755;TRUE;"Your Place" +"vegetation";"vegetation";293.421077002771;TRUE;"Your Place" +"vegetation";"vegetation";70.0722122411862;TRUE;"Your Place" +"impervious";"vegetation";22966.5708791658;FALSE;"Your Place" +"vegetation";"vegetation";53442.7627216005;TRUE;"Your Place" +"vegetation";"vegetation";3.44437559944345;TRUE;"Your Place" +"vegetation";"vegetation";6.37405334739015;TRUE;"Your Place" +"urban";"vegetation";2131.1559777162;FALSE;"Your Place" +"urban";"vegetation";102.329935687827;FALSE;"Your Place" +"urban";"vegetation";3.56292457105155;FALSE;"Your Place" +"urban";"vegetation";26.5496300536761;FALSE;"Your Place" +"urban";"vegetation";20.8154896372434;FALSE;"Your Place" +"urban";"vegetation";0.817461241946148;FALSE;"Your Place" +"urban";"vegetation";12.4212182356277;FALSE;"Your Place" +"urban";"vegetation";21.587670527806;FALSE;"Your Place" +"urban";"vegetation";22.4546359989326;FALSE;"Your Place" +"impervious";"vegetation";154.143033951521;FALSE;"Your Place" +"impervious";"vegetation";222.841844576251;FALSE;"Your Place" +"impervious";"vegetation";73003.1789961106;FALSE;"Your Place" +"urban";"vegetation";91.7671917882544;FALSE;"Your Place" +"urban";"vegetation";382.380317231757;FALSE;"Your Place" +"impervious";"vegetation";98769.1507181856;FALSE;"Your Place" +"impervious";"vegetation";596.268557247357;FALSE;"Your Place" +"vegetation";"vegetation";70.1748835912804;TRUE;"Your Place" +"vegetation";"vegetation";3940.4743363962;TRUE;"Your Place" +"urban";"vegetation";67.2321955544231;FALSE;"Your Place" +"urban";"vegetation";5122.36001658067;FALSE;"Your Place" +"vegetation";"vegetation";12826.6836839084;TRUE;"Your Place" +"urban";"vegetation";42645.0085830139;FALSE;"Your Place" +"urban";"vegetation";434.699629014416;FALSE;"Your Place" +"urban";"vegetation";11.5512822043966;FALSE;"Your Place" +"vegetation";"vegetation";3.02111283768318;TRUE;"Your Place" +"impervious";"vegetation";3127.92227516277;FALSE;"Your Place" +"impervious";"vegetation";39.4575660953997;FALSE;"Your Place" +"vegetation";"vegetation";126.020753748715;TRUE;"Your Place" +"vegetation";"vegetation";39812.316937973;TRUE;"Your Place" +"vegetation";"vegetation";16.0476256407565;TRUE;"Your Place" +"impervious";"vegetation";0.0848821620511444;FALSE;"Your Place" +"vegetation";"vegetation";79.7270650852442;TRUE;"Your Place" +"urban";"impervious";23.6001870047767;FALSE;"Your Place" +"urban";"impervious";697.738037272182;FALSE;"Your Place" +"urban";"impervious";15.3251667916775;FALSE;"Your Place" +"vegetation";"impervious";2523.64737826231;FALSE;"Your Place" +"urban";"vegetation";15.007807304617;FALSE;"Your Place" +"impervious";"vegetation";38.7629556283355;FALSE;"Your Place" +"vegetation";"vegetation";0.142655728384852;TRUE;"Your Place" +"vegetation";"vegetation";644.690647082462;TRUE;"Your Place" +"vegetation";"vegetation";64533.1924256771;TRUE;"Your Place" +"impervious";"vegetation";31.6017633458832;FALSE;"Your Place" +"urban";"vegetation";3.84252091683447;FALSE;"Your Place" +"impervious";"vegetation";6.39449199242517;FALSE;"Your Place" +"vegetation";"vegetation";34.9143065286044;TRUE;"Your Place" +"vegetation";"vegetation";9.23492715763859;TRUE;"Your Place" +"impervious";"vegetation";28.8899951034691;FALSE;"Your Place" +"impervious";"vegetation";94327.4960997751;FALSE;"Your Place" +"vegetation";"vegetation";5.00126595852635e-05;TRUE;"Your Place" +"vegetation";"vegetation";90.3732200141048;TRUE;"Your Place" +"urban";"vegetation";23095.5735664918;FALSE;"Your Place" +"urban";"vegetation";103.049565236688;FALSE;"Your Place" +"urban";"vegetation";17.1114383561071;FALSE;"Your Place" +"vegetation";"vegetation";22355.1739615852;TRUE;"Your Place" +"vegetation";"vegetation";2704.42635692522;TRUE;"Your Place" +"vegetation";"vegetation";763.382857020071;TRUE;"Your Place" +"impervious";"vegetation";6.75331282336265;FALSE;"Your Place" +"vegetation";"vegetation";11264.9552138732;TRUE;"Your Place" +"urban";"vegetation";257.908449155955;FALSE;"Your Place" +"urban";"vegetation";40184.920532934;FALSE;"Your Place" +"urban";"vegetation";29.4492668555977;FALSE;"Your Place" +"vegetation";"vegetation";69.3251113295555;TRUE;"Your Place" +"impervious";"vegetation";0.0671728895758861;FALSE;"Your Place" +"impervious";"vegetation";7.07130233006319;FALSE;"Your Place" +"vegetation";"vegetation";135.861021640245;TRUE;"Your Place" +"vegetation";"vegetation";860.524166658346;TRUE;"Your Place" +"vegetation";"vegetation";37752.4053556677;TRUE;"Your Place" +"urban";"vegetation";2.99857928790152;FALSE;"Your Place" +"urban";"vegetation";86.0731601723237;FALSE;"Your Place" +"urban";"vegetation";28.6972920736298;FALSE;"Your Place" +"vegetation";"vegetation";853.468016341911;TRUE;"Your Place" +"vegetation";"vegetation";41.3382298281649;TRUE;"Your Place" +"impervious";"vegetation";30915.73398988;FALSE;"Your Place" +"urban";"vegetation";58.1415519247967;FALSE;"Your Place" +"vegetation";"vegetation";853.266487454355;TRUE;"Your Place" +"impervious";"vegetation";34.8034771388957;FALSE;"Your Place" +"impervious";"vegetation";0.201193060027435;FALSE;"Your Place" +"vegetation";"vegetation";1.91130596259609;TRUE;"Your Place" +"vegetation";"vegetation";30.6194966351031;TRUE;"Your Place" +"vegetation";"vegetation";62321.3534966647;TRUE;"Your Place" +"vegetation";"vegetation";56.7502196700661;TRUE;"Your Place" +"impervious";"vegetation";3.96281088795513;FALSE;"Your Place" +"impervious";"vegetation";16.6998480867042;FALSE;"Your Place" +"vegetation";"vegetation";76.3871219828725;TRUE;"Your Place" +"impervious";"vegetation";34.7554720111948;FALSE;"Your Place" +"vegetation";"vegetation";48203.0689462707;TRUE;"Your Place" +"vegetation";"vegetation";185.186187292449;TRUE;"Your Place" +"vegetation";"vegetation";53.2856187637663;TRUE;"Your Place" +"urban";"vegetation";1.29003921989352;FALSE;"Your Place" +"vegetation";"vegetation";56.0815291926265;TRUE;"Your Place" +"vegetation";"vegetation";4433.80641076574;TRUE;"Your Place" +"urban";"impervious";4.43132961532683;FALSE;"Your Place" +"urban";"impervious";23.2344878419535;FALSE;"Your Place" +"impervious";"impervious";32.4479842265137;TRUE;"Your Place" +"impervious";"impervious";874.421723455656;TRUE;"Your Place" +"urban";"vegetation";1.42261288757436;FALSE;"Your Place" +"urban";"vegetation";6.35342964489246;FALSE;"Your Place" +"vegetation";"vegetation";5777.92067533836;TRUE;"Your Place" +"vegetation";"vegetation";13.050073325634;TRUE;"Your Place" +"urban";"vegetation";500.042851719481;FALSE;"Your Place" +"vegetation";"vegetation";1454.68570747564;TRUE;"Your Place" +"vegetation";"vegetation";3257.60626145778;TRUE;"Your Place" +"urban";"impervious";38.4994203074311;FALSE;"Your Place" +"urban";"impervious";19.7001287881285;FALSE;"Your Place" +"urban";"impervious";15998.1985230315;FALSE;"Your Place" +"impervious";"impervious";3.0511175384745;TRUE;"Your Place" +"vegetation";"impervious";1704.65384935029;FALSE;"Your Place" +"vegetation";"impervious";21.8459015772678;FALSE;"Your Place" +"vegetation";"impervious";51.8271823634859;FALSE;"Your Place" +"urban";"vegetation";7542.07881641015;FALSE;"Your Place" +"impervious";"vegetation";0.00383284315466881;FALSE;"Your Place" +"vegetation";"vegetation";274.604636630043;TRUE;"Your Place" +"vegetation";"vegetation";10.4351866934812;TRUE;"Your Place" +"vegetation";"vegetation";0.238714609986346;TRUE;"Your Place" +"vegetation";"vegetation";18.435298260767;TRUE;"Your Place" +"urban";"vegetation";3.44920779298991;FALSE;"Your Place" +"urban";"vegetation";50.9049660018645;FALSE;"Your Place" +"impervious";"vegetation";7.93323165737092;FALSE;"Your Place" +"vegetation";"vegetation";78.4456256518606;TRUE;"Your Place" +"vegetation";"vegetation";161.751260933757;TRUE;"Your Place" +"vegetation";"vegetation";69183.2987551984;TRUE;"Your Place" +"vegetation";"vegetation";1.26345944905188;TRUE;"Your Place" +"urban";"vegetation";6.91278819018044;FALSE;"Your Place" +"urban";"vegetation";15.8405275723198;FALSE;"Your Place" +"urban";"vegetation";5779.45760534797;FALSE;"Your Place" +"urban";"vegetation";37.4317409237847;FALSE;"Your Place" +"vegetation";"vegetation";1409.32577102719;TRUE;"Your Place" +"vegetation";"vegetation";2.22317850073159;TRUE;"Your Place" +"vegetation";"vegetation";0.587976254813839;TRUE;"Your Place" +"impervious";"vegetation";15882.1102908892;FALSE;"Your Place" +"impervious";"vegetation";39.8210254644946;FALSE;"Your Place" +"vegetation";"vegetation";923.156037862063;TRUE;"Your Place" +"urban";"vegetation";80.1220616712235;FALSE;"Your Place" +"impervious";"vegetation";26.5970780352782;FALSE;"Your Place" +"impervious";"vegetation";23972.2890410852;FALSE;"Your Place" +"vegetation";"vegetation";0.0133153370115906;TRUE;"Your Place" +"vegetation";"vegetation";525.510747394292;TRUE;"Your Place" +"urban";"impervious";5051.61481775832;FALSE;"Your Place" +"impervious";"impervious";58.1471411380917;TRUE;"Your Place" +"impervious";"impervious";1.42118826392107;TRUE;"Your Place" +"impervious";"impervious";45.4141895892099;TRUE;"Your Place" +"impervious";"impervious";198.739953066222;TRUE;"Your Place" +"vegetation";"impervious";3965.95308141562;FALSE;"Your Place" +"vegetation";"impervious";5.66549079283141;FALSE;"Your Place" +"vegetation";"impervious";1685.93289890606;FALSE;"Your Place" +"urban";"vegetation";55.7420375985093;FALSE;"Your Place" +"urban";"vegetation";4791.54325451999;FALSE;"Your Place" +"urban";"vegetation";12605.5659542821;FALSE;"Your Place" +"urban";"vegetation";3.06305935251294;FALSE;"Your Place" +"urban";"vegetation";175.230435362551;FALSE;"Your Place" +"urban";"vegetation";80.3336123745539;FALSE;"Your Place" +"urban";"vegetation";46906.1681055035;FALSE;"Your Place" +"urban";"vegetation";21.4693149104714;FALSE;"Your Place" +"vegetation";"vegetation";103.989819331677;TRUE;"Your Place" +"vegetation";"vegetation";0.110233516345033;TRUE;"Your Place" +"vegetation";"vegetation";579.243211677676;TRUE;"Your Place" +"urban";"vegetation";35.717472858727;FALSE;"Your Place" +"impervious";"vegetation";0.200277758296579;FALSE;"Your Place" +"impervious";"vegetation";7373.4373470908;FALSE;"Your Place" +"impervious";"vegetation";18.6815495511983;FALSE;"Your Place" +"urban";"vegetation";6495.53835827607;FALSE;"Your Place" +"impervious";"vegetation";0.303211957798339;FALSE;"Your Place" +"impervious";"vegetation";3.1925405904185;FALSE;"Your Place" +"urban";"vegetation";23.1071171382318;FALSE;"Your Place" +"urban";"vegetation";163.863049587002;FALSE;"Your Place" +"impervious";"vegetation";7597.67320405156;FALSE;"Your Place" +"impervious";"vegetation";93.8537850910798;FALSE;"Your Place" +"urban";"impervious";21.2178747844882;FALSE;"Your Place" +"urban";"impervious";3396.71898487723;FALSE;"Your Place" +"urban";"vegetation";2.2949419929646;FALSE;"Your Place" +"urban";"vegetation";8.35906104557216;FALSE;"Your Place" +"urban";"vegetation";99.1670382221346;FALSE;"Your Place" +"urban";"vegetation";38781.1261195072;FALSE;"Your Place" +"urban";"vegetation";26.7379205190227;FALSE;"Your Place" +"urban";"vegetation";58.9256887007505;FALSE;"Your Place" +"urban";"vegetation";3481.04612336593;FALSE;"Your Place" +"urban";"vegetation";44802.902324941;FALSE;"Your Place" +"vegetation";"vegetation";43.9041624749589;TRUE;"Your Place" +"vegetation";"vegetation";239.518566915649;TRUE;"Your Place" +"vegetation";"vegetation";296.85262183717;TRUE;"Your Place" +"impervious";"vegetation";126.547008510097;FALSE;"Your Place" +"vegetation";"impervious";68.403583269348;FALSE;"Your Place" +"impervious";"impervious";1901.69324006326;TRUE;"Your Place" +"vegetation";"impervious";217.127055336096;FALSE;"Your Place" +"vegetation";"impervious";4963.78567695245;FALSE;"Your Place" +"urban";"vegetation";12.46829234506;FALSE;"Your Place" +"urban";"vegetation";5966.69326357462;FALSE;"Your Place" +"urban";"vegetation";1.50907240493689;FALSE;"Your Place" +"vegetation";"vegetation";6497.2537566321;TRUE;"Your Place" +"urban";"vegetation";41.474031587597;FALSE;"Your Place" +"vegetation";"vegetation";0.258380405313801;TRUE;"Your Place" +"vegetation";"vegetation";56.4179964117939;TRUE;"Your Place" +"vegetation";"vegetation";34714.3324075392;TRUE;"Your Place" +"urban";"vegetation";0.70366175394156;FALSE;"Your Place" +"urban";"vegetation";12548.1793672424;FALSE;"Your Place" +"urban";"vegetation";39.0818260280357;FALSE;"Your Place" +"urban";"vegetation";69.4256187602878;FALSE;"Your Place" +"urban";"vegetation";3288.71253251564;FALSE;"Your Place" +"urban";"vegetation";417.825792448944;FALSE;"Your Place" +"urban";"vegetation";4.82218968131201;FALSE;"Your Place" +"urban";"vegetation";47167.47377653;FALSE;"Your Place" +"urban";"vegetation";69.360199132374;FALSE;"Your Place" +"urban";"vegetation";76.0378035803587;FALSE;"Your Place" +"urban";"vegetation";77.7871832919773;FALSE;"Your Place" +"urban";"vegetation";27.7800081710739;FALSE;"Your Place" +"urban";"vegetation";6.29493100067702;FALSE;"Your Place" +"vegetation";"vegetation";0.0794056715531042;TRUE;"Your Place" +"vegetation";"vegetation";808.330420991406;TRUE;"Your Place" +"impervious";"vegetation";4376.643660281;FALSE;"Your Place" +"impervious";"vegetation";71.9281347471988;FALSE;"Your Place" +"impervious";"vegetation";12.2730604272147;FALSE;"Your Place" +"impervious";"vegetation";2060.7730944939;FALSE;"Your Place" +"impervious";"vegetation";1.08473259948369;FALSE;"Your Place" +"impervious";"vegetation";1.11271806887453;FALSE;"Your Place" +"urban";"vegetation";18.3609795193042;FALSE;"Your Place" +"urban";"vegetation";2.48313506576233;FALSE;"Your Place" +"urban";"vegetation";65.1840442565735;FALSE;"Your Place" +"vegetation";"vegetation";16.6239827945828;TRUE;"Your Place" +"vegetation";"vegetation";50072.7509180648;TRUE;"Your Place" +"urban";"vegetation";39853.5057021789;FALSE;"Your Place" +"urban";"vegetation";4.91320739686489;FALSE;"Your Place" +"vegetation";"vegetation";147.771537523819;TRUE;"Your Place" +"vegetation";"vegetation";127.284434688278;TRUE;"Your Place" +"vegetation";"vegetation";133.393686886877;TRUE;"Your Place" +"urban";"vegetation";37936.5603835045;FALSE;"Your Place" +"urban";"vegetation";11.5207636663572;FALSE;"Your Place" +"urban";"vegetation";41.2363731710939;FALSE;"Your Place" +"vegetation";"vegetation";5.42018770315917;TRUE;"Your Place" +"impervious";"vegetation";22.0041586197913;FALSE;"Your Place" +"vegetation";"vegetation";6343.63719843002;TRUE;"Your Place" +"vegetation";"vegetation";435.17850780912;TRUE;"Your Place" +"vegetation";"vegetation";27629.5862427806;TRUE;"Your Place" +"vegetation";"vegetation";17.9996432763583;TRUE;"Your Place" +"impervious";"impervious";13.7798267182079;TRUE;"Your Place" +"impervious";"impervious";3346.50679302192;TRUE;"Your Place" +"impervious";"impervious";80.9003247544752;TRUE;"Your Place" +"urban";"vegetation";48067.7820187887;FALSE;"Your Place" +"urban";"vegetation";9.79427398205735;FALSE;"Your Place" +"urban";"vegetation";360.229619341902;FALSE;"Your Place" +"vegetation";"vegetation";215.783592999098;TRUE;"Your Place" +"vegetation";"vegetation";168.08330620062;TRUE;"Your Place" +"urban";"vegetation";184.907220132882;FALSE;"Your Place" +"vegetation";"vegetation";8.02041516290046;TRUE;"Your Place" diff --git a/vignettes/lczexplore_alter.Rmd b/vignettes/lczexplore_alter.Rmd index df90394..ca4bed9 100644 --- a/vignettes/lczexplore_alter.Rmd +++ b/vignettes/lczexplore_alter.Rmd @@ -22,20 +22,26 @@ if (!require("png")) { } ``` -The lczexplore package was developed thanks to the Pændora 2 project, funded by ADEME, a French agency for ecological transition. +The lczexplore package was developped thanks to the PAENDORA2 (Pour la gestion du confort estival : Données, Outils et Recherche-Action, 2022 -2025, funded by ADEME, a French agency for ecological transition). # Short introduction to lczexplore -The lczexplore package was developped thanks to the PAENDORA2 (Pour la gestion du confort estival : Données, Outils et Recherche-Action, 2022 -2025, funded by ADEME, a French agency for ecological transition). -Its purpose is to easily compare different local climate zone classifications on the same study territory. For these LCZ, the `repr="standard"` representation sets proper levels and colors by default. You can read the `lczexplore_english` vignette for an overview. -This vignette deals with other cases, when `repr="alter"`, that is when one groups different LCZ or even compares maps of other qualitative variables. +The purpose of this package is to easily compare different local climate zone (LCZ) classifications +on the same study territory. For these LCZ, the `repr="standard"` representation sets proper +levels and colors by default. You can read the `lczexplore_english` vignette for an overview. + +This vignette deals with other cases, when `repr="alter"`, that is : +- when one groups LCZ levels into broader categories, +- when LCZ levels are expressed in an unexpected format, +- or even compares maps of other qualitative variables. # Grouping levels and exploring the resulting broader categories -The package lczexplore allows to group several Local Climate Zone levels (LCZ) into broader categories . -The `groupLCZ` function allows this grouping, and the main functions of the package allow to specify the expected levels and colors to use. +The package `lczexplore ` allows to group several Local Climate Zone levels (LCZ) into broader categories . +The `groupLCZ` function allows this grouping, and the main functions of the package allow to specify +the expected levels and colors to use. ## From original data... @@ -49,23 +55,34 @@ redonOSM<-importLCZvect(dirPath=dirPathOSM,file="rsu_lcz.geojson",column = "LCZ_ redonBDT<-importLCZvect(dirPath=dirPathBDT,file="rsu_lcz.geojson",column = "LCZ_PRIMARY") # ``` -If we compare the LCZ classifications produced with GeoClimate and OpenStreetMAp and French BDTOPO data, we can see they seem to quite disagree. +If we compare the LCZ classifications produced with GeoClimate and OpenStreetMAp and French BDTOPO data, +we can see they seem to quite disagree. ```{R, fig.dim = c(8, 6)} comparison<-compareLCZ(sf1=redonBDT,column1="LCZ_PRIMARY", wf1="BD TOPO v2.2", sf2=redonOSM,column2="LCZ_PRIMARY",wf2="Open Street Map", ref=1, repr="standard",exwrite=F,location="Redon",saveG="") +comparison$pseudoK ``` -But maybe the disagreement is not as strong as it seems. One may, for example, see if the urban envelopes differ that much. Let(s group all the urban LCZ in a category and all the vegetation in another one, the remaining LCZ being their own categories. + ## ... to grouped levels -Use the `groupLCZ` function and set the dataset with the argument `sf` and the column with `column`.Then you pass as many vectors as there are grouped category, each of them containing the levels to be grouped together. The newly created categories will be stored in the `outCol` column. If the user doesn't enter them, by default the column is called `"grouped"`. +But maybe the disagreement is not as strong as it seems. One may want to see, for example, +if the urban envelopes differ that much. Let's group all the urban LCZ levels in a category +and all the vegetation in another one, the remaining LCZ being their own categories. -The newly created dataset can be mapped with `showLCZ` function. At this point, we pass the names of the new categories present in the "grouped" column to the `LCZlevels` argument and the colors associated to the `colors` argument. +Use the `groupLCZ` function, set the dataset with the argument `sf` and the column with `column`. +Then pass as many vectors as there are grouped category, each of them containing the levels to be grouped together. +The newly created categories will be stored in the `outCol` column. +If the user doesn't specify any name, by default the column is called `"grouped"`. + +The newly created dataset can be mapped with `showLCZ` function. +At this point, we pass the names of the new categories present in the "grouped" column +to an LCZlevels vector and the colors associated as a `colors` vector. ```{r, fig.dim = c(8, 6)} redonOSMgrouped<-groupLCZ(redonOSM,column="LCZ_PRIMARY", @@ -87,7 +104,9 @@ showLCZ(redonOSMgrouped, column="grouped",repr="alter",wf="OSM", # Compare two LCZ classification with the function compareLCZ and the `alter` representation ## Most common case -As for standard LCZ, we use the `compareLCZ` function. We specify the names of the `sf1` and `sf2` objects containing the data, and the names of the columns where are the grouped categories. +As for standard LCZ, we use the `compareLCZ` function. +We specify the names of the `sf1` and `sf2` objects containing the data, +and the names of the `column1` and `column2` containing the newly grouped categories. ```{r, fig.dim = c(8, 6)} @@ -106,17 +125,18 @@ colors=c("red","black","green","grey","burlywood","blue")) ``` There are many cases when one doesn't necessarily know the levels of the qualitative variables, -or the colors one wants to choose. One may also want to pair the levels and column in a way that +or the colors one wants to choose. One may also want to pair the levels and colors in a way that shows their correspondence. -The package allows quite a flexibility to the user, thanks to the `levCol` function. +The package allows quite some flexibility to the user, thanks to the `levCol` function. This function is designed to be called by `showLCZ` and `compareLCZ` functions, not by the user, -but one can use it to see how the levels and colors are dealt with. It outputs a vector of levels and associated colors, -as well as a message, explaingin the case it dealt with. +but one can use it to see how the levels and colors are dealt with. +It outputs a vector of levels and associated colors, +as well as a message, explaining the case it dealt with. Here are some examples. -## Levels specified but no colors +## Levels specified but colors unspecified When levels don't have a particular meaning, using random colors may be enough. One can specify a single vector of levels and no vector of colors. @@ -135,8 +155,10 @@ levels=c("urban","industry","vegetation","impervious","pervious","water") ## Colors specified, but not levels -If one know the number of levels of a qualitative variable but not their names, -in an exploratory approach, one can simply specify a vector of prefered colors. +If one knows the number of levels of a qualitative variable but not their names, +in an exploratory approach, one can simply specify a vector of preferred colors. +In this example, we use the `importQualVar` function to explore a classification other than LCZ, +namely the urban territory by random forest (UTRF) classification produced by the GeoClimate workflow. ```{R, fig.dim = c(8, 6), echo = TRUE} @@ -154,7 +176,7 @@ showLCZ(sf=utrfRedonBDT, column="TYPO_MAJ",repr="alter", ## Case when some of the specified colors are not actually colors One may specify a color wrong, or use a name which is known in a certain environment but not known in R. -The `levCol` funbction will then replace it with a color chosen from a standard palette. +The `levCol` function will replace it with a color chosen from a standard palette. ```{R} levCol(sf=utrfRedonBDT, column="TYPO_MAJ", @@ -167,7 +189,8 @@ levCol(sf=utrfRedonBDT, column="TYPO_MAJ", ## Case when provided vectors of levels and colors don't cover the levels of the data -Sometimes, the data can include unexpected levels, and the user might not specify them within the level vectors passed to the functions. In those cases, a message is produced to alert the user. +Sometimes, the data can include unexpected levels, and the user might not specify +them within the level vectors passed to the functions. In those cases, a message is produced to alert the user. For instance, if the user forgets to specify the level "water" of the `redonOSMgrouped` dataset. The levels are then deduced from the data and a random color is added. @@ -197,25 +220,35 @@ levCol(sf=redonOSMgrouped,column="grouped", colors=c("red","black","green","grey","burlywood","blue") ) ``` -All the cases are not listed in this vignette as the message are hopefully explicit enough. +All the cases are not listed in this vignette as the messages are hopefully explicit enough. -# A trick to group and compare all at once +# A trick to group and compare/show all at once -Sometimes, one wants to compare different grouping of levels from the same original pair of datasets. -In this case, one can do the grouping and the comparing in one step. One needs to pas sthe original column names, +Sometimes, one wants to explore how different grouping of levels from the same original pair of datasets compare. +In this case, one can do the grouping and the plotting or comparing in one step. One needs to pass the original column names, the grouping vectors and set the argument`tryGroup=TRUE`. If the values of the grouping vectors cover the original values of the datasets, the function will perform grouping before comparing. ```{R, fig.dim = c(8, 6), echo = TRUE} +showLCZ(sf=redonBDT, column="LCZ_PRIMARY", repr="alter", + urban=c("1","2","3","4","5","6","7","8","9"), + industry="10", + vegetation=c("101","102","103","104"), + impervious="105",pervious="106",water="107", + colors=c("red","black","green","grey","burlywood","blue"),tryGroup = TRUE) + + compareLCZ(sf1=redonBDT, column1="LCZ_PRIMARY", -sf2=redonOSM, column2="LCZ_PRIMARY", -repr="alter", ref=2, saveG="", exwrite=FALSE, location="Redon", plot=TRUE, -urban=c("1","2","3","4","5","6","7","8","9"), -industry="10", -vegetation=c("101","102","103","104"), -impervious="105",pervious="106",water="107", -colors=c("red","black","green","grey","burlywood","blue"),tryGroup = TRUE) + sf2=redonOSM, column2="LCZ_PRIMARY", + repr="alter", ref=2, saveG="", exwrite=FALSE, location="Redon", plot=TRUE, + urban=c("1","2","3","4","5","6","7","8","9"), + industry="10", + vegetation=c("101","102","103","104"), + impervious="105",pervious="106",water="107", + colors=c("red","black","green","grey","burlywood","blue"),tryGroup = TRUE) ``` -This is meant as an exploratopry tool, as the resulting grouped columns are not actually kept after the analysis. +This is meant as an exploratory tool, as the resulting grouped columns are not actually kept after the analysis. + +Please feel free to contact us if some case are not handled by the package. diff --git a/vignettes/lczexplore_en.Rmd b/vignettes/lczexplore_en.Rmd index cda4654..9183d48 100644 --- a/vignettes/lczexplore_en.Rmd +++ b/vignettes/lczexplore_en.Rmd @@ -26,20 +26,25 @@ if (!require("png")) { # A package to explore Local Climate Zones : lczexplore ## Purpose and origin -The lczexplore package was developped thanks to the PAENDORA2 (Pour la gestion du confort estival : Données, Outils et Recherche-Action, 2022 -2025, funded by ADEME, a French agency for ecological transition). +The lczexplore package was developed thanks to the PAENDORA2 (Pour la gestion du confort estival : Données, Outils et Recherche-Action, 2022 -2025, funded by ADEME, a French agency for ecological transition). -Its purpose is to easily compare different local climate zone classifications on the same study territory. +Its purpose is to easily compare different Local Climate Zone (LCZ) classifications on the same study territory. -Before using this package, one must assign a local climate zone (LCZ) type to each Spatial Reference Units of a territory. -These units can be topological units or geometries derived from pixels of a rester approach after a simple conversion. -As several workflow can produce these LCZ types, this package allows to represent them and to compare the results of these classifications (pairwise). +Before using this package, one must assign a local climate zone (LCZ) type +to each Spatial Reference Units of a territory. +These units can be topological units or geometries derived from pixels of a raster approach +the package deals with the conversion). Fo a detailed example of the raster approach, +please read the "lczexplore_raster_vector" vignette (`vignette("lczexplore_raster_vector"`). +As several workflows can produce these LCZ types, this package allows to represent them and to compare +pairs of these classifications (pairwise). +It has been extended to compare any pair of qualitative variable set on valid geographical units. ## Installation -Unzip the tar.gz file and install it (see `?install.packages`) +The following allows the installation from the github repository : (`devtools::install_github("orbisgis/lczexplore", build_vignettes = TRUE)`). -One can also install it from the github repository : (`devtools::install_github("orbisgis/lczexplore", build_vignettes = TRUE)`). +On can also install from the tar.gz file and install it (see `?install.packages`). Load the package : `library(lczexplore)`. @@ -52,13 +57,24 @@ library(lczexplore) ## Import files with importLCZvect function -The function `importLCZvect` is the generic import function for the file containing geometries, or Reference Spatial Units (RSU) and the associated Local Climate Zone Type (LCZ). Import of .geojson and .shp files was tested, but any format accepted by the function `st_read` of the `sf` package should work. +The function `importLCZvect` is the generic import function for the file containing geometries, +or Reference Spatial Units (RSU), and the associated Local Climate Zone Type (LCZ). +Imports of .geojson and .shp files were tested, but any format accepted by the function `st_read` +of the `sf` package should work. -The `dirPath` and the `file` arguments set the path to the folder and the filename to be loaded. The compulsary argument `column` is the name of the column in which are the LCZ types. The optional arguments `geomID` and `confid` allow the user to load column of geometry identifiers and a column containing a measure of the confidence associated to the LCZ type of a geometry. +The `dirPath` and the `file` arguments set the path to the folder and the filename to be loaded. +The compulsory argument `column` is the name of the column in which are the LCZ types. +The optional arguments `geomID` and `confid` allow the user to load column of geometry identifiers +and a column containing a measure of the confidence associated to the LCZ type of a given geometry +(these are needed for the sensitivity analysis described below). -The default output of `importLCZvect` is an object of class `simple feature` as defined by the openGIS consortium and as handled by the `sf` package, an R reference library for Geographical Information System vector Data [https://doi.org/10.32614/RJ-2018-009]. +The default output of `importLCZvect` is an object of class `simple feature` +as defined by the openGIS consortium and as handled by the `sf` package, an R reference +library for Geographical Information System vector Data [https://doi.org/10.32614/RJ-2018-009]. -If one sets the argument `output="bBox"`, importLCZvect will output only the bounding box of the geometrie of the input file. It is useful, for instance, when you want to use it to crop another file and study the same area. +If one sets the argument `output="bBox"`, importLCZvect will output only the bounding +box of the geometries of the input file. It is useful, for instance, when you want to use it to +crop another file and study the same area. ```{R} @@ -71,12 +87,17 @@ redonBDT<-importLCZvect(dirPath=dirPathBDT,file="rsu_lcz.geojson",column = "LCZ_ ``` ## Map the LCZ types with the function showLCZ -Once the dataset has been loaded into an R object of class `sf`, the function `showLCZ` produces the map of it's repartition. The argument`sf` sets the input dataset, the column of the LCZ types is passed to the argument `column`. The argument `wf` is just a string that will be used to produce the title of the plot: it allows the user to specify which workflow produced the input data. +Once the dataset has been loaded into an R object of class `sf`, the function `showLCZ` +produces the map of it's repartition. The argument`sf` sets the input dataset, +the column of the LCZ types is passed to the argument `column`. The argument `wf` is simply a string +to specify which workflow produced the input data (it is used to produce the title). ## Standard representation -For standard LCZ types, one sets the argument `repr="standard"`, and the function will recognize levels from 1 to 10 and from 101 to 107. It is the recommended choice. But `standard` representation will also accept levels from 11 to 17 and from A to G. - +For standard LCZ types, one sets the argument `repr="standard"`, and the function will recognize +levels from 1 to 10 and from 101 to 107. +It is the recommended choice. But `standard` representation will also accept levels from 11 to 17 and from A to G. +(for other conventions, see the `alter` representation). ```{R, fig.dim = c(8, 6)} @@ -89,10 +110,11 @@ To only represent the present levels, set `drop=TRUE`. showLCZ(sf=redonOSM,wf="OSM",column="LCZ_PRIMARY",repr="standard",drop=TRUE) ``` ### Alternative visualization -The non standard representation, triggered with `repr=alter` is useful when : -- one wants to regroup some LCZ types into more general categories, -- the LCZ don't have a standard encoding -- one want's to use custom colors + +The non-standard representation, triggered with `repr=alter` is useful when : +- one wants to **regroup** some LCZ types into more general categories, +- the LCZ **don't have a standard encoding** +- one want's to use **custom colors** - one wants to plot... something different from LCZ With `repr=alter`, one passes the vector of possible levels to the argument `LCZlevels` and the vector of associated colors to the argument `colors`. @@ -107,15 +129,8 @@ showLCZ(sf=redonOSM,wf="OSM",column="LCZ_PRIMARY",repr="alter",colors=testCol, u ``` -The argument LCZlevels allows to specify which levels should be present in the legend. Even though no geometry is associated with the level 10, I can keep it in the legend, and despite `drop=TRUE` it will show in the legend. - -```{R, fig.dim = c(8, 6)} -LCZlevels<-c(2, 3, 5, 6, 8, 9, 10, 101, 102, 104, 105, 107) -showLCZ(sf=redonOSM,wf="OSM",column="LCZ_PRIMARY",repr="alter", LCZlevels = LCZlevels,drop=TRUE) - -``` -The colors one wants to use can be specify either by their name (if a known color name in R) or it's RGB code, and passed to the argument `colors`. +The colors one wants to use can be specified either by their name (if a known color name in R) or it's RGB code, and passed to the argument `colors`. ```{r, fig.dim = c(8, 6)} @@ -128,10 +143,11 @@ showLCZ(sf=redonOSM,wf="OSM",column="LCZ_PRIMARY",repr="alter",drop=TRUE,LCZleve ## Group several LCZ types in a category using groupLCZ -One may want to illustrate the contour of a city, by grouping the urban LCZs and the vegetation ones. -Use the `groupLCZ` function and set the dataset with the argument `sf` and the column with `column`. Then you pass as many vectors as there are grouped category, -each of them containing the levels to be grouped together. -The newly created categories will be stored in the `outCol` column. If the user doesn't enter them (by default `outCol="grouped"`). +For instance, one may want to illustrate the contour of a city, by grouping the urban LCZs and the vegetation ones. +Use the `groupLCZ` function and set the dataset with the argument `sf` and the column with `column`. +Then pass as many vectors as there are grouped category, each of them containing the levels to be grouped together. +The newly created categories will be stored in the `outCol` column. +If the user doesn't enter them (by default `outCol="grouped"`). The newly created dataset can be mapped with `showLCZ` function. @@ -150,20 +166,27 @@ showLCZ(redonOSMgrouped, column="grouped",repr="alter",wf="OSM", # Compare two LCZ classification with the function compareLCZ **The purpose of this package is to easily compare local climate zone classifications produced by different algorithms on the same study area.** -In our example, the GeoClimate workflow was used with two different input data to produce two LCZ classifications : the BD TOPO® v2.2, produced by the French National Institute of Geographic and Forest Information, and OpenStreetMap. +In our example, the GeoClimate workflow was used with two different input data to produce two LCZ classifications : +the BD TOPO® v2.2, produced by the French National Institute of Geographic and Forest Information, and OpenStreetMap. -NOTE : The vignette "Raster_vector_comparison" explores in detail another example with WUDAPT raster data. +NOTE : The vignette "lczexplore_raster_vector" explores in detail another example with WUDAPT raster data. -## Maps of original data. -One has to call `compareLCZ` and feed it, for each dataset, at least the name of the sf object and the name of the colum of the LCZ. -As the two input data set can have different coordinate reference system (CRS), you need to tell which dataset is the reference -(by default `ref=1`, that is the second data set will be retransformed into the CRS of the first data set). +One has to call `compareLCZ` and feed it, for each dataset, +at least the name of the `sf` object and the name of the `columns` where the LCZ types are stored. +As the two input data set can have different coordinate reference system (CRS), +you need to tell which dataset is the reference +(by default `ref=1`, that is the second data set will be re-transformed into the CRS of the first data set). - A map of each LCZ classification is plotted. - The function then intersects the geometries of both sf objects in order to get geometries where the **two classification either totally agree either totally disagree.** This agreement is plotted on a third graphics. -- At last, a confusion matrix (or agreement matrix) is computed : the area of each intersected geometry and the values of the two LCZ classification are used to show how one type of the first classification is split-up between the levels of the second classification. The matrix is shown in the fourth and last graphics. -- +- At last, a confusion matrix (or agreement matrix) is computed : +the area of each intersected geometry and the values of the two LCZ classifications +are used to show how one type of the first classification breaks up into the levels of the second classification. +- The matrix is shown in the fourth and last graphics. + +NOTE : if the two data sets to compare have the same column names, +the compareLCZ function will concatenate a ".1" string to the column names of the second file *The graphical output includes 4 graphs and is easier to read after zooming or exporting.* @@ -218,13 +241,14 @@ comparisonGrouped<-compareLCZ(sf1=redonBDT,column1="LCZ_PRIMARY", wf1="groupedBD `CompareLCZ `outputs a list called `matConfOut` which contains : -- `$data` the intersected geometries, their identifiers (if `geomID` was not empty), their LCZ type and their area, +- `$data` the intersected geometries, their identifiers (if `geomID` was not empty), their LCZ types and their areas, - `$matConfLarge` the confusion matrix, -- `$percAgg` the general agreement of the two classification on the whole area (as a percentage of the global surface of the area), -- `$areas` the summed area for each LCZ for both classifications. +- `$percAgg` the general agreement of the two classifications on the whole area (as a percentage of the global surface of the area), +- `$areas` the summed area for each LCZ of both classifications. -At last : it `exWrite=TRUE` the data are exported to a .csv file whose name is created from the argument `wf1` and `wf2`. It can then be loaded for further analysis. +At last : it `exWrite=TRUE` the data are exported to a .csv file whose name +is created from the argument `wf1` and `wf2`. It can then be loaded for further analysis. ```{r} comparison$percAgg @@ -235,12 +259,17 @@ comparisonGrouped$areas # Sensitivity of the agreement to the confidence value Some algorithm may provide a **confidence value** associated to the LCZ type. -For instance, GeoClimate, for a given geometry, chooses the LCZ type according to a distance to a hypercube defining each LCZ type (in a space defined by the urban canopy parameters)?. Therefore, GeoClimate assigns the geometry to the closes type, but another type may have been quite close too. GeoClimate supplies a **uniqueness value**, betwwen 0 and 1. The closer it is to 1, the less the second LCZ type was a good candidate. This uniqueness can be seen as a confidence value. +For instance, GeoClimate, for a given geometry, chooses the LCZ type according to a +distance to a hypercube defining each LCZ type (in a space defined by the urban canopy parameters)?. +Therefore, GeoClimate assigns the geometry to the closest type, but another type may have been quite close too. +GeoClimate supplies a **uniqueness value**, between 0 and 1. The closer it is to 1, the less the second +LCZ type was a good candidate. So this uniqueness can be seen as a confidence value. ## Import the necessary data : LCZ type, but also confidence. -When using the `importLCZvect` function one needs to specify the confidence value associated to the LCZ (`confid` argument). On can also set the name of the geometry identifier (`geomID` argument ). +When using the `importLCZvect` function one needs to specify the confidence value associated +to the LCZ (`confid` argument). On can also set the name of the geometry identifier (`geomID` argument ). ```{r} dirPath<-paste0(system.file("extdata",package="lczexplore"),"/") @@ -250,17 +279,18 @@ dirPathBDT<-paste0(dirPath,"bdtopo_2_2/Redon") redonOSM<-importLCZvect(dirPath=dirPathOSM,file="rsu_lcz.geojson",column = "LCZ_PRIMARY",geomID = "ID_RSU",confid="LCZ_UNIQUENESS_VALUE") redonBDT<-importLCZvect(dirPath=dirPathBDT,file="rsu_lcz.geojson",column = "LCZ_PRIMARY",geomID = "ID_RSU",confid="LCZ_UNIQUENESS_VALUE") -``` - -The function `confidSensib` performs the sensitivity analysis from the output of `compareLCZ`. One can choose to export the data in a csv file and reimport them, or one can simply store the output in an r file and feed it to `confidSensib.` -```{r, fig.dim = c(8, 6)} redonCompare<-compareLCZ(sf1=redonBDT,wf1="bdt", geomID1 = "ID_RSU",column1 ="LCZ_PRIMARY", confid1 = "LCZ_UNIQUENESS_VALUE", - sf2=redonOSM,wf2="osm",geomID2 = "ID_RSU",column2="LCZ_PRIMARY",confid2 ="LCZ_UNIQUENESS_VALUE",exwrite=T,plot=FALSE) + sf2=redonOSM,wf2="osm",geomID2 = "ID_RSU",column2="LCZ_PRIMARY",confid2 ="LCZ_UNIQUENESS_VALUE",exwrite=FALSE,plot=FALSE) ``` -NOTE : if the two data sets we compare have the same column names, the compareLCZ function will concatenate a ".1" string to the column names of the second file, and thes enriched names will be the ones to feed `confidSensib`. + +The function `confidSensib` performs the sensitivity analysis from the output of `compareLCZ`. + +NOTE : if the two data sets to compare have the same column names, +the compareLCZ function will concatenate a ".1" string to the column names of the second file, +so the enriched names will be the ones to feed `confidSensib`. The question we want to answer is : **Does the agreement between the two classification gets bigger if we keep only the geometries for which the LCZ value is associated to a confidence value bigger than a thershold?** diff --git a/vignettes/lczexplore_fr.Rmd b/vignettes/lczexplore_fr.Rmd index e60253a..e2d64f0 100644 --- a/vignettes/lczexplore_fr.Rmd +++ b/vignettes/lczexplore_fr.Rmd @@ -36,30 +36,37 @@ En amont de ce paquet, l'utilisateur aura affecté à chacune des unités de ré ## Installation -Dézipper le tar.gz fourni et l'installer ( voir `?install.packages`). +L'approche recommandée est l'installation depuis le dépôt github :`devtools::install_github("orbisgis/lczexplore", build_vignettes = TRUE)`). -Il est aussi possible de l'installer depuis le dépôt github :`devtools::install_github("orbisgis/lczexplore", build_vignettes = TRUE)`). - - -Charger avec library(lczexplore). +Le charger avec `library(lczexplore).` ```{r} library(lczexplore) ``` -# Cas général : charger un fichier contenant des geométries et les LCZ associées +# Cas général : charger un fichier contenant des géométries et les LCZ associées ## Importer les fichiers contenant les LCZ avec la fonction importLCZvect -La fonction `importLCZvect` est la fonction générique d'import d'un fichier "vecteur" contenant les LCZ (pour les fichiers raster, voir la vignette lcz_explore_raster_vector). L'import des fichiers geojson et shp a été testés, mais tous les formats acceptés par la fonction `st_read` de `sf` sont normalement importés sans problème. +La fonction `importLCZvect` est la fonction générique d'import d'un fichier "vecteur" +contenant les LCZ (pour les fichiers raster, voir la vignette "lcz_explore_raster_vector"). +L'import des fichiers .geojson et .shp a été testé, mais tous les formats acceptés par la fonction +`st_read` de `sf` sont normalement importés sans problème. -L'argument `dirPath` permet d'indiquer le chemin du répertoire où se trouve le fichier et l'argument `file` le nom du fichier. +L'argument `dirPath` permet d'indiquer le chemin du répertoire où se trouvent +le fichier et l'argument `file` le nom du fichier. L'argument `column`, renseigne le nom de la colonne contenant les types de zones climatiques locales ou LCZ. -Les arguments optionnels `geomID` et `confid` permettent de spécifier les colonnes contenant les identifiants des géométries et une mesure de la confiance qu'on a en la valeur de LCZ attribuée à une géométrie. +Les arguments optionnels `geomID` et `confid` permettent de spécifier les colonnes +contenant les identifiants des géométries et une mesure de la confiance +qu'on a en la valeur de LCZ attribuée à une géométrie. -Par défaut, cette fonction ressort un fichier de classe `simple feature`, telle que définie par l'OpenGIS et gérée par le paquet `sf`, paquet de référence pour la gestion des données vecteurs dans R [https://doi.org/10.32614/RJ-2018-009]. -On peut également choisir `output="bBox"` pour que la fonction ressorte seulement la bounding box des géométries contenues dans le fichier concerné. +Par défaut, `importLCZvect` ressort un fichier de classe `simple feature`, +telle que définie par l'OpenGIS et gérée par le paquet `sf`, +paquet de référence pour la gestion des données vecteurs dans R [https://doi.org/10.32614/RJ-2018-009]. +On peut également choisir `output="bBox"` pour que la fonction ressorte + la bounding box des géométries contenues dans le fichier concerné (utile pour définir une zone et importer +un raster, par exemple). @@ -73,11 +80,16 @@ redonBDT<-importLCZvect(dirPath=dirPathBDT,file="rsu_lcz.geojson",column = "LCZ_ ``` ## Représenter les LCZ avec la fonction showLCZ -Une fois que le fichier a été chargé dans un objet R de classe `sf`, la fonction `showLCZ` permet de le représenter. On lui spécifie le jeu de données qu'on a chargé par l'argument `sf`, et on lui précise la colonne contenant les valeurs de LCZ par l'argument `column`. L'argument `wf` permet de spécifier le workflow qui a servi à générer les données (il sera repris dans le titre du graphique produit). +Une fois que le fichier a été chargé dans un objet R de classe `sf`, la fonction `showLCZ` permet de le représenter. +On lui spécifie le jeu de données qu'on a chargé par l'argument `sf`, +et on lui précise la colonne contenant les valeurs de LCZ par l'argument `column`. +L'argument `wf` permet de spécifier le workflow qui a servi à générer les données +(il sera repris dans le titre du graphique produit). ### Représentation standard -L'argument `repr=standard` (valeur par défaut), permet de gérer les niveaux de LCZ les plus usuels pour des cartes mises en forme avec des couleurs standardisées. +L'argument `repr=standard` (valeur par défaut), permet de gérer les niveaux de LCZ les plus usuels pour +des cartes mises en forme avec des couleurs standardisées. ```{r, echo=FALSE, fig.dim = c(8, 6)} showLCZ(sf=redonOSM, wf="OSM", column="LCZ_PRIMARY", repr="standard") @@ -96,14 +108,17 @@ showLCZ(sf=redonOSM,wf="OSM",column="LCZ_PRIMARY",repr="standard",drop=TRUE) ### Représentation alternative En utilisant la représentation non standard, soit `repr="alter"`, on peut traiter les cas où : -- on a procédé à un regroupage de modalités, +- on a procédé à un regroupement de modalités, - les LCZ ont un encodage particulier, - on veut utiliser d'autres couleurs, -- on veut utiliser la fonction pour représenter d'autres variables. +- on veut utiliser la fonction pour représenter d'autres variables (voir la fonction `importQualVar`). -On passera le vecteur contenant les valeurs possibles à l'argument `LCZlevels` et les couleurs leur correspondant à l'argument `colors`. +On passera le vecteur contenant les valeurs possibles dans un vecteur, par exemple `LCZlevels` +et les couleurs leur correspondant dans un vecteur qu'il faut nommer `colors`. -Si `repr=alter` et que `LCZlvels` et `colors` ne sont pas renseignés les couleurs sont choisies au sein de la palette "Polychrome 36" du package grDevice, et les niveaux déduits des valeurs présentes. +Si `repr=alter` et que `LCZlvels` et `colors` ne sont pas renseignés les couleurs +sont choisies au sein de la palette "Polychrome 36" du package grDevice, +et les niveaux déduits des valeurs présentes. ```{r, fig.dim = c(8, 6), echo = FALSE} # Choix d'un vecteur de couleurs alternatif aléatoire @@ -112,16 +127,19 @@ showLCZ(sf=redonOSM,wf="OSM",column="LCZ_PRIMARY",repr="alter",colors=testCol, u ``` -L'argument `LCZlevels` permet de spécifier les niveaux qui se trouvent dans les données (Il ne peut être utilisé dans le mode standard). -Dans l'exemple ci-dessous, on force la prise en compte d'un niveau "10" qui n'est pas présent dans les données, et on laisse la fonction choisir des couleurs aléatoires. +L'argument `LCZlevels` permet de spécifier les niveaux qui se trouvent dans les données +(il ne peut être utilisé dans le mode standard). +Dans l'exemple ci-dessous, on force la prise en compte d'un niveau "10" +qui n'est pas présent dans les données, et on laisse la fonction choisir des couleurs aléatoires. ```{r, fig.dim = c(8, 6), echo = FALSE} LCZlevels<-c(2, 3, 5, 6, 8, 9, 10, 101, 102, 104, 105, 107) -showLCZ(sf=redonOSM,wf="OSM",column="LCZ_PRIMARY",repr="alter", LCZlevels = LCZlevels,drop=TRUE) +showLCZ(sf=redonOSM,wf="OSM",column="LCZ_PRIMARY",repr="alter", LCZlevels = LCZlevels,drop=FALSE) ``` -On peut également renseigner le vecteur des couleurs qu'on souhaite utiliser en renseignant l'argument`colors`.On peut renseigner les noms de couleurs connues de R ou un code RGB. +On peut également renseigner le vecteur des couleurs qu'on souhaite utiliser en renseignant l'argument`colors`. +On peut renseigner les noms de couleurs connues de R ou un code RGB. ```{r, fig.dim = c(8, 6), echo = FALSE} # Choix de couleurs prises au hasard @@ -137,13 +155,17 @@ showLCZ(sf=redonOSM,wf="OSM",column="LCZ_PRIMARY",repr="alter",drop=TRUE,LCZleve ## Regrouper des types de LCZ avec la fonction groupLCZ -Il peut être intéressant de regrouper des niveaux en catégories plus vastes pour une analyse plus générale. On peut, par exemple, -choisir de regrouper les LCZ urbaines et les LCZ de végétation. -La fonction `groupLCZ` prend en argument le jeu de données à regrouper, `sf`, et la colonne où se trouvent les LCZ à regrouper, `column`. +Il peut être intéressant de regrouper des niveaux en catégories plus vastes pour une analyse plus générale. +On peut, par exemple, choisir de regrouper les LCZ urbaines et les LCZ de végétation et ainsi dessiner une enveloppe +urbaine. +La fonction `groupLCZ` prend en argument le jeu de données à regrouper, +`sf`, et la colonne où se trouvent les LCZ à regrouper, `column`. -On renseigne ensuite des vecteurs dont le nom correspond à la catégorie regroupée et qui contient les niveaux à regrouper dans cette catégorie. +On renseigne ensuite des vecteurs dont le nom correspond +à la catégorie regroupée et qui contient les niveaux à regrouper dans cette catégorie. -Les catégories créées sont ajoutées au jeu de données dans une colonne dont on précise le nom dans l'argument `outCol` (par défaut `outCol="grouped"`). +Les catégories créées sont ajoutées au jeu de données dans une colonne, +dont on précise le nom dans l'argument `outCol` (par défaut `outCol="grouped"`). On peut alors passer le nouveau jeu de données dans la fonction `LCZshow`. @@ -162,17 +184,25 @@ showLCZ(redonOSMgrouped, column="grouped",repr="alter",wf="OSM", # Comparer deux classifications LCZ avec la fonction compareLCZ **L'objectif de ce paquet R est de proposer une comparaison facile de deux classifications en LCZ.** -Dans notre exemple, on compare naturellement les LCZ créés par la chaîne GeoClimate à partir des données de la BD TOPO® v2.2 produite par l'IGN et celles produites à partir d'OpenStreetMap sur la même zone. +Dans notre exemple, on compare naturellement les LCZ créés par la chaîne GeoClimate +à partir des données de la BD TOPO® v2.2 produite par l'IGN +et celles produites à partir d'OpenStreetMap sur la même zone. ## Représentations graphiques La fonction `compareLCZ` produit une carte pour chaque classification en LCZ. -Elle intersecte ensuite les géométries des deux fichiers afin d'obtenir **des géométries sur lesquelles les deux classifications sont soit tout à fait d'accord, soit tout à fait en désaccord**. +Elle intersecte les géométries des deux fichiers afin d'obtenir +**des géométries sur lesquelles les deux classifications sont +soit tout à fait d'accord, soit tout à fait en désaccord**. Cet accord entre géométries intersectées est ensuite représenté dans un troisième graphique. -Une matrice de confusion (appelée parfois matrice d'agrément) est aussi calculée : pour chaque géométrie, on retient sa surface et les valeurs des deux classifications en LCZ. On calcule alors comment chaque modalité de la première classification LCZ est ventilée parmi les modalités de la seconde classification LCZ. Le dernier graphique représente cette information. +Une matrice de confusion (appelée parfois matrice d'agrément) est aussi calculée : +pour chaque géométrie, on retient sa surface et les valeurs des deux classifications en LCZ. +On calcule alors comment chaque modalité de la première classification LCZ est +ventilée parmi les modalités de la seconde classification LCZ. +Le dernier graphique représente cette information. *Le graphique produit contient quatre graphiques, il est plus lisible zoomé.* @@ -200,22 +230,32 @@ La fonction renvoie dans R un objet appelé matConfOut qui contient plusieurs é - $matConfLarge renvoie la matrice de confusion qui a servi à produire le graphique correspondant. - $percAgg renvoie le pourcentage d'accord global entre les deux classifications sur la zone d'étude - $areas renvoie les aires par niveaux de classification pour chacun des jeux de données. +- $pseudoK renvoie l'équivalent du coefficient d'agrément Kappa de Cohen, pondéré par les surfaces des géométries. +Ce coefficient permet de prendre en compte la part d'accord entre les classifications liée au hasard. -Enfin, si l'argument `exwrite=TRUE` la fonction compareLCZ exporte les données qui ont servi à produire la matrice de confusion dans un fichier csv. Ce fichier peut ensuite être chargé dans R pour d'autres analyses. +Enfin, si l'argument `exwrite=TRUE` la fonction compareLCZ exporte les données +qui ont servi à produire la matrice de confusion dans un fichier csv. +Ce fichier peut ensuite être chargé dans R pour d'autres analyses. ```{r} comparaison$percAgg +comparaison$pseudoK ``` # Etude de la sensibilité de l'accord à la confiance accordée aux valeurs de LCZ -Certains algorithmes de classement en LCZ peuvent fournir **une valeur de "confiance"** au type de LCZ qu'ils affectent à une unité spatiale de référence. +Certains algorithmes de classement en LCZ peuvent fournir **une valeur de "confiance"** au +type de LCZ qu'ils affectent à une unité spatiale de référence. -Par exemple, GeoClimate, pour une géométrie donnée, peut lui avoir attribué une modalité de LCZ principale, mais également indiquer qu'une autre modalité secondaire était possible, même si moins justifiée. GeoClimate propose alors une **valeur d'unicité, ou uniqueness**. Cette unicité évolue entre 1 et 0, plus elle s'éloigne de 1, plus la seconde modalité était une candidate crédible. Cette uniqueness peut être vue comme une mesure de confiance. +Par exemple, GeoClimate, pour une géométrie donnée, peut lui avoir attribué une modalité de LCZ principale, +mais également indiquer qu'une autre modalité secondaire était possible, même si moins justifiée. +GeoClimate propose alors une **valeur d'unicité, ou uniqueness**. +Cette unicité évolue entre 1 et 0, plus elle s'éloigne de 1, plus la seconde modalité était une candidate crédible. +Cette uniqueness peut donc être vue comme une mesure de confiance. ## Prise en compte des géométries et des valeurs de confiance lors de l'import des fichiers. -La fonction `importLCZvect` permet d'indiquer quelles colonnes du geojson contiennent l'identifiant de la géométrie (`geomID`) et l'indicateur de confiance associé (`confid`). +La fonction `importLCZvect` permet d'indiquer quelles colonnes du geojson contiennent l'identifiant de la géométrie (`geomID`) et l'indicateur de confiance associé (`confid`) nécessaires à l'analyse de sensibilité. ```{r} dirPath<-paste0(system.file("extdata",package="lczexplore"),"/") dirPathOSM<-paste0(dirPath,"osm/2022/Redon") @@ -231,11 +271,8 @@ redonOSM<-importLCZvect(dirPath=dirPathOSM,file="rsu_lcz.geojson",column = "LCZ_ redonBDT<-importLCZvect(dirPath=dirPathBDT,file="rsu_lcz.geojson",column = "LCZ_PRIMARY",geomID = "ID_RSU",confid="LCZ_UNIQUENESS_VALUE") ``` -L'analyse de sensibilité demande qu'on exporte l'accord entre les géométries en conservant les indicateurs de confiance accordée à la valeur de chaque classification. - -On renseigne alors les nouvelles colonnes en entrée de la fonction de comparaison, et on charge les données qui ont permis de produire la matrice de confusion dans un objet R. -À chaque unité de référence spatiale (RSU, une géométrie) est maintenant associé un type de LCZ et un niveau de confiance. L'argument `exWrite=TRUE` exporte ces données dans un fichier csv, dans le répertoire de travail de la session. +À chaque unité de référence spatiale (RSU, une géométrie) est maintenant associé un type de LCZ et un niveau de confiance. ```{r, fig.dim = c(8, 6)} redonCompare<-compareLCZ(sf1=redonBDT,wf1="bdt", geomID1 = "ID_RSU",column1 ="LCZ_PRIMARY", @@ -244,14 +281,19 @@ redonCompare<-compareLCZ(sf1=redonBDT,wf1="bdt", geomID1 = "ID_RSU",column1 ="LC # redonInputSensib<-read.csv() ``` -Il est important de noter que si les colonnes des deux fichiers ont le même nom `compareLCZ` renomme les colonnes du deuxième fichier en leur concaténant '.1' +Il est important de noter que si les colonnes des deux fichiers ont le même nom `compareLCZ` +renomme les colonnes du deuxième fichier en leur concaténant '.1' -La question à laquelle cette fonction permet de répondre est : **est-ce que l'accord entre les deux classifications LCZ augmente si on ne conserve que les géométries pour lesquelles l'indicateur de confiance associé aux LCZ est supérieur à un certain seuil ?** +La question à laquelle cette fonction permet de répondre est : +**est-ce que l'accord entre les deux classifications LCZ augmente si on ne conserve +que les géométries pour lesquelles l'indicateur de confiance associé aux LCZ est supérieur à un certain seuil ?** L'étendue des valeurs de confiance est découpée en autant de points que spécifié par le paramètre `nPoints`. -Pour chacun de ces seuils de confiance, la fonction conserve uniquement les RSU (c'est à dire les géométries) pour lesquelles la valeur de confiance est supérieure à ce seuil dans les deux fichiers. +Pour chacun de ces seuils de confiance, la fonction conserve uniquement les géométries +pour lesquelles la valeur de confiance est supérieure à ce seuil dans les deux fichiers. -Elle calcule ensuite l'accord entre les deux classifications en se basant uniquement sur ces RSU "de confiance", et le représente en bleu sur le graphique final. +Elle calcule ensuite l'accord entre les deux classifications en se basant uniquement sur ces RSU "de confiance", +et le représente en bleu sur le graphique final. On représente aussi, en magenta, l'accord entre les géométries dont la valeur de confiance était inférieure au seuil.